file_name
stringlengths 18
83
| original_function_name
stringlengths 1
741
| stripped_function_name
stringlengths 2
57
| decompiled_code_original
stringlengths 34
256k
⌀ | decompiled_code_stripped
stringlengths 36
215k
⌀ | assembly_code
stringlengths 3
189k
⌀ | dataflowgraph_original
float64 | dataflowgraph_stripped
float64 | graphImage_original
float64 | graphImage_stripped
float64 | pcode_edges_original
stringlengths 11
4.92M
| pcode_edges_stripped
stringlengths 11
4.86M
| pcode_graph_original
float64 | pcode_graph_stripped
float64 | address
stringlengths 8
8
| arch
stringclasses 1
value | opt_level
stringclasses 1
value | S-Expression_of_decompiled_code_stripped
stringlengths 345
5.19M
⌀ | S-Expression_decompiled_code_original
stringlengths 339
6.03M
⌀ | S-Expression_decompiled_code_original_noisy
stringlengths 345
5.19M
⌀ | S-Expression_decompiled_code_original_clean
stringlengths 176
802k
⌀ | S-Expression_decompiled_code_original_root
stringlengths 353
5.35M
⌀ | Replace_function_name_and_variable_name
stringlengths 39
248k
⌀ | S-Expression_decompiled_code_stripped
float64 | Root Node
stringlengths 244
1.12M
⌀ | decompiled_code_original_masked
float64 | decompiled_code_stripped_masked
stringlengths 35
215k
⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8549_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
moneypunct_byname
|
FUN_003022e0
|
/* std::moneypunct_byname<char, true>::moneypunct_byname(char const*, unsigned long) */
void __thiscall
std::moneypunct_byname<char,true>::moneypunct_byname
(moneypunct_byname<char,true> *this,char *param_1,ulong param_2)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
__locale_struct *local_20;
bVar7 = 0;
*(undefined8 *)(this + 0x10) = 0;
*(uint *)(this + 8) = (uint)(param_2 != 0);
*(undefined ***)this = &PTR__moneypunct_00456e38;
/* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */
moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*(undefined ***)this = &PTR__moneypunct_byname_00457058;
pbVar2 = (byte *)param_1;
pbVar3 = (byte *)0x39f4d6;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = (byte *)param_1;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */
locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);
moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);
locale::facet::_S_destroy_c_locale(&local_20);
return;
}
}
return;
}
|
void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
undefined8 local_20;
bVar7 = 0;
param_1[2] = 0;
*(uint *)(param_1 + 1) = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_00456e38;
/* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */
FUN_00336e50(param_1,0,0);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*param_1 = &PTR_FUN_00457058;
pbVar2 = param_2;
pbVar3 = (byte *)0x39f4d6;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = param_2;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */
FUN_00332d30(&local_20,param_2,0);
FUN_00336e50(param_1,local_20,0);
FUN_00332d60(&local_20);
return;
}
}
return;
}
|
PUSH R12
XOR EAX,EAX
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x10
TEST RDX,RDX
MOV qword ptr [RDI + 0x10],0x0
SETNZ AL
XOR EDX,EDX
XOR ESI,ESI
MOV dword ptr [RDI + 0x8],EAX
LEA RAX,[0x456e28]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
CALL 0x00336e50
LEA RAX,[0x457048]
MOV ECX,0x2
LEA RDI,[0x39f4d6]
MOV RSI,RBP
ADD RAX,0x10
MOV qword ptr [RBX],RAX
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JZ 0x0030235a
MOV ECX,0x6
LEA RDI,[0x3ab9c7]
MOV RSI,RBP
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JNZ 0x00302368
ADD RSP,0x10
POP RBX
POP RBP
POP R12
RET
LEA R12,[RSP + 0x8]
XOR EDX,EDX
MOV RSI,RBP
MOV RDI,R12
CALL 0x00332d30
MOV RSI,qword ptr [RSP + 0x8]
XOR EDX,EDX
MOV RDI,RBX
CALL 0x00336e50
MOV RDI,R12
CALL 0x00332d60
ADD RSP,0x10
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1204869640'), (u'MULTIEQUAL_-1204869752', u'PTRADD_-1204870178'), (u'INT_ZEXT_-1204870228', u'INT_MULT_-1204869717'), (u'MULTIEQUAL_-1204869729', u'PTRADD_-1204870094'), (u'MULTIEQUAL_-1204869716', u'INT_NOTEQUAL_-1204870098'), ('const-433', u'STORE_-1204870303'), ('const-0', u'COPY_-1204870197'), ('const-3848647', u'COPY_-1204870177'), (u'MULTIEQUAL_-1204869716', u'BOOL_NEGATE_-1204869671'), (u'INT_ZEXT_-1204870223', u'INT_MULT_-1204869716'), ('tmp_799', u'CAST_-1204869538'), (u'BOOL_NEGATE_-1204869660', u'CBRANCH_-1204870182'), (u'COPY_-1204870263', u'MULTIEQUAL_-1204869725'), (u'COPY_-1204869665', u'MULTIEQUAL_-1204869729'), ('const-1', u'PTRADD_-1204870309'), (u'COPY_-1204869693', u'MULTIEQUAL_-1204869761'), ('const-1', u'PTRADD_-1204870173'), (u'CALL_-1204870025', u'INDIRECT_-1204869596'), ('const-0', u'RETURN_-1204869941'), (u'COPY_-1204870183', u'MULTIEQUAL_-1204869783'), (u'BOOL_NEGATE_-1204869706', u'BOOL_AND_-1204870181'), (u'PTRADD_-1204870094', u'COPY_-1204869665'), (u'MULTIEQUAL_-1204869738', u'LOAD_-1204870149'), (u'CAST_-1204869660', u'STORE_-1204870303'), (u'COPY_-1204869697', u'MULTIEQUAL_-1204869761'), ('const-433', u'STORE_-1204870329'), ('const--1', u'INT_ADD_-1204870145'), ('const-0', u'COPY_-1204870267'), ('tmp_801', u'INT_NOTEQUAL_-1204870370'), (u'INDIRECT_-1204869596', u'CAST_-1204869537'), (u'MULTIEQUAL_-1204869783', u'INT_EQUAL_-1204870155'), (u'INT_MULT_-1204869717', u'INT_ADD_-1204869683'), ('tmp_800', u'CAST_-1204869623'), ('tmp_799', u'CAST_-1204869656'), ('tmp_799', u'PTRADD_-1204870309'), (u'COPY_-1204869689', u'MULTIEQUAL_-1204869752'), (u'CAST_-1204869537', u'CALL_-1204869993'), (u'INT_ADD_-1204870229', u'MULTIEQUAL_-1204869806'), (u'PTRADD_-1204870089', u'COPY_-1204869669'), (u'CAST_-1204869691', u'STORE_-1204870369'), (u'INT_MULT_-1204869681', u'INT_ADD_-1204869655'), (u'INT_MULT_-1204869716', u'INT_ADD_-1204869682'), (u'PTRADD_-1204870269', u'CAST_-1204869675'), ('const-0', u'COPY_-1204870263'), (u'COPY_-1204869693', u'MULTIEQUAL_-1204869752'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870139'), (u'PTRSUB_-1204869581', u'CALL_-1204870025'), ('const--2', u'INT_MULT_-1204869681'), (u'MULTIEQUAL_-1204869806', u'INT_ADD_-1204870229'), ('const--1', u'INT_ADD_-1204870229'), ('const-1', u'INT_ADD_-1204869683'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870223'), (u'MULTIEQUAL_-1204869761', u'LOAD_-1204870233'), (u'CAST_-1204869595', u'COPY_-1204869669'), ('const-2', u'COPY_-1204870285'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870144'), (u'MULTIEQUAL_-1204869738', u'PTRADD_-1204870089'), ('const-1', u'PTRADD_-1204870094'), ('tmp_799', u'CAST_-1204869624'), (u'MULTIEQUAL_-1204869701', u'MULTIEQUAL_-1204869698'), (u'MULTIEQUAL_-1204869740', u'INT_EQUAL_-1204870183'), (u'PTRSUB_-1204869581', u'CALL_-1204869981'), ('const-0', u'RETURN_-1204870058'), (u'INT_EQUAL_-1204870155', u'CBRANCH_-1204870160'), (u'INT_ADD_-1204869683', u'PTRADD_-1204870178'), (u'MULTIEQUAL_-1204869752', u'LOAD_-1204870235'), ('const-4550744', u'PTRSUB_-1204869640'), (u'INT_EQUAL_-1204870183', u'MULTIEQUAL_-1204869701'), (u'MULTIEQUAL_-1204869743', u'MULTIEQUAL_-1204869740'), ('const-0', u'CALL_-1204870025'), (u'INT_ADD_-1204869682', u'PTRADD_-1204870173'), ('const-0', u'STORE_-1204870369'), ('const--2', u'INT_MULT_-1204869717'), ('const-8', u'PTRADD_-1204870269'), (u'CAST_-1204869538', u'CALL_-1204869993'), ('tmp_799', u'PTRADD_-1204870269'), (u'PTRADD_-1204870173', u'COPY_-1204869693'), (u'COPY_-1204869673', u'MULTIEQUAL_-1204869738'), (u'COPY_-1204870279', u'COPY_-1204869693'), (u'CALL_-1204870293', u'INDIRECT_-1204869695'), (u'COPY_-1204870177', u'CAST_-1204869595'), (u'LOAD_-1204870235', u'INT_LESS_-1204870218'), (u'LOAD_-1204870235', u'INT_EQUAL_-1204870218'), ('const-0', u'CALL_-1204870293'), (u'BOOL_AND_-1204870181', u'INT_EQUAL_-1204870183'), ('const-433', u'LOAD_-1204870233'), ('const-4550200', u'PTRSUB_-1204869675'), ('tmp_402', u'CBRANCH_-1204870182'), (u'MULTIEQUAL_-1204869761', u'PTRADD_-1204870173'), (u'CALL_-1204870293', u'INDIRECT_-1204869747'), ('const-433', u'LOAD_-1204870149'), (u'COPY_-1204869669', u'MULTIEQUAL_-1204869738'), (u'MULTIEQUAL_-1204869722', u'BOOL_NEGATE_-1204869706'), (u'BOOL_NEGATE_-1204869707', u'BOOL_AND_-1204870181'), (u'INT_ADD_-1204869655', u'PTRADD_-1204870094'), ('const--2', u'INT_MULT_-1204869680'), (u'COPY_-1204870197', u'MULTIEQUAL_-1204869719'), ('const--2', u'INT_MULT_-1204869716'), ('const-1', u'INT_ADD_-1204869654'), ('const-1', u'PTRADD_-1204870178'), (u'CAST_-1204869596', u'COPY_-1204869673'), ('const-0', u'COPY_-1204870134'), ('const-0', u'INT_NOTEQUAL_-1204870370'), (u'INT_EQUAL_-1204870239', u'CBRANCH_-1204870244'), ('const-16', u'PTRADD_-1204870309'), (u'INT_EQUAL_-1204870134', u'MULTIEQUAL_-1204869701'), (u'MULTIEQUAL_-1204869806', u'INT_EQUAL_-1204870239'), (u'INT_ZEXT_-1204869925', u'STORE_-1204870329'), ('const-1', u'PTRADD_-1204870269'), (u'INT_EQUAL_-1204870218', u'MULTIEQUAL_-1204869722'), (u'INT_ZEXT_-1204870144', u'INT_MULT_-1204869681'), ('tmp_558', u'CBRANCH_-1204870097'), ('tmp_259', u'CBRANCH_-1204870244'), (u'PTRSUB_-1204869640', u'STORE_-1204870251'), (u'MULTIEQUAL_-1204869740', u'BOOL_NEGATE_-1204869707'), (u'LOAD_-1204870151', u'INT_LESS_-1204870134'), (u'LOAD_-1204870151', u'INT_EQUAL_-1204870134'), ('const-0', u'INT_EQUAL_-1204870155'), (u'MULTIEQUAL_-1204869698', u'BOOL_NEGATE_-1204869670'), ('const-433', u'STORE_-1204870251'), (u'MULTIEQUAL_-1204869719', u'MULTIEQUAL_-1204869716'), ('const-433', u'STORE_-1204870369'), (u'PTRSUB_-1204869675', u'STORE_-1204870303'), (u'MULTIEQUAL_-1204869729', u'LOAD_-1204870151'), (u'INT_LESS_-1204870134', u'MULTIEQUAL_-1204869719'), ('const-3798230', u'COPY_-1204870279'), (u'COPY_-1204870267', u'MULTIEQUAL_-1204869743'), (u'INT_LESS_-1204870218', u'MULTIEQUAL_-1204869740'), (u'CAST_-1204869623', u'COPY_-1204869697'), (u'INT_ADD_-1204869654', u'PTRADD_-1204870089'), ('tmp_480', u'CBRANCH_-1204870135'), ('tmp_800', u'CAST_-1204869596'), ('tmp_800', u'CALL_-1204870025'), (u'INT_EQUAL_-1204870218', u'CBRANCH_-1204870219'), (u'MULTIEQUAL_-1204869783', u'INT_ADD_-1204870145'), ('const-1', u'INT_ADD_-1204869655'), ('tmp_413', u'CBRANCH_-1204870160'), (u'COPY_-1204870285', u'MULTIEQUAL_-1204869806'), ('const--32', u'PTRSUB_-1204869581'), (u'LOAD_-1204870233', u'INT_LESS_-1204870218'), (u'LOAD_-1204870233', u'INT_EQUAL_-1204870218'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870228'), (u'INT_NOTEQUAL_-1204870098', u'CBRANCH_-1204870097'), (u'MULTIEQUAL_-1204869725', u'MULTIEQUAL_-1204869722'), (u'INT_LESS_-1204870134', u'MULTIEQUAL_-1204869716'), (u'CAST_-1204869624', u'STORE_-1204870251'), (u'BOOL_NEGATE_-1204869671', u'BOOL_AND_-1204870097'), (u'INT_EQUAL_-1204870134', u'MULTIEQUAL_-1204869698'), ('const-1', u'PTRADD_-1204870089'), (u'LOAD_-1204870149', u'INT_LESS_-1204870134'), (u'LOAD_-1204870149', u'INT_EQUAL_-1204870134'), ('const-0', u'PTRSUB_-1204869675'), (u'COPY_-1204869669', u'MULTIEQUAL_-1204869729'), (u'BOOL_NEGATE_-1204869670', u'BOOL_AND_-1204870097'), (u'INT_MULT_-1204869680', u'INT_ADD_-1204869654'), (u'INT_NOTEQUAL_-1204870370', u'INT_ZEXT_-1204869925'), (u'PTRADD_-1204870309', u'CAST_-1204869691'), (u'CAST_-1204869656', u'CALL_-1204870293'), (u'INT_ZEXT_-1204870139', u'INT_MULT_-1204869680'), ('tmp_326', u'CBRANCH_-1204870219'), (u'PTRADD_-1204870178', u'COPY_-1204869689'), ('const-6', u'COPY_-1204870183'), ('const-433', u'LOAD_-1204870151'), ('tmp_1575', u'PTRSUB_-1204869581'), ('tmp_799', u'CAST_-1204869660'), ('const-433', u'LOAD_-1204870235'), (u'INT_EQUAL_-1204870134', u'CBRANCH_-1204870135'), (u'CAST_-1204869675', u'STORE_-1204870329'), (u'INT_EQUAL_-1204870218', u'MULTIEQUAL_-1204869725'), (u'INT_EQUAL_-1204870183', u'BOOL_NEGATE_-1204869660'), (u'INT_LESS_-1204870218', u'MULTIEQUAL_-1204869743'), (u'INT_ADD_-1204870145', u'MULTIEQUAL_-1204869783'), ('const-0', u'INT_EQUAL_-1204870239'), ('const-1', u'INT_ADD_-1204869682'), (u'BOOL_AND_-1204870097', u'INT_NOTEQUAL_-1204870098')]
|
[('tmp_1586', u'PTRADD_-1204869685'), (u'MULTIEQUAL_-1204869752', u'PTRADD_-1204870178'), ('tmp_1586', u'STORE_-1204870251'), (u'MULTIEQUAL_-1204869729', u'PTRADD_-1204870094'), ('const-433', u'STORE_-1204870303'), (u'COPY_-1204870177', u'CAST_-1204869597'), (u'MULTIEQUAL_-1204869716', u'INT_NOTEQUAL_-1204870098'), ('const-0', u'COPY_-1204870197'), ('const--1', u'INT_ADD_-1204870145'), ('const-1', u'INT_ADD_-1204869650'), (u'COPY_-1204870263', u'MULTIEQUAL_-1204869725'), (u'COPY_-1204869665', u'MULTIEQUAL_-1204869729'), (u'COPY_-1204869693', u'MULTIEQUAL_-1204869761'), (u'MULTIEQUAL_-1204869740', u'BOOL_NEGATE_-1204869706'), ('const-0', u'RETURN_-1204869941'), (u'COPY_-1204870183', u'MULTIEQUAL_-1204869783'), ('const-0', u'PTRSUB_-1204869638'), (u'BOOL_NEGATE_-1204869706', u'BOOL_AND_-1204870181'), ('const-0', u'CALL_-1204870025'), (u'MULTIEQUAL_-1204869738', u'LOAD_-1204870149'), ('const--2', u'INT_MULT_-1204869680'), (u'PTRADD_-1204870089', u'COPY_-1204869665'), (u'COPY_-1204869661', u'MULTIEQUAL_-1204869729'), (u'COPY_-1204869689', u'MULTIEQUAL_-1204869761'), ('const-8', u'PTRADD_-1204869685'), ('tmp_1584', u'COPY_-1204869693'), (u'CAST_-1204869597', u'COPY_-1204869665'), (u'MULTIEQUAL_-1204869716', u'BOOL_NEGATE_-1204869670'), (u'PTRSUB_-1204869577', u'CALL_-1204869981'), (u'CALL_-1204870025', u'INDIRECT_-1204869594'), (u'MULTIEQUAL_-1204869783', u'INT_EQUAL_-1204870155'), (u'PTRADD_-1204870094', u'COPY_-1204869661'), ('const-433', u'STORE_-1204870329'), ('const--1', u'INT_ADD_-1204870229'), (u'COPY_-1204869689', u'MULTIEQUAL_-1204869752'), (u'INT_MULT_-1204869679', u'INT_ADD_-1204869650'), (u'COPY_-1204870279', u'COPY_-1204869689'), (u'INT_ADD_-1204870229', u'MULTIEQUAL_-1204869806'), ('tmp_1587', u'INT_NOTEQUAL_-1204870370'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870139'), ('const-4550200', u'PTRSUB_-1204869673'), (u'INT_MULT_-1204869715', u'INT_ADD_-1204869678'), (u'MULTIEQUAL_-1204869806', u'INT_ADD_-1204870229'), (u'INT_MULT_-1204869716', u'INT_ADD_-1204869679'), ('const-433', u'LOAD_-1204870149'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870223'), ('const-433', u'STORE_-1204870369'), (u'MULTIEQUAL_-1204869761', u'LOAD_-1204870233'), ('const--2', u'INT_MULT_-1204869716'), ('const-2', u'COPY_-1204870285'), (u'CALL_-1204870293', u'INDIRECT_-1204869693'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870144'), (u'MULTIEQUAL_-1204869738', u'PTRADD_-1204870089'), (u'INT_ZEXT_-1204870228', u'INT_MULT_-1204869716'), (u'PTRADD_-1204870173', u'COPY_-1204869689'), ('const-0', u'COPY_-1204870263'), (u'INT_ADD_-1204869679', u'PTRADD_-1204870178'), ('const-0', u'CALL_-1204870293'), (u'MULTIEQUAL_-1204869701', u'MULTIEQUAL_-1204869698'), (u'MULTIEQUAL_-1204869740', u'INT_EQUAL_-1204870183'), ('const-0', u'RETURN_-1204870058'), (u'INT_EQUAL_-1204870155', u'CBRANCH_-1204870160'), (u'MULTIEQUAL_-1204869752', u'LOAD_-1204870235'), (u'INT_EQUAL_-1204870183', u'MULTIEQUAL_-1204869701'), (u'PTRADD_-1204870178', u'COPY_-1204869685'), (u'MULTIEQUAL_-1204869743', u'MULTIEQUAL_-1204869740'), ('tmp_1580', u'PTRSUB_-1204869577'), ('tmp_1584', u'CALL_-1204870025'), ('const-0', u'COPY_-1204870267'), (u'MULTIEQUAL_-1204869698', u'BOOL_NEGATE_-1204869669'), ('const-1', u'PTRADD_-1204870178'), (u'BOOL_NEGATE_-1204869669', u'BOOL_AND_-1204870097'), (u'LOAD_-1204870235', u'INT_LESS_-1204870218'), (u'LOAD_-1204870235', u'INT_EQUAL_-1204870218'), (u'INT_ZEXT_-1204870223', u'INT_MULT_-1204869715'), ('const-1', u'PTRADD_-1204870089'), (u'BOOL_AND_-1204870181', u'INT_EQUAL_-1204870183'), ('tmp_1584', u'COPY_-1204869669'), ('const-0', u'CALL_-1204870293'), ('const-1', u'PTRADD_-1204870173'), ('tmp_402', u'CBRANCH_-1204870182'), (u'MULTIEQUAL_-1204869761', u'PTRADD_-1204870173'), (u'CALL_-1204870293', u'INDIRECT_-1204869747'), ('const-0', u'STORE_-1204870369'), (u'COPY_-1204869669', u'MULTIEQUAL_-1204869738'), (u'PTRSUB_-1204869673', u'STORE_-1204870303'), ('const-8', u'PTRADD_-1204869701'), (u'PTRSUB_-1204869577', u'CALL_-1204870025'), (u'INT_ZEXT_-1204870139', u'INT_MULT_-1204869679'), ('const--32', u'PTRSUB_-1204869577'), (u'COPY_-1204870197', u'MULTIEQUAL_-1204869719'), (u'INT_EQUAL_-1204870183', u'BOOL_NEGATE_-1204869658'), (u'INT_ADD_-1204869678', u'PTRADD_-1204870173'), ('const-3798230', u'COPY_-1204870279'), ('const-0', u'INT_NOTEQUAL_-1204870370'), ('const-0', u'COPY_-1204870134'), (u'INT_EQUAL_-1204870239', u'CBRANCH_-1204870244'), (u'INT_EQUAL_-1204870134', u'MULTIEQUAL_-1204869701'), ('const--2', u'INT_MULT_-1204869679'), (u'MULTIEQUAL_-1204869806', u'INT_EQUAL_-1204870239'), (u'INT_ZEXT_-1204869925', u'STORE_-1204870329'), ('const-1', u'INT_ADD_-1204869679'), (u'INT_EQUAL_-1204870218', u'MULTIEQUAL_-1204869722'), (u'INDIRECT_-1204869594', u'CALL_-1204869993'), ('tmp_558', u'CBRANCH_-1204870097'), ('tmp_1586', u'CALL_-1204869993'), ('tmp_259', u'CBRANCH_-1204870244'), ('const-433', u'STORE_-1204870251'), ('const-1', u'PTRADD_-1204869685'), (u'LOAD_-1204870151', u'INT_LESS_-1204870134'), (u'LOAD_-1204870151', u'INT_EQUAL_-1204870134'), ('const-0', u'INT_EQUAL_-1204870155'), (u'BOOL_NEGATE_-1204869705', u'BOOL_AND_-1204870181'), (u'INT_MULT_-1204869680', u'INT_ADD_-1204869651'), (u'MULTIEQUAL_-1204869719', u'MULTIEQUAL_-1204869716'), (u'MULTIEQUAL_-1204869729', u'LOAD_-1204870151'), (u'INT_LESS_-1204870134', u'MULTIEQUAL_-1204869719'), ('tmp_1586', u'PTRADD_-1204869701'), (u'INT_ADD_-1204869651', u'PTRADD_-1204870094'), (u'COPY_-1204870267', u'MULTIEQUAL_-1204869743'), (u'INT_LESS_-1204870218', u'MULTIEQUAL_-1204869740'), (u'INT_ZEXT_-1204870144', u'INT_MULT_-1204869680'), ('const-433', u'LOAD_-1204870151'), ('tmp_480', u'CBRANCH_-1204870135'), ('const-1', u'PTRADD_-1204870094'), (u'INT_EQUAL_-1204870218', u'CBRANCH_-1204870219'), (u'MULTIEQUAL_-1204869783', u'INT_ADD_-1204870145'), ('const-1', u'INT_ADD_-1204869678'), ('const-4550744', u'PTRSUB_-1204869638'), (u'PTRADD_-1204869701', u'STORE_-1204870369'), ('tmp_413', u'CBRANCH_-1204870160'), (u'COPY_-1204870285', u'MULTIEQUAL_-1204869806'), (u'PTRADD_-1204869685', u'CAST_-1204869672'), (u'LOAD_-1204870233', u'INT_LESS_-1204870218'), (u'LOAD_-1204870233', u'INT_EQUAL_-1204870218'), (u'INDIRECT_-1204869747', u'INT_ZEXT_-1204870228'), (u'INT_NOTEQUAL_-1204870098', u'CBRANCH_-1204870097'), (u'MULTIEQUAL_-1204869725', u'MULTIEQUAL_-1204869722'), (u'INT_LESS_-1204870134', u'MULTIEQUAL_-1204869716'), (u'INT_EQUAL_-1204870134', u'MULTIEQUAL_-1204869698'), ('const-2', u'PTRADD_-1204869701'), (u'LOAD_-1204870149', u'INT_LESS_-1204870134'), (u'LOAD_-1204870149', u'INT_EQUAL_-1204870134'), (u'MULTIEQUAL_-1204869722', u'BOOL_NEGATE_-1204869705'), (u'BOOL_NEGATE_-1204869670', u'BOOL_AND_-1204870097'), (u'INT_NOTEQUAL_-1204870370', u'INT_ZEXT_-1204869925'), ('const-0', u'PTRSUB_-1204869673'), ('const--2', u'INT_MULT_-1204869715'), ('tmp_326', u'CBRANCH_-1204870219'), (u'COPY_-1204869685', u'MULTIEQUAL_-1204869752'), (u'INT_ADD_-1204869650', u'PTRADD_-1204870089'), ('const-6', u'COPY_-1204870183'), ('tmp_1586', u'CALL_-1204870293'), ('tmp_1586', u'STORE_-1204870303'), ('const-433', u'LOAD_-1204870233'), ('const-433', u'LOAD_-1204870235'), (u'COPY_-1204869665', u'MULTIEQUAL_-1204869738'), (u'CAST_-1204869672', u'STORE_-1204870329'), (u'INT_EQUAL_-1204870134', u'CBRANCH_-1204870135'), ('const-0', u'CALL_-1204869993'), (u'INT_EQUAL_-1204870218', u'MULTIEQUAL_-1204869725'), (u'INT_LESS_-1204870218', u'MULTIEQUAL_-1204869743'), (u'INT_ADD_-1204870145', u'MULTIEQUAL_-1204869783'), ('const-1', u'INT_ADD_-1204869651'), (u'BOOL_NEGATE_-1204869658', u'CBRANCH_-1204870182'), ('const-0', u'INT_EQUAL_-1204870239'), (u'PTRSUB_-1204869638', u'STORE_-1204870251'), ('const-3848647', u'COPY_-1204870177'), (u'BOOL_AND_-1204870097', u'INT_NOTEQUAL_-1204870098')]
| null | null |
003022e0
|
x64
|
O2
|
(translation_unit "void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n /* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */\n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n /* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */\n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n /* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */\n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_00456e38;" (assignment_expression "*param_1 = &PTR_FUN_00456e38" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00456e38" & identifier)) ;) comment (expression_statement "FUN_00336e50(param_1,0,0);" (call_expression "FUN_00336e50(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_00457058;" (assignment_expression "*param_1 = &PTR_FUN_00457058" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457058" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x39f4d6;" (assignment_expression "pbVar3 = (byte *)0x39f4d6" identifier = (cast_expression "(byte *)0x39f4d6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" { comment (expression_statement "FUN_00332d30(&local_20,param_2,0);" (call_expression "FUN_00332d30(&local_20,param_2,0)" identifier (argument_list "(&local_20,param_2,0)" ( (pointer_expression "&local_20" & identifier) , identifier , number_literal ))) ;) (expression_statement "FUN_00336e50(param_1,local_20,0);" (call_expression "FUN_00336e50(param_1,local_20,0)" identifier (argument_list "(param_1,local_20,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00332d60(&local_20);" (call_expression "FUN_00332d60(&local_20)" identifier (argument_list "(&local_20)" ( (pointer_expression "&local_20" & identifier) ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::moneypunct_byname<char, true>::moneypunct_byname(char const*, unsigned long) */\n\nvoid __thiscall\nstd::moneypunct_byname<char,true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n __locale_struct *local_20;\n \n bVar7 = 0;\n *(undefined8 *)(this + 0x10) = 0;\n *(uint *)(this + 8) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__moneypunct_00456e38;\n /* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__moneypunct_byname_00457058;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);\n locale::facet::_S_destroy_c_locale(&local_20);\n return;\n }\n }\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::moneypunct_byname<char,true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,char *param_1,ulong param_2)\n\n{\n long" identifier > : : (function_declarator "moneypunct_byname\n (moneypunct_byname<char,true> *this,char *param_1,ulong param_2)" identifier (parameter_list "(moneypunct_byname<char,true> *this,char *param_1,ulong param_2)" ( (parameter_declaration "moneypunct_byname" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) { long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "__locale_struct *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x10) = 0;" (assignment_expression "*(undefined8 *)(this + 0x10) = 0" (pointer_expression "*(undefined8 *)(this + 0x10)" * (cast_expression "(undefined8 *)(this + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(this + 8) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(this + 8) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(this + 8)" * (cast_expression "(uint *)(this + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__moneypunct_00456e38;" (assignment_expression "*(undefined ***)this = &PTR__moneypunct_00456e38" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__moneypunct_00456e38" & identifier)) ;) comment (expression_statement "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);" (update_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" (binary_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" (binary_expression "moneypunct<char" identifier < identifier) (ERROR ",true" , true) > (ERROR "::" : :) (call_expression "_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" identifier (argument_list "((__locale_struct *)this,(char *)0x0)" ( (cast_expression "(__locale_struct *)this" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) --) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*(undefined ***)this = &PTR__moneypunct_byname_00457058;" (assignment_expression "*(undefined ***)this = &PTR__moneypunct_byname_00457058" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__moneypunct_byname_00457058" & identifier)) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)0x39f4d6;" (assignment_expression "pbVar3 = (byte *)0x39f4d6" identifier = (cast_expression "(byte *)0x39f4d6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);\n locale::facet::_S_destroy_c_locale(&local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);\n locale::facet::_S_destroy_c_locale(&local_20);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);\n locale::facet::_S_destroy_c_locale(&local_20);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */\n locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);\n locale::facet::_S_destroy_c_locale(&local_20);\n return;\n }" { comment (labeled_statement "locale::facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0);" (call_expression "_S_create_c_locale(&local_20,param_1,(__locale_struct *)0x0)" identifier (argument_list "(&local_20,param_1,(__locale_struct *)0x0)" ( (pointer_expression "&local_20" & identifier) , identifier , (cast_expression "(__locale_struct *)0x0" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;))) (expression_statement "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20);" (comma_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20)" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20)" true > (ERROR "::" : :) (call_expression "_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20)" identifier (argument_list "((__locale_struct *)this,(char *)local_20)" ( (cast_expression "(__locale_struct *)this" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char *)local_20" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))))) ;) (labeled_statement "locale::facet::_S_destroy_c_locale(&local_20);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale(&local_20);" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale(&local_20);" (call_expression "_S_destroy_c_locale(&local_20)" identifier (argument_list "(&local_20)" ( (pointer_expression "&local_20" & identifier) ))) ;))) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n \n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n \n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n \n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_00456e38;" (assignment_expression "*param_1 = &PTR_FUN_00456e38" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00456e38" & identifier)) ;) (expression_statement "FUN_00336e50(param_1,0,0);" (call_expression "FUN_00336e50(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_00457058;" (assignment_expression "*param_1 = &PTR_FUN_00457058" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00457058" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x39f4d6;" (assignment_expression "pbVar3 = (byte *)0x39f4d6" identifier = (cast_expression "(byte *)0x39f4d6" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" { (expression_statement "FUN_00332d30(&local_20,param_2,0);" (call_expression "FUN_00332d30(&local_20,param_2,0)" identifier (argument_list "(&local_20,param_2,0)" ( (pointer_expression "&local_20" & identifier) , identifier , number_literal ))) ;) (expression_statement "FUN_00336e50(param_1,local_20,0);" (call_expression "FUN_00336e50(param_1,local_20,0)" identifier (argument_list "(param_1,local_20,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00332d60(&local_20);" (call_expression "FUN_00332d60(&local_20)" identifier (argument_list "(&local_20)" ( (pointer_expression "&local_20" & identifier) ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_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) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (return_statement return ;) })) })) (return_statement return ;) })))
|
(function_definition "void FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n \n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_003022e0(undefined8 *param_1,byte *param_2,long param_3)" (identifier "FUN_003022e0") (parameter_list "(undefined8 *param_1,byte *param_2,long param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined8 local_20;\n \n bVar7 = 0;\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00456e38;\n \n FUN_00336e50(param_1,0,0);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_00457058;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x39f4d6;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte *pbVar2;" (type_identifier "byte") (pointer_declarator "*pbVar2" (* "*") (identifier "pbVar2")) (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" (identifier "bVar7") (= "=") (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")) (; ";")) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" (* "*") (cast_expression "(uint *)(param_1 + 1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00456e38;" (assignment_expression "*param_1 = &PTR_FUN_00456e38" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00456e38" (& "&") (identifier "PTR_FUN_00456e38"))) (; ";")) (expression_statement "FUN_00336e50(param_1,0,0);" (call_expression "FUN_00336e50(param_1,0,0)" (identifier "FUN_00336e50") (argument_list "(param_1,0,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" (identifier "lVar1") (= "=") (number_literal "2")) (; ";")) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00457058;" (assignment_expression "*param_1 = &PTR_FUN_00457058" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00457058" (& "&") (identifier "PTR_FUN_00457058"))) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)0x39f4d6;" (assignment_expression "pbVar3 = (byte *)0x39f4d6" (identifier "pbVar3") (= "=") (cast_expression "(byte *)0x39f4d6" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x39f4d6"))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" (identifier "bVar6") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar6)" (( "(") (identifier "bVar6") () ")")) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" (identifier "bVar4") (= "=") (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" (( "(") (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" (! "!") (identifier "bVar4")) (&& "&&") (unary_expression "!bVar6" (! "!") (identifier "bVar6"))) () ")")) (== "==") (identifier "bVar4"))) (; ";")) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" (if "if") (parenthesized_expression "(!bVar4)" (( "(") (unary_expression "!bVar4" (! "!") (identifier "bVar4")) () ")")) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }\n }" ({ "{") (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" (identifier "lVar1") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" (identifier "pbVar3") (= "=") (cast_expression "(byte *)"POSIX"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""POSIX"" (" """) (string_content "POSIX") (" """)))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" (identifier "bVar5") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (; ";")) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" (if "if") (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" (( "(") (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" (( "(") (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" (! "!") (identifier "bVar5")) (&& "&&") (unary_expression "!bVar4" (! "!") (identifier "bVar4"))) () ")")) (!= "!=") (identifier "bVar5")) () ")")) (compound_statement "{\n \n FUN_00332d30(&local_20,param_2,0);\n FUN_00336e50(param_1,local_20,0);\n FUN_00332d60(&local_20);\n return;\n }" ({ "{") (expression_statement "FUN_00332d30(&local_20,param_2,0);" (call_expression "FUN_00332d30(&local_20,param_2,0)" (identifier "FUN_00332d30") (argument_list "(&local_20,param_2,0)" (( "(") (pointer_expression "&local_20" (& "&") (identifier "local_20")) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00336e50(param_1,local_20,0);" (call_expression "FUN_00336e50(param_1,local_20,0)" (identifier "FUN_00336e50") (argument_list "(param_1,local_20,0)" (( "(") (identifier "param_1") (, ",") (identifier "local_20") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00332d60(&local_20);" (call_expression "FUN_00332d60(&local_20)" (identifier "FUN_00332d60") (argument_list "(&local_20)" (( "(") (pointer_expression "&local_20" (& "&") (identifier "local_20")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::moneypunct_byname<char, true>::moneypunct_byname(char const*, unsigned long) */
void __thiscall
std::moneypunct_byname<char,true>::moneypunct_byname
(moneypunct_byname<char,true> *var_1,char *param_1,type_6 var_2)
{
long var_6;
type_1 *var_7;
type_1 *var_8;
bool var_9;
bool var_10;
bool bVar6;
type_1 bVar7;
type_2 *local_20;
bVar7 = 0;
*(type_3 *)(var_1 + 0x10) = 0;
*(type_4 *)(var_1 + 8) = (type_4)(var_2 != 0);
*(type_5 ***)var_1 = &PTR__moneypunct_00456e38;
/* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */
var_3<var_4,true>::var_5((type_2 *)var_1,(char *)0x0);
var_6 = 2;
var_9 = false;
bVar6 = false;
*(type_5 ***)var_1 = &PTR__moneypunct_byname_00457058;
var_7 = (type_1 *)param_1;
var_8 = (type_1 *)0x39f4d6;
do {
if (var_6 == 0) break;
var_6 = var_6 + -1;
var_9 = *var_7 < *var_8;
bVar6 = *var_7 == *var_8;
var_7 = var_7 + (type_6)bVar7 * -2 + 1;
var_8 = var_8 + (type_6)bVar7 * -2 + 1;
} while (bVar6);
var_10 = false;
var_9 = (!var_9 && !bVar6) == var_9;
if (!var_9) {
var_6 = 6;
var_7 = (type_1 *)param_1;
var_8 = (type_1 *)"POSIX";
do {
if (var_6 == 0) break;
var_6 = var_6 + -1;
var_10 = *var_7 < *var_8;
var_9 = *var_7 == *var_8;
var_7 = var_7 + (type_6)bVar7 * -2 + 1;
var_8 = var_8 + (type_6)bVar7 * -2 + 1;
} while (var_9);
if ((!var_10 && !var_9) != var_10) {
/* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */
locale::facet::var_11(&local_20,param_1,(type_2 *)0x0);
var_3<var_4,true>::var_5((type_2 *)var_1,(char *)local_20);
locale::facet::var_12(&local_20);
return;
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (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)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (return_statement))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,byte *param_2,long param_3)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
undefined8 local_20;
bVar7 = 0;
param_1[2] = 0;
*(uint *)(param_1 + 1) = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_00456e38;
/* try { // try from 00302313 to 00302317 has its CatchHandler @ 0030239f */
FUN_00336e50(param_1,0,0);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*param_1 = &PTR_FUN_00457058;
pbVar2 = param_2;
pbVar3 = (byte *)0x39f4d6;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = param_2;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 00302375 to 00302390 has its CatchHandler @ 0030239a */
FUN_00332d30(&local_20,param_2,0);
FUN_00336e50(param_1,local_20,0);
FUN_00332d60(&local_20);
return;
}
}
return;
}
|
112_wc_and_wc_strip.c
|
quotearg_free
|
FUN_00105dc0
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void quotearg_free(void)
{
char *__ptr;
slotvec *psVar1;
slotvec *__ptr_00;
char **ppcVar2;
__ptr_00 = slotvec;
if (L'\x01' < nslots) {
ppcVar2 = &slotvec[1].val;
psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;
do {
__ptr = *ppcVar2;
ppcVar2 = ppcVar2 + 2;
free(__ptr);
} while (ppcVar2 != &psVar1->val);
}
if (__ptr_00->val != slot0) {
free(__ptr_00->val);
slotvec0.val = slot0;
slotvec0.size = 0x100;
}
if (__ptr_00 != &slotvec0) {
free(__ptr_00);
slotvec = &slotvec0;
}
nslots = L'\x01';
return;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_00105dc0(void)
{
undefined8 *puVar1;
void *__ptr;
undefined *__ptr_00;
undefined8 *puVar2;
__ptr_00 = PTR_DAT_0010c260;
if (1 < DAT_0010c258) {
puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);
puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);
do {
__ptr = (void *)*puVar2;
puVar2 = puVar2 + 2;
free(__ptr);
} while (puVar2 != puVar1);
}
if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {
free(*(undefined **)(__ptr_00 + 8));
PTR_DAT_0010c278 = &DAT_0010c320;
_DAT_0010c270 = 0x100;
}
if (__ptr_00 != &DAT_0010c270) {
free(__ptr_00);
PTR_DAT_0010c260 = &DAT_0010c270;
}
DAT_0010c258 = 1;
return;
}
|
MOV EAX,dword ptr [0x0010c258]
PUSH R12
MOV R12,qword ptr [0x0010c260]
PUSH RBP
PUSH RBX
CMP EAX,0x1
JLE 0x00105e01
SUB EAX,0x2
LEA RBX,[R12 + 0x18]
SHL RAX,0x4
LEA RBP,[R12 + RAX*0x1 + 0x28]
NOP word ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RBX]
ADD RBX,0x10
CALL 0x00102400
CMP RBX,RBP
JNZ 0x00105df0
MOV RDI,qword ptr [R12 + 0x8]
LEA RBX,[0x10c320]
CMP RDI,RBX
JZ 0x00105e29
CALL 0x00102400
MOV qword ptr [0x0010c278],RBX
MOV qword ptr [0x0010c270],0x100
LEA RBX,[0x10c270]
CMP R12,RBX
JZ 0x00105e44
MOV RDI,R12
CALL 0x00102400
MOV qword ptr [0x0010c260],RBX
MOV dword ptr [0x0010c258],0x1
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const-8', u'PTRSUB_-1206952021'), (u'INT_ADD_-1206952070', u'PTRADD_-1206952023'), (u'CALL_-1206952244', u'INDIRECT_-1206951984'), ('const-16', u'PTRADD_-1206952036'), (u'INDIRECT_-1206952051', u'MULTIEQUAL_-1206952053'), (u'LOAD_-1206952382', u'CALL_-1206952357'), (u'CALL_-1206952357', u'INDIRECT_-1206952051'), (u'CALL_-1206952357', u'INDIRECT_-1206952067'), (u'INT_SLESS_-1206952456', u'CBRANCH_-1206952463'), ('tmp_1153', u'MULTIEQUAL_-1206952053'), (u'CALL_-1206952357', u'INDIRECT_-1206952059'), ('const-433', u'LOAD_-1206952382'), (u'INDIRECT_-1206952059', u'MULTIEQUAL_-1206952045'), (u'INDIRECT_-1206952051', u'MULTIEQUAL_-1206952037'), (u'MULTIEQUAL_-1206952158', u'LOAD_-1206952382'), (u'MULTIEQUAL_-1206952158', u'PTRADD_-1206952004'), ('tmp_1154', u'MULTIEQUAL_-1206952045'), (u'INDIRECT_-1206952039', u'MULTIEQUAL_-1206952013'), ('const-1', u'INT_SLESS_-1206952456'), (u'CALL_-1206952244', u'INDIRECT_-1206952000'), (u'MULTIEQUAL_-1206952052', u'MULTIEQUAL_-1206952013'), ('const-0', u'RETURN_-1206952198'), (u'CALL_-1206952357', u'INDIRECT_-1206952075'), (u'INDIRECT_-1206951992', u'MULTIEQUAL_-1206951979'), (u'PTRSUB_-1206951984', u'INT_NOTEQUAL_-1206952308'), (u'MULTIEQUAL_-1206951979', u'COPY_-1206952025'), ('const-4294967294', u'INT_ADD_-1206952444'), (u'PTRSUB_-1206952034', u'MULTIEQUAL_-1206952158'), (u'INDIRECT_-1206952075', u'MULTIEQUAL_-1206952060'), ('const-1098528', u'PTRSUB_-1206951984'), (u'INDIRECT_-1206952075', u'MULTIEQUAL_-1206952076'), ('tmp_1150', u'INT_ADD_-1206952444'), (u'INT_NOTEQUAL_-1206952308', u'CBRANCH_-1206952307'), ('tmp_1150', u'INT_SLESS_-1206952456'), ('const-8', u'PTRSUB_-1206951988'), (u'PTRADD_-1206952023', u'PTRSUB_-1206952021'), (u'MULTIEQUAL_-1206951971', u'COPY_-1206952017'), (u'MULTIEQUAL_-1206952037', u'MULTIEQUAL_-1206951995'), (u'MULTIEQUAL_-1206952045', u'MULTIEQUAL_-1206952003'), ('const-1098352', u'PTRSUB_-1206952179'), (u'CAST_-1206952031', u'INT_ZEXT_-1206952236'), ('const-433', u'LOAD_-1206952338'), (u'COPY_-1206952236', u'COPY_-1206952041'), (u'PTRADD_-1206952004', u'MULTIEQUAL_-1206952158'), ('tmp_1151', u'PTRADD_-1206952023'), ('const-8', u'PTRADD_-1206952004'), (u'MULTIEQUAL_-1206951987', u'COPY_-1206952033'), (u'INDIRECT_-1206951984', u'MULTIEQUAL_-1206951971'), (u'CALL_-1206952300', u'INDIRECT_-1206952031'), (u'PTRSUB_-1206952179', u'MULTIEQUAL_-1206951987'), (u'COPY_-1206952117', u'INT_NOTEQUAL_-1206952256'), (u'LOAD_-1206952338', u'INT_NOTEQUAL_-1206952308'), ('const-0', u'PTRSUB_-1206952235'), (u'CALL_-1206952300', u'INDIRECT_-1206952047'), ('tmp_329', u'CBRANCH_-1206952307'), (u'INT_ADD_-1206952444', u'CAST_-1206952031'), (u'COPY_-1206952292', u'MULTIEQUAL_-1206952003'), ('const-1', u'PTRADD_-1206952036'), (u'MULTIEQUAL_-1206952003', u'MULTIEQUAL_-1206951979'), ('const-1098352', u'PTRSUB_-1206951950'), ('tmp_373', u'CBRANCH_-1206952255'), (u'INDIRECT_-1206952067', u'MULTIEQUAL_-1206952052'), (u'INDIRECT_-1206952067', u'MULTIEQUAL_-1206952068'), (u'INT_ZEXT_-1206952236', u'INT_ADD_-1206952070'), (u'MULTIEQUAL_-1206952013', u'MULTIEQUAL_-1206951987'), (u'INDIRECT_-1206952059', u'MULTIEQUAL_-1206952061'), (u'LOAD_-1206952338', u'CALL_-1206952300'), (u'PTRADD_-1206952004', u'INT_NOTEQUAL_-1206952341'), ('tmp_1151', u'COPY_-1206952117'), (u'CALL_-1206952300', u'INDIRECT_-1206952023'), ('tmp_289', u'CBRANCH_-1206952339'), (u'PTRSUB_-1206951988', u'LOAD_-1206952338'), (u'INDIRECT_-1206952047', u'MULTIEQUAL_-1206952021'), (u'MULTIEQUAL_-1206951995', u'MULTIEQUAL_-1206951971'), (u'CALL_-1206952244', u'INDIRECT_-1206952008'), ('tmp_64', u'CBRANCH_-1206952463'), ('const-0', u'PTRSUB_-1206952179'), (u'COPY_-1206952117', u'PTRSUB_-1206951988'), ('const-2', u'PTRADD_-1206952004'), ('const-256', u'COPY_-1206952292'), ('tmp_1154', u'MULTIEQUAL_-1206952061'), ('tmp_1150', u'MULTIEQUAL_-1206952076'), (u'PTRSUB_-1206952235', u'MULTIEQUAL_-1206951995'), ('tmp_1151', u'PTRADD_-1206952036'), ('const-1098528', u'PTRSUB_-1206952235'), (u'COPY_-1206952117', u'CALL_-1206952244'), (u'PTRSUB_-1206951950', u'INT_NOTEQUAL_-1206952256'), ('const-1', u'COPY_-1206952236'), (u'CALL_-1206952244', u'INDIRECT_-1206951992'), ('tmp_1153', u'MULTIEQUAL_-1206952037'), ('tmp_1151', u'MULTIEQUAL_-1206952068'), (u'PTRADD_-1206952036', u'PTRSUB_-1206952034'), (u'INT_NOTEQUAL_-1206952341', u'CBRANCH_-1206952339'), ('const-0', u'PTRSUB_-1206951984'), ('tmp_1151', u'MULTIEQUAL_-1206952052'), (u'MULTIEQUAL_-1206952060', u'MULTIEQUAL_-1206952021'), (u'INT_NOTEQUAL_-1206952256', u'CBRANCH_-1206952255'), ('const-8', u'PTRSUB_-1206952034'), ('const-2', u'INT_ADD_-1206952070'), (u'CALL_-1206952300', u'INDIRECT_-1206952039'), ('const-16', u'PTRADD_-1206952023'), ('const-0', u'PTRSUB_-1206951950'), (u'PTRSUB_-1206952021', u'INT_NOTEQUAL_-1206952341'), ('tmp_1150', u'MULTIEQUAL_-1206952060')]
|
[(u'CAST_-1206952024', u'INT_NOTEQUAL_-1206952341'), ('const-0', u'PTRSUB_-1206951950'), (u'CALL_-1206952244', u'INDIRECT_-1206951984'), ('tmp_1152', u'MULTIEQUAL_-1206952052'), (u'INDIRECT_-1206952051', u'MULTIEQUAL_-1206952053'), (u'CALL_-1206952357', u'INDIRECT_-1206952051'), (u'LOAD_-1206952382', u'CAST_-1206952009'), (u'CALL_-1206952357', u'INDIRECT_-1206952067'), (u'INT_SLESS_-1206952456', u'CBRANCH_-1206952463'), ('const-24', u'PTRADD_-1206952387'), (u'CALL_-1206952357', u'INDIRECT_-1206952059'), (u'INDIRECT_-1206952059', u'MULTIEQUAL_-1206952045'), ('const-40', u'INT_ADD_-1206952073'), ('tmp_1152', u'MULTIEQUAL_-1206952068'), (u'INDIRECT_-1206952051', u'MULTIEQUAL_-1206952037'), (u'MULTIEQUAL_-1206952158', u'LOAD_-1206952382'), (u'COPY_-1206952123', u'CALL_-1206952244'), ('tmp_1151', u'MULTIEQUAL_-1206952076'), (u'INDIRECT_-1206952039', u'MULTIEQUAL_-1206952013'), ('const-1098528', u'PTRSUB_-1206952235'), ('const-1', u'PTRADD_-1206952276'), (u'CALL_-1206952244', u'INDIRECT_-1206952000'), (u'MULTIEQUAL_-1206952052', u'MULTIEQUAL_-1206952013'), ('const-0', u'RETURN_-1206952198'), ('const-8', u'PTRADD_-1206952276'), (u'CALL_-1206952357', u'INDIRECT_-1206952075'), (u'INDIRECT_-1206951992', u'MULTIEQUAL_-1206951979'), ('const-8', u'PTRADD_-1206952009'), ('const-1', u'PTRADD_-1206952337'), ('const-0', u'PTRSUB_-1206951984'), ('const-433', u'LOAD_-1206952382'), ('tmp_1151', u'INT_SUB_-1206952443'), (u'PTRADD_-1206952276', u'CAST_-1206951991'), (u'MULTIEQUAL_-1206952158', u'PTRADD_-1206952009'), (u'PTRSUB_-1206951984', u'INT_NOTEQUAL_-1206952308'), ('tmp_1151', u'MULTIEQUAL_-1206952060'), (u'MULTIEQUAL_-1206951979', u'COPY_-1206952025'), (u'CAST_-1206951991', u'LOAD_-1206952338'), (u'INT_ADD_-1206952073', u'PTRADD_-1206952337'), (u'CAST_-1206952034', u'MULTIEQUAL_-1206952158'), (u'INDIRECT_-1206952075', u'MULTIEQUAL_-1206952060'), (u'INDIRECT_-1206952075', u'MULTIEQUAL_-1206952076'), ('tmp_1154', u'MULTIEQUAL_-1206952053'), (u'INT_NOTEQUAL_-1206952308', u'CBRANCH_-1206952307'), ('const-1098352', u'PTRSUB_-1206951950'), (u'MULTIEQUAL_-1206951971', u'COPY_-1206952017'), (u'MULTIEQUAL_-1206952037', u'MULTIEQUAL_-1206951995'), (u'PTRADD_-1206952337', u'CAST_-1206952024'), (u'MULTIEQUAL_-1206952045', u'MULTIEQUAL_-1206952003'), ('const-0', u'PTRSUB_-1206952179'), (u'COPY_-1206952236', u'COPY_-1206952041'), ('const-2', u'INT_SUB_-1206952443'), (u'MULTIEQUAL_-1206951987', u'COPY_-1206952033'), (u'INDIRECT_-1206951984', u'MULTIEQUAL_-1206951971'), (u'CALL_-1206952300', u'INDIRECT_-1206952031'), (u'INT_ZEXT_-1206952236', u'INT_MULT_-1206952411'), (u'PTRSUB_-1206952179', u'MULTIEQUAL_-1206951987'), (u'INT_MULT_-1206952411', u'INT_ADD_-1206952073'), (u'LOAD_-1206952338', u'INT_NOTEQUAL_-1206952308'), ('const-433', u'LOAD_-1206952338'), (u'CALL_-1206952300', u'INDIRECT_-1206952047'), (u'COPY_-1206952123', u'PTRADD_-1206952276'), ('tmp_329', u'CBRANCH_-1206952307'), (u'PTRADD_-1206952387', u'CAST_-1206952034'), ('const-16', u'INT_MULT_-1206952411'), (u'COPY_-1206952292', u'MULTIEQUAL_-1206952003'), (u'MULTIEQUAL_-1206952003', u'MULTIEQUAL_-1206951979'), ('tmp_373', u'CBRANCH_-1206952255'), (u'INDIRECT_-1206952067', u'MULTIEQUAL_-1206952052'), (u'INDIRECT_-1206952067', u'MULTIEQUAL_-1206952068'), (u'MULTIEQUAL_-1206952013', u'MULTIEQUAL_-1206951987'), (u'COPY_-1206952123', u'INT_NOTEQUAL_-1206952256'), (u'INDIRECT_-1206952059', u'MULTIEQUAL_-1206952061'), (u'LOAD_-1206952338', u'CALL_-1206952300'), (u'PTRADD_-1206952009', u'INT_NOTEQUAL_-1206952341'), (u'INT_SUB_-1206952443', u'INT_ZEXT_-1206952236'), (u'CALL_-1206952300', u'INDIRECT_-1206952023'), ('tmp_289', u'CBRANCH_-1206952339'), (u'PTRADD_-1206952009', u'MULTIEQUAL_-1206952158'), (u'INDIRECT_-1206952047', u'MULTIEQUAL_-1206952021'), (u'MULTIEQUAL_-1206951995', u'MULTIEQUAL_-1206951971'), (u'CALL_-1206952244', u'INDIRECT_-1206952008'), ('tmp_64', u'CBRANCH_-1206952463'), (u'CAST_-1206952009', u'CALL_-1206952357'), ('const-1', u'PTRADD_-1206952387'), ('tmp_1152', u'PTRADD_-1206952387'), ('const-256', u'COPY_-1206952292'), (u'PTRSUB_-1206952235', u'MULTIEQUAL_-1206951995'), ('tmp_1154', u'MULTIEQUAL_-1206952037'), ('const-0', u'PTRSUB_-1206952235'), (u'PTRSUB_-1206951950', u'INT_NOTEQUAL_-1206952256'), ('const-1', u'COPY_-1206952236'), ('tmp_1155', u'MULTIEQUAL_-1206952061'), ('tmp_1152', u'PTRADD_-1206952337'), ('tmp_1155', u'MULTIEQUAL_-1206952045'), (u'CALL_-1206952244', u'INDIRECT_-1206951992'), ('const-1098352', u'PTRSUB_-1206952179'), ('const-1', u'INT_SLESS_-1206952456'), ('const-1098528', u'PTRSUB_-1206951984'), ('tmp_1151', u'INT_SLESS_-1206952456'), (u'INT_NOTEQUAL_-1206952341', u'CBRANCH_-1206952339'), (u'MULTIEQUAL_-1206952060', u'MULTIEQUAL_-1206952021'), (u'INT_NOTEQUAL_-1206952256', u'CBRANCH_-1206952255'), ('const-2', u'PTRADD_-1206952009'), ('tmp_1152', u'COPY_-1206952123'), (u'CALL_-1206952300', u'INDIRECT_-1206952039')]
| null | null |
00105dc0
|
x64
|
O2
|
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00105dc0(void)\n\n{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}\n\n" comment (function_definition "void FUN_00105dc0(void)\n\n{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" primitive_type (function_declarator "FUN_00105dc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined *__ptr_00;" type_identifier (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "__ptr_00 = PTR_DAT_0010c260;" (assignment_expression "__ptr_00 = PTR_DAT_0010c260" identifier = identifier) ;) (if_statement "if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" if (parenthesized_expression "(1 < DAT_0010c258)" ( (binary_expression "1 < DAT_0010c258" number_literal < identifier) )) (compound_statement "{\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" { (expression_statement "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);" (assignment_expression "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18)" identifier = (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0010c260 + 0x18)" ( (binary_expression "PTR_DAT_0010c260 + 0x18" identifier + number_literal) )))) ;) (expression_statement "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);" (assignment_expression "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" identifier = (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" ( (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28" (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10" identifier + (binary_expression "(ulong)(DAT_0010c258 - 2) * 0x10" (call_expression "(ulong)(DAT_0010c258 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(DAT_0010c258 - 2)" ( (binary_expression "DAT_0010c258 - 2" identifier - number_literal) ))) * number_literal)) + number_literal) )))) ;) (do_statement "do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);" do (compound_statement "{\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)*puVar2;" (assignment_expression "__ptr = (void *)*puVar2" identifier = (cast_expression "(void *)*puVar2" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "puVar2 = puVar2 + 2;" (assignment_expression "puVar2 = puVar2 + 2" identifier = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }) while (parenthesized_expression "(puVar2 != puVar1)" ( (binary_expression "puVar2 != puVar1" identifier != identifier) )) ;) })) (if_statement "if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" if (parenthesized_expression "(*(undefined **)(__ptr_00 + 8) != &DAT_0010c320)" ( (binary_expression "*(undefined **)(__ptr_00 + 8) != &DAT_0010c320" (pointer_expression "*(undefined **)(__ptr_00 + 8)" * (cast_expression "(undefined **)(__ptr_00 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__ptr_00 + 8)" ( (binary_expression "__ptr_00 + 8" identifier + number_literal) )))) != (pointer_expression "&DAT_0010c320" & identifier)) )) (compound_statement "{\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" { (expression_statement "free(*(undefined **)(__ptr_00 + 8));" (call_expression "free(*(undefined **)(__ptr_00 + 8))" identifier (argument_list "(*(undefined **)(__ptr_00 + 8))" ( (pointer_expression "*(undefined **)(__ptr_00 + 8)" * (cast_expression "(undefined **)(__ptr_00 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__ptr_00 + 8)" ( (binary_expression "__ptr_00 + 8" identifier + number_literal) )))) ))) ;) (expression_statement "PTR_DAT_0010c278 = &DAT_0010c320;" (assignment_expression "PTR_DAT_0010c278 = &DAT_0010c320" identifier = (pointer_expression "&DAT_0010c320" & identifier)) ;) (expression_statement "_DAT_0010c270 = 0x100;" (assignment_expression "_DAT_0010c270 = 0x100" identifier = number_literal) ;) })) (if_statement "if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" if (parenthesized_expression "(__ptr_00 != &DAT_0010c270)" ( (binary_expression "__ptr_00 != &DAT_0010c270" identifier != (pointer_expression "&DAT_0010c270" & identifier)) )) (compound_statement "{\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "PTR_DAT_0010c260 = &DAT_0010c270;" (assignment_expression "PTR_DAT_0010c260 = &DAT_0010c270" identifier = (pointer_expression "&DAT_0010c270" & identifier)) ;) })) (expression_statement "DAT_0010c258 = 1;" (assignment_expression "DAT_0010c258 = 1" identifier = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid quotearg_free(void)\n\n{\n char *__ptr;\n slotvec *psVar1;\n slotvec *__ptr_00;\n char **ppcVar2;\n \n __ptr_00 = slotvec;\n if (L'\x01' < nslots) {\n ppcVar2 = &slotvec[1].val;\n psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;\n do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);\n }\n if (__ptr_00->val != slot0) {\n free(__ptr_00->val);\n slotvec0.val = slot0;\n slotvec0.size = 0x100;\n }\n if (__ptr_00 != &slotvec0) {\n free(__ptr_00);\n slotvec = &slotvec0;\n }\n nslots = L'\x01';\n return;\n}\n\n" comment (function_definition "void quotearg_free(void)\n\n{\n char *__ptr;\n slotvec *psVar1;\n slotvec *__ptr_00;\n char **ppcVar2;\n \n __ptr_00 = slotvec;\n if (L'\x01' < nslots) {\n ppcVar2 = &slotvec[1].val;\n psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;\n do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);\n }\n if (__ptr_00->val != slot0) {\n free(__ptr_00->val);\n slotvec0.val = slot0;\n slotvec0.size = 0x100;\n }\n if (__ptr_00 != &slotvec0) {\n free(__ptr_00);\n slotvec = &slotvec0;\n }\n nslots = L'\x01';\n return;\n}" primitive_type (function_declarator "quotearg_free(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__ptr;\n slotvec *psVar1;\n slotvec *__ptr_00;\n char **ppcVar2;\n \n __ptr_00 = slotvec;\n if (L'\x01' < nslots) {\n ppcVar2 = &slotvec[1].val;\n psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;\n do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);\n }\n if (__ptr_00->val != slot0) {\n free(__ptr_00->val);\n slotvec0.val = slot0;\n slotvec0.size = 0x100;\n }\n if (__ptr_00 != &slotvec0) {\n free(__ptr_00);\n slotvec = &slotvec0;\n }\n nslots = L'\x01';\n return;\n}" { (declaration "char *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "slotvec *psVar1;" type_identifier (pointer_declarator "*psVar1" * identifier) ;) (declaration "slotvec *__ptr_00;" type_identifier (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "char **ppcVar2;" primitive_type (pointer_declarator "**ppcVar2" * (pointer_declarator "*ppcVar2" * identifier)) ;) (expression_statement "__ptr_00 = slotvec;" (assignment_expression "__ptr_00 = slotvec" identifier = identifier) ;) (if_statement "if (L'\x01' < nslots) {\n ppcVar2 = &slotvec[1].val;\n psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;\n do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);\n }" if (parenthesized_expression "(L'\x01' < nslots)" ( (binary_expression "L'\x01' < nslots" (char_literal "L'\x01'" L' escape_sequence ') < identifier) )) (compound_statement "{\n ppcVar2 = &slotvec[1].val;\n psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;\n do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);\n }" { (expression_statement "ppcVar2 = &slotvec[1].val;" (assignment_expression "ppcVar2 = &slotvec[1].val" identifier = (pointer_expression "&slotvec[1].val" & (field_expression "slotvec[1].val" (subscript_expression "slotvec[1]" identifier [ number_literal ]) . field_identifier))) ;) (expression_statement "psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2;" (assignment_expression "psVar1 = slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2" identifier = (binary_expression "slotvec + (ulong)(uint)(nslots + L'\xfffffffe') + 2" (binary_expression "slotvec + (ulong)(uint)(nslots + L'\xfffffffe')" identifier + (call_expression "(ulong)(uint)(nslots + L'\xfffffffe')" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(nslots + L'\xfffffffe')" ( (binary_expression "nslots + L'\xfffffffe'" identifier + (char_literal "L'\xfffffffe'" L' escape_sequence character character character character ')) )))) + number_literal)) ;) (do_statement "do {\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n } while (ppcVar2 != &psVar1->val);" do (compound_statement "{\n __ptr = *ppcVar2;\n ppcVar2 = ppcVar2 + 2;\n free(__ptr);\n }" { (expression_statement "__ptr = *ppcVar2;" (assignment_expression "__ptr = *ppcVar2" identifier = (pointer_expression "*ppcVar2" * identifier)) ;) (expression_statement "ppcVar2 = ppcVar2 + 2;" (assignment_expression "ppcVar2 = ppcVar2 + 2" identifier = (binary_expression "ppcVar2 + 2" identifier + number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }) while (parenthesized_expression "(ppcVar2 != &psVar1->val)" ( (binary_expression "ppcVar2 != &psVar1->val" identifier != (pointer_expression "&psVar1->val" & (field_expression "psVar1->val" identifier -> field_identifier))) )) ;) })) (if_statement "if (__ptr_00->val != slot0) {\n free(__ptr_00->val);\n slotvec0.val = slot0;\n slotvec0.size = 0x100;\n }" if (parenthesized_expression "(__ptr_00->val != slot0)" ( (binary_expression "__ptr_00->val != slot0" (field_expression "__ptr_00->val" identifier -> field_identifier) != identifier) )) (compound_statement "{\n free(__ptr_00->val);\n slotvec0.val = slot0;\n slotvec0.size = 0x100;\n }" { (expression_statement "free(__ptr_00->val);" (call_expression "free(__ptr_00->val)" identifier (argument_list "(__ptr_00->val)" ( (field_expression "__ptr_00->val" identifier -> field_identifier) ))) ;) (expression_statement "slotvec0.val = slot0;" (assignment_expression "slotvec0.val = slot0" (field_expression "slotvec0.val" identifier . field_identifier) = identifier) ;) (expression_statement "slotvec0.size = 0x100;" (assignment_expression "slotvec0.size = 0x100" (field_expression "slotvec0.size" identifier . field_identifier) = number_literal) ;) })) (if_statement "if (__ptr_00 != &slotvec0) {\n free(__ptr_00);\n slotvec = &slotvec0;\n }" if (parenthesized_expression "(__ptr_00 != &slotvec0)" ( (binary_expression "__ptr_00 != &slotvec0" identifier != (pointer_expression "&slotvec0" & identifier)) )) (compound_statement "{\n free(__ptr_00);\n slotvec = &slotvec0;\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "slotvec = &slotvec0;" (assignment_expression "slotvec = &slotvec0" identifier = (pointer_expression "&slotvec0" & identifier)) ;) })) (expression_statement "nslots = L'\x01';" (assignment_expression "nslots = L'\x01'" identifier = (char_literal "L'\x01'" L' escape_sequence ')) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00105dc0(void)\n\n{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}\n\n" (function_definition "void FUN_00105dc0(void)\n\n{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" primitive_type (function_declarator "FUN_00105dc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined *__ptr_00;" type_identifier (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "__ptr_00 = PTR_DAT_0010c260;" (assignment_expression "__ptr_00 = PTR_DAT_0010c260" identifier = identifier) ;) (if_statement "if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" if (parenthesized_expression "(1 < DAT_0010c258)" ( (binary_expression "1 < DAT_0010c258" number_literal < identifier) )) (compound_statement "{\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" { (expression_statement "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);" (assignment_expression "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18)" identifier = (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0010c260 + 0x18)" ( (binary_expression "PTR_DAT_0010c260 + 0x18" identifier + number_literal) )))) ;) (expression_statement "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);" (assignment_expression "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" identifier = (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" ( (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28" (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10" identifier + (binary_expression "(ulong)(DAT_0010c258 - 2) * 0x10" (call_expression "(ulong)(DAT_0010c258 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(DAT_0010c258 - 2)" ( (binary_expression "DAT_0010c258 - 2" identifier - number_literal) ))) * number_literal)) + number_literal) )))) ;) (do_statement "do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);" do (compound_statement "{\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)*puVar2;" (assignment_expression "__ptr = (void *)*puVar2" identifier = (cast_expression "(void *)*puVar2" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "puVar2 = puVar2 + 2;" (assignment_expression "puVar2 = puVar2 + 2" identifier = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }) while (parenthesized_expression "(puVar2 != puVar1)" ( (binary_expression "puVar2 != puVar1" identifier != identifier) )) ;) })) (if_statement "if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" if (parenthesized_expression "(*(undefined **)(__ptr_00 + 8) != &DAT_0010c320)" ( (binary_expression "*(undefined **)(__ptr_00 + 8) != &DAT_0010c320" (pointer_expression "*(undefined **)(__ptr_00 + 8)" * (cast_expression "(undefined **)(__ptr_00 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__ptr_00 + 8)" ( (binary_expression "__ptr_00 + 8" identifier + number_literal) )))) != (pointer_expression "&DAT_0010c320" & identifier)) )) (compound_statement "{\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" { (expression_statement "free(*(undefined **)(__ptr_00 + 8));" (call_expression "free(*(undefined **)(__ptr_00 + 8))" identifier (argument_list "(*(undefined **)(__ptr_00 + 8))" ( (pointer_expression "*(undefined **)(__ptr_00 + 8)" * (cast_expression "(undefined **)(__ptr_00 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__ptr_00 + 8)" ( (binary_expression "__ptr_00 + 8" identifier + number_literal) )))) ))) ;) (expression_statement "PTR_DAT_0010c278 = &DAT_0010c320;" (assignment_expression "PTR_DAT_0010c278 = &DAT_0010c320" identifier = (pointer_expression "&DAT_0010c320" & identifier)) ;) (expression_statement "_DAT_0010c270 = 0x100;" (assignment_expression "_DAT_0010c270 = 0x100" identifier = number_literal) ;) })) (if_statement "if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" if (parenthesized_expression "(__ptr_00 != &DAT_0010c270)" ( (binary_expression "__ptr_00 != &DAT_0010c270" identifier != (pointer_expression "&DAT_0010c270" & identifier)) )) (compound_statement "{\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "PTR_DAT_0010c260 = &DAT_0010c270;" (assignment_expression "PTR_DAT_0010c260 = &DAT_0010c270" identifier = (pointer_expression "&DAT_0010c270" & identifier)) ;) })) (expression_statement "DAT_0010c258 = 1;" (assignment_expression "DAT_0010c258 = 1" identifier = number_literal) ;) (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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) * LIT)) + LIT) )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression 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) )))) != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00105dc0(void)\n\n{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00105dc0(void)" (identifier "FUN_00105dc0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n void *__ptr;\n undefined *__ptr_00;\n undefined8 *puVar2;\n \n __ptr_00 = PTR_DAT_0010c260;\n if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }\n if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }\n if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }\n DAT_0010c258 = 1;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "undefined *__ptr_00;" (type_identifier "undefined") (pointer_declarator "*__ptr_00" (* "*") (identifier "__ptr_00")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "__ptr_00 = PTR_DAT_0010c260;" (assignment_expression "__ptr_00 = PTR_DAT_0010c260" (identifier "__ptr_00") (= "=") (identifier "PTR_DAT_0010c260")) (; ";")) (if_statement "if (1 < DAT_0010c258) {\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" (if "if") (parenthesized_expression "(1 < DAT_0010c258)" (( "(") (binary_expression "1 < DAT_0010c258" (number_literal "1") (< "<") (identifier "DAT_0010c258")) () ")")) (compound_statement "{\n puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);\n puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);\n do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);\n }" ({ "{") (expression_statement "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);" (assignment_expression "puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0010c260 + 0x18)" (( "(") (binary_expression "PTR_DAT_0010c260 + 0x18" (identifier "PTR_DAT_0010c260") (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (expression_statement "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);" (assignment_expression "puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28)" (( "(") (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28" (binary_expression "PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10" (identifier "PTR_DAT_0010c260") (+ "+") (binary_expression "(ulong)(DAT_0010c258 - 2) * 0x10" (call_expression "(ulong)(DAT_0010c258 - 2)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(DAT_0010c258 - 2)" (( "(") (binary_expression "DAT_0010c258 - 2" (identifier "DAT_0010c258") (- "-") (number_literal "2")) () ")"))) (* "*") (number_literal "0x10"))) (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (do_statement "do {\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n } while (puVar2 != puVar1);" (do "do") (compound_statement "{\n __ptr = (void *)*puVar2;\n puVar2 = puVar2 + 2;\n free(__ptr);\n }" ({ "{") (expression_statement "__ptr = (void *)*puVar2;" (assignment_expression "__ptr = (void *)*puVar2" (identifier "__ptr") (= "=") (cast_expression "(void *)*puVar2" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) (; ";")) (expression_statement "puVar2 = puVar2 + 2;" (assignment_expression "puVar2 = puVar2 + 2" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 2" (identifier "puVar2") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar2 != puVar1)" (( "(") (binary_expression "puVar2 != puVar1" (identifier "puVar2") (!= "!=") (identifier "puVar1")) () ")")) (; ";")) (} "}"))) (if_statement "if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" (if "if") (parenthesized_expression "(*(undefined **)(__ptr_00 + 8) != &DAT_0010c320)" (( "(") (binary_expression "*(undefined **)(__ptr_00 + 8) != &DAT_0010c320" (pointer_expression "*(undefined **)(__ptr_00 + 8)" (* "*") (cast_expression "(undefined **)(__ptr_00 + 8)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(__ptr_00 + 8)" (( "(") (binary_expression "__ptr_00 + 8" (identifier "__ptr_00") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (pointer_expression "&DAT_0010c320" (& "&") (identifier "DAT_0010c320"))) () ")")) (compound_statement "{\n free(*(undefined **)(__ptr_00 + 8));\n PTR_DAT_0010c278 = &DAT_0010c320;\n _DAT_0010c270 = 0x100;\n }" ({ "{") (expression_statement "free(*(undefined **)(__ptr_00 + 8));" (call_expression "free(*(undefined **)(__ptr_00 + 8))" (identifier "free") (argument_list "(*(undefined **)(__ptr_00 + 8))" (( "(") (pointer_expression "*(undefined **)(__ptr_00 + 8)" (* "*") (cast_expression "(undefined **)(__ptr_00 + 8)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(__ptr_00 + 8)" (( "(") (binary_expression "__ptr_00 + 8" (identifier "__ptr_00") (+ "+") (number_literal "8")) () ")")))) () ")"))) (; ";")) (expression_statement "PTR_DAT_0010c278 = &DAT_0010c320;" (assignment_expression "PTR_DAT_0010c278 = &DAT_0010c320" (identifier "PTR_DAT_0010c278") (= "=") (pointer_expression "&DAT_0010c320" (& "&") (identifier "DAT_0010c320"))) (; ";")) (expression_statement "_DAT_0010c270 = 0x100;" (assignment_expression "_DAT_0010c270 = 0x100" (identifier "_DAT_0010c270") (= "=") (number_literal "0x100")) (; ";")) (} "}"))) (if_statement "if (__ptr_00 != &DAT_0010c270) {\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" (if "if") (parenthesized_expression "(__ptr_00 != &DAT_0010c270)" (( "(") (binary_expression "__ptr_00 != &DAT_0010c270" (identifier "__ptr_00") (!= "!=") (pointer_expression "&DAT_0010c270" (& "&") (identifier "DAT_0010c270"))) () ")")) (compound_statement "{\n free(__ptr_00);\n PTR_DAT_0010c260 = &DAT_0010c270;\n }" ({ "{") (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" (identifier "free") (argument_list "(__ptr_00)" (( "(") (identifier "__ptr_00") () ")"))) (; ";")) (expression_statement "PTR_DAT_0010c260 = &DAT_0010c270;" (assignment_expression "PTR_DAT_0010c260 = &DAT_0010c270" (identifier "PTR_DAT_0010c260") (= "=") (pointer_expression "&DAT_0010c270" (& "&") (identifier "DAT_0010c270"))) (; ";")) (} "}"))) (expression_statement "DAT_0010c258 = 1;" (assignment_expression "DAT_0010c258 = 1" (identifier "DAT_0010c258") (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
char *__ptr;
type_1 *psVar1;
type_1 *var_5;
char **var_2;
var_5 = type_1;
if (L'\x01' < var_1) {
var_2 = &type_1[1].val;
psVar1 = type_1 + (ulong)(uint)(var_1 + L'\xfffffffe') + 2;
do {
__ptr = *var_2;
var_2 = var_2 + 2;
var_3(__ptr);
} while (var_2 != &psVar1->val);
}
if (var_5->val != var_4) {
var_3(var_5->val);
slotvec0.val = var_4;
slotvec0.size = 0x100;
}
if (var_5 != &slotvec0) {
var_3(var_5);
type_1 = &slotvec0;
}
var_1 = L'\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 (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))) (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: (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: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) right: (number_literal)))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (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: (identifier) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_statement))))
| null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void MASKED(void)
{
undefined8 *puVar1;
void *__ptr;
undefined *__ptr_00;
undefined8 *puVar2;
__ptr_00 = PTR_DAT_0010c260;
if (1 < DAT_0010c258) {
puVar2 = (undefined8 *)(PTR_DAT_0010c260 + 0x18);
puVar1 = (undefined8 *)(PTR_DAT_0010c260 + (ulong)(DAT_0010c258 - 2) * 0x10 + 0x28);
do {
__ptr = (void *)*puVar2;
puVar2 = puVar2 + 2;
free(__ptr);
} while (puVar2 != puVar1);
}
if (*(undefined **)(__ptr_00 + 8) != &DAT_0010c320) {
free(*(undefined **)(__ptr_00 + 8));
PTR_DAT_0010c278 = &DAT_0010c320;
_DAT_0010c270 = 0x100;
}
if (__ptr_00 != &DAT_0010c270) {
free(__ptr_00);
PTR_DAT_0010c260 = &DAT_0010c270;
}
DAT_0010c258 = 1;
return;
}
|
7394_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
xsputn
|
FUN_0029f030
|
/* std::filebuf::xsputn(char const*, long) */
long __thiscall std::filebuf::xsputn(filebuf *this,char *param_1,long param_2)
{
filebuf fVar1;
char cVar2;
long lVar3;
long lVar4;
long lVar5;
fVar1 = this[0x78];
if (*(long **)(this + 200) == (long *)0x0) {
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))();
if (((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)) {
lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);
if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {
lVar3 = *(ulong *)(this + 0xa0) - 1;
}
if (0x3ff < lVar3) {
lVar3 = 0x400;
}
if (lVar3 <= param_2) {
lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);
lVar3 = __basic_file<char>::xsputn_2
((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,
param_2);
if (param_2 + lVar5 == lVar3) {
lVar4 = *(long *)(this + 0x98);
*(long *)(this + 8) = lVar4;
*(long *)(this + 0x10) = lVar4;
*(long *)(this + 0x18) = lVar4;
if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||
(*(ulong *)(this + 0xa0) < 2)) {
*(undefined8 *)(this + 0x28) = 0;
*(undefined8 *)(this + 0x20) = 0;
*(undefined8 *)(this + 0x30) = 0;
}
else {
*(long *)(this + 0x28) = lVar4;
*(long *)(this + 0x20) = lVar4;
*(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);
}
this[0xaa] = (filebuf)0x1;
}
lVar4 = 0;
if (lVar5 < lVar3) {
lVar4 = lVar3 - lVar5;
}
return lVar4;
}
}
lVar3 = streambuf::xsputn((streambuf *)this,param_1,param_2);
return lVar3;
}
|
long FUN_0029f030(long param_1,undefined8 param_2,long param_3)
{
byte bVar1;
char cVar2;
long lVar3;
long lVar4;
long lVar5;
bVar1 = *(byte *)(param_1 + 0x78);
if (*(long **)(param_1 + 200) == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();
if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {
lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);
if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {
lVar3 = *(ulong *)(param_1 + 0xa0) - 1;
}
if (0x3ff < lVar3) {
lVar3 = 0x400;
}
if (lVar3 <= param_3) {
lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);
lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);
if (param_3 + lVar5 == lVar3) {
lVar4 = *(long *)(param_1 + 0x98);
*(long *)(param_1 + 8) = lVar4;
*(long *)(param_1 + 0x10) = lVar4;
*(long *)(param_1 + 0x18) = lVar4;
if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||
(*(ulong *)(param_1 + 0xa0) < 2)) {
*(undefined8 *)(param_1 + 0x28) = 0;
*(undefined8 *)(param_1 + 0x20) = 0;
*(undefined8 *)(param_1 + 0x30) = 0;
}
else {
*(long *)(param_1 + 0x28) = lVar4;
*(long *)(param_1 + 0x20) = lVar4;
*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);
}
*(undefined1 *)(param_1 + 0xaa) = 1;
}
lVar4 = 0;
if (lVar5 < lVar3) {
lVar4 = lVar3 - lVar5;
}
return lVar4;
}
}
lVar3 = FUN_002802d0(param_1,param_2,param_3);
return lVar3;
}
|
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
TEST byte ptr [RDI + 0x78],0x11
MOV RDI,qword ptr [RDI + 0xc8]
SETNZ R13B
TEST RDI,RDI
JZ 0x0029f171
MOV RAX,qword ptr [RDI]
MOV R12,RSI
MOV RBP,RDX
CALL qword ptr [RAX + 0x30]
TEST AL,AL
JZ 0x0029f0f8
TEST R13B,R13B
JZ 0x0029f0f8
CMP byte ptr [RBX + 0xa9],0x0
JNZ 0x0029f0f8
MOV RDX,qword ptr [RBX + 0x28]
MOV RAX,qword ptr [RBX + 0x30]
SUB RAX,RDX
CMP byte ptr [RBX + 0xaa],0x0
JNZ 0x0029f0a2
MOV RCX,qword ptr [RBX + 0xa0]
LEA RSI,[RCX + -0x1]
CMP RCX,0x1
CMOVA RAX,RSI
CMP RAX,0x400
MOV ECX,0x400
CMOVGE RAX,RCX
CMP RAX,RBP
JG 0x0029f0f8
MOV RSI,qword ptr [RBX + 0x20]
MOV R8,RBP
LEA RDI,[RBX + 0x68]
MOV RCX,R12
SUB RDX,RSI
MOV R13,RDX
CALL 0x00277470
ADD RBP,R13
CMP RBP,RAX
JZ 0x0029f110
MOV RDX,RAX
SUB RDX,R13
CMP R13,RAX
MOV EAX,0x0
CMOVL RAX,RDX
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
ADD RSP,0x8
MOV RDX,RBP
MOV RSI,R12
MOV RDI,RBX
POP RBX
POP RBP
POP R12
POP R13
JMP 0x002802d0
MOV RDX,qword ptr [RBX + 0x98]
MOV ECX,dword ptr [RBX + 0x78]
MOV qword ptr [RBX + 0x8],RDX
MOV qword ptr [RBX + 0x10],RDX
MOV qword ptr [RBX + 0x18],RDX
TEST CL,0x10
JNZ 0x0029f130
AND ECX,0x1
JZ 0x0029f157
MOV RCX,qword ptr [RBX + 0xa0]
CMP RCX,0x1
JBE 0x0029f157
MOV qword ptr [RBX + 0x28],RDX
MOV qword ptr [RBX + 0x20],RDX
LEA RDX,[RDX + RCX*0x1 + -0x1]
MOV qword ptr [RBX + 0x30],RDX
MOV byte ptr [RBX + 0xaa],0x1
JMP 0x0029f0d7
MOV qword ptr [RBX + 0x28],0x0
MOV qword ptr [RBX + 0x20],0x0
MOV qword ptr [RBX + 0x30],0x0
JMP 0x0029f14e
CALL 0x002b5510
| null | null | null | null |
[(u'LOAD_-1204358628', u'STORE_-1204358521'), ('const-1', u'PTRADD_-1204358542'), (u'LOAD_-1204359067', u'LOAD_-1204359033'), ('const-0', u'INT_EQUAL_-1204358958'), (u'CAST_-1204358163', u'CALL_-1204358521'), (u'CAST_-1204358137', u'STORE_-1204358602'), ('tmp_627', u'CBRANCH_-1204358699'), ('tmp_841', u'CBRANCH_-1204358531'), ('const-433', u'LOAD_-1204358812'), ('const-0', u'INT_NOTEQUAL_-1204358997'), (u'PTRADD_-1204358839', u'CAST_-1204358288'), (u'CALL_-1204358769', u'INT_SUB_-1204358716'), ('tmp_800', u'CBRANCH_-1204358559'), ('const-433', u'LOAD_-1204359019'), ('const-24', u'PTRADD_-1204358535'), (u'LOAD_-1204359019', u'CALLIND_-1204359009'), ('const-152', u'PTRADD_-1204358566'), ('tmp_560', u'CBRANCH_-1204358740'), ('const-1', u'PTRADD_-1204358888'), ('const-433', u'LOAD_-1204358950'), ('const-40', u'PTRADD_-1204358888'), ('tmp_1012', u'PTRADD_-1204358403'), ('const-8', u'PTRADD_-1204358549'), ('tmp_1012', u'PTRADD_-1204358414'), ('tmp_1012', u'PTRADD_-1204358862'), ('tmp_886', u'BRANCH_-1204358489'), (u'LOAD_-1204358628', u'INT_ADD_-1204358500'), ('const-433', u'STORE_-1204358485'), ('const-1', u'INT_AND_-1204358548'), (u'PTRADD_-1204358739', u'CAST_-1204358239'), (u'INT_ADD_-1204358498', u'STORE_-1204358505'), ('const-433', u'LOAD_-1204358901'), ('const-1', u'PTRADD_-1204359020'), (u'LOAD_-1204358618', u'INT_AND_-1204358219'), (u'PTRADD_-1204358888', u'CAST_-1204358310'), (u'INT_SUB_-1204358772', u'INT_SUB_-1204358716'), (u'PTRADD_-1204358911', u'LOAD_-1204358973'), (u'PTRADD_-1204358750', u'CAST_-1204358247'), (u'INT_EQUAL_-1204358561', u'CBRANCH_-1204358559'), ('const-48', u'PTRADD_-1204358403'), (u'PTRADD_-1204358556', u'CAST_-1204358146'), ('tmp_1012', u'PTRADD_-1204358881'), (u'CAST_-1204358310', u'LOAD_-1204358950'), (u'MULTIEQUAL_-1204358431', u'INT_SLESSEQUAL_-1204358805'), (u'INT_ADD_-1204358500', u'INT_ADD_-1204358498'), ('const-1', u'PTRADD_-1204359005'), (u'INT_ADD_-1204359003', u'CAST_-1204358340'), ('const-433', u'LOAD_-1204358628'), ('tmp_1012', u'PTRADD_-1204358438'), ('const-48', u'PTRADD_-1204358881'), (u'LOAD_-1204358950', u'INT_SUB_-1204358917'), ('const-32', u'PTRADD_-1204358461'), (u'CAST_-1204358100', u'STORE_-1204358528'), (u'LOAD_-1204358812', u'CAST_-1204358231'), ('tmp_1012', u'PTRADD_-1204358739'), ('const-2', u'INT_LESS_-1204358522'), ('const-160', u'PTRADD_-1204358496'), ('const-170', u'PTRADD_-1204358438'), (u'COPY_-1204358342', u'MULTIEQUAL_-1204358444'), ('const-1024', u'COPY_-1204358838'), ('const-0', u'STORE_-1204358474'), (u'INT_AND_-1204358548', u'INT_EQUAL_-1204358561'), (u'LOAD_-1204358950', u'INT_SUB_-1204358772'), ('tmp_1012', u'PTRADD_-1204358468'), ('const-1', u'PTRADD_-1204358739'), ('const-433', u'LOAD_-1204358558'), (u'CAST_-1204358142', u'STORE_-1204358609'), (u'CAST_-1204358375', u'INT_AND_-1204359054'), (u'LOAD_-1204358812', u'CALL_-1204358769'), (u'PTRADD_-1204358566', u'CAST_-1204358154'), ('tmp_126', u'CBRANCH_-1204359037'), ('const-433', u'STORE_-1204358474'), ('tmp_1012', u'PTRADD_-1204358911'), (u'PTRADD_-1204358535', u'CAST_-1204358132'), ('tmp_1013', u'CALL_-1204358769'), ('const-1', u'PTRADD_-1204358911'), (u'CAST_-1204358305', u'LOAD_-1204358943'), (u'LOAD_-1204358943', u'INT_SUB_-1204358917'), ('tmp_1014', u'INT_ADD_-1204358749'), ('tmp_1012', u'PTRADD_-1204358556'), ('const-1', u'PTRADD_-1204358403'), (u'INT_NOTEQUAL_-1204359067', u'CBRANCH_-1204358978'), ('const-1', u'PTRADD_-1204358881'), (u'LOAD_-1204358901', u'INT_LESS_-1204358859'), ('const-433', u'STORE_-1204358609'), ('const-1', u'PTRADD_-1204358750'), (u'CALL_-1204358769', u'INT_SLESS_-1204358694'), ('const-1', u'PTRADD_-1204358839'), ('tmp_451', u'CBRANCH_-1204358813'), (u'LOAD_-1204358973', u'INT_EQUAL_-1204358958'), ('tmp_1012', u'PTRADD_-1204358549'), (u'LOAD_-1204358628', u'STORE_-1204358602'), ('const-1', u'STORE_-1204358498'), ('const-1', u'PTRADD_-1204358549'), (u'INT_AND_-1204358219', u'INT_EQUAL_-1204358578'), (u'PTRADD_-1204358438', u'STORE_-1204358498'), ('const-433', u'STORE_-1204358521'), ('const-200', u'PTRADD_-1204359005'), ('const-1', u'PTRADD_-1204358468'), ('tmp_1012', u'PTRADD_-1204358496'), (u'PTRADD_-1204358862', u'LOAD_-1204358924'), ('const-120', u'PTRADD_-1204358556'), (u'PTRADD_-1204358425', u'CAST_-1204358077'), (u'INT_ADD_-1204358749', u'INT_EQUAL_-1204358742'), (u'CAST_-1204358085', u'STORE_-1204358505'), ('const-40', u'PTRADD_-1204358468'), ('tmp_1014', u'INT_SLESSEQUAL_-1204358805'), (u'CAST_-1204358247', u'LOAD_-1204358812'), (u'INT_NOTEQUAL_-1204358997', u'CBRANCH_-1204358997'), ('tmp_1013', u'CALL_-1204358521'), ('tmp_1012', u'PTRADD_-1204358425'), ('tmp_1012', u'PTRADD_-1204358839'), (u'INT_SUB_-1204358917', u'COPY_-1204358361'), ('const-16', u'INT_AND_-1204358219'), ('tmp_1014', u'CALL_-1204358521'), ('tmp_1012', u'PTRADD_-1204358445'), ('const-1', u'INT_LESS_-1204358859'), (u'COPY_-1204358275', u'MULTIEQUAL_-1204358376'), (u'INT_LESS_-1204358859', u'CBRANCH_-1204358865'), (u'MULTIEQUAL_-1204358444', u'MULTIEQUAL_-1204358431'), ('const-0', u'STORE_-1204358463'), ('tmp_176', u'CBRANCH_-1204358997'), ('const-16', u'PTRADD_-1204358542'), ('const-0', u'STORE_-1204358485'), ('const-32', u'PTRADD_-1204358414'), (u'MULTIEQUAL_-1204358376', u'RETURN_-1204358651'), (u'PTRADD_-1204358403', u'CAST_-1204358059'), ('tmp_202', u'CBRANCH_-1204358978'), ('const-433', u'STORE_-1204358498'), ('const-433', u'LOAD_-1204358973'), (u'LOAD_-1204358628', u'STORE_-1204358528'), (u'CAST_-1204358340', u'LOAD_-1204359019'), ('const-170', u'PTRADD_-1204358862'), (u'COPY_-1204358343', u'MULTIEQUAL_-1204358444'), (u'LOAD_-1204358628', u'STORE_-1204358595'), ('const-1', u'PTRADD_-1204358496'), (u'INT_EQUAL_-1204358909', u'CBRANCH_-1204358902'), ('const-1', u'PTRADD_-1204358445'), ('const-1', u'PTRADD_-1204358535'), (u'INT_SUB_-1204358716', u'COPY_-1204358274'), ('const-0', u'INT_EQUAL_-1204358909'), (u'CAST_-1204358146', u'LOAD_-1204358618'), ('tmp_1012', u'PTRADD_-1204358535'), ('tmp_1014', u'CALL_-1204358769'), ('const-0', u'RETURN_-1204358517'), (u'PTRADD_-1204358542', u'CAST_-1204358137'), (u'INT_SUB_-1204358772', u'INT_SLESS_-1204358694'), (u'PTRADD_-1204358496', u'CAST_-1204358117'), ('const-433', u'STORE_-1204358595'), ('const-40', u'PTRADD_-1204358425'), ('tmp_772', u'CBRANCH_-1204358575'), ('const-17', u'INT_AND_-1204359054'), (u'CAST_-1204358231', u'INT_SUB_-1204358772'), ('const-1', u'PTRADD_-1204358566'), ('const-1', u'PTRADD_-1204358556'), (u'INT_EQUAL_-1204358578', u'CBRANCH_-1204358575'), (u'CAST_-1204358059', u'STORE_-1204358463'), (u'LOAD_-1204358558', u'INT_LESS_-1204358522'), ('const-433', u'LOAD_-1204358618'), ('const--1', u'INT_ADD_-1204358500'), ('const-48', u'PTRADD_-1204358445'), ('const-433', u'LOAD_-1204358924'), (u'PTRADD_-1204358445', u'CAST_-1204358085'), (u'PTRADD_-1204359020', u'LOAD_-1204359080'), ('tmp_1012', u'PTRADD_-1204358542'), (u'INT_SLESS_-1204358694', u'CBRANCH_-1204358699'), ('const-0', u'INT_EQUAL_-1204358561'), ('const-48', u'INT_ADD_-1204359003'), ('tmp_1012', u'PTRADD_-1204358566'), ('const-120', u'PTRADD_-1204359020'), (u'PTRADD_-1204358881', u'CAST_-1204358305'), ('const-0', u'COPY_-1204358712'), (u'CAST_-1204358132', u'STORE_-1204358595'), ('tmp_911', u'BRANCH_-1204358453'), (u'PTRADD_-1204358549', u'CAST_-1204358142'), (u'CALLIND_-1204359009', u'INT_NOTEQUAL_-1204358997'), ('const-433', u'LOAD_-1204358943'), ('const-0', u'INT_EQUAL_-1204359039'), (u'CAST_-1204358370', u'LOAD_-1204359067'), (u'PTRADD_-1204358414', u'CAST_-1204358068'), (u'LOAD_-1204358618', u'INT_AND_-1204358548'), (u'CALL_-1204358769', u'INT_EQUAL_-1204358742'), (u'CAST_-1204358077', u'STORE_-1204358485'), ('const-1', u'PTRADD_-1204358438'), ('const-433', u'STORE_-1204358602'), (u'LOAD_-1204359080', u'CAST_-1204358375'), (u'COPY_-1204358712', u'COPY_-1204358275'), (u'LOAD_-1204358924', u'INT_EQUAL_-1204358909'), ('const-0', u'INT_EQUAL_-1204358578'), ('const-433', u'LOAD_-1204359080'), ('tmp_372', u'CBRANCH_-1204358865'), ('tmp_411', u'CBRANCH_-1204358835'), ('tmp_1012', u'PTRADD_-1204358750'), ('const-0', u'INT_NOTEQUAL_-1204359067'), (u'CAST_-1204358154', u'LOAD_-1204358628'), ('tmp_320', u'CBRANCH_-1204358902'), ('const-433', u'LOAD_-1204359033'), ('const-169', u'PTRADD_-1204358911'), (u'CAST_-1204358095', u'STORE_-1204358521'), (u'CAST_-1204358117', u'LOAD_-1204358558'), (u'PTRADD_-1204358468', u'CAST_-1204358100'), (u'INT_AND_-1204359054', u'INT_NOTEQUAL_-1204359067'), (u'INT_EQUAL_-1204358742', u'CBRANCH_-1204358740'), (u'CAST_-1204358288', u'LOAD_-1204358901'), ('const-1', u'PTRADD_-1204358461'), (u'INT_SLESSEQUAL_-1204358805', u'CBRANCH_-1204358813'), ('tmp_1012', u'PTRADD_-1204358461'), (u'PTRADD_-1204358461', u'CAST_-1204358095'), ('tmp_1012', u'PTRADD_-1204358888'), ('tmp_1012', u'PTRADD_-1204359005'), (u'LOAD_-1204358628', u'STORE_-1204358609'), ('const-433', u'STORE_-1204358463'), (u'INT_EQUAL_-1204358958', u'CBRANCH_-1204358951'), ('const-1', u'INT_SUB_-1204358874'), (u'COPY_-1204358274', u'MULTIEQUAL_-1204358376'), ('const-104', u'PTRADD_-1204358739'), (u'COPY_-1204358361', u'MULTIEQUAL_-1204358444'), (u'LOAD_-1204359033', u'INT_ADD_-1204359003'), ('const-1', u'PTRADD_-1204358414'), ('const-433', u'LOAD_-1204359067'), ('const-433', u'STORE_-1204358505'), ('tmp_240', u'CBRANCH_-1204358951'), (u'INT_EQUAL_-1204359039', u'CBRANCH_-1204359037'), (u'LOAD_-1204358558', u'INT_ADD_-1204358498'), (u'PTRADD_-1204359005', u'CAST_-1204358370'), ('const-1', u'PTRADD_-1204358862'), (u'COPY_-1204358838', u'MULTIEQUAL_-1204358431'), (u'INT_LESS_-1204358522', u'CBRANCH_-1204358531'), ('const-1', u'RETURN_-1204358410'), (u'LOAD_-1204359067', u'INT_EQUAL_-1204359039'), (u'INT_SUB_-1204358772', u'CALL_-1204358769'), ('const-1', u'PTRADD_-1204358425'), ('const-1023', u'INT_SLESS_-1204358830'), (u'INT_SLESS_-1204358830', u'CBRANCH_-1204358835'), ('const-32', u'PTRADD_-1204358750'), (u'INT_SUB_-1204358917', u'COPY_-1204358343'), (u'CAST_-1204358239', u'CALL_-1204358769'), (u'INT_SUB_-1204358772', u'INT_ADD_-1204358749'), (u'MULTIEQUAL_-1204358444', u'INT_SLESS_-1204358830'), (u'CALL_-1204358521', u'RETURN_-1204358517'), ('const-0', u'RETURN_-1204358651'), ('const-433', u'STORE_-1204358528'), ('const-160', u'PTRADD_-1204358839'), (u'LOAD_-1204358901', u'INT_SUB_-1204358874'), (u'INT_SUB_-1204358874', u'COPY_-1204358342'), ('tmp_1012', u'PTRADD_-1204359020'), ('tmp_1012', u'CAST_-1204358163'), (u'CAST_-1204358068', u'STORE_-1204358474')]
|
[(u'LOAD_-1204358628', u'STORE_-1204358521'), ('const-170', u'INT_ADD_-1204358908'), (u'LOAD_-1204359067', u'LOAD_-1204359033'), ('const-200', u'INT_ADD_-1204359051'), ('tmp_1751', u'INT_ADD_-1204358785'), ('tmp_627', u'CBRANCH_-1204358699'), ('tmp_841', u'CBRANCH_-1204358531'), ('tmp_1756', u'INT_SLESSEQUAL_-1204358805'), ('const-0', u'INT_NOTEQUAL_-1204358997'), ('tmp_1753', u'CALL_-1204358769'), (u'CALL_-1204358769', u'INT_SUB_-1204358716'), ('tmp_800', u'CBRANCH_-1204358559'), (u'LOAD_-1204359019', u'CALLIND_-1204359009'), ('tmp_1751', u'INT_ADD_-1204358514'), ('tmp_560', u'CBRANCH_-1204358740'), (u'CAST_-1204358096', u'STORE_-1204358521'), ('const-170', u'INT_ADD_-1204358484'), ('const-32', u'INT_ADD_-1204358507'), ('tmp_1751', u'INT_ADD_-1204359066'), ('const-1', u'INT_SUB_-1204358874'), ('const-1023', u'INT_SLESS_-1204358830'), ('const-433', u'LOAD_-1204358628'), ('tmp_886', u'BRANCH_-1204358489'), (u'LOAD_-1204358628', u'INT_ADD_-1204358500'), ('const-1', u'INT_AND_-1204358548'), ('const-0', u'STORE_-1204358485'), (u'INT_ADD_-1204358498', u'STORE_-1204358505'), (u'CAST_-1204358143', u'STORE_-1204358609'), ('tmp_1753', u'CALL_-1204358521'), (u'INT_ADD_-1204358542', u'CAST_-1204358118'), ('const-433', u'STORE_-1204358485'), ('const-433', u'STORE_-1204358463'), (u'LOAD_-1204358618', u'INT_AND_-1204358219'), (u'INT_ADD_-1204358507', u'CAST_-1204358096'), (u'INT_SUB_-1204358772', u'INT_SUB_-1204358716'), ('const-40', u'INT_ADD_-1204358934'), (u'INT_EQUAL_-1204358561', u'CBRANCH_-1204358559'), ('tmp_1751', u'INT_ADD_-1204358491'), ('const-0', u'STORE_-1204358474'), ('tmp_1751', u'INT_ADD_-1204358934'), (u'MULTIEQUAL_-1204358431', u'INT_SLESSEQUAL_-1204358805'), (u'INT_ADD_-1204358602', u'CAST_-1204358147'), (u'INT_ADD_-1204358500', u'INT_ADD_-1204358498'), ('tmp_1751', u'INT_ADD_-1204358588'), (u'INT_ADD_-1204359003', u'CAST_-1204358340'), ('const-433', u'LOAD_-1204359067'), (u'INT_ADD_-1204358588', u'CAST_-1204358138'), ('const-433', u'STORE_-1204358498'), (u'INT_ADD_-1204358957', u'CAST_-1204358319'), (u'CAST_-1204358286', u'LOAD_-1204358901'), ('const-433', u'STORE_-1204358474'), ('const-48', u'INT_ADD_-1204358927'), (u'LOAD_-1204358950', u'INT_SUB_-1204358917'), ('const-1024', u'COPY_-1204358838'), (u'LOAD_-1204359080', u'INT_AND_-1204359054'), (u'COPY_-1204358342', u'MULTIEQUAL_-1204358444'), (u'INT_AND_-1204358548', u'INT_EQUAL_-1204358561'), (u'LOAD_-1204358950', u'INT_SUB_-1204358772'), (u'CAST_-1204358296', u'LOAD_-1204358924'), ('const-433', u'LOAD_-1204358812'), (u'LOAD_-1204358812', u'CALL_-1204358769'), (u'CAST_-1204358133', u'STORE_-1204358595'), ('const-433', u'STORE_-1204358609'), ('const-40', u'INT_ADD_-1204358471'), ('tmp_126', u'CBRANCH_-1204359037'), (u'CAST_-1204358078', u'STORE_-1204358485'), (u'CAST_-1204358081', u'STORE_-1204358498'), ('const-433', u'LOAD_-1204359033'), ('const-0', u'STORE_-1204358463'), ('tmp_1751', u'INT_ADD_-1204358471'), (u'LOAD_-1204358943', u'INT_SUB_-1204358917'), (u'INT_NOTEQUAL_-1204359067', u'CBRANCH_-1204358978'), ('const-433', u'LOAD_-1204358973'), (u'INT_ADD_-1204358514', u'CAST_-1204358101'), (u'LOAD_-1204358901', u'INT_LESS_-1204358859'), ('tmp_1751', u'INT_ADD_-1204358542'), ('tmp_1751', u'INT_ADD_-1204358602'), ('const-2', u'INT_LESS_-1204358522'), ('const-160', u'INT_ADD_-1204358542'), (u'CALL_-1204358769', u'INT_SLESS_-1204358694'), ('const-433', u'STORE_-1204358521'), ('const-1', u'INT_LESS_-1204358859'), ('tmp_451', u'CBRANCH_-1204358813'), (u'INT_ADD_-1204358927', u'CAST_-1204358304'), (u'LOAD_-1204358973', u'INT_EQUAL_-1204358958'), (u'LOAD_-1204358628', u'STORE_-1204358602'), ('tmp_1751', u'INT_ADD_-1204358908'), (u'INT_AND_-1204358219', u'INT_EQUAL_-1204358578'), (u'CAST_-1204358304', u'LOAD_-1204358943'), ('const-16', u'INT_ADD_-1204358588'), ('const-0', u'INT_EQUAL_-1204358909'), (u'INT_ADD_-1204358449', u'CAST_-1204358060'), ('tmp_1751', u'INT_ADD_-1204358581'), (u'INT_ADD_-1204358934', u'CAST_-1204358309'), (u'INT_ADD_-1204358749', u'INT_EQUAL_-1204358742'), ('const-152', u'INT_ADD_-1204358612'), (u'LOAD_-1204358812', u'INT_SUB_-1204358772'), (u'INT_ADD_-1204358491', u'CAST_-1204358086'), ('const-24', u'INT_ADD_-1204358581'), (u'INT_NOTEQUAL_-1204358997', u'CBRANCH_-1204358997'), (u'INT_SUB_-1204358917', u'COPY_-1204358361'), (u'CAST_-1204358138', u'STORE_-1204358602'), ('const-0', u'INT_EQUAL_-1204358958'), (u'INT_ADD_-1204358460', u'CAST_-1204358069'), ('const-32', u'INT_ADD_-1204358460'), ('const-0', u'INT_EQUAL_-1204358578'), ('const-433', u'LOAD_-1204358558'), ('const-1', u'STORE_-1204358498'), (u'CAST_-1204358155', u'LOAD_-1204358628'), (u'COPY_-1204358275', u'MULTIEQUAL_-1204358376'), (u'INT_LESS_-1204358859', u'CBRANCH_-1204358865'), (u'MULTIEQUAL_-1204358444', u'MULTIEQUAL_-1204358431'), (u'CAST_-1204358246', u'LOAD_-1204358812'), ('tmp_176', u'CBRANCH_-1204358997'), (u'MULTIEQUAL_-1204358376', u'RETURN_-1204358651'), (u'CAST_-1204358118', u'LOAD_-1204358558'), ('const-433', u'LOAD_-1204359080'), ('tmp_202', u'CBRANCH_-1204358978'), ('const-160', u'INT_ADD_-1204358885'), (u'LOAD_-1204358628', u'STORE_-1204358528'), (u'CAST_-1204358340', u'LOAD_-1204359019'), (u'COPY_-1204358343', u'MULTIEQUAL_-1204358444'), (u'LOAD_-1204358628', u'STORE_-1204358595'), (u'INT_ADD_-1204358581', u'CAST_-1204358133'), ('tmp_1751', u'INT_ADD_-1204358957'), (u'INT_EQUAL_-1204358909', u'CBRANCH_-1204358902'), (u'INT_ADD_-1204359066', u'CAST_-1204358375'), ('const-433', u'STORE_-1204358528'), (u'INT_SUB_-1204358716', u'COPY_-1204358274'), ('const-0', u'RETURN_-1204358517'), ('const-433', u'STORE_-1204358602'), (u'INT_SUB_-1204358772', u'INT_SLESS_-1204358694'), (u'INT_ADD_-1204358908', u'CAST_-1204358296'), (u'CAST_-1204358319', u'LOAD_-1204358973'), ('tmp_1751', u'INT_ADD_-1204358885'), ('tmp_772', u'CBRANCH_-1204358575'), ('const-17', u'INT_AND_-1204359054'), ('const-433', u'STORE_-1204358505'), (u'INT_EQUAL_-1204358578', u'CBRANCH_-1204358575'), ('tmp_1751', u'INT_ADD_-1204358460'), (u'INT_ADD_-1204358796', u'CAST_-1204358246'), (u'LOAD_-1204358558', u'INT_LESS_-1204358522'), (u'INT_ADD_-1204359051', u'CAST_-1204358370'), ('const--1', u'INT_ADD_-1204358500'), (u'CAST_-1204358069', u'STORE_-1204358474'), (u'INT_ADD_-1204358471', u'CAST_-1204358078'), ('const-40', u'INT_ADD_-1204358514'), (u'INT_SLESS_-1204358694', u'CBRANCH_-1204358699'), ('const-0', u'INT_EQUAL_-1204358561'), ('const-48', u'INT_ADD_-1204359003'), ('const-0', u'COPY_-1204358712'), (u'INT_ADD_-1204358612', u'CAST_-1204358155'), ('tmp_911', u'BRANCH_-1204358453'), (u'CALLIND_-1204359009', u'INT_NOTEQUAL_-1204358997'), ('const-0', u'INT_EQUAL_-1204359039'), (u'CAST_-1204358370', u'LOAD_-1204359067'), ('const-120', u'INT_ADD_-1204359066'), ('tmp_1751', u'INT_ADD_-1204359051'), ('tmp_1751', u'INT_ADD_-1204358507'), ('const-120', u'INT_ADD_-1204358602'), (u'LOAD_-1204358618', u'INT_AND_-1204358548'), (u'INT_ADD_-1204358885', u'CAST_-1204358286'), ('const-32', u'INT_ADD_-1204358796'), ('const-48', u'INT_ADD_-1204358449'), (u'CALL_-1204358769', u'INT_EQUAL_-1204358742'), ('tmp_1751', u'INT_ADD_-1204358449'), ('const-433', u'LOAD_-1204359019'), (u'COPY_-1204358712', u'COPY_-1204358275'), (u'INT_ADD_-1204358484', u'CAST_-1204358081'), (u'LOAD_-1204358924', u'INT_EQUAL_-1204358909'), ('const-104', u'INT_ADD_-1204358785'), ('const-16', u'INT_AND_-1204358219'), ('const-433', u'LOAD_-1204358943'), ('tmp_372', u'CBRANCH_-1204358865'), ('tmp_411', u'CBRANCH_-1204358835'), ('const-0', u'INT_NOTEQUAL_-1204359067'), ('tmp_1751', u'INT_ADD_-1204358484'), ('tmp_320', u'CBRANCH_-1204358902'), ('tmp_1751', u'CALL_-1204358521'), ('tmp_1751', u'INT_ADD_-1204358927'), ('const-48', u'INT_ADD_-1204358491'), ('tmp_1751', u'INT_ADD_-1204358612'), (u'INT_AND_-1204359054', u'INT_NOTEQUAL_-1204359067'), (u'INT_EQUAL_-1204358742', u'CBRANCH_-1204358740'), ('tmp_1756', u'CALL_-1204358521'), (u'INT_SLESSEQUAL_-1204358805', u'CBRANCH_-1204358813'), ('const-433', u'LOAD_-1204358901'), (u'CAST_-1204358101', u'STORE_-1204358528'), (u'LOAD_-1204358628', u'STORE_-1204358609'), (u'INT_EQUAL_-1204358958', u'CBRANCH_-1204358951'), (u'COPY_-1204358274', u'MULTIEQUAL_-1204358376'), (u'CAST_-1204358086', u'STORE_-1204358505'), (u'CAST_-1204358375', u'LOAD_-1204359080'), (u'CAST_-1204358147', u'LOAD_-1204358618'), (u'COPY_-1204358361', u'MULTIEQUAL_-1204358444'), (u'LOAD_-1204359033', u'INT_ADD_-1204359003'), ('const-433', u'LOAD_-1204358924'), ('const-169', u'INT_ADD_-1204358957'), ('tmp_240', u'CBRANCH_-1204358951'), (u'INT_EQUAL_-1204359039', u'CBRANCH_-1204359037'), (u'LOAD_-1204358558', u'INT_ADD_-1204358498'), ('const-433', u'STORE_-1204358595'), (u'COPY_-1204358838', u'MULTIEQUAL_-1204358431'), (u'INT_LESS_-1204358522', u'CBRANCH_-1204358531'), (u'INT_ADD_-1204358785', u'CALL_-1204358769'), ('const-1', u'RETURN_-1204358410'), ('tmp_1756', u'CALL_-1204358769'), (u'LOAD_-1204359067', u'INT_EQUAL_-1204359039'), (u'INT_SUB_-1204358772', u'CALL_-1204358769'), (u'CAST_-1204358309', u'LOAD_-1204358950'), (u'INT_SLESS_-1204358830', u'CBRANCH_-1204358835'), (u'INT_ADD_-1204358595', u'CAST_-1204358143'), ('const-433', u'LOAD_-1204358618'), ('tmp_1756', u'INT_ADD_-1204358749'), (u'INT_SUB_-1204358917', u'COPY_-1204358343'), (u'INT_SUB_-1204358772', u'INT_ADD_-1204358749'), (u'MULTIEQUAL_-1204358444', u'INT_SLESS_-1204358830'), ('tmp_1751', u'INT_ADD_-1204358796'), (u'CALL_-1204358521', u'RETURN_-1204358517'), ('const-8', u'INT_ADD_-1204358595'), ('const-0', u'RETURN_-1204358651'), ('const-433', u'LOAD_-1204358950'), (u'LOAD_-1204358901', u'INT_SUB_-1204358874'), (u'INT_SUB_-1204358874', u'COPY_-1204358342'), ('tmp_1751', u'INT_ADD_-1204358595'), (u'CAST_-1204358060', u'STORE_-1204358463')]
| null | null |
0029f030
|
x64
|
O2
|
(translation_unit "long FUN_0029f030(long param_1,undefined8 param_2,long param_3)\n\n{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}\n\n" (function_definition "long FUN_0029f030(long param_1,undefined8 param_2,long param_3)\n\n{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0029f030(long param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x78);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x78)" identifier = (pointer_expression "*(byte *)(param_1 + 0x78)" * (cast_expression "(byte *)(param_1 + 0x78)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (*(long **)(param_1 + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }" if (parenthesized_expression "(*(long **)(param_1 + 200) == (long *)0x0)" ( (binary_expression "*(long **)(param_1 + 200) == (long *)0x0" (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) )))) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002b5510();\n }" { comment (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" ( (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" if (parenthesized_expression "(((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0'))" ( (binary_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')" (parenthesized_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0))" ( (binary_expression "(cVar2 != '\0') && ((bVar1 & 0x11) != 0)" (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((bVar1 & 0x11) != 0)" ( (binary_expression "(bVar1 & 0x11) != 0" (parenthesized_expression "(bVar1 & 0x11)" ( (binary_expression "bVar1 & 0x11" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(char *)(param_1 + 0xa9) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xa9) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa9)" * (cast_expression "(char *)(param_1 + 0xa9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa9)" ( (binary_expression "param_1 + 0xa9" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" identifier = (binary_expression "*(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))))) ;) (if_statement "if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0)))" ( (binary_expression "(*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))" (parenthesized_expression "(*(char *)(param_1 + 0xaa) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xaa) == '\0'" (pointer_expression "*(char *)(param_1 + 0xaa)" * (cast_expression "(char *)(param_1 + 0xaa)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xaa)" ( (binary_expression "param_1 + 0xaa" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(1 < *(ulong *)(param_1 + 0xa0))" ( (binary_expression "1 < *(ulong *)(param_1 + 0xa0)" number_literal < (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) ))) )) (compound_statement "{\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" { (expression_statement "lVar3 = *(ulong *)(param_1 + 0xa0) - 1;" (assignment_expression "lVar3 = *(ulong *)(param_1 + 0xa0) - 1" identifier = (binary_expression "*(ulong *)(param_1 + 0xa0) - 1" (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) - number_literal)) ;) })) (if_statement "if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }" if (parenthesized_expression "(0x3ff < lVar3)" ( (binary_expression "0x3ff < lVar3" number_literal < identifier) )) (compound_statement "{\n lVar3 = 0x400;\n }" { (expression_statement "lVar3 = 0x400;" (assignment_expression "lVar3 = 0x400" identifier = number_literal) ;) })) (if_statement "if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" if (parenthesized_expression "(lVar3 <= param_3)" ( (binary_expression "lVar3 <= param_3" identifier <= identifier) )) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" { (expression_statement "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" identifier = (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))))) ;) (expression_statement "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);" (assignment_expression "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" identifier = (call_expression "FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" identifier (argument_list "(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) , (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , identifier , identifier , identifier )))) ;) (if_statement "if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" if (parenthesized_expression "(param_3 + lVar5 == lVar3)" ( (binary_expression "param_3 + lVar5 == lVar3" (binary_expression "param_3 + lVar5" identifier + identifier) == identifier) )) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" { (expression_statement "lVar4 = *(long *)(param_1 + 0x98);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x98)" identifier = (pointer_expression "*(long *)(param_1 + 0x98)" * (cast_expression "(long *)(param_1 + 0x98)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(long *)(param_1 + 8) = lVar4;" (assignment_expression "*(long *)(param_1 + 8) = lVar4" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x10) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar4" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x18) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x18) = lVar4" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" if (parenthesized_expression "((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2))" ( (binary_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)" (parenthesized_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0))" ( (binary_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)" (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x78) & 0x10) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 0x10)" ( (binary_expression "*(uint *)(param_1 + 0x78) & 0x10" (pointer_expression "*(uint *)(param_1 + 0x78)" * (cast_expression "(uint *)(param_1 + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 1) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x78) & 1) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 1)" ( (binary_expression "*(uint *)(param_1 + 0x78) & 1" (pointer_expression "*(uint *)(param_1 + 0x78)" * (cast_expression "(uint *)(param_1 + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "(*(ulong *)(param_1 + 0xa0) < 2)" ( (binary_expression "*(ulong *)(param_1 + 0xa0) < 2" (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) < number_literal) ))) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" else (compound_statement "{\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" { (expression_statement "*(long *)(param_1 + 0x28) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x28) = lVar4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x20) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x20) = lVar4" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);" (assignment_expression "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (pointer_expression "*(ulong *)(param_1 + 0x30)" * (cast_expression "(ulong *)(param_1 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (binary_expression "lVar4 + -1" identifier + number_literal) + (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) }))) (expression_statement "*(undefined1 *)(param_1 + 0xaa) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xaa) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xaa)" * (cast_expression "(undefined1 *)(param_1 + 0xaa)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xaa)" ( (binary_expression "param_1 + 0xaa" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (if_statement "if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }" if (parenthesized_expression "(lVar5 < lVar3)" ( (binary_expression "lVar5 < lVar3" identifier < identifier) )) (compound_statement "{\n lVar4 = lVar3 - lVar5;\n }" { (expression_statement "lVar4 = lVar3 - lVar5;" (assignment_expression "lVar4 = lVar3 - lVar5" identifier = (binary_expression "lVar3 - lVar5" identifier - identifier)) ;) })) (return_statement "return lVar4;" return identifier ;) })) })) (expression_statement "lVar3 = FUN_002802d0(param_1,param_2,param_3);" (assignment_expression "lVar3 = FUN_002802d0(param_1,param_2,param_3)" identifier = (call_expression "FUN_002802d0(param_1,param_2,param_3)" identifier (argument_list "(param_1,param_2,param_3)" ( identifier , identifier , identifier )))) ;) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit "/* std::filebuf::xsputn(char const*, long) */\n\nlong __thiscall std::filebuf::xsputn(filebuf *this,char *param_1,long param_2)\n\n{\n filebuf fVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n fVar1 = this[0x78];\n if (*(long **)(this + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)) {\n lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);\n if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = streambuf::xsputn((streambuf *)this,param_1,param_2);\n return lVar3;\n}\n\n" comment (function_definition "long __thiscall std::filebuf::xsputn(filebuf *this,char *param_1,long param_2)\n\n{\n filebuf fVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n fVar1 = this[0x78];\n if (*(long **)(this + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)) {\n lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);\n if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = streambuf::xsputn((streambuf *)this,param_1,param_2);\n return lVar3;\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::filebuf::" identifier : : identifier : :) (function_declarator "xsputn(filebuf *this,char *param_1,long param_2)" identifier (parameter_list "(filebuf *this,char *param_1,long param_2)" ( (parameter_declaration "filebuf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n filebuf fVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n fVar1 = this[0x78];\n if (*(long **)(this + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))();\n if (((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)) {\n lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);\n if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = streambuf::xsputn((streambuf *)this,param_1,param_2);\n return lVar3;\n}" { (declaration "filebuf fVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (expression_statement "fVar1 = this[0x78];" (assignment_expression "fVar1 = this[0x78]" identifier = (subscript_expression "this[0x78]" identifier [ number_literal ])) ;) (if_statement "if (*(long **)(this + 200) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }" if (parenthesized_expression "(*(long **)(this + 200) == (long *)0x0)" ( (binary_expression "*(long **)(this + 200) == (long *)0x0" (pointer_expression "*(long **)(this + 200)" * (cast_expression "(long **)(this + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 200)" ( (binary_expression "this + 200" identifier + number_literal) )))) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }" { comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(this + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(this + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(this + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(this + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(this + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(this + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(this + 200) + 0x30)" ( (binary_expression "**(long **)(this + 200) + 0x30" (pointer_expression "**(long **)(this + 200)" * (pointer_expression "*(long **)(this + 200)" * (cast_expression "(long **)(this + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 200)" ( (binary_expression "this + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)) {\n lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);\n if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" if (parenthesized_expression "(((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0))" ( (binary_expression "((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)) && (this[0xa9] == (filebuf)0x0)" (parenthesized_expression "((cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0))" ( (binary_expression "(cVar2 != '\0') && (((byte)fVar1 & 0x11) != 0)" (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(((byte)fVar1 & 0x11) != 0)" ( (binary_expression "((byte)fVar1 & 0x11) != 0" (parenthesized_expression "((byte)fVar1 & 0x11)" ( (binary_expression "(byte)fVar1 & 0x11" (cast_expression "(byte)fVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(this[0xa9] == (filebuf)0x0)" ( (binary_expression "this[0xa9] == (filebuf)0x0" (subscript_expression "this[0xa9]" identifier [ number_literal ]) == (cast_expression "(filebuf)0x0" ( (type_descriptor "filebuf" type_identifier) ) number_literal)) ))) )) (compound_statement "{\n lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);\n if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" { (expression_statement "lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28);" (assignment_expression "lVar3 = *(long *)(this + 0x30) - *(long *)(this + 0x28)" identifier = (binary_expression "*(long *)(this + 0x30) - *(long *)(this + 0x28)" (pointer_expression "*(long *)(this + 0x30)" * (cast_expression "(long *)(this + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) )))) - (pointer_expression "*(long *)(this + 0x28)" * (cast_expression "(long *)(this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))))) ;) (if_statement "if ((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))) {\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }" if (parenthesized_expression "((this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0)))" ( (binary_expression "(this[0xaa] == (filebuf)0x0) && (1 < *(ulong *)(this + 0xa0))" (parenthesized_expression "(this[0xaa] == (filebuf)0x0)" ( (binary_expression "this[0xaa] == (filebuf)0x0" (subscript_expression "this[0xaa]" identifier [ number_literal ]) == (cast_expression "(filebuf)0x0" ( (type_descriptor "filebuf" type_identifier) ) number_literal)) )) && (parenthesized_expression "(1 < *(ulong *)(this + 0xa0))" ( (binary_expression "1 < *(ulong *)(this + 0xa0)" number_literal < (pointer_expression "*(ulong *)(this + 0xa0)" * (cast_expression "(ulong *)(this + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xa0)" ( (binary_expression "this + 0xa0" identifier + number_literal) ))))) ))) )) (compound_statement "{\n lVar3 = *(ulong *)(this + 0xa0) - 1;\n }" { (expression_statement "lVar3 = *(ulong *)(this + 0xa0) - 1;" (assignment_expression "lVar3 = *(ulong *)(this + 0xa0) - 1" identifier = (binary_expression "*(ulong *)(this + 0xa0) - 1" (pointer_expression "*(ulong *)(this + 0xa0)" * (cast_expression "(ulong *)(this + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xa0)" ( (binary_expression "this + 0xa0" identifier + number_literal) )))) - number_literal)) ;) })) (if_statement "if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }" if (parenthesized_expression "(0x3ff < lVar3)" ( (binary_expression "0x3ff < lVar3" number_literal < identifier) )) (compound_statement "{\n lVar3 = 0x400;\n }" { (expression_statement "lVar3 = 0x400;" (assignment_expression "lVar3 = 0x400" identifier = number_literal) ;) })) (if_statement "if (lVar3 <= param_2) {\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" if (parenthesized_expression "(lVar3 <= param_2)" ( (binary_expression "lVar3 <= param_2" identifier <= identifier) )) (compound_statement "{\n lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);\n lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);\n if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" { (expression_statement "lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20);" (assignment_expression "lVar5 = *(long *)(this + 0x28) - (long)*(char **)(this + 0x20)" identifier = (binary_expression "*(long *)(this + 0x28) - (long)*(char **)(this + 0x20)" (pointer_expression "*(long *)(this + 0x28)" * (cast_expression "(long *)(this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) - (cast_expression "(long)*(char **)(this + 0x20)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(char **)(this + 0x20)" * (cast_expression "(char **)(this + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) ))))))) ;) (expression_statement "lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2);" (assignment_expression "lVar3 = __basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2)" identifier = (binary_expression "__basic_file<char>::xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2)" (binary_expression "__basic_file<char" identifier < identifier) > (ERROR "::" : :) (call_expression "xsputn_2\n ((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2)" identifier (argument_list "((__basic_file<char> *)(this + 0x68),*(char **)(this + 0x20),lVar5,param_1,\n param_2)" ( (call_expression "(__basic_file<char> *)(this + 0x68)" (parenthesized_expression "(__basic_file<char> *)" ( (binary_expression "__basic_file<char> *" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(this + 0x68)" ( (binary_expression "this + 0x68" identifier + number_literal) ))) , (pointer_expression "*(char **)(this + 0x20)" * (cast_expression "(char **)(this + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) , identifier , identifier , identifier ))))) ;) (if_statement "if (param_2 + lVar5 == lVar3) {\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }" if (parenthesized_expression "(param_2 + lVar5 == lVar3)" ( (binary_expression "param_2 + lVar5 == lVar3" (binary_expression "param_2 + lVar5" identifier + identifier) == identifier) )) (compound_statement "{\n lVar4 = *(long *)(this + 0x98);\n *(long *)(this + 8) = lVar4;\n *(long *)(this + 0x10) = lVar4;\n *(long *)(this + 0x18) = lVar4;\n if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }\n this[0xaa] = (filebuf)0x1;\n }" { (expression_statement "lVar4 = *(long *)(this + 0x98);" (assignment_expression "lVar4 = *(long *)(this + 0x98)" identifier = (pointer_expression "*(long *)(this + 0x98)" * (cast_expression "(long *)(this + 0x98)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x98)" ( (binary_expression "this + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(long *)(this + 8) = lVar4;" (assignment_expression "*(long *)(this + 8) = lVar4" (pointer_expression "*(long *)(this + 8)" * (cast_expression "(long *)(this + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(this + 0x10) = lVar4;" (assignment_expression "*(long *)(this + 0x10) = lVar4" (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(this + 0x18) = lVar4;" (assignment_expression "*(long *)(this + 0x18) = lVar4" (pointer_expression "*(long *)(this + 0x18)" * (cast_expression "(long *)(this + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x18)" ( (binary_expression "this + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)) {\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }\n else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }" if (parenthesized_expression "((((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2))" ( (binary_expression "(((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)) ||\n (*(ulong *)(this + 0xa0) < 2)" (parenthesized_expression "(((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0))" ( (binary_expression "((*(uint *)(this + 0x78) & 0x10) == 0) && ((*(uint *)(this + 0x78) & 1) == 0)" (parenthesized_expression "((*(uint *)(this + 0x78) & 0x10) == 0)" ( (binary_expression "(*(uint *)(this + 0x78) & 0x10) == 0" (parenthesized_expression "(*(uint *)(this + 0x78) & 0x10)" ( (binary_expression "*(uint *)(this + 0x78) & 0x10" (pointer_expression "*(uint *)(this + 0x78)" * (cast_expression "(uint *)(this + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x78)" ( (binary_expression "this + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(uint *)(this + 0x78) & 1) == 0)" ( (binary_expression "(*(uint *)(this + 0x78) & 1) == 0" (parenthesized_expression "(*(uint *)(this + 0x78) & 1)" ( (binary_expression "*(uint *)(this + 0x78) & 1" (pointer_expression "*(uint *)(this + 0x78)" * (cast_expression "(uint *)(this + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x78)" ( (binary_expression "this + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "(*(ulong *)(this + 0xa0) < 2)" ( (binary_expression "*(ulong *)(this + 0xa0) < 2" (pointer_expression "*(ulong *)(this + 0xa0)" * (cast_expression "(ulong *)(this + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xa0)" ( (binary_expression "this + 0xa0" identifier + number_literal) )))) < number_literal) ))) )) (compound_statement "{\n *(undefined8 *)(this + 0x28) = 0;\n *(undefined8 *)(this + 0x20) = 0;\n *(undefined8 *)(this + 0x30) = 0;\n }" { (expression_statement "*(undefined8 *)(this + 0x28) = 0;" (assignment_expression "*(undefined8 *)(this + 0x28) = 0" (pointer_expression "*(undefined8 *)(this + 0x28)" * (cast_expression "(undefined8 *)(this + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x20) = 0;" (assignment_expression "*(undefined8 *)(this + 0x20) = 0" (pointer_expression "*(undefined8 *)(this + 0x20)" * (cast_expression "(undefined8 *)(this + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x30) = 0;" (assignment_expression "*(undefined8 *)(this + 0x30) = 0" (pointer_expression "*(undefined8 *)(this + 0x30)" * (cast_expression "(undefined8 *)(this + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }" else (compound_statement "{\n *(long *)(this + 0x28) = lVar4;\n *(long *)(this + 0x20) = lVar4;\n *(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);\n }" { (expression_statement "*(long *)(this + 0x28) = lVar4;" (assignment_expression "*(long *)(this + 0x28) = lVar4" (pointer_expression "*(long *)(this + 0x28)" * (cast_expression "(long *)(this + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x28)" ( (binary_expression "this + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(this + 0x20) = lVar4;" (assignment_expression "*(long *)(this + 0x20) = lVar4" (pointer_expression "*(long *)(this + 0x20)" * (cast_expression "(long *)(this + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0);" (assignment_expression "*(ulong *)(this + 0x30) = lVar4 + -1 + *(ulong *)(this + 0xa0)" (pointer_expression "*(ulong *)(this + 0x30)" * (cast_expression "(ulong *)(this + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x30)" ( (binary_expression "this + 0x30" identifier + number_literal) )))) = (binary_expression "lVar4 + -1 + *(ulong *)(this + 0xa0)" (binary_expression "lVar4 + -1" identifier + number_literal) + (pointer_expression "*(ulong *)(this + 0xa0)" * (cast_expression "(ulong *)(this + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xa0)" ( (binary_expression "this + 0xa0" identifier + number_literal) )))))) ;) }))) (expression_statement "this[0xaa] = (filebuf)0x1;" (assignment_expression "this[0xaa] = (filebuf)0x1" (subscript_expression "this[0xaa]" identifier [ number_literal ]) = (cast_expression "(filebuf)0x1" ( (type_descriptor "filebuf" type_identifier) ) number_literal)) ;) })) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (if_statement "if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }" if (parenthesized_expression "(lVar5 < lVar3)" ( (binary_expression "lVar5 < lVar3" identifier < identifier) )) (compound_statement "{\n lVar4 = lVar3 - lVar5;\n }" { (expression_statement "lVar4 = lVar3 - lVar5;" (assignment_expression "lVar4 = lVar3 - lVar5" identifier = (binary_expression "lVar3 - lVar5" identifier - identifier)) ;) })) (return_statement "return lVar4;" return identifier ;) })) })) (ERROR "lVar3 = streambuf::" (assignment_expression "lVar3 = streambuf" identifier = identifier) : :) (expression_statement "xsputn((streambuf *)this,param_1,param_2);" (call_expression "xsputn((streambuf *)this,param_1,param_2)" identifier (argument_list "((streambuf *)this,param_1,param_2)" ( (cast_expression "(streambuf *)this" ( (type_descriptor "streambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier ))) ;) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit "long FUN_0029f030(long param_1,undefined8 param_2,long param_3)\n\n{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}\n\n" (function_definition "long FUN_0029f030(long param_1,undefined8 param_2,long param_3)\n\n{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0029f030(long param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x78);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x78)" identifier = (pointer_expression "*(byte *)(param_1 + 0x78)" * (cast_expression "(byte *)(param_1 + 0x78)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }" if (parenthesized_expression "(*(long **)(param_1 + 200) == (long *)0x0)" ( (binary_expression "*(long **)(param_1 + 200) == (long *)0x0" (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) )))) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_002b5510();\n }" { (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" * (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" ( (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" * (pointer_expression "*(long **)(param_1 + 200)" * (cast_expression "(long **)(param_1 + 200)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 200)" ( (binary_expression "param_1 + 200" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" if (parenthesized_expression "(((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0'))" ( (binary_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')" (parenthesized_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0))" ( (binary_expression "(cVar2 != '\0') && ((bVar1 & 0x11) != 0)" (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "((bVar1 & 0x11) != 0)" ( (binary_expression "(bVar1 & 0x11) != 0" (parenthesized_expression "(bVar1 & 0x11)" ( (binary_expression "bVar1 & 0x11" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "(*(char *)(param_1 + 0xa9) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xa9) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa9)" * (cast_expression "(char *)(param_1 + 0xa9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa9)" ( (binary_expression "param_1 + 0xa9" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" identifier = (binary_expression "*(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))))) ;) (if_statement "if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0)))" ( (binary_expression "(*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))" (parenthesized_expression "(*(char *)(param_1 + 0xaa) == '\0')" ( (binary_expression "*(char *)(param_1 + 0xaa) == '\0'" (pointer_expression "*(char *)(param_1 + 0xaa)" * (cast_expression "(char *)(param_1 + 0xaa)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xaa)" ( (binary_expression "param_1 + 0xaa" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(1 < *(ulong *)(param_1 + 0xa0))" ( (binary_expression "1 < *(ulong *)(param_1 + 0xa0)" number_literal < (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) ))) )) (compound_statement "{\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" { (expression_statement "lVar3 = *(ulong *)(param_1 + 0xa0) - 1;" (assignment_expression "lVar3 = *(ulong *)(param_1 + 0xa0) - 1" identifier = (binary_expression "*(ulong *)(param_1 + 0xa0) - 1" (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) - number_literal)) ;) })) (if_statement "if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }" if (parenthesized_expression "(0x3ff < lVar3)" ( (binary_expression "0x3ff < lVar3" number_literal < identifier) )) (compound_statement "{\n lVar3 = 0x400;\n }" { (expression_statement "lVar3 = 0x400;" (assignment_expression "lVar3 = 0x400" identifier = number_literal) ;) })) (if_statement "if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" if (parenthesized_expression "(lVar3 <= param_3)" ( (binary_expression "lVar3 <= param_3" identifier <= identifier) )) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" { (expression_statement "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" identifier = (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))))) ;) (expression_statement "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);" (assignment_expression "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" identifier = (call_expression "FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" identifier (argument_list "(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) , (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , identifier , identifier , identifier )))) ;) (if_statement "if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" if (parenthesized_expression "(param_3 + lVar5 == lVar3)" ( (binary_expression "param_3 + lVar5 == lVar3" (binary_expression "param_3 + lVar5" identifier + identifier) == identifier) )) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" { (expression_statement "lVar4 = *(long *)(param_1 + 0x98);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x98)" identifier = (pointer_expression "*(long *)(param_1 + 0x98)" * (cast_expression "(long *)(param_1 + 0x98)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ;) (expression_statement "*(long *)(param_1 + 8) = lVar4;" (assignment_expression "*(long *)(param_1 + 8) = lVar4" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x10) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar4" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x18) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x18) = lVar4" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" if (parenthesized_expression "((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2))" ( (binary_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)" (parenthesized_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0))" ( (binary_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)" (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x78) & 0x10) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 0x10)" ( (binary_expression "*(uint *)(param_1 + 0x78) & 0x10" (pointer_expression "*(uint *)(param_1 + 0x78)" * (cast_expression "(uint *)(param_1 + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 1) == 0)" ( (binary_expression "(*(uint *)(param_1 + 0x78) & 1) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 1)" ( (binary_expression "*(uint *)(param_1 + 0x78) & 1" (pointer_expression "*(uint *)(param_1 + 0x78)" * (cast_expression "(uint *)(param_1 + 0x78)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "(*(ulong *)(param_1 + 0xa0) < 2)" ( (binary_expression "*(ulong *)(param_1 + 0xa0) < 2" (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) < number_literal) ))) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x30)" * (cast_expression "(undefined8 *)(param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" else (compound_statement "{\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" { (expression_statement "*(long *)(param_1 + 0x28) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x28) = lVar4" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_1 + 0x20) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x20) = lVar4" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);" (assignment_expression "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (pointer_expression "*(ulong *)(param_1 + 0x30)" * (cast_expression "(ulong *)(param_1 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (binary_expression "lVar4 + -1" identifier + number_literal) + (pointer_expression "*(ulong *)(param_1 + 0xa0)" * (cast_expression "(ulong *)(param_1 + 0xa0)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) }))) (expression_statement "*(undefined1 *)(param_1 + 0xaa) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xaa) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xaa)" * (cast_expression "(undefined1 *)(param_1 + 0xaa)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xaa)" ( (binary_expression "param_1 + 0xaa" identifier + number_literal) )))) = number_literal) ;) })) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" identifier = number_literal) ;) (if_statement "if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }" if (parenthesized_expression "(lVar5 < lVar3)" ( (binary_expression "lVar5 < lVar3" identifier < identifier) )) (compound_statement "{\n lVar4 = lVar3 - lVar5;\n }" { (expression_statement "lVar4 = lVar3 - lVar5;" (assignment_expression "lVar4 = lVar3 - lVar5" identifier = (binary_expression "lVar3 - lVar5" identifier - identifier)) ;) })) (return_statement "return lVar4;" return identifier ;) })) })) (expression_statement "lVar3 = FUN_002802d0(param_1,param_2,param_3);" (assignment_expression "lVar3 = FUN_002802d0(param_1,param_2,param_3)" identifier = (call_expression "FUN_002802d0(param_1,param_2,param_3)" identifier (argument_list "(param_1,param_2,param_3)" ( identifier , identifier , identifier )))) ;) (return_statement "return lVar3;" return identifier ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (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) )))) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (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 LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < 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) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression IDENT + LIT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) })) (return_statement return IDENT ;) })) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "long FUN_0029f030(long param_1,undefined8 param_2,long param_3)\n\n{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0029f030(long param_1,undefined8 param_2,long param_3)" (identifier "FUN_0029f030") (parameter_list "(long param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n byte bVar1;\n char cVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n \n bVar1 = *(byte *)(param_1 + 0x78);\n if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }\n cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();\n if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }\n lVar3 = FUN_002802d0(param_1,param_2,param_3);\n return lVar3;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (expression_statement "bVar1 = *(byte *)(param_1 + 0x78);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x78)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(param_1 + 0x78)" (* "*") (cast_expression "(byte *)(param_1 + 0x78)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (if_statement "if (*(long **)(param_1 + 200) == (long *)0x0) {\n \n FUN_002b5510();\n }" (if "if") (parenthesized_expression "(*(long **)(param_1 + 200) == (long *)0x0)" (( "(") (binary_expression "*(long **)(param_1 + 200) == (long *)0x0" (pointer_expression "*(long **)(param_1 + 200)" (* "*") (cast_expression "(long **)(param_1 + 200)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 200)" (( "(") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")")))) (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_002b5510();\n }" ({ "{") (expression_statement "FUN_002b5510();" (call_expression "FUN_002b5510()" (identifier "FUN_002b5510") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))()" (identifier "cVar2") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 200) + 0x30))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 200) + 0x30)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 200) + 0x30)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 200) + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 200) + 0x30)" (( "(") (binary_expression "**(long **)(param_1 + 200) + 0x30" (pointer_expression "**(long **)(param_1 + 200)" (* "*") (pointer_expression "*(long **)(param_1 + 200)" (* "*") (cast_expression "(long **)(param_1 + 200)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 200)" (( "(") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")"))))) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" (if "if") (parenthesized_expression "(((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0'))" (( "(") (binary_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')" (parenthesized_expression "((cVar2 != '\0') && ((bVar1 & 0x11) != 0))" (( "(") (binary_expression "(cVar2 != '\0') && ((bVar1 & 0x11) != 0)" (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 0x11) != 0)" (( "(") (binary_expression "(bVar1 & 0x11) != 0" (parenthesized_expression "(bVar1 & 0x11)" (( "(") (binary_expression "bVar1 & 0x11" (identifier "bVar1") (& "&") (number_literal "0x11")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(param_1 + 0xa9) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xa9) == '\0'" (pointer_expression "*(char *)(param_1 + 0xa9)" (* "*") (cast_expression "(char *)(param_1 + 0xa9)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa9)" (( "(") (binary_expression "param_1 + 0xa9" (identifier "param_1") (+ "+") (number_literal "0xa9")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);\n if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }\n if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }\n if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }\n }" ({ "{") (expression_statement "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" (identifier "lVar3") (= "=") (binary_expression "*(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28)" (pointer_expression "*(long *)(param_1 + 0x30)" (* "*") (cast_expression "(long *)(param_1 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))))) (; ";")) (if_statement "if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" (if "if") (parenthesized_expression "((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0)))" (( "(") (binary_expression "(*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))" (parenthesized_expression "(*(char *)(param_1 + 0xaa) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xaa) == '\0'" (pointer_expression "*(char *)(param_1 + 0xaa)" (* "*") (cast_expression "(char *)(param_1 + 0xaa)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xaa)" (( "(") (binary_expression "param_1 + 0xaa" (identifier "param_1") (+ "+") (number_literal "0xaa")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(1 < *(ulong *)(param_1 + 0xa0))" (( "(") (binary_expression "1 < *(ulong *)(param_1 + 0xa0)" (number_literal "1") (< "<") (pointer_expression "*(ulong *)(param_1 + 0xa0)" (* "*") (cast_expression "(ulong *)(param_1 + 0xa0)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n lVar3 = *(ulong *)(param_1 + 0xa0) - 1;\n }" ({ "{") (expression_statement "lVar3 = *(ulong *)(param_1 + 0xa0) - 1;" (assignment_expression "lVar3 = *(ulong *)(param_1 + 0xa0) - 1" (identifier "lVar3") (= "=") (binary_expression "*(ulong *)(param_1 + 0xa0) - 1" (pointer_expression "*(ulong *)(param_1 + 0xa0)" (* "*") (cast_expression "(ulong *)(param_1 + 0xa0)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (- "-") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if (0x3ff < lVar3) {\n lVar3 = 0x400;\n }" (if "if") (parenthesized_expression "(0x3ff < lVar3)" (( "(") (binary_expression "0x3ff < lVar3" (number_literal "0x3ff") (< "<") (identifier "lVar3")) () ")")) (compound_statement "{\n lVar3 = 0x400;\n }" ({ "{") (expression_statement "lVar3 = 0x400;" (assignment_expression "lVar3 = 0x400" (identifier "lVar3") (= "=") (number_literal "0x400")) (; ";")) (} "}"))) (if_statement "if (lVar3 <= param_3) {\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" (if "if") (parenthesized_expression "(lVar3 <= param_3)" (( "(") (binary_expression "lVar3 <= param_3" (identifier "lVar3") (<= "<=") (identifier "param_3")) () ")")) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);\n lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);\n if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }\n lVar4 = 0;\n if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }\n return lVar4;\n }" ({ "{") (expression_statement "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" (identifier "lVar5") (= "=") (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20)" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))))) (; ";")) (expression_statement "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);" (assignment_expression "lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" (identifier "lVar3") (= "=") (call_expression "FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" (identifier "FUN_00277470") (argument_list "(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) (, ",") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (identifier "lVar5") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (param_3 + lVar5 == lVar3) {\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" (if "if") (parenthesized_expression "(param_3 + lVar5 == lVar3)" (( "(") (binary_expression "param_3 + lVar5 == lVar3" (binary_expression "param_3 + lVar5" (identifier "param_3") (+ "+") (identifier "lVar5")) (== "==") (identifier "lVar3")) () ")")) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x98);\n *(long *)(param_1 + 8) = lVar4;\n *(long *)(param_1 + 0x10) = lVar4;\n *(long *)(param_1 + 0x18) = lVar4;\n if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }\n *(undefined1 *)(param_1 + 0xaa) = 1;\n }" ({ "{") (expression_statement "lVar4 = *(long *)(param_1 + 0x98);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x98)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(param_1 + 0x98)" (* "*") (cast_expression "(long *)(param_1 + 0x98)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";")) (expression_statement "*(long *)(param_1 + 8) = lVar4;" (assignment_expression "*(long *)(param_1 + 8) = lVar4" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "*(long *)(param_1 + 0x10) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar4" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "*(long *)(param_1 + 0x18) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x18) = lVar4" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "lVar4")) (; ";")) (if_statement "if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)) {\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }\n else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" (if "if") (parenthesized_expression "((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2))" (( "(") (binary_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||\n (*(ulong *)(param_1 + 0xa0) < 2)" (parenthesized_expression "(((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0))" (( "(") (binary_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)" (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 0x10) == 0)" (( "(") (binary_expression "(*(uint *)(param_1 + 0x78) & 0x10) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 0x10)" (( "(") (binary_expression "*(uint *)(param_1 + 0x78) & 0x10" (pointer_expression "*(uint *)(param_1 + 0x78)" (* "*") (cast_expression "(uint *)(param_1 + 0x78)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(uint *)(param_1 + 0x78) & 1) == 0)" (( "(") (binary_expression "(*(uint *)(param_1 + 0x78) & 1) == 0" (parenthesized_expression "(*(uint *)(param_1 + 0x78) & 1)" (( "(") (binary_expression "*(uint *)(param_1 + 0x78) & 1" (pointer_expression "*(uint *)(param_1 + 0x78)" (* "*") (cast_expression "(uint *)(param_1 + 0x78)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(ulong *)(param_1 + 0xa0) < 2)" (( "(") (binary_expression "*(ulong *)(param_1 + 0xa0) < 2" (pointer_expression "*(ulong *)(param_1 + 0xa0)" (* "*") (cast_expression "(ulong *)(param_1 + 0xa0)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (< "<") (number_literal "2")) () ")"))) () ")")) (compound_statement "{\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n *(undefined8 *)(param_1 + 0x30) = 0;\n }" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x30) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" (else "else") (compound_statement "{\n *(long *)(param_1 + 0x28) = lVar4;\n *(long *)(param_1 + 0x20) = lVar4;\n *(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x28) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x28) = lVar4" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "*(long *)(param_1 + 0x20) = lVar4;" (assignment_expression "*(long *)(param_1 + 0x20) = lVar4" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "lVar4")) (; ";")) (expression_statement "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);" (assignment_expression "*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (pointer_expression "*(ulong *)(param_1 + 0x30)" (* "*") (cast_expression "(ulong *)(param_1 + 0x30)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "lVar4 + -1 + *(ulong *)(param_1 + 0xa0)" (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1")) (+ "+") (pointer_expression "*(ulong *)(param_1 + 0xa0)" (* "*") (cast_expression "(ulong *)(param_1 + 0xa0)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))))) (; ";")) (} "}")))) (expression_statement "*(undefined1 *)(param_1 + 0xaa) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xaa) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xaa)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0xaa)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xaa)" (( "(") (binary_expression "param_1 + 0xaa" (identifier "param_1") (+ "+") (number_literal "0xaa")) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "lVar4 = 0;" (assignment_expression "lVar4 = 0" (identifier "lVar4") (= "=") (number_literal "0")) (; ";")) (if_statement "if (lVar5 < lVar3) {\n lVar4 = lVar3 - lVar5;\n }" (if "if") (parenthesized_expression "(lVar5 < lVar3)" (( "(") (binary_expression "lVar5 < lVar3" (identifier "lVar5") (< "<") (identifier "lVar3")) () ")")) (compound_statement "{\n lVar4 = lVar3 - lVar5;\n }" ({ "{") (expression_statement "lVar4 = lVar3 - lVar5;" (assignment_expression "lVar4 = lVar3 - lVar5" (identifier "lVar4") (= "=") (binary_expression "lVar3 - lVar5" (identifier "lVar3") (- "-") (identifier "lVar5"))) (; ";")) (} "}"))) (return_statement "return lVar4;" (return "return") (identifier "lVar4") (; ";")) (} "}"))) (} "}"))) (expression_statement "lVar3 = FUN_002802d0(param_1,param_2,param_3);" (assignment_expression "lVar3 = FUN_002802d0(param_1,param_2,param_3)" (identifier "lVar3") (= "=") (call_expression "FUN_002802d0(param_1,param_2,param_3)" (identifier "FUN_002802d0") (argument_list "(param_1,param_2,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (return_statement "return lVar3;" (return "return") (identifier "lVar3") (; ";")) (} "}")))
|
/* std::filebuf::xsputn(char const*, long) */
long __thiscall std::type_1::function_1(type_1 *var_1,char *param_1,long var_5)
{
type_1 fVar1;
char var_3;
long var_4;
long var_10;
long var_9;
fVar1 = var_1[0x78];
if (*(long **)(var_1 + 200) == (long *)0x0) {
/* WARNING: Subroutine does not return */
var_2();
}
var_3 = (**(type_2 **)(**(long **)(var_1 + 200) + 0x30))();
if (((var_3 != '\0') && (((type_3)fVar1 & 0x11) != 0)) && (var_1[0xa9] == (type_1)0x0)) {
var_4 = *(long *)(var_1 + 0x30) - *(long *)(var_1 + 0x28);
if ((var_1[0xaa] == (type_1)0x0) && (1 < *(type_4 *)(var_1 + 0xa0))) {
var_4 = *(type_4 *)(var_1 + 0xa0) - 1;
}
if (0x3ff < var_4) {
var_4 = 0x400;
}
if (var_4 <= var_5) {
var_9 = *(long *)(var_1 + 0x28) - (long)*(char **)(var_1 + 0x20);
var_4 = var_6<var_7>::var_8
((var_6<var_7> *)(var_1 + 0x68),*(char **)(var_1 + 0x20),var_9,param_1,
var_5);
if (var_5 + var_9 == var_4) {
var_10 = *(long *)(var_1 + 0x98);
*(long *)(var_1 + 8) = var_10;
*(long *)(var_1 + 0x10) = var_10;
*(long *)(var_1 + 0x18) = var_10;
if ((((*(type_5 *)(var_1 + 0x78) & 0x10) == 0) && ((*(type_5 *)(var_1 + 0x78) & 1) == 0)) ||
(*(type_4 *)(var_1 + 0xa0) < 2)) {
*(type_6 *)(var_1 + 0x28) = 0;
*(type_6 *)(var_1 + 0x20) = 0;
*(type_6 *)(var_1 + 0x30) = 0;
}
else {
*(long *)(var_1 + 0x28) = var_10;
*(long *)(var_1 + 0x20) = var_10;
*(type_4 *)(var_1 + 0x30) = var_10 + -1 + *(type_4 *)(var_1 + 0xa0);
}
var_1[0xaa] = (type_1)0x1;
}
var_10 = 0;
if (var_9 < var_4) {
var_10 = var_4 - var_9;
}
return var_10;
}
}
var_4 = type_7::function_1((type_7 *)var_1,param_1,var_5);
return var_4;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (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))))))))) 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)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (return_statement (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (return_statement (identifier)))))
| null |
long MASKED(long param_1,undefined8 param_2,long param_3)
{
byte bVar1;
char cVar2;
long lVar3;
long lVar4;
long lVar5;
bVar1 = *(byte *)(param_1 + 0x78);
if (*(long **)(param_1 + 200) == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002b5510();
}
cVar2 = (**(code **)(**(long **)(param_1 + 200) + 0x30))();
if (((cVar2 != '\0') && ((bVar1 & 0x11) != 0)) && (*(char *)(param_1 + 0xa9) == '\0')) {
lVar3 = *(long *)(param_1 + 0x30) - *(long *)(param_1 + 0x28);
if ((*(char *)(param_1 + 0xaa) == '\0') && (1 < *(ulong *)(param_1 + 0xa0))) {
lVar3 = *(ulong *)(param_1 + 0xa0) - 1;
}
if (0x3ff < lVar3) {
lVar3 = 0x400;
}
if (lVar3 <= param_3) {
lVar5 = *(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x20);
lVar3 = FUN_00277470(param_1 + 0x68,*(long *)(param_1 + 0x20),lVar5,param_2,param_3);
if (param_3 + lVar5 == lVar3) {
lVar4 = *(long *)(param_1 + 0x98);
*(long *)(param_1 + 8) = lVar4;
*(long *)(param_1 + 0x10) = lVar4;
*(long *)(param_1 + 0x18) = lVar4;
if ((((*(uint *)(param_1 + 0x78) & 0x10) == 0) && ((*(uint *)(param_1 + 0x78) & 1) == 0)) ||
(*(ulong *)(param_1 + 0xa0) < 2)) {
*(undefined8 *)(param_1 + 0x28) = 0;
*(undefined8 *)(param_1 + 0x20) = 0;
*(undefined8 *)(param_1 + 0x30) = 0;
}
else {
*(long *)(param_1 + 0x28) = lVar4;
*(long *)(param_1 + 0x20) = lVar4;
*(ulong *)(param_1 + 0x30) = lVar4 + -1 + *(ulong *)(param_1 + 0xa0);
}
*(undefined1 *)(param_1 + 0xaa) = 1;
}
lVar4 = 0;
if (lVar5 < lVar3) {
lVar4 = lVar3 - lVar5;
}
return lVar4;
}
}
lVar3 = FUN_002802d0(param_1,param_2,param_3);
return lVar3;
}
|
4470_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
plt_entry_count
|
FUN_00271830
|
/* DWARF original prototype: uint plt_entry_count(Target_tilegx<32,_false> * this) */
uint __thiscall
anon_unknown.dwarf_ca7751::Target_tilegx<32,_false>::plt_entry_count(Target_tilegx<32,_false> *this)
{
uint64_t uVar1;
uVar1 = (this->tilegx_info).abi_pagesize;
if (uVar1 != 0) {
return *(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68);
}
return 0;
}
|
int FUN_00271830(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x28);
if (lVar1 != 0) {
return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);
}
return 0;
}
|
MOV RDX,qword ptr [RDI + 0x28]
TEST RDX,RDX
JZ 0x00271840
MOV EAX,dword ptr [RDX + 0x6c]
ADD EAX,dword ptr [RDX + 0x68]
RET
XOR EAX,EAX
RET
| null | null | null | null |
[('const-40', u'PTRSUB_-1204283192'), ('const-0', u'RETURN_-1204283286'), (u'PTRSUB_-1204283194', u'PTRSUB_-1204283192'), (u'COPY_-1204283260', u'RETURN_-1204283286'), (u'CAST_-1204283180', u'LOAD_-1204283308'), ('const-0', u'PTRSUB_-1204283194'), ('tmp_32', u'CBRANCH_-1204283320'), (u'INT_ADD_-1204283290', u'COPY_-1204283260'), ('tmp_130', u'PTRSUB_-1204283194'), (u'LOAD_-1204283341', u'INT_NOTEQUAL_-1204283321'), ('const-433', u'LOAD_-1204283308'), ('const-433', u'LOAD_-1204283319'), (u'LOAD_-1204283341', u'INT_ADD_-1204283303'), ('const-0', u'INT_NOTEQUAL_-1204283321'), (u'CAST_-1204283184', u'LOAD_-1204283319'), ('const-108', u'INT_ADD_-1204283303'), (u'LOAD_-1204283319', u'INT_ADD_-1204283290'), (u'COPY_-1204283256', u'RETURN_-1204283270'), (u'INT_NOTEQUAL_-1204283321', u'CBRANCH_-1204283320'), (u'INT_ADD_-1204283296', u'CAST_-1204283180'), ('const-433', u'LOAD_-1204283341'), (u'PTRSUB_-1204283192', u'LOAD_-1204283341'), ('const-0', u'COPY_-1204283256'), ('const-0', u'RETURN_-1204283270'), ('const-104', u'INT_ADD_-1204283296'), (u'LOAD_-1204283308', u'INT_ADD_-1204283290'), (u'LOAD_-1204283341', u'INT_ADD_-1204283296'), (u'INT_ADD_-1204283303', u'CAST_-1204283184')]
|
[(u'INT_ADD_-1204283296', u'CAST_-1204283185'), ('const-0', u'RETURN_-1204283286'), ('tmp_32', u'CBRANCH_-1204283320'), ('const-40', u'INT_ADD_-1204283325'), (u'INT_ADD_-1204283325', u'CAST_-1204283199'), (u'LOAD_-1204283341', u'INT_NOTEQUAL_-1204283321'), (u'CAST_-1204283189', u'LOAD_-1204283319'), (u'CAST_-1204283185', u'LOAD_-1204283308'), ('tmp_184', u'INT_ADD_-1204283325'), (u'LOAD_-1204283341', u'INT_ADD_-1204283303'), (u'COPY_-1204283247', u'RETURN_-1204283270'), ('const-0', u'INT_NOTEQUAL_-1204283321'), ('const-108', u'INT_ADD_-1204283303'), ('const-433', u'LOAD_-1204283308'), ('const-433', u'LOAD_-1204283341'), (u'LOAD_-1204283319', u'INT_ADD_-1204283290'), (u'CAST_-1204283199', u'LOAD_-1204283341'), ('const-433', u'LOAD_-1204283319'), (u'INT_NOTEQUAL_-1204283321', u'CBRANCH_-1204283320'), (u'INT_ADD_-1204283290', u'COPY_-1204283252'), ('const-0', u'RETURN_-1204283270'), (u'INT_ADD_-1204283303', u'CAST_-1204283189'), ('const-0', u'COPY_-1204283247'), ('const-104', u'INT_ADD_-1204283296'), (u'LOAD_-1204283308', u'INT_ADD_-1204283290'), (u'COPY_-1204283252', u'RETURN_-1204283286'), (u'LOAD_-1204283341', u'INT_ADD_-1204283296')]
| null | null |
00271830
|
x64
|
O2
|
(translation_unit "int FUN_00271830(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}\n\n" (function_definition "int FUN_00271830(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" primitive_type (function_declarator "FUN_00271830(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" identifier = (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" { (return_statement "return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);" return (binary_expression "*(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68)" (pointer_expression "*(int *)(lVar1 + 0x6c)" * (cast_expression "(int *)(lVar1 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x6c)" ( (binary_expression "lVar1 + 0x6c" identifier + number_literal) )))) + (pointer_expression "*(int *)(lVar1 + 0x68)" * (cast_expression "(int *)(lVar1 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x68)" ( (binary_expression "lVar1 + 0x68" identifier + number_literal) ))))) ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* DWARF original prototype: uint plt_entry_count(Target_tilegx<32,_false> * this) */\n\nuint __thiscall\nanon_unknown.dwarf_ca7751::Target_tilegx<32,_false>::plt_entry_count(Target_tilegx<32,_false> *this)\n\n{\n uint64_t uVar1;\n \n uVar1 = (this->tilegx_info).abi_pagesize;\n if (uVar1 != 0) {\n return *(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68);\n }\n return 0;\n}\n\n" comment (declaration "uint __thiscall\nanon_unknown.dwarf_ca7751::Target_tilegx<32,_false>::plt_entry_count(Target_tilegx<32,_false> *this)\n\n{\n uint64_t uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_ca7751::" identifier . identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::plt_entry_count(Target_tilegx<32,_false> *this)\n\n{\n uint64_t" identifier > : : (function_declarator "plt_entry_count(Target_tilegx<32,_false> *this)" identifier (parameter_list "(Target_tilegx<32,_false> *this)" ( (parameter_declaration "Target_tilegx" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { primitive_type) identifier ;) (expression_statement "uVar1 = (this->tilegx_info).abi_pagesize;" (assignment_expression "uVar1 = (this->tilegx_info).abi_pagesize" identifier = (field_expression "(this->tilegx_info).abi_pagesize" (parenthesized_expression "(this->tilegx_info)" ( (field_expression "this->tilegx_info" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar1 != 0) {\n return *(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68);\n }" { (return_statement "return *(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68);" return (binary_expression "*(int *)(uVar1 + 0x6c) + *(int *)(uVar1 + 0x68)" (pointer_expression "*(int *)(uVar1 + 0x6c)" * (cast_expression "(int *)(uVar1 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0x6c)" ( (binary_expression "uVar1 + 0x6c" identifier + number_literal) )))) + (pointer_expression "*(int *)(uVar1 + 0x68)" * (cast_expression "(int *)(uVar1 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar1 + 0x68)" ( (binary_expression "uVar1 + 0x68" identifier + number_literal) ))))) ;) })) (return_statement "return 0;" return number_literal ;) (ERROR "}" }))
|
(translation_unit "int FUN_00271830(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}\n\n" (function_definition "int FUN_00271830(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" primitive_type (function_declarator "FUN_00271830(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" identifier = (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" { (return_statement "return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);" return (binary_expression "*(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68)" (pointer_expression "*(int *)(lVar1 + 0x6c)" * (cast_expression "(int *)(lVar1 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x6c)" ( (binary_expression "lVar1 + 0x6c" identifier + number_literal) )))) + (pointer_expression "*(int *)(lVar1 + 0x68)" * (cast_expression "(int *)(lVar1 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x68)" ( (binary_expression "lVar1 + 0x68" identifier + number_literal) ))))) ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (return_statement return LIT ;) })))
|
(function_definition "int FUN_00271830(long param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" (primitive_type "int") (function_declarator "FUN_00271830(long param_1)" (identifier "FUN_00271830") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x28);\n if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x28);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x28)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);\n }" ({ "{") (return_statement "return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);" (return "return") (binary_expression "*(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68)" (pointer_expression "*(int *)(lVar1 + 0x6c)" (* "*") (cast_expression "(int *)(lVar1 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x6c)" (( "(") (binary_expression "lVar1 + 0x6c" (identifier "lVar1") (+ "+") (number_literal "0x6c")) () ")")))) (+ "+") (pointer_expression "*(int *)(lVar1 + 0x68)" (* "*") (cast_expression "(int *)(lVar1 + 0x68)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x68)" (( "(") (binary_expression "lVar1 + 0x68" (identifier "lVar1") (+ "+") (number_literal "0x68")) () ")"))))) (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* DWARF original prototype: uint plt_entry_count(Target_tilegx<32,_false> * this) */
type_1 __thiscall
anon_unknown.dwarf_ca7751::Target_tilegx<32,_false>::plt_entry_count(Target_tilegx<32,_false> *this)
{
uint64_t var_1;
var_1 = (this->tilegx_info).abi_pagesize;
if (var_1 != 0) {
return *(int *)(var_1 + 0x6c) + *(int *)(var_1 + 0x68);
}
return 0;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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))))))))) (return_statement (number_literal)))))
| null |
int MASKED(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x28);
if (lVar1 != 0) {
return *(int *)(lVar1 + 0x6c) + *(int *)(lVar1 + 0x68);
}
return 0;
}
|
10556_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
codecvt_byname
|
FUN_00385060
|
/* std::codecvt_byname<wchar_t, char, __mbstate_t>::codecvt_byname(char const*, unsigned long) */
void __thiscall
std::codecvt_byname<wchar_t,char,__mbstate_t>::codecvt_byname
(codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
bVar7 = 0;
codecvt<wchar_t,char,__mbstate_t>::codecvt((codecvt<wchar_t,char,__mbstate_t> *)this,param_2);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*(undefined ***)this = &PTR__codecvt_byname_004b8088;
pbVar2 = (byte *)param_1;
pbVar3 = (byte *)0x3f46c9;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = (byte *)param_1;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */
locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));
locale::facet::_S_create_c_locale
((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);
return;
}
}
return;
}
|
void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
bVar7 = 0;
FUN_00382880(param_1,param_3);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*param_1 = &PTR_FUN_004b8088;
pbVar2 = param_2;
pbVar3 = (byte *)0x3f46c9;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = param_2;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */
FUN_00379940(param_1 + 2);
FUN_00379910(param_1 + 2,param_2,0);
return;
}
}
return;
}
|
PUSH R12
PUSH RBP
MOV RBP,RSI
MOV RSI,RDX
PUSH RBX
MOV RBX,RDI
CALL 0x00382880
LEA RAX,[0x4b8078]
MOV ECX,0x2
MOV RSI,RBP
LEA RDI,[0x3f46c9]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JZ 0x003850b4
MOV ECX,0x6
LEA RDI,[0x3ff807]
MOV RSI,RBP
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JNZ 0x003850c0
POP RBX
POP RBP
POP R12
RET
LEA R12,[RBX + 0x10]
MOV RDI,R12
CALL 0x00379940
XOR EDX,EDX
MOV RSI,RBP
MOV RDI,R12
CALL 0x00379910
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[(u'LOAD_-1205382980', u'INT_LESS_-1205382963'), (u'LOAD_-1205382980', u'INT_EQUAL_-1205382963'), ('const-1', u'INT_ADD_-1205382510'), (u'MULTIEQUAL_-1205382564', u'PTRADD_-1205382839'), (u'MULTIEQUAL_-1205382560', u'BOOL_NEGATE_-1205382551'), ('const-1', u'PTRADD_-1205382834'), ('const-433', u'STORE_-1205382996'), (u'CAST_-1205382406', u'CALL_-1205382770'), (u'MULTIEQUAL_-1205382579', u'MULTIEQUAL_-1205382576'), (u'COPY_-1205382529', u'MULTIEQUAL_-1205382572'), ('const-0', u'RETURN_-1205382816'), (u'BOOL_NEGATE_-1205382516', u'BOOL_AND_-1205382842'), (u'MULTIEQUAL_-1205382595', u'PTRADD_-1205382918'), (u'CAST_-1205382483', u'STORE_-1205382996'), ('tmp_223', u'CBRANCH_-1205382927'), (u'INT_ADD_-1205382509', u'PTRADD_-1205382834'), (u'COPY_-1205382545', u'MULTIEQUAL_-1205382587'), (u'INT_ADD_-1205382974', u'MULTIEQUAL_-1205382614'), (u'MULTIEQUAL_-1205382587', u'LOAD_-1205382980'), ('const-0', u'COPY_-1205382942'), ('const-0', u'COPY_-1205383008'), ('const-1', u'INT_ADD_-1205382538'), ('const-4948104', u'PTRSUB_-1205382495'), (u'CAST_-1205382420', u'CALL_-1205382798'), ('const--1', u'INT_ADD_-1205382890'), (u'INT_EQUAL_-1205382879', u'MULTIEQUAL_-1205382536'), ('tmp_80', u'CBRANCH_-1205382989'), (u'INT_ADD_-1205382538', u'PTRADD_-1205382923'), ('const-0', u'CALL_-1205382770'), (u'BOOL_NEGATE_-1205382551', u'BOOL_AND_-1205382926'), (u'INT_LESS_-1205382963', u'MULTIEQUAL_-1205382576'), ('tmp_522', u'CAST_-1205382455'), (u'COPY_-1205382928', u'MULTIEQUAL_-1205382591'), (u'INT_ADD_-1205382510', u'PTRADD_-1205382839'), ('tmp_521', u'CAST_-1205382515'), (u'INT_LESS_-1205382963', u'MULTIEQUAL_-1205382579'), ('const--2', u'INT_MULT_-1205382561'), (u'MULTIEQUAL_-1205382539', u'MULTIEQUAL_-1205382536'), (u'MULTIEQUAL_-1205382564', u'LOAD_-1205382896'), (u'INT_EQUAL_-1205382928', u'MULTIEQUAL_-1205382539'), ('const-1', u'PTRADD_-1205382923'), ('const-0', u'COPY_-1205382876'), ('const-433', u'LOAD_-1205382980'), ('tmp_521', u'PTRADD_-1205382752'), (u'INT_EQUAL_-1205382879', u'CBRANCH_-1205382880'), ('const-0', u'COPY_-1205383012'), (u'INT_LESS_-1205382879', u'MULTIEQUAL_-1205382555'), ('const-4146889', u'COPY_-1205383020'), (u'INT_EQUAL_-1205382984', u'CBRANCH_-1205382989'), ('const-0', u'PTRSUB_-1205382495'), ('const--2', u'INT_MULT_-1205382562'), (u'COPY_-1205383012', u'MULTIEQUAL_-1205382579'), ('const-0', u'INT_EQUAL_-1205382984'), ('const-4192263', u'COPY_-1205382922'), ('const-433', u'LOAD_-1205382894'), ('const-6', u'COPY_-1205382928'), (u'PTRADD_-1205382839', u'COPY_-1205382521'), (u'INT_ZEXT_-1205382889', u'INT_MULT_-1205382526'), ('const-2', u'COPY_-1205383030'), (u'LOAD_-1205382894', u'INT_LESS_-1205382879'), (u'LOAD_-1205382894', u'INT_EQUAL_-1205382879'), (u'INT_ZEXT_-1205382968', u'INT_MULT_-1205382561'), (u'MULTIEQUAL_-1205382555', u'MULTIEQUAL_-1205382552'), (u'INT_MULT_-1205382562', u'INT_ADD_-1205382538'), (u'INT_MULT_-1205382525', u'INT_ADD_-1205382509'), (u'PTRADD_-1205382918', u'COPY_-1205382549'), (u'COPY_-1205382525', u'MULTIEQUAL_-1205382572'), (u'INT_EQUAL_-1205382900', u'CBRANCH_-1205382905'), (u'INT_ZEXT_-1205382884', u'INT_MULT_-1205382525'), (u'PTRSUB_-1205382495', u'STORE_-1205382996'), (u'MULTIEQUAL_-1205382552', u'BOOL_NEGATE_-1205382516'), (u'CALL_-1205383038', u'INDIRECT_-1205382586'), (u'MULTIEQUAL_-1205382591', u'INT_ADD_-1205382890'), (u'CAST_-1205382482', u'COPY_-1205382553'), (u'INT_MULT_-1205382526', u'INT_ADD_-1205382510'), (u'MULTIEQUAL_-1205382572', u'PTRADD_-1205382834'), ('const-433', u'LOAD_-1205382978'), ('const-1', u'INT_ADD_-1205382537'), ('tmp_234', u'CBRANCH_-1205382905'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382973'), (u'COPY_-1205382549', u'MULTIEQUAL_-1205382595'), (u'COPY_-1205383008', u'MULTIEQUAL_-1205382563'), (u'INT_EQUAL_-1205382963', u'CBRANCH_-1205382964'), (u'MULTIEQUAL_-1205382572', u'LOAD_-1205382894'), (u'PTRADD_-1205382752', u'CAST_-1205382406'), (u'COPY_-1205383030', u'MULTIEQUAL_-1205382614'), (u'BOOL_NEGATE_-1205382514', u'CBRANCH_-1205382927'), (u'COPY_-1205382942', u'MULTIEQUAL_-1205382555'), ('const-1', u'INT_ADD_-1205382509'), (u'BOOL_NEGATE_-1205382515', u'BOOL_AND_-1205382842'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382968'), (u'PTRADD_-1205382752', u'CAST_-1205382420'), (u'COPY_-1205383020', u'COPY_-1205382549'), ('tmp_301', u'CBRANCH_-1205382880'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382884'), ('const-16', u'PTRADD_-1205382752'), (u'INT_NOTEQUAL_-1205382843', u'CBRANCH_-1205382842'), ('const-0', u'INT_EQUAL_-1205382900'), (u'COPY_-1205382525', u'MULTIEQUAL_-1205382564'), ('tmp_522', u'CALL_-1205382770'), (u'MULTIEQUAL_-1205382587', u'PTRADD_-1205382923'), (u'MULTIEQUAL_-1205382614', u'INT_ADD_-1205382974'), (u'CAST_-1205382454', u'COPY_-1205382525'), (u'COPY_-1205382553', u'MULTIEQUAL_-1205382595'), ('const-1', u'PTRADD_-1205382839'), ('const--2', u'INT_MULT_-1205382525'), (u'INT_EQUAL_-1205382963', u'MULTIEQUAL_-1205382560'), (u'BOOL_AND_-1205382926', u'INT_EQUAL_-1205382928'), ('tmp_522', u'CAST_-1205382482'), ('const-1', u'PTRADD_-1205382918'), (u'COPY_-1205382922', u'CAST_-1205382454'), (u'LOAD_-1205382896', u'INT_LESS_-1205382879'), (u'LOAD_-1205382896', u'INT_EQUAL_-1205382879'), (u'INT_ADD_-1205382890', u'MULTIEQUAL_-1205382591'), (u'BOOL_AND_-1205382842', u'INT_NOTEQUAL_-1205382843'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382889'), ('const-1', u'PTRADD_-1205382752'), ('const--1', u'INT_ADD_-1205382974'), ('tmp_379', u'CBRANCH_-1205382842'), (u'CAST_-1205382515', u'CALL_-1205383038'), (u'MULTIEQUAL_-1205382563', u'MULTIEQUAL_-1205382560'), (u'MULTIEQUAL_-1205382536', u'BOOL_NEGATE_-1205382515'), (u'CAST_-1205382455', u'COPY_-1205382529'), (u'BOOL_NEGATE_-1205382552', u'BOOL_AND_-1205382926'), (u'MULTIEQUAL_-1205382595', u'LOAD_-1205382978'), ('const-0', u'RETURN_-1205382743'), ('tmp_521', u'CAST_-1205382483'), ('const-433', u'LOAD_-1205382896'), ('const--2', u'INT_MULT_-1205382526'), (u'LOAD_-1205382978', u'INT_LESS_-1205382963'), (u'LOAD_-1205382978', u'INT_EQUAL_-1205382963'), (u'INT_EQUAL_-1205382963', u'MULTIEQUAL_-1205382563'), (u'COPY_-1205382521', u'MULTIEQUAL_-1205382564'), (u'MULTIEQUAL_-1205382576', u'INT_EQUAL_-1205382928'), (u'PTRADD_-1205382834', u'COPY_-1205382525'), (u'INT_MULT_-1205382561', u'INT_ADD_-1205382537'), (u'INT_LESS_-1205382879', u'MULTIEQUAL_-1205382552'), ('tmp_523', u'CALL_-1205383038'), (u'INT_EQUAL_-1205382928', u'BOOL_NEGATE_-1205382514'), (u'INT_EQUAL_-1205382879', u'MULTIEQUAL_-1205382539'), (u'MULTIEQUAL_-1205382552', u'INT_NOTEQUAL_-1205382843'), (u'PTRADD_-1205382923', u'COPY_-1205382545'), (u'INT_ADD_-1205382537', u'PTRADD_-1205382918'), ('tmp_147', u'CBRANCH_-1205382964'), (u'MULTIEQUAL_-1205382614', u'INT_EQUAL_-1205382984'), (u'INT_ZEXT_-1205382973', u'INT_MULT_-1205382562'), (u'MULTIEQUAL_-1205382591', u'INT_EQUAL_-1205382900'), (u'COPY_-1205382549', u'MULTIEQUAL_-1205382587'), (u'MULTIEQUAL_-1205382576', u'BOOL_NEGATE_-1205382552')]
|
[(u'LOAD_-1205382980', u'INT_LESS_-1205382963'), (u'LOAD_-1205382980', u'INT_EQUAL_-1205382963'), (u'COPY_-1205382548', u'MULTIEQUAL_-1205382595'), ('const-4948104', u'PTRSUB_-1205382495'), ('const-0', u'COPY_-1205383008'), (u'MULTIEQUAL_-1205382564', u'PTRADD_-1205382839'), ('const-4192263', u'COPY_-1205382922'), (u'MULTIEQUAL_-1205382560', u'BOOL_NEGATE_-1205382551'), (u'MULTIEQUAL_-1205382579', u'MULTIEQUAL_-1205382576'), ('const--1', u'INT_ADD_-1205382890'), ('const-0', u'RETURN_-1205382816'), (u'PTRADD_-1205382918', u'COPY_-1205382548'), (u'BOOL_NEGATE_-1205382516', u'BOOL_AND_-1205382842'), (u'MULTIEQUAL_-1205382595', u'PTRADD_-1205382918'), ('tmp_223', u'CBRANCH_-1205382927'), (u'INT_ADD_-1205382509', u'PTRADD_-1205382834'), (u'INT_ADD_-1205382974', u'MULTIEQUAL_-1205382614'), (u'PTRADD_-1205382439', u'CALL_-1205382770'), (u'MULTIEQUAL_-1205382587', u'LOAD_-1205382980'), ('const-0', u'COPY_-1205382942'), ('tmp_1168', u'CALL_-1205383038'), (u'COPY_-1205382524', u'MULTIEQUAL_-1205382572'), ('const-1', u'PTRADD_-1205382923'), ('const--2', u'INT_MULT_-1205382561'), (u'INT_EQUAL_-1205382879', u'MULTIEQUAL_-1205382536'), ('tmp_80', u'CBRANCH_-1205382989'), (u'INT_ADD_-1205382538', u'PTRADD_-1205382923'), ('const-1', u'INT_ADD_-1205382537'), (u'COPY_-1205382544', u'MULTIEQUAL_-1205382587'), (u'BOOL_NEGATE_-1205382551', u'BOOL_AND_-1205382926'), (u'INT_LESS_-1205382963', u'MULTIEQUAL_-1205382576'), (u'PTRADD_-1205382839', u'COPY_-1205382520'), (u'COPY_-1205382928', u'MULTIEQUAL_-1205382591'), (u'INT_ADD_-1205382510', u'PTRADD_-1205382839'), ('const-8', u'PTRADD_-1205382439'), ('tmp_1168', u'STORE_-1205382996'), (u'INT_LESS_-1205382963', u'MULTIEQUAL_-1205382579'), (u'MULTIEQUAL_-1205382539', u'MULTIEQUAL_-1205382536'), (u'COPY_-1205382548', u'MULTIEQUAL_-1205382587'), (u'MULTIEQUAL_-1205382564', u'LOAD_-1205382896'), (u'INT_EQUAL_-1205382928', u'MULTIEQUAL_-1205382539'), ('const-0', u'COPY_-1205382876'), ('const-4146889', u'COPY_-1205383020'), ('const-2', u'PTRADD_-1205382439'), ('tmp_1166', u'CALL_-1205383038'), (u'INT_EQUAL_-1205382879', u'CBRANCH_-1205382880'), (u'INT_LESS_-1205382879', u'MULTIEQUAL_-1205382555'), (u'INT_EQUAL_-1205382984', u'CBRANCH_-1205382989'), (u'COPY_-1205383012', u'MULTIEQUAL_-1205382579'), ('const-0', u'INT_EQUAL_-1205382984'), (u'COPY_-1205382528', u'MULTIEQUAL_-1205382572'), ('const-6', u'COPY_-1205382928'), ('const--1', u'INT_ADD_-1205382974'), (u'INT_ZEXT_-1205382889', u'INT_MULT_-1205382526'), ('const--2', u'INT_MULT_-1205382525'), ('const-2', u'COPY_-1205383030'), (u'LOAD_-1205382894', u'INT_LESS_-1205382879'), (u'LOAD_-1205382894', u'INT_EQUAL_-1205382879'), (u'INT_ZEXT_-1205382968', u'INT_MULT_-1205382561'), (u'MULTIEQUAL_-1205382555', u'MULTIEQUAL_-1205382552'), (u'INT_MULT_-1205382562', u'INT_ADD_-1205382538'), ('const-433', u'LOAD_-1205382896'), (u'INT_MULT_-1205382525', u'INT_ADD_-1205382509'), ('const-1', u'INT_ADD_-1205382538'), ('const-1', u'INT_ADD_-1205382510'), (u'INT_EQUAL_-1205382900', u'CBRANCH_-1205382905'), (u'INT_ZEXT_-1205382884', u'INT_MULT_-1205382525'), (u'PTRSUB_-1205382495', u'STORE_-1205382996'), (u'MULTIEQUAL_-1205382552', u'BOOL_NEGATE_-1205382516'), (u'CALL_-1205383038', u'INDIRECT_-1205382586'), (u'MULTIEQUAL_-1205382591', u'INT_ADD_-1205382890'), (u'COPY_-1205383020', u'COPY_-1205382548'), (u'INT_MULT_-1205382526', u'INT_ADD_-1205382510'), (u'MULTIEQUAL_-1205382572', u'PTRADD_-1205382834'), ('tmp_1165', u'COPY_-1205382528'), ('tmp_234', u'CBRANCH_-1205382905'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382973'), ('const-1', u'PTRADD_-1205382918'), (u'PTRADD_-1205382439', u'CALL_-1205382798'), (u'COPY_-1205383008', u'MULTIEQUAL_-1205382563'), (u'INT_EQUAL_-1205382963', u'CBRANCH_-1205382964'), ('const--2', u'INT_MULT_-1205382562'), (u'CAST_-1205382457', u'COPY_-1205382524'), (u'MULTIEQUAL_-1205382572', u'LOAD_-1205382894'), (u'COPY_-1205383030', u'MULTIEQUAL_-1205382614'), ('const-0', u'COPY_-1205383012'), ('const-1', u'PTRADD_-1205382839'), (u'BOOL_NEGATE_-1205382514', u'CBRANCH_-1205382927'), ('tmp_1168', u'PTRADD_-1205382439'), (u'COPY_-1205382942', u'MULTIEQUAL_-1205382555'), ('const-433', u'LOAD_-1205382978'), (u'BOOL_NEGATE_-1205382515', u'BOOL_AND_-1205382842'), ('const-0', u'CALL_-1205382770'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382968'), ('const--2', u'INT_MULT_-1205382526'), (u'COPY_-1205382922', u'CAST_-1205382457'), ('tmp_301', u'CBRANCH_-1205382880'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382884'), ('const-1', u'INT_ADD_-1205382509'), ('tmp_1165', u'CALL_-1205382770'), (u'COPY_-1205382520', u'MULTIEQUAL_-1205382564'), (u'INT_NOTEQUAL_-1205382843', u'CBRANCH_-1205382842'), ('const-0', u'INT_EQUAL_-1205382900'), (u'MULTIEQUAL_-1205382614', u'INT_ADD_-1205382974'), (u'MULTIEQUAL_-1205382587', u'PTRADD_-1205382923'), ('const-433', u'LOAD_-1205382894'), (u'INT_EQUAL_-1205382963', u'MULTIEQUAL_-1205382560'), (u'BOOL_AND_-1205382926', u'INT_EQUAL_-1205382928'), ('const-0', u'PTRSUB_-1205382495'), (u'LOAD_-1205382896', u'INT_LESS_-1205382879'), (u'LOAD_-1205382896', u'INT_EQUAL_-1205382879'), (u'INT_ADD_-1205382890', u'MULTIEQUAL_-1205382591'), (u'BOOL_AND_-1205382842', u'INT_NOTEQUAL_-1205382843'), (u'INDIRECT_-1205382586', u'INT_ZEXT_-1205382889'), ('const-433', u'LOAD_-1205382980'), (u'COPY_-1205382552', u'MULTIEQUAL_-1205382595'), ('tmp_379', u'CBRANCH_-1205382842'), (u'PTRADD_-1205382923', u'COPY_-1205382544'), (u'MULTIEQUAL_-1205382563', u'MULTIEQUAL_-1205382560'), (u'MULTIEQUAL_-1205382536', u'BOOL_NEGATE_-1205382515'), ('const-433', u'STORE_-1205382996'), (u'BOOL_NEGATE_-1205382552', u'BOOL_AND_-1205382926'), (u'MULTIEQUAL_-1205382595', u'LOAD_-1205382978'), ('const-0', u'RETURN_-1205382743'), ('tmp_1165', u'COPY_-1205382552'), (u'LOAD_-1205382978', u'INT_LESS_-1205382963'), (u'LOAD_-1205382978', u'INT_EQUAL_-1205382963'), (u'INT_EQUAL_-1205382963', u'MULTIEQUAL_-1205382563'), ('const-1', u'PTRADD_-1205382834'), (u'MULTIEQUAL_-1205382576', u'INT_EQUAL_-1205382928'), (u'INT_MULT_-1205382561', u'INT_ADD_-1205382537'), (u'INT_LESS_-1205382879', u'MULTIEQUAL_-1205382552'), (u'INT_EQUAL_-1205382928', u'BOOL_NEGATE_-1205382514'), (u'INT_EQUAL_-1205382879', u'MULTIEQUAL_-1205382539'), (u'MULTIEQUAL_-1205382552', u'INT_NOTEQUAL_-1205382843'), (u'PTRADD_-1205382834', u'COPY_-1205382524'), (u'INT_ADD_-1205382537', u'PTRADD_-1205382918'), ('tmp_147', u'CBRANCH_-1205382964'), (u'MULTIEQUAL_-1205382614', u'INT_EQUAL_-1205382984'), (u'INT_ZEXT_-1205382973', u'INT_MULT_-1205382562'), (u'MULTIEQUAL_-1205382591', u'INT_EQUAL_-1205382900'), (u'COPY_-1205382524', u'MULTIEQUAL_-1205382564'), (u'MULTIEQUAL_-1205382576', u'BOOL_NEGATE_-1205382552')]
| null | null |
00385060
|
x64
|
O2
|
(translation_unit "void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_00382880(param_1,param_3);" (call_expression "FUN_00382880(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004b8088;" (assignment_expression "*param_1 = &PTR_FUN_004b8088" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b8088" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x3f46c9;" (assignment_expression "pbVar3 = (byte *)0x3f46c9" identifier = (cast_expression "(byte *)0x3f46c9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" { comment (expression_statement "FUN_00379940(param_1 + 2);" (call_expression "FUN_00379940(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_00379910(param_1 + 2,param_2,0);" (call_expression "FUN_00379910(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::codecvt_byname<wchar_t, char, __mbstate_t>::codecvt_byname(char const*, unsigned long) */\n\nvoid __thiscall\nstd::codecvt_byname<wchar_t,char,__mbstate_t>::codecvt_byname\n (codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n codecvt<wchar_t,char,__mbstate_t>::codecvt((codecvt<wchar_t,char,__mbstate_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__codecvt_byname_004b8088;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n return;\n }\n }\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::codecvt_byname<wchar_t,char,__mbstate_t>::codecvt_byname\n (codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)\n\n{\n long lVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::codecvt_byname<" identifier : : identifier <) identifier , identifier , (ERROR "__mbstate_t>::codecvt_byname\n (codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)\n\n{\n long" identifier > : : (function_declarator "codecvt_byname\n (codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)" identifier (parameter_list "(codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)" ( (parameter_declaration "codecvt_byname<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "char" primitive_type) , (parameter_declaration "__mbstate_t> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) { long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (ERROR "codecvt<wchar_t,char,__mbstate_t>::codecvt((codecvt<wchar_t,char,__mbstate_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__codecvt_byname_004b8088;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n return;\n }\n }\n return;\n}" (binary_expression "codecvt<wchar_t" identifier < identifier) (ERROR ",char,__mbstate_t" , primitive_type , identifier) > (ERROR "::" : :) identifier ( (ERROR "(codecvt<wchar_t,char,__mbstate_t> *)this,param_2);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *(undefined ***)this = &PTR__codecvt_byname_004b8088;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4)" (parenthesized_expression "(codecvt<wchar_t,char,__mbstate_t> *)this,param_2)" ( (comma_expression "codecvt<wchar_t,char,__mbstate_t> *)this,param_2" (binary_expression "codecvt<wchar_t" identifier < identifier) , (comma_expression "char,__mbstate_t> *)this,param_2" identifier , (comma_expression "__mbstate_t> *)this,param_2" (binary_expression "__mbstate_t> *)this" identifier > (pointer_expression "*)this" * (ERROR ")" )) identifier)) , identifier))) )) ; (assignment_expression "lVar1 = 2" identifier = number_literal) ; (assignment_expression "bVar4 = false" identifier = false) ; (binary_expression "bVar6 = false;\n *(undefined ***)this = &PTR__codecvt_byname_004b8088" (assignment_expression "bVar6 = false" identifier = false) (ERROR ";" ;) * (cast_expression "(undefined ***)this = &PTR__codecvt_byname_004b8088" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (assignment_expression "this = &PTR__codecvt_byname_004b8088" identifier = (pointer_expression "&PTR__codecvt_byname_004b8088" & identifier)))) ; (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ; (assignment_expression "pbVar3 = (byte *)0x3f46c9" identifier = (cast_expression "(byte *)0x3f46c9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ; (assignment_expression "bVar5 = false" identifier = false) ; (call_expression "bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4)" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) (ERROR ";\n if" ; if) (argument_list "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )))) (compound_statement "{\n lVar1 = 6;\n pbVar2 = (byte *)param_1;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = (byte *)param_1;" (assignment_expression "pbVar2 = (byte *)param_1" identifier = (cast_expression "(byte *)param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);\n return;\n }" { comment (labeled_statement "locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale((__locale_struct **)(this + 0x10));" (call_expression "_S_destroy_c_locale((__locale_struct **)(this + 0x10))" identifier (argument_list "((__locale_struct **)(this + 0x10))" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) ))) ;))) (labeled_statement "locale::facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);" (call_expression "_S_create_c_locale\n ((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" identifier (argument_list "((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0)" ( (cast_expression "(__locale_struct **)(this + 0x10)" ( (type_descriptor "__locale_struct **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))) , identifier , (cast_expression "(__locale_struct *)0x0" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;))) (return_statement "return;" return ;) })) }) return ; }))
|
(translation_unit "void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "FUN_00382880(param_1,param_3);" (call_expression "FUN_00382880(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" identifier = number_literal) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004b8088;" (assignment_expression "*param_1 = &PTR_FUN_004b8088" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b8088" & identifier)) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)0x3f46c9;" (assignment_expression "pbVar3 = (byte *)0x3f46c9" identifier = (cast_expression "(byte *)0x3f46c9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" identifier = (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" ( (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" { (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" identifier = number_literal) ;) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" identifier = identifier) ;) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" do (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar1 == 0) break;" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" identifier = (binary_expression "lVar1 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" identifier = (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" * identifier) < (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" identifier = (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" * identifier) == (pointer_expression "*pbVar3" * identifier))) ;) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar4)" ( identifier )) ;) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" if (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" ( (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" ( (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar4" ! identifier)) )) != identifier) )) (compound_statement "{\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" { (expression_statement "FUN_00379940(param_1 + 2);" (call_expression "FUN_00379940(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) ;) (expression_statement "FUN_00379910(param_1 + 2,param_2,0);" (call_expression "FUN_00379910(param_1 + 2,param_2,0)" identifier (argument_list "(param_1 + 2,param_2,0)" ( (binary_expression "param_1 + 2" identifier + number_literal) , identifier , number_literal ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , LIT ))) ;) (return_statement return ;) })) })) (return_statement return ;) })))
|
(function_definition "void FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)\n\n{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00385060(undefined8 *param_1,byte *param_2,undefined8 param_3)" (identifier "FUN_00385060") (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n \n bVar7 = 0;\n FUN_00382880(param_1,param_3);\n lVar1 = 2;\n bVar4 = false;\n bVar6 = false;\n *param_1 = &PTR_FUN_004b8088;\n pbVar2 = param_2;\n pbVar3 = (byte *)0x3f46c9;\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n bVar5 = false;\n bVar4 = (!bVar4 && !bVar6) == bVar4;\n if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte *pbVar2;" (type_identifier "byte") (pointer_declarator "*pbVar2" (* "*") (identifier "pbVar2")) (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "byte bVar7;" (type_identifier "byte") (identifier "bVar7") (; ";")) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" (identifier "bVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00382880(param_1,param_3);" (call_expression "FUN_00382880(param_1,param_3)" (identifier "FUN_00382880") (argument_list "(param_1,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "lVar1 = 2;" (assignment_expression "lVar1 = 2" (identifier "lVar1") (= "=") (number_literal "2")) (; ";")) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004b8088;" (assignment_expression "*param_1 = &PTR_FUN_004b8088" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004b8088" (& "&") (identifier "PTR_FUN_004b8088"))) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)0x3f46c9;" (assignment_expression "pbVar3 = (byte *)0x3f46c9" (identifier "pbVar3") (= "=") (cast_expression "(byte *)0x3f46c9" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x3f46c9"))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar4 = *pbVar2 < *pbVar3;\n bVar6 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar4 = *pbVar2 < *pbVar3;" (assignment_expression "bVar4 = *pbVar2 < *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar6 = *pbVar2 == *pbVar3;" (assignment_expression "bVar6 = *pbVar2 == *pbVar3" (identifier "bVar6") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar6)" (( "(") (identifier "bVar6") () ")")) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (expression_statement "bVar4 = (!bVar4 && !bVar6) == bVar4;" (assignment_expression "bVar4 = (!bVar4 && !bVar6) == bVar4" (identifier "bVar4") (= "=") (binary_expression "(!bVar4 && !bVar6) == bVar4" (parenthesized_expression "(!bVar4 && !bVar6)" (( "(") (binary_expression "!bVar4 && !bVar6" (unary_expression "!bVar4" (! "!") (identifier "bVar4")) (&& "&&") (unary_expression "!bVar6" (! "!") (identifier "bVar6"))) () ")")) (== "==") (identifier "bVar4"))) (; ";")) (if_statement "if (!bVar4) {\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" (if "if") (parenthesized_expression "(!bVar4)" (( "(") (unary_expression "!bVar4" (! "!") (identifier "bVar4")) () ")")) (compound_statement "{\n lVar1 = 6;\n pbVar2 = param_2;\n pbVar3 = (byte *)"POSIX";\n do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);\n if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }\n }" ({ "{") (expression_statement "lVar1 = 6;" (assignment_expression "lVar1 = 6" (identifier "lVar1") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar2 = param_2;" (assignment_expression "pbVar2 = param_2" (identifier "pbVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar3 = (byte *)"POSIX";" (assignment_expression "pbVar3 = (byte *)"POSIX"" (identifier "pbVar3") (= "=") (cast_expression "(byte *)"POSIX"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""POSIX"" (" """) (string_content "POSIX") (" """)))) (; ";")) (do_statement "do {\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n } while (bVar4);" (do "do") (compound_statement "{\n if (lVar1 == 0) break;\n lVar1 = lVar1 + -1;\n bVar5 = *pbVar2 < *pbVar3;\n bVar4 = *pbVar2 == *pbVar3;\n pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar1 == 0) break;" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar1 = lVar1 + -1;" (assignment_expression "lVar1 = lVar1 + -1" (identifier "lVar1") (= "=") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar5 = *pbVar2 < *pbVar3;" (assignment_expression "bVar5 = *pbVar2 < *pbVar3" (identifier "bVar5") (= "=") (binary_expression "*pbVar2 < *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (< "<") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "bVar4 = *pbVar2 == *pbVar3;" (assignment_expression "bVar4 = *pbVar2 == *pbVar3" (identifier "bVar4") (= "=") (binary_expression "*pbVar2 == *pbVar3" (pointer_expression "*pbVar2" (* "*") (identifier "pbVar2")) (== "==") (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")))) (; ";")) (expression_statement "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1" (identifier "pbVar2") (= "=") (binary_expression "pbVar2 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar2 + (ulong)bVar7 * -2" (identifier "pbVar2") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar7")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (; ";")) (if_statement "if ((!bVar5 && !bVar4) != bVar5) {\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" (if "if") (parenthesized_expression "((!bVar5 && !bVar4) != bVar5)" (( "(") (binary_expression "(!bVar5 && !bVar4) != bVar5" (parenthesized_expression "(!bVar5 && !bVar4)" (( "(") (binary_expression "!bVar5 && !bVar4" (unary_expression "!bVar5" (! "!") (identifier "bVar5")) (&& "&&") (unary_expression "!bVar4" (! "!") (identifier "bVar4"))) () ")")) (!= "!=") (identifier "bVar5")) () ")")) (compound_statement "{\n \n FUN_00379940(param_1 + 2);\n FUN_00379910(param_1 + 2,param_2,0);\n return;\n }" ({ "{") (expression_statement "FUN_00379940(param_1 + 2);" (call_expression "FUN_00379940(param_1 + 2)" (identifier "FUN_00379940") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "FUN_00379910(param_1 + 2,param_2,0);" (call_expression "FUN_00379910(param_1 + 2,param_2,0)" (identifier "FUN_00379910") (argument_list "(param_1 + 2,param_2,0)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::codecvt_byname<wchar_t, char, __mbstate_t>::codecvt_byname(char const*, unsigned long) */
void __thiscall
std::codecvt_byname<wchar_t,char,__mbstate_t>::codecvt_byname
(codecvt_byname<wchar_t,char,__mbstate_t> *this,char *param_1,ulong param_2)
{
long lVar1;
type_1 *pbVar2;
type_1 *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
type_1 bVar7;
bVar7 = 0;
codecvt<wchar_t,char,__mbstate_t>::codecvt((codecvt<wchar_t,char,__mbstate_t> *)this,param_2);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*(undefined ***)this = &PTR__codecvt_byname_004b8088;
pbVar2 = (type_1 *)param_1;
pbVar3 = (type_1 *)0x3f46c9;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = (type_1 *)param_1;
pbVar3 = (type_1 *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */
locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));
locale::facet::_S_create_c_locale
((__locale_struct **)(this + 0x10),param_1,(__locale_struct *)0x0);
return;
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (number_literal)))) (return_statement))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,byte *param_2,undefined8 param_3)
{
long lVar1;
byte *pbVar2;
byte *pbVar3;
bool bVar4;
bool bVar5;
bool bVar6;
byte bVar7;
bVar7 = 0;
FUN_00382880(param_1,param_3);
lVar1 = 2;
bVar4 = false;
bVar6 = false;
*param_1 = &PTR_FUN_004b8088;
pbVar2 = param_2;
pbVar3 = (byte *)0x3f46c9;
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar4 = *pbVar2 < *pbVar3;
bVar6 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
bVar5 = false;
bVar4 = (!bVar4 && !bVar6) == bVar4;
if (!bVar4) {
lVar1 = 6;
pbVar2 = param_2;
pbVar3 = (byte *)"POSIX";
do {
if (lVar1 == 0) break;
lVar1 = lVar1 + -1;
bVar5 = *pbVar2 < *pbVar3;
bVar4 = *pbVar2 == *pbVar3;
pbVar2 = pbVar2 + (ulong)bVar7 * -2 + 1;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
} while (bVar4);
if ((!bVar5 && !bVar4) != bVar5) {
/* try { // try from 003850c7 to 003850d8 has its CatchHandler @ 003850de */
FUN_00379940(param_1 + 2);
FUN_00379910(param_1 + 2,param_2,0);
return;
}
}
return;
}
|
320_m68k-linux-gnu-readelf_and_m68k-linux-gnu-readelf_strip.c
|
adjust_relative_path
|
FUN_00155490
|
char * adjust_relative_path(char *file_name,char *name,ulong name_len)
{
size_t __size;
char *pcVar1;
size_t __n;
char *message;
pcVar1 = lbasename(file_name);
if ((*name == '/') || (file_name == pcVar1)) {
if (name_len + 1 == 0) {
return (char *)0x0;
}
pcVar1 = (char *)malloc(name_len + 1);
if (pcVar1 != (char *)0x0) {
memcpy(pcVar1,name,name_len);
pcVar1[name_len] = '\0';
return pcVar1;
}
}
else {
__n = (long)pcVar1 - (long)file_name;
__size = __n + name_len + 1;
if ((__size < __n) || (__size < name_len)) {
pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);
error(pcVar1,name_len);
return (char *)0x0;
}
pcVar1 = (char *)malloc(__size);
if (pcVar1 != (char *)0x0) {
memcpy(pcVar1,file_name,__n);
memcpy(pcVar1 + __n,name,name_len);
pcVar1[__n + name_len] = '\0';
return pcVar1;
}
}
message = (char *)dcgettext(0,"Out of memory\n",5);
error(message);
return pcVar1;
}
|
void * FUN_00155490(void *param_1,char *param_2,size_t param_3)
{
size_t __size;
void *pvVar1;
size_t __n;
undefined8 uVar2;
pvVar1 = (void *)FUN_00159370();
if ((*param_2 == '/') || (param_1 == pvVar1)) {
if (param_3 + 1 == 0) {
return (void *)0x0;
}
pvVar1 = malloc(param_3 + 1);
if (pvVar1 != (void *)0x0) {
memcpy(pvVar1,param_2,param_3);
*(undefined1 *)((long)pvVar1 + param_3) = 0;
return pvVar1;
}
}
else {
__n = (long)pvVar1 - (long)param_1;
__size = __n + param_3 + 1;
if ((__size < __n) || (__size < param_3)) {
uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);
error(uVar2,param_3);
return (void *)0x0;
}
pvVar1 = malloc(__size);
if (pvVar1 != (void *)0x0) {
memcpy(pvVar1,param_1,__n);
memcpy((void *)((long)pvVar1 + __n),param_2,param_3);
*(undefined1 *)((long)pvVar1 + __n + param_3) = 0;
return pvVar1;
}
}
uVar2 = dcgettext(0,"Out of memory\n",5);
error(uVar2);
return pvVar1;
}
|
PUSH R15
MOV R15,RDI
PUSH R14
PUSH R13
MOV R13,RSI
PUSH R12
MOV R12,RDX
PUSH RBP
PUSH RBX
SUB RSP,0x8
CALL 0x00159370
CMP byte ptr [R13],0x2f
JZ 0x00155520
CMP R15,RAX
JZ 0x00155520
SUB RAX,R15
LEA R14,[RAX + R12*0x1]
MOV RBX,RAX
LEA RDI,[R14 + 0x1]
CMP RAX,RDI
JA 0x00155550
CMP R12,RDI
JA 0x00155550
CALL 0x001072e0
MOV RBP,RAX
TEST RAX,RAX
JZ 0x00155578
MOV RDX,RBX
MOV RSI,R15
MOV RDI,RAX
CALL 0x001072b0
LEA RDI,[RBP + RBX*0x1]
MOV RDX,R12
MOV RSI,R13
CALL 0x001072b0
MOV byte ptr [RBP + R14*0x1],0x0
ADD RSP,0x8
MOV RAX,RBP
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,R12
XOR EBP,EBP
ADD RDI,0x1
JZ 0x00155509
CALL 0x001072e0
MOV RBP,RAX
TEST RAX,RAX
JZ 0x00155578
MOV RDX,R12
MOV RSI,R13
MOV RDI,RAX
CALL 0x001072b0
MOV byte ptr [RBP + R12*0x1],0x0
JMP 0x00155509
MOV EDX,0x5
LEA RSI,[0x184970]
XOR EDI,EDI
XOR EBP,EBP
CALL 0x00107130
MOV RSI,R12
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00154b80
JMP 0x00155509
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x1845d5]
CALL 0x00107130
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00154b80
JMP 0x00155509
| null | null | null | null |
[(u'CALL_-1207282482', u'INT_EQUAL_-1207282448'), (u'INT_ADD_-1207282406', u'CALL_-1207282370'), ('const-0', u'RETURN_-1207281713'), (u'PTRADD_-1207282238', u'STORE_-1207282298'), ('tmp_768', u'INT_EQUAL_-1207282448'), (u'CAST_-1207281574', u'CALL_-1207282081'), ('tmp_149', u'CBRANCH_-1207282446'), (u'CAST_-1207281630', u'INT_NOTEQUAL_-1207282103'), (u'INT_EQUAL_-1207282466', u'CBRANCH_-1207282462'), ('const-0', u'INT_NOTEQUAL_-1207282351'), ('const-0', u'RETURN_-1207281704'), (u'COPY_-1207281733', u'RETURN_-1207281710'), (u'COPY_-1207281730', u'RETURN_-1207281707'), (u'CAST_-1207281534', u'CALL_-1207282087'), (u'CAST_-1207281713', u'COPY_-1207281727'), (u'COPY_-1207281604', u'CALL_-1207282111'), ('const-5', u'CALL_-1207282111'), ('tmp_770', u'CALL_-1207282083'), ('tmp_768', u'CALL_-1207282327'), ('const-0', u'COPY_-1207281730'), ('const-0', u'STORE_-1207282078'), (u'CALL_-1207282482', u'CAST_-1207281744'), ('tmp_260', u'CBRANCH_-1207282377'), ('const-0', u'RETURN_-1207281710'), (u'INT_ADD_-1207282406', u'INT_LESS_-1207282390'), (u'CAST_-1207281743', u'INT_SUB_-1207282426'), ('tmp_769', u'LOAD_-1207282481'), (u'INT_ADD_-1207282416', u'PTRADD_-1207282238'), (u'INT_ADD_-1207282126', u'INT_EQUAL_-1207282132'), ('const-0', u'INT_EQUAL_-1207282132'), ('tmp_768', u'CAST_-1207281743'), ('const-0', u'CALL_-1207282109'), (u'CALL_-1207282111', u'CAST_-1207281534'), ('const-433', u'LOAD_-1207282481'), ('const-1591664', u'COPY_-1207281641'), (u'INT_EQUAL_-1207282448', u'CBRANCH_-1207282446'), ('tmp_770', u'INT_ADD_-1207282416'), ('const-0', u'RETURN_-1207281707'), (u'COPY_-1207281727', u'RETURN_-1207281704'), ('const-0', u'COPY_-1207281733'), ('tmp_670', u'CBRANCH_-1207282129'), ('const-1', u'PTRADD_-1207282238'), (u'INT_EQUAL_-1207282132', u'CBRANCH_-1207282129'), ('const-1', u'INT_ADD_-1207282126'), ('const-1', u'INT_ADD_-1207282406'), ('tmp_769', u'CALL_-1207282303'), (u'COPY_-1207281736', u'RETURN_-1207281713'), (u'INT_SUB_-1207282426', u'PTRADD_-1207282262'), (u'INT_ADD_-1207282416', u'INT_ADD_-1207282406'), (u'INT_SUB_-1207282426', u'INT_ADD_-1207282416'), ('const-1', u'PTRADD_-1207282262'), (u'CAST_-1207281630', u'COPY_-1207281736'), ('const-0', u'CALL_-1207282111'), (u'CAST_-1207281713', u'PTRADD_-1207282262'), (u'COPY_-1207281641', u'CALL_-1207282109'), ('tmp_706', u'CBRANCH_-1207282102'), (u'PTRADD_-1207282018', u'STORE_-1207282078'), (u'CALL_-1207282109', u'CAST_-1207281574'), (u'INT_NOTEQUAL_-1207282103', u'CBRANCH_-1207282102'), ('const-1', u'PTRADD_-1207282018'), ('const-5', u'CALL_-1207282109'), (u'PTRADD_-1207282262', u'CALL_-1207282303'), ('const-433', u'STORE_-1207282078'), ('const-47', u'INT_EQUAL_-1207282466'), (u'INT_LESS_-1207282390', u'CBRANCH_-1207282399'), ('const-433', u'STORE_-1207282298'), ('tmp_225', u'CBRANCH_-1207282399'), (u'CAST_-1207281713', u'CALL_-1207282327'), (u'INT_NOTEQUAL_-1207282351', u'CBRANCH_-1207282350'), ('tmp_768', u'CALL_-1207282482'), (u'CAST_-1207281713', u'PTRADD_-1207282238'), ('tmp_770', u'INT_LESS_-1207282368'), ('tmp_770', u'CALL_-1207282081'), ('const-0', u'INT_NOTEQUAL_-1207282103'), ('const-0', u'STORE_-1207282298'), ('tmp_770', u'PTRADD_-1207282018'), (u'INT_LESS_-1207282368', u'CBRANCH_-1207282377'), (u'CALL_-1207282370', u'CAST_-1207281713'), (u'CALL_-1207282122', u'CAST_-1207281630'), ('const-1590741', u'COPY_-1207281604'), ('tmp_296', u'CBRANCH_-1207282350'), (u'CAST_-1207281713', u'MULTIEQUAL_-1207281826'), (u'MULTIEQUAL_-1207281826', u'COPY_-1207282280'), ('tmp_119', u'CBRANCH_-1207282462'), ('tmp_770', u'CALL_-1207282303'), (u'CAST_-1207281713', u'INT_NOTEQUAL_-1207282351'), (u'CAST_-1207281630', u'CALL_-1207282083'), (u'COPY_-1207282280', u'RETURN_-1207282231'), ('tmp_770', u'INT_ADD_-1207282126'), (u'INT_SUB_-1207282426', u'INT_LESS_-1207282390'), (u'INT_SUB_-1207282426', u'CALL_-1207282327'), (u'CAST_-1207281744', u'INT_SUB_-1207282426'), (u'LOAD_-1207282481', u'INT_EQUAL_-1207282466'), (u'CAST_-1207281630', u'PTRADD_-1207282018'), (u'INT_ADD_-1207282126', u'CALL_-1207282122'), ('tmp_769', u'CALL_-1207282083'), ('const-0', u'RETURN_-1207282231'), (u'INT_ADD_-1207282406', u'INT_LESS_-1207282368'), (u'CAST_-1207281630', u'MULTIEQUAL_-1207281826')]
|
[('tmp_1628', u'INT_ADD_-1207282126'), (u'INT_ADD_-1207282406', u'CALL_-1207282370'), ('tmp_1623', u'CALL_-1207282327'), ('const-5', u'CALL_-1207282111'), (u'CALL_-1207282122', u'MULTIEQUAL_-1207281825'), ('tmp_149', u'CBRANCH_-1207282446'), (u'INT_EQUAL_-1207282466', u'CBRANCH_-1207282462'), ('const-0', u'INT_NOTEQUAL_-1207282351'), (u'CALL_-1207282370', u'COPY_-1207281726'), (u'CAST_-1207281740', u'INT_SUB_-1207282426'), (u'CALL_-1207282111', u'CALL_-1207282087'), ('const-0', u'RETURN_-1207281712'), ('tmp_260', u'CBRANCH_-1207282377'), (u'INT_ADD_-1207282406', u'INT_LESS_-1207282390'), (u'INT_ADD_-1207282284', u'CAST_-1207281661'), ('const-0', u'STORE_-1207282298'), (u'INT_ADD_-1207282126', u'INT_EQUAL_-1207282132'), (u'CAST_-1207281600', u'STORE_-1207282078'), ('tmp_1626', u'CALL_-1207282083'), ('const-433', u'STORE_-1207282078'), ('const-0', u'INT_EQUAL_-1207282132'), (u'INT_SUB_-1207282426', u'INT_ADD_-1207282308'), (u'COPY_-1207281640', u'CALL_-1207282109'), ('tmp_1628', u'CALL_-1207282083'), ('tmp_1628', u'INT_LESS_-1207282368'), (u'INT_EQUAL_-1207282448', u'CBRANCH_-1207282446'), (u'CAST_-1207281761', u'INT_EQUAL_-1207282448'), (u'CAST_-1207281741', u'INT_SUB_-1207282426'), (u'CAST_-1207281680', u'INT_ADD_-1207282308'), ('const-0', u'RETURN_-1207281709'), ('tmp_670', u'CBRANCH_-1207282129'), (u'INT_EQUAL_-1207282132', u'CBRANCH_-1207282129'), ('const-1', u'INT_ADD_-1207282126'), ('const-1', u'INT_ADD_-1207282406'), (u'MULTIEQUAL_-1207281825', u'COPY_-1207282280'), (u'INT_ADD_-1207282308', u'CAST_-1207281679'), ('const-5', u'CALL_-1207282109'), (u'CALL_-1207282370', u'MULTIEQUAL_-1207281825'), ('const-0', u'COPY_-1207281729'), (u'COPY_-1207281735', u'RETURN_-1207281712'), (u'CALL_-1207282122', u'INT_NOTEQUAL_-1207282103'), (u'CALL_-1207282482', u'CAST_-1207281761'), (u'INT_ADD_-1207282416', u'INT_ADD_-1207282406'), (u'INT_SUB_-1207282426', u'INT_ADD_-1207282416'), (u'CALL_-1207282370', u'INT_NOTEQUAL_-1207282351'), ('tmp_1626', u'CALL_-1207282303'), (u'CAST_-1207281601', u'INT_ADD_-1207282064'), (u'CALL_-1207282109', u'CALL_-1207282081'), (u'CAST_-1207281761', u'CAST_-1207281741'), ('tmp_706', u'CBRANCH_-1207282102'), ('tmp_1628', u'INT_ADD_-1207282064'), ('tmp_1623', u'INT_EQUAL_-1207282448'), ('const-1590741', u'COPY_-1207281603'), (u'CALL_-1207282122', u'CALL_-1207282083'), (u'CALL_-1207282122', u'COPY_-1207281735'), (u'INT_NOTEQUAL_-1207282103', u'CBRANCH_-1207282102'), ('const-433', u'LOAD_-1207282481'), (u'INT_LESS_-1207282390', u'CBRANCH_-1207282399'), ('tmp_1623', u'CAST_-1207281740'), ('const-47', u'INT_EQUAL_-1207282466'), ('tmp_225', u'CBRANCH_-1207282399'), (u'CALL_-1207282370', u'CAST_-1207281662'), (u'CAST_-1207281662', u'INT_ADD_-1207282284'), (u'INT_NOTEQUAL_-1207282351', u'CBRANCH_-1207282350'), ('tmp_1628', u'CALL_-1207282081'), ('const-0', u'CALL_-1207282111'), (u'CAST_-1207281661', u'STORE_-1207282298'), (u'INT_ADD_-1207282064', u'CAST_-1207281600'), ('const-0', u'INT_NOTEQUAL_-1207282103'), ('tmp_1628', u'INT_ADD_-1207282416'), (u'INT_ADD_-1207282416', u'INT_ADD_-1207282284'), (u'CALL_-1207282122', u'CAST_-1207281601'), (u'COPY_-1207281726', u'RETURN_-1207281703'), ('tmp_1628', u'CALL_-1207282303'), (u'INT_LESS_-1207282368', u'CBRANCH_-1207282377'), ('tmp_296', u'CBRANCH_-1207282350'), ('const-433', u'STORE_-1207282298'), ('const-1591664', u'COPY_-1207281640'), (u'COPY_-1207281603', u'CALL_-1207282111'), ('const-0', u'COPY_-1207281732'), ('tmp_1626', u'LOAD_-1207282481'), ('tmp_119', u'CBRANCH_-1207282462'), ('const-0', u'RETURN_-1207281706'), ('const-0', u'STORE_-1207282078'), (u'COPY_-1207281732', u'RETURN_-1207281709'), (u'CAST_-1207281679', u'CALL_-1207282303'), (u'CALL_-1207282370', u'CAST_-1207281680'), (u'COPY_-1207282280', u'RETURN_-1207282231'), (u'INT_SUB_-1207282426', u'INT_LESS_-1207282390'), (u'COPY_-1207281729', u'RETURN_-1207281706'), (u'INT_SUB_-1207282426', u'CALL_-1207282327'), ('const-0', u'RETURN_-1207281703'), (u'LOAD_-1207282481', u'INT_EQUAL_-1207282466'), (u'INT_ADD_-1207282126', u'CALL_-1207282122'), (u'CALL_-1207282370', u'CALL_-1207282327'), ('const-0', u'CALL_-1207282109'), ('const-0', u'RETURN_-1207282231'), (u'INT_ADD_-1207282406', u'INT_LESS_-1207282368')]
| null | null |
00155490
|
x64
|
O2
|
(translation_unit "void * FUN_00155490(void *param_1,char *param_2,size_t param_3)\n\n{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}\n\n" (function_definition "void * FUN_00155490(void *param_1,char *param_2,size_t param_3)\n\n{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" primitive_type (pointer_declarator "* FUN_00155490(void *param_1,char *param_2,size_t param_3)" * (function_declarator "FUN_00155490(void *param_1,char *param_2,size_t param_3)" identifier (parameter_list "(void *param_1,char *param_2,size_t param_3)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "size_t param_3" primitive_type identifier) )))) (compound_statement "{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" { (declaration "size_t __size;" primitive_type identifier ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "pvVar1 = (void *)FUN_00159370();" (assignment_expression "pvVar1 = (void *)FUN_00159370()" identifier = (cast_expression "(void *)FUN_00159370()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00159370()" identifier (argument_list "()" ( ))))) ;) (if_statement "if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" if (parenthesized_expression "((*param_2 == '/') || (param_1 == pvVar1))" ( (binary_expression "(*param_2 == '/') || (param_1 == pvVar1)" (parenthesized_expression "(*param_2 == '/')" ( (binary_expression "*param_2 == '/'" (pointer_expression "*param_2" * identifier) == (char_literal "'/'" ' character ')) )) || (parenthesized_expression "(param_1 == pvVar1)" ( (binary_expression "param_1 == pvVar1" identifier == identifier) ))) )) (compound_statement "{\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }" { (if_statement "if (param_3 + 1 == 0) {\n return (void *)0x0;\n }" if (parenthesized_expression "(param_3 + 1 == 0)" ( (binary_expression "param_3 + 1 == 0" (binary_expression "param_3 + 1" identifier + number_literal) == number_literal) )) (compound_statement "{\n return (void *)0x0;\n }" { (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pvVar1 = malloc(param_3 + 1);" (assignment_expression "pvVar1 = malloc(param_3 + 1)" identifier = (call_expression "malloc(param_3 + 1)" identifier (argument_list "(param_3 + 1)" ( (binary_expression "param_3 + 1" identifier + number_literal) )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\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 memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }" { (expression_statement "memcpy(pvVar1,param_2,param_3);" (call_expression "memcpy(pvVar1,param_2,param_3)" identifier (argument_list "(pvVar1,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)((long)pvVar1 + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + param_3)" * (cast_expression "(undefined1 *)((long)pvVar1 + param_3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + param_3)" ( (binary_expression "(long)pvVar1 + param_3" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (return_statement "return pvVar1;" return identifier ;) })) }) (else_clause "else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" else (compound_statement "{\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" { (expression_statement "__n = (long)pvVar1 - (long)param_1;" (assignment_expression "__n = (long)pvVar1 - (long)param_1" identifier = (binary_expression "(long)pvVar1 - (long)param_1" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "__size = __n + param_3 + 1;" (assignment_expression "__size = __n + param_3 + 1" identifier = (binary_expression "__n + param_3 + 1" (binary_expression "__n + param_3" identifier + identifier) + number_literal)) ;) (if_statement "if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" if (parenthesized_expression "((__size < __n) || (__size < param_3))" ( (binary_expression "(__size < __n) || (__size < param_3)" (parenthesized_expression "(__size < __n)" ( (binary_expression "__size < __n" identifier < identifier) )) || (parenthesized_expression "(__size < param_3)" ( (binary_expression "__size < param_3" identifier < identifier) ))) )) (compound_statement "{\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" { (expression_statement "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier = (call_expression "dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier (argument_list "(0,"Abnormal length of thin archive member name: %lx\n",5)" ( number_literal , (string_literal ""Abnormal length of thin archive member name: %lx\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,param_3);" (call_expression "error(uVar2,param_3)" identifier (argument_list "(uVar2,param_3)" ( identifier , identifier ))) ;) (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pvVar1 = malloc(__size);" (assignment_expression "pvVar1 = malloc(__size)" identifier = (call_expression "malloc(__size)" identifier (argument_list "(__size)" ( identifier )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\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 memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }" { (expression_statement "memcpy(pvVar1,param_1,__n);" (call_expression "memcpy(pvVar1,param_1,__n)" identifier (argument_list "(pvVar1,param_1,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "memcpy((void *)((long)pvVar1 + __n),param_2,param_3);" (call_expression "memcpy((void *)((long)pvVar1 + __n),param_2,param_3)" identifier (argument_list "((void *)((long)pvVar1 + __n),param_2,param_3)" ( (cast_expression "(void *)((long)pvVar1 + __n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + __n)" ( (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + __n + param_3)" * (cast_expression "(undefined1 *)((long)pvVar1 + __n + param_3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + __n + param_3)" ( (binary_expression "(long)pvVar1 + __n + param_3" (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + identifier) )))) = number_literal) ;) (return_statement "return pvVar1;" return identifier ;) })) }))) (expression_statement "uVar2 = dcgettext(0,"Out of memory\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory\n",5)" identifier (argument_list "(0,"Out of memory\n",5)" ( number_literal , (string_literal ""Out of memory\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(translation_unit "char * adjust_relative_path(char *file_name,char *name,ulong name_len)\n\n{\n size_t __size;\n char *pcVar1;\n size_t __n;\n char *message;\n \n pcVar1 = lbasename(file_name);\n if ((*name == '/') || (file_name == pcVar1)) {\n if (name_len + 1 == 0) {\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(name_len + 1);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }\n }\n else {\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }\n message = (char *)dcgettext(0,"Out of memory\n",5);\n error(message);\n return pcVar1;\n}\n\n" (function_definition "char * adjust_relative_path(char *file_name,char *name,ulong name_len)\n\n{\n size_t __size;\n char *pcVar1;\n size_t __n;\n char *message;\n \n pcVar1 = lbasename(file_name);\n if ((*name == '/') || (file_name == pcVar1)) {\n if (name_len + 1 == 0) {\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(name_len + 1);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }\n }\n else {\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }\n message = (char *)dcgettext(0,"Out of memory\n",5);\n error(message);\n return pcVar1;\n}" primitive_type (pointer_declarator "* adjust_relative_path(char *file_name,char *name,ulong name_len)" * (function_declarator "adjust_relative_path(char *file_name,char *name,ulong name_len)" identifier (parameter_list "(char *file_name,char *name,ulong name_len)" ( (parameter_declaration "char *file_name" primitive_type (pointer_declarator "*file_name" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "ulong name_len" type_identifier identifier) )))) (compound_statement "{\n size_t __size;\n char *pcVar1;\n size_t __n;\n char *message;\n \n pcVar1 = lbasename(file_name);\n if ((*name == '/') || (file_name == pcVar1)) {\n if (name_len + 1 == 0) {\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(name_len + 1);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }\n }\n else {\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }\n message = (char *)dcgettext(0,"Out of memory\n",5);\n error(message);\n return pcVar1;\n}" { (declaration "size_t __size;" primitive_type identifier ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "char *message;" primitive_type (pointer_declarator "*message" * identifier) ;) (expression_statement "pcVar1 = lbasename(file_name);" (assignment_expression "pcVar1 = lbasename(file_name)" identifier = (call_expression "lbasename(file_name)" identifier (argument_list "(file_name)" ( identifier )))) ;) (if_statement "if ((*name == '/') || (file_name == pcVar1)) {\n if (name_len + 1 == 0) {\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(name_len + 1);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }\n }\n else {\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }" if (parenthesized_expression "((*name == '/') || (file_name == pcVar1))" ( (binary_expression "(*name == '/') || (file_name == pcVar1)" (parenthesized_expression "(*name == '/')" ( (binary_expression "*name == '/'" (pointer_expression "*name" * identifier) == (char_literal "'/'" ' character ')) )) || (parenthesized_expression "(file_name == pcVar1)" ( (binary_expression "file_name == pcVar1" identifier == identifier) ))) )) (compound_statement "{\n if (name_len + 1 == 0) {\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(name_len + 1);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }\n }" { (if_statement "if (name_len + 1 == 0) {\n return (char *)0x0;\n }" if (parenthesized_expression "(name_len + 1 == 0)" ( (binary_expression "name_len + 1 == 0" (binary_expression "name_len + 1" identifier + number_literal) == number_literal) )) (compound_statement "{\n return (char *)0x0;\n }" { (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pcVar1 = (char *)malloc(name_len + 1);" (assignment_expression "pcVar1 = (char *)malloc(name_len + 1)" identifier = (cast_expression "(char *)malloc(name_len + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(name_len + 1)" identifier (argument_list "(name_len + 1)" ( (binary_expression "name_len + 1" identifier + number_literal) ))))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n memcpy(pcVar1,name,name_len);\n pcVar1[name_len] = '\0';\n return pcVar1;\n }" { (expression_statement "memcpy(pcVar1,name,name_len);" (call_expression "memcpy(pcVar1,name,name_len)" identifier (argument_list "(pcVar1,name,name_len)" ( identifier , identifier , identifier ))) ;) (expression_statement "pcVar1[name_len] = '\0';" (assignment_expression "pcVar1[name_len] = '\0'" (subscript_expression "pcVar1[name_len]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return pcVar1;" return identifier ;) })) }) (else_clause "else {\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }" else (compound_statement "{\n __n = (long)pcVar1 - (long)file_name;\n __size = __n + name_len + 1;\n if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }\n pcVar1 = (char *)malloc(__size);\n if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }\n }" { (expression_statement "__n = (long)pcVar1 - (long)file_name;" (assignment_expression "__n = (long)pcVar1 - (long)file_name" identifier = (binary_expression "(long)pcVar1 - (long)file_name" (cast_expression "(long)pcVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)file_name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "__size = __n + name_len + 1;" (assignment_expression "__size = __n + name_len + 1" identifier = (binary_expression "__n + name_len + 1" (binary_expression "__n + name_len" identifier + identifier) + number_literal)) ;) (if_statement "if ((__size < __n) || (__size < name_len)) {\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }" if (parenthesized_expression "((__size < __n) || (__size < name_len))" ( (binary_expression "(__size < __n) || (__size < name_len)" (parenthesized_expression "(__size < __n)" ( (binary_expression "__size < __n" identifier < identifier) )) || (parenthesized_expression "(__size < name_len)" ( (binary_expression "__size < name_len" identifier < identifier) ))) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(pcVar1,name_len);\n return (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier (argument_list "(0,"Abnormal length of thin archive member name: %lx\n",5)" ( number_literal , (string_literal ""Abnormal length of thin archive member name: %lx\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(pcVar1,name_len);" (call_expression "error(pcVar1,name_len)" identifier (argument_list "(pcVar1,name_len)" ( identifier , identifier ))) ;) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pcVar1 = (char *)malloc(__size);" (assignment_expression "pcVar1 = (char *)malloc(__size)" identifier = (cast_expression "(char *)malloc(__size)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(__size)" identifier (argument_list "(__size)" ( identifier ))))) ;) (if_statement "if (pcVar1 != (char *)0x0) {\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }" if (parenthesized_expression "(pcVar1 != (char *)0x0)" ( (binary_expression "pcVar1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n memcpy(pcVar1,file_name,__n);\n memcpy(pcVar1 + __n,name,name_len);\n pcVar1[__n + name_len] = '\0';\n return pcVar1;\n }" { (expression_statement "memcpy(pcVar1,file_name,__n);" (call_expression "memcpy(pcVar1,file_name,__n)" identifier (argument_list "(pcVar1,file_name,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "memcpy(pcVar1 + __n,name,name_len);" (call_expression "memcpy(pcVar1 + __n,name,name_len)" identifier (argument_list "(pcVar1 + __n,name,name_len)" ( (binary_expression "pcVar1 + __n" identifier + identifier) , identifier , identifier ))) ;) (expression_statement "pcVar1[__n + name_len] = '\0';" (assignment_expression "pcVar1[__n + name_len] = '\0'" (subscript_expression "pcVar1[__n + name_len]" identifier [ (binary_expression "__n + name_len" identifier + identifier) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return pcVar1;" return identifier ;) })) }))) (expression_statement "message = (char *)dcgettext(0,"Out of memory\n",5);" (assignment_expression "message = (char *)dcgettext(0,"Out of memory\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"Out of memory\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Out of memory\n",5)" identifier (argument_list "(0,"Out of memory\n",5)" ( number_literal , (string_literal ""Out of memory\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "error(message);" (call_expression "error(message)" identifier (argument_list "(message)" ( identifier ))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void * FUN_00155490(void *param_1,char *param_2,size_t param_3)\n\n{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}\n\n" (function_definition "void * FUN_00155490(void *param_1,char *param_2,size_t param_3)\n\n{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" primitive_type (pointer_declarator "* FUN_00155490(void *param_1,char *param_2,size_t param_3)" * (function_declarator "FUN_00155490(void *param_1,char *param_2,size_t param_3)" identifier (parameter_list "(void *param_1,char *param_2,size_t param_3)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "size_t param_3" primitive_type identifier) )))) (compound_statement "{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" { (declaration "size_t __size;" primitive_type identifier ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "pvVar1 = (void *)FUN_00159370();" (assignment_expression "pvVar1 = (void *)FUN_00159370()" identifier = (cast_expression "(void *)FUN_00159370()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00159370()" identifier (argument_list "()" ( ))))) ;) (if_statement "if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" if (parenthesized_expression "((*param_2 == '/') || (param_1 == pvVar1))" ( (binary_expression "(*param_2 == '/') || (param_1 == pvVar1)" (parenthesized_expression "(*param_2 == '/')" ( (binary_expression "*param_2 == '/'" (pointer_expression "*param_2" * identifier) == (char_literal "'/'" ' character ')) )) || (parenthesized_expression "(param_1 == pvVar1)" ( (binary_expression "param_1 == pvVar1" identifier == identifier) ))) )) (compound_statement "{\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }" { (if_statement "if (param_3 + 1 == 0) {\n return (void *)0x0;\n }" if (parenthesized_expression "(param_3 + 1 == 0)" ( (binary_expression "param_3 + 1 == 0" (binary_expression "param_3 + 1" identifier + number_literal) == number_literal) )) (compound_statement "{\n return (void *)0x0;\n }" { (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pvVar1 = malloc(param_3 + 1);" (assignment_expression "pvVar1 = malloc(param_3 + 1)" identifier = (call_expression "malloc(param_3 + 1)" identifier (argument_list "(param_3 + 1)" ( (binary_expression "param_3 + 1" identifier + number_literal) )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\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 memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }" { (expression_statement "memcpy(pvVar1,param_2,param_3);" (call_expression "memcpy(pvVar1,param_2,param_3)" identifier (argument_list "(pvVar1,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)((long)pvVar1 + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + param_3)" * (cast_expression "(undefined1 *)((long)pvVar1 + param_3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + param_3)" ( (binary_expression "(long)pvVar1 + param_3" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (return_statement "return pvVar1;" return identifier ;) })) }) (else_clause "else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" else (compound_statement "{\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" { (expression_statement "__n = (long)pvVar1 - (long)param_1;" (assignment_expression "__n = (long)pvVar1 - (long)param_1" identifier = (binary_expression "(long)pvVar1 - (long)param_1" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "__size = __n + param_3 + 1;" (assignment_expression "__size = __n + param_3 + 1" identifier = (binary_expression "__n + param_3 + 1" (binary_expression "__n + param_3" identifier + identifier) + number_literal)) ;) (if_statement "if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" if (parenthesized_expression "((__size < __n) || (__size < param_3))" ( (binary_expression "(__size < __n) || (__size < param_3)" (parenthesized_expression "(__size < __n)" ( (binary_expression "__size < __n" identifier < identifier) )) || (parenthesized_expression "(__size < param_3)" ( (binary_expression "__size < param_3" identifier < identifier) ))) )) (compound_statement "{\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" { (expression_statement "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier = (call_expression "dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" identifier (argument_list "(0,"Abnormal length of thin archive member name: %lx\n",5)" ( number_literal , (string_literal ""Abnormal length of thin archive member name: %lx\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2,param_3);" (call_expression "error(uVar2,param_3)" identifier (argument_list "(uVar2,param_3)" ( identifier , identifier ))) ;) (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "pvVar1 = malloc(__size);" (assignment_expression "pvVar1 = malloc(__size)" identifier = (call_expression "malloc(__size)" identifier (argument_list "(__size)" ( identifier )))) ;) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\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 memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }" { (expression_statement "memcpy(pvVar1,param_1,__n);" (call_expression "memcpy(pvVar1,param_1,__n)" identifier (argument_list "(pvVar1,param_1,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "memcpy((void *)((long)pvVar1 + __n),param_2,param_3);" (call_expression "memcpy((void *)((long)pvVar1 + __n),param_2,param_3)" identifier (argument_list "((void *)((long)pvVar1 + __n),param_2,param_3)" ( (cast_expression "(void *)((long)pvVar1 + __n)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + __n)" ( (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + __n + param_3)" * (cast_expression "(undefined1 *)((long)pvVar1 + __n + param_3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar1 + __n + param_3)" ( (binary_expression "(long)pvVar1 + __n + param_3" (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + identifier) )))) = number_literal) ;) (return_statement "return pvVar1;" return identifier ;) })) }))) (expression_statement "uVar2 = dcgettext(0,"Out of memory\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory\n",5)" identifier = (call_expression "dcgettext(0,"Out of memory\n",5)" identifier (argument_list "(0,"Out of memory\n",5)" ( number_literal , (string_literal ""Out of memory\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 ( ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) || (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == LIT) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = LIT) ;) (return_statement return IDENT ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + IDENT) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression IDENT < IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) ))) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + IDENT) )))) = LIT) ;) (return_statement return 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 ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "void * FUN_00155490(void *param_1,char *param_2,size_t param_3)\n\n{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* FUN_00155490(void *param_1,char *param_2,size_t param_3)" (* "*") (function_declarator "FUN_00155490(void *param_1,char *param_2,size_t param_3)" (identifier "FUN_00155490") (parameter_list "(void *param_1,char *param_2,size_t param_3)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "size_t param_3" (primitive_type "size_t") (identifier "param_3")) () ")")))) (compound_statement "{\n size_t __size;\n void *pvVar1;\n size_t __n;\n undefined8 uVar2;\n \n pvVar1 = (void *)FUN_00159370();\n if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }\n uVar2 = dcgettext(0,"Out of memory\n",5);\n error(uVar2);\n return pvVar1;\n}" ({ "{") (declaration "size_t __size;" (primitive_type "size_t") (identifier "__size") (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "pvVar1 = (void *)FUN_00159370();" (assignment_expression "pvVar1 = (void *)FUN_00159370()" (identifier "pvVar1") (= "=") (cast_expression "(void *)FUN_00159370()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00159370()" (identifier "FUN_00159370") (argument_list "()" (( "(") () ")"))))) (; ";")) (if_statement "if ((*param_2 == '/') || (param_1 == pvVar1)) {\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }\n else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" (if "if") (parenthesized_expression "((*param_2 == '/') || (param_1 == pvVar1))" (( "(") (binary_expression "(*param_2 == '/') || (param_1 == pvVar1)" (parenthesized_expression "(*param_2 == '/')" (( "(") (binary_expression "*param_2 == '/'" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(param_1 == pvVar1)" (( "(") (binary_expression "param_1 == pvVar1" (identifier "param_1") (== "==") (identifier "pvVar1")) () ")"))) () ")")) (compound_statement "{\n if (param_3 + 1 == 0) {\n return (void *)0x0;\n }\n pvVar1 = malloc(param_3 + 1);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }\n }" ({ "{") (if_statement "if (param_3 + 1 == 0) {\n return (void *)0x0;\n }" (if "if") (parenthesized_expression "(param_3 + 1 == 0)" (( "(") (binary_expression "param_3 + 1 == 0" (binary_expression "param_3 + 1" (identifier "param_3") (+ "+") (number_literal "1")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return (void *)0x0;\n }" ({ "{") (return_statement "return (void *)0x0;" (return "return") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "pvVar1 = malloc(param_3 + 1);" (assignment_expression "pvVar1 = malloc(param_3 + 1)" (identifier "pvVar1") (= "=") (call_expression "malloc(param_3 + 1)" (identifier "malloc") (argument_list "(param_3 + 1)" (( "(") (binary_expression "param_3 + 1" (identifier "param_3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\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 memcpy(pvVar1,param_2,param_3);\n *(undefined1 *)((long)pvVar1 + param_3) = 0;\n return pvVar1;\n }" ({ "{") (expression_statement "memcpy(pvVar1,param_2,param_3);" (call_expression "memcpy(pvVar1,param_2,param_3)" (identifier "memcpy") (argument_list "(pvVar1,param_2,param_3)" (( "(") (identifier "pvVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "*(undefined1 *)((long)pvVar1 + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + param_3)" (* "*") (cast_expression "(undefined1 *)((long)pvVar1 + param_3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)pvVar1 + param_3)" (( "(") (binary_expression "(long)pvVar1 + param_3" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (+ "+") (identifier "param_3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" (else "else") (compound_statement "{\n __n = (long)pvVar1 - (long)param_1;\n __size = __n + param_3 + 1;\n if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }\n pvVar1 = malloc(__size);\n if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }\n }" ({ "{") (expression_statement "__n = (long)pvVar1 - (long)param_1;" (assignment_expression "__n = (long)pvVar1 - (long)param_1" (identifier "__n") (= "=") (binary_expression "(long)pvVar1 - (long)param_1" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")))) (; ";")) (expression_statement "__size = __n + param_3 + 1;" (assignment_expression "__size = __n + param_3 + 1" (identifier "__size") (= "=") (binary_expression "__n + param_3 + 1" (binary_expression "__n + param_3" (identifier "__n") (+ "+") (identifier "param_3")) (+ "+") (number_literal "1"))) (; ";")) (if_statement "if ((__size < __n) || (__size < param_3)) {\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" (if "if") (parenthesized_expression "((__size < __n) || (__size < param_3))" (( "(") (binary_expression "(__size < __n) || (__size < param_3)" (parenthesized_expression "(__size < __n)" (( "(") (binary_expression "__size < __n" (identifier "__size") (< "<") (identifier "__n")) () ")")) (|| "||") (parenthesized_expression "(__size < param_3)" (( "(") (binary_expression "__size < param_3" (identifier "__size") (< "<") (identifier "param_3")) () ")"))) () ")")) (compound_statement "{\n uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);\n error(uVar2,param_3);\n return (void *)0x0;\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5)" (identifier "dcgettext") (argument_list "(0,"Abnormal length of thin archive member name: %lx\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Abnormal length of thin archive member name: %lx\n"" (" """) (string_content "Abnormal length of thin archive member name: %lx") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2,param_3);" (call_expression "error(uVar2,param_3)" (identifier "error") (argument_list "(uVar2,param_3)" (( "(") (identifier "uVar2") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return (void *)0x0;" (return "return") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "pvVar1 = malloc(__size);" (assignment_expression "pvVar1 = malloc(__size)" (identifier "pvVar1") (= "=") (call_expression "malloc(__size)" (identifier "malloc") (argument_list "(__size)" (( "(") (identifier "__size") () ")")))) (; ";")) (if_statement "if (pvVar1 != (void *)0x0) {\n memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\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 memcpy(pvVar1,param_1,__n);\n memcpy((void *)((long)pvVar1 + __n),param_2,param_3);\n *(undefined1 *)((long)pvVar1 + __n + param_3) = 0;\n return pvVar1;\n }" ({ "{") (expression_statement "memcpy(pvVar1,param_1,__n);" (call_expression "memcpy(pvVar1,param_1,__n)" (identifier "memcpy") (argument_list "(pvVar1,param_1,__n)" (( "(") (identifier "pvVar1") (, ",") (identifier "param_1") (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "memcpy((void *)((long)pvVar1 + __n),param_2,param_3);" (call_expression "memcpy((void *)((long)pvVar1 + __n),param_2,param_3)" (identifier "memcpy") (argument_list "((void *)((long)pvVar1 + __n),param_2,param_3)" (( "(") (cast_expression "(void *)((long)pvVar1 + __n)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)pvVar1 + __n)" (( "(") (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (+ "+") (identifier "__n")) () ")"))) (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0;" (assignment_expression "*(undefined1 *)((long)pvVar1 + __n + param_3) = 0" (pointer_expression "*(undefined1 *)((long)pvVar1 + __n + param_3)" (* "*") (cast_expression "(undefined1 *)((long)pvVar1 + __n + param_3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)pvVar1 + __n + param_3)" (( "(") (binary_expression "(long)pvVar1 + __n + param_3" (binary_expression "(long)pvVar1 + __n" (cast_expression "(long)pvVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar1")) (+ "+") (identifier "__n")) (+ "+") (identifier "param_3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}"))) (} "}")))) (expression_statement "uVar2 = dcgettext(0,"Out of memory\n",5);" (assignment_expression "uVar2 = dcgettext(0,"Out of memory\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"Out of memory\n",5)" (identifier "dcgettext") (argument_list "(0,"Out of memory\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Out of memory\n"" (" """) (string_content "Out of memory") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "error(uVar2);" (call_expression "error(uVar2)" (identifier "error") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
|
char * function_1(char *var_2,char *name,type_1 var_4)
{
size_t var_8;
char *var_3;
size_t var_7;
char *message;
var_3 = var_1(var_2);
if ((*name == '/') || (var_2 == var_3)) {
if (var_4 + 1 == 0) {
return (char *)0x0;
}
var_3 = (char *)var_5(var_4 + 1);
if (var_3 != (char *)0x0) {
var_6(var_3,name,var_4);
var_3[var_4] = '\0';
return var_3;
}
}
else {
var_7 = (long)var_3 - (long)var_2;
var_8 = var_7 + var_4 + 1;
if ((var_8 < var_7) || (var_8 < var_4)) {
var_3 = (char *)var_9(0,"Abnormal length of thin archive member name: %lx\n",5);
var_10(var_3,var_4);
return (char *)0x0;
}
var_3 = (char *)var_5(var_8);
if (var_3 != (char *)0x0) {
var_6(var_3,var_2,var_7);
var_6(var_3 + var_7,name,var_4);
var_3[var_7 + var_4] = '\0';
return var_3;
}
}
message = (char *)var_9(0,"Out of memory\n",5);
var_10(message);
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: (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: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) 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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement (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 (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal))) (return_statement (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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)))) (return_statement (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))))) (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) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))) (identifier) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (identifier))))) right: (number_literal))) (return_statement (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))))
| null |
void * MASKED(void *param_1,char *param_2,size_t param_3)
{
size_t __size;
void *pvVar1;
size_t __n;
undefined8 uVar2;
pvVar1 = (void *)FUN_00159370();
if ((*param_2 == '/') || (param_1 == pvVar1)) {
if (param_3 + 1 == 0) {
return (void *)0x0;
}
pvVar1 = malloc(param_3 + 1);
if (pvVar1 != (void *)0x0) {
memcpy(pvVar1,param_2,param_3);
*(undefined1 *)((long)pvVar1 + param_3) = 0;
return pvVar1;
}
}
else {
__n = (long)pvVar1 - (long)param_1;
__size = __n + param_3 + 1;
if ((__size < __n) || (__size < param_3)) {
uVar2 = dcgettext(0,"Abnormal length of thin archive member name: %lx\n",5);
error(uVar2,param_3);
return (void *)0x0;
}
pvVar1 = malloc(__size);
if (pvVar1 != (void *)0x0) {
memcpy(pvVar1,param_1,__n);
memcpy((void *)((long)pvVar1 + __n),param_2,param_3);
*(undefined1 *)((long)pvVar1 + __n + param_3) = 0;
return pvVar1;
}
}
uVar2 = dcgettext(0,"Out of memory\n",5);
error(uVar2);
return pvVar1;
}
|
43_sort_and_sort_strip.c
|
ftruncate
|
ftruncate
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ftruncate(int __fd,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_ftruncate_0011c158)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ftruncate(int __fd,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_ftruncate_0011c158)();
return iVar1;
}
|
JMP qword ptr [0x0011c158]
| null | null | null | null |
[(u'CAST_-1206963460', u'CALLIND_-1206963528'), (u'CALLIND_-1206963528', u'RETURN_-1206963525'), ('const-0', u'RETURN_-1206963525'), ('tmp_38', u'CAST_-1206963460'), (u'INDIRECT_-1206963465', u'COPY_-1206963524'), (u'CALLIND_-1206963528', u'INDIRECT_-1206963465')]
|
[(u'CAST_-1206963460', u'CALLIND_-1206963528'), (u'CALLIND_-1206963528', u'RETURN_-1206963525'), ('const-0', u'RETURN_-1206963525'), ('tmp_38', u'CAST_-1206963460'), (u'INDIRECT_-1206963465', u'COPY_-1206963524'), (u'CALLIND_-1206963528', u'INDIRECT_-1206963465')]
| null | null |
001032b0
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}\n\n" comment (function_definition "int ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" primitive_type (function_declarator "ftruncate(int __fd,__off_t __length)" identifier (parameter_list "(int __fd,__off_t __length)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __length" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ftruncate_0011c158)();" (assignment_expression "iVar1 = (*(code *)PTR_ftruncate_0011c158)()" identifier = (call_expression "(*(code *)PTR_ftruncate_0011c158)()" (parenthesized_expression "(*(code *)PTR_ftruncate_0011c158)" ( (pointer_expression "*(code *)PTR_ftruncate_0011c158" * (cast_expression "(code *)PTR_ftruncate_0011c158" ( (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 ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}\n\n" comment (function_definition "int ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" primitive_type (function_declarator "ftruncate(int __fd,__off_t __length)" identifier (parameter_list "(int __fd,__off_t __length)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __length" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ftruncate_0011c158)();" (assignment_expression "iVar1 = (*(code *)PTR_ftruncate_0011c158)()" identifier = (call_expression "(*(code *)PTR_ftruncate_0011c158)()" (parenthesized_expression "(*(code *)PTR_ftruncate_0011c158)" ( (pointer_expression "*(code *)PTR_ftruncate_0011c158" * (cast_expression "(code *)PTR_ftruncate_0011c158" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}\n\n" (function_definition "int ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" primitive_type (function_declarator "ftruncate(int __fd,__off_t __length)" identifier (parameter_list "(int __fd,__off_t __length)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __length" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ftruncate_0011c158)();" (assignment_expression "iVar1 = (*(code *)PTR_ftruncate_0011c158)()" identifier = (call_expression "(*(code *)PTR_ftruncate_0011c158)()" (parenthesized_expression "(*(code *)PTR_ftruncate_0011c158)" ( (pointer_expression "*(code *)PTR_ftruncate_0011c158" * (cast_expression "(code *)PTR_ftruncate_0011c158" ( (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 ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ftruncate(int __fd,__off_t __length)" (identifier "ftruncate") (parameter_list "(int __fd,__off_t __length)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "__off_t __length" (type_identifier "__off_t") (identifier "__length")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_0011c158)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_ftruncate_0011c158)();" (assignment_expression "iVar1 = (*(code *)PTR_ftruncate_0011c158)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_ftruncate_0011c158)()" (parenthesized_expression "(*(code *)PTR_ftruncate_0011c158)" (( "(") (pointer_expression "*(code *)PTR_ftruncate_0011c158" (* "*") (cast_expression "(code *)PTR_ftruncate_0011c158" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ftruncate_0011c158"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 __length)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ftruncate_0011c158)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (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,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0011c158)();
return iVar1;
}
|
7730_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
rdstate
|
FUN_002c8f70
|
/* std::wios::rdstate() const */
undefined4 __thiscall std::wios::rdstate(wios *this)
{
return *(undefined4 *)(this + 0x20);
}
|
undefined4 FUN_002c8f70(long param_1)
{
return *(undefined4 *)(param_1 + 0x20);
}
|
MOV EAX,dword ptr [RDI + 0x20]
RET
| null | null | null | null |
[('const-0', u'RETURN_-1204580477'), (u'LOAD_-1204580493', u'COPY_-1204580483'), ('const-1', u'PTRADD_-1204580431'), ('const-32', u'PTRADD_-1204580431'), (u'CAST_-1204580419', u'LOAD_-1204580493'), (u'COPY_-1204580483', u'RETURN_-1204580477'), ('const-433', u'LOAD_-1204580493'), (u'PTRADD_-1204580431', u'CAST_-1204580419'), ('tmp_20', u'PTRADD_-1204580431')]
|
[('const-0', u'RETURN_-1204580477'), (u'LOAD_-1204580493', u'COPY_-1204580483'), ('tmp_27', u'INT_ADD_-1204580477'), (u'CAST_-1204580419', u'LOAD_-1204580493'), (u'COPY_-1204580483', u'RETURN_-1204580477'), ('const-32', u'INT_ADD_-1204580477'), (u'INT_ADD_-1204580477', u'CAST_-1204580419'), ('const-433', u'LOAD_-1204580493')]
| null | null |
002c8f70
|
x64
|
O2
|
(translation_unit "undefined4 FUN_002c8f70(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x20);\n}\n\n" (function_definition "undefined4 FUN_002c8f70(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x20);\n}" type_identifier (function_declarator "FUN_002c8f70(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x20);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x20);" return (pointer_expression "*(undefined4 *)(param_1 + 0x20)" * (cast_expression "(undefined4 *)(param_1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) ;) })))
|
(translation_unit "/* std::wios::rdstate() const */\n\nundefined4 __thiscall std::wios::rdstate(wios *this)\n\n{\n return *(undefined4 *)(this + 0x20);\n}\n\n" comment (function_definition "undefined4 __thiscall std::wios::rdstate(wios *this)\n\n{\n return *(undefined4 *)(this + 0x20);\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wios::" identifier : : identifier : :) (function_declarator "rdstate(wios *this)" identifier (parameter_list "(wios *this)" ( (parameter_declaration "wios *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined4 *)(this + 0x20);\n}" { (return_statement "return *(undefined4 *)(this + 0x20);" return (pointer_expression "*(undefined4 *)(this + 0x20)" * (cast_expression "(undefined4 *)(this + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x20)" ( (binary_expression "this + 0x20" identifier + number_literal) )))) ;) })))
|
(translation_unit "undefined4 FUN_002c8f70(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x20);\n}\n\n" (function_definition "undefined4 FUN_002c8f70(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x20);\n}" type_identifier (function_declarator "FUN_002c8f70(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x20);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x20);" return (pointer_expression "*(undefined4 *)(param_1 + 0x20)" * (cast_expression "(undefined4 *)(param_1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })))
|
(function_definition "undefined4 FUN_002c8f70(long param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x20);\n}" (type_identifier "undefined4") (function_declarator "FUN_002c8f70(long param_1)" (identifier "FUN_002c8f70") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x20);\n}" ({ "{") (return_statement "return *(undefined4 *)(param_1 + 0x20);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (} "}")))
|
/* std::wios::rdstate() const */
type_1 __thiscall std::type_2::function_1(type_2 *var_1)
{
return *(type_1 *)(var_1 + 0x20);
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
| null |
undefined4 MASKED(long param_1)
{
return *(undefined4 *)(param_1 + 0x20);
}
|
2250_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
|
do_for_all_unused_symbols
|
FUN_00174030
|
/* DWARF original prototype: void do_for_all_unused_symbols(Incremental_library * this,
Symbol_visitor_base * v) */
void __thiscall
gold::Incremental_library::do_for_all_unused_symbols
(Incremental_library *this,Symbol_visitor_base *v)
{
_func_int_varargs **pp_Var1;
iterator __position;
pointer pbVar2;
Key symbol_key;
Key local_40 [2];
pbVar2 = (this->unused_symbols_).
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 (pbVar2 != (this->unused_symbols_).
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) {
do {
while( true ) {
if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;
pbVar2 = pbVar2 + 1;
(*v->_vptr_Symbol_visitor_base[2])(v);
if ((this->unused_symbols_).
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 == pbVar2) {
return;
}
}
Stringpool_template<char>::add
((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,
(pbVar2->_M_dataplus)._M_p,true,&symbol_key);
pp_Var1 = v[1]._vptr_Symbol_visitor_base;
__position._M_current = (ulong *)pp_Var1[0xb];
local_40[0] = symbol_key;
if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {
std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::
_M_realloc_insert<long_unsigned_int_const&>
((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),
__position,local_40);
}
else {
*__position._M_current = symbol_key;
pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);
}
pbVar2 = pbVar2 + 1;
} while ((this->unused_symbols_).
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 != pbVar2);
}
return;
}
|
void FUN_00174030(long param_1,long *param_2)
{
long lVar1;
undefined8 *puVar2;
undefined8 *puVar3;
undefined8 local_48;
undefined8 local_40 [2];
puVar3 = *(undefined8 **)(param_1 + 0x48);
if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {
do {
while( true ) {
if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;
puVar3 = puVar3 + 4;
(**(code **)(*param_2 + 0x10))(param_2);
if (*(undefined8 **)(param_1 + 0x50) == puVar3) {
return;
}
}
FUN_0021bf40(param_2[2],*puVar3,1,&local_48);
lVar1 = param_2[1];
puVar2 = *(undefined8 **)(lVar1 + 0x58);
local_40[0] = local_48;
if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {
FUN_0017a350(lVar1 + 0x50,puVar2,local_40);
}
else {
*puVar2 = local_48;
*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;
}
puVar3 = puVar3 + 4;
} while (*(undefined8 **)(param_1 + 0x50) != puVar3);
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV RBX,qword ptr [RDI + 0x48]
CMP RBX,qword ptr [RDI + 0x50]
JZ 0x001740bb
MOV R15,RSI
MOV RBP,RDI
LEA R12,[0x17a4a0]
MOV R13,RSP
LEA R14,[RSP + 0x8]
JMP 0x0017409d
MOV RDI,qword ptr [R15 + 0x10]
MOV RCX,R13
MOV EDX,0x1
CALL 0x0021bf40
MOV RDI,qword ptr [R15 + 0x8]
MOV RAX,qword ptr [RSP]
MOV RSI,qword ptr [RDI + 0x58]
MOV qword ptr [RSP + 0x8],RAX
CMP RSI,qword ptr [RDI + 0x60]
JZ 0x001740d0
MOV qword ptr [RSI],RAX
ADD RSI,0x8
MOV qword ptr [RDI + 0x58],RSI
ADD RBX,0x20
CMP qword ptr [RBP + 0x50],RBX
JZ 0x001740bb
MOV RAX,qword ptr [R15]
MOV RSI,qword ptr [RBX]
MOV RAX,qword ptr [RAX + 0x10]
CMP RAX,R12
JZ 0x00174060
MOV RDI,R15
ADD RBX,0x20
CALL RAX
CMP qword ptr [RBP + 0x50],RBX
JNZ 0x0017409d
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
ADD RDI,0x50
MOV RDX,R14
CALL 0x0017a350
JMP 0x00174093
| null | null | null | null |
[('const-10', u'PTRADD_-1207418171'), (u'PTRSUB_-1207418302', u'PTRSUB_-1207418296'), (u'PTRSUB_-1207418210', u'LOAD_-1207418539'), ('const-433', u'LOAD_-1207418624'), (u'PTRSUB_-1207418223', u'PTRSUB_-1207418212'), (u'LOAD_-1207418596', u'INT_EQUAL_-1207418581'), (u'PTRSUB_-1207418223', u'PTRSUB_-1207418215'), (u'INDIRECT_-1207418272', u'MULTIEQUAL_-1207418292'), ('tmp_1015', u'PTRSUB_-1207418343'), (u'LOAD_-1207418788', u'MULTIEQUAL_-1207418387'), (u'PTRADD_-1207418271', u'LOAD_-1207418611'), ('const-8', u'PTRSUB_-1207418296'), ('const-0', u'PTRSUB_-1207418223'), ('const-433', u'LOAD_-1207418666'), (u'PTRADD_-1207418207', u'INT_EQUAL_-1207418599'), (u'LOAD_-1207418649', u'CAST_-1207418265'), (u'PTRADD_-1207418300', u'PTRSUB_-1207418298'), ('const-8', u'PTRADD_-1207418300'), ('const-8', u'PTRADD_-1207418220'), (u'PTRSUB_-1207418307', u'LOAD_-1207418788'), (u'LOAD_-1207418660', u'INT_EQUAL_-1207418640'), ('const-0', u'PTRSUB_-1207418298'), ('const-1', u'PTRADD_-1207418281'), (u'CAST_-1207418239', u'STORE_-1207418576'), ('const-433', u'LOAD_-1207418611'), (u'LOAD_-1207418666', u'CALL_-1207418626'), ('const-8', u'PTRADD_-1207418271'), ('const-8', u'PTRADD_-1207418246'), ('const-0', u'PTRSUB_-1207418315'), (u'PTRADD_-1207418207', u'MULTIEQUAL_-1207418387'), (u'PTRADD_-1207418281', u'PTRSUB_-1207418279'), ('const-72', u'PTRSUB_-1207418332'), (u'PTRSUB_-1207418190', u'PTRSUB_-1207418183'), ('const-0', u'PTRSUB_-1207418307'), (u'INDIRECT_-1207418243', u'MULTIEQUAL_-1207418310'), ('const-0', u'PTRSUB_-1207418215'), (u'CALLIND_-1207418612', u'INDIRECT_-1207418278'), ('const-32', u'PTRADD_-1207418207'), ('const-0', u'RETURN_-1207418538'), ('tmp_584', u'CALLIND_-1207418612'), (u'INDIRECT_-1207418351', u'COPY_-1207418604'), ('tmp_583', u'PTRSUB_-1207418332'), (u'CAST_-1207418239', u'CAST_-1207418229'), ('const-0', u'PTRSUB_-1207418183'), ('tmp_253', u'CBRANCH_-1207418595'), (u'CAST_-1207418265', u'CALL_-1207418626'), ('tmp_431', u'CBRANCH_-1207418578'), ('const-0', u'RETURN_-1207418258'), (u'PTRADD_-1207418246', u'STORE_-1207418557'), ('const-433', u'STORE_-1207418557'), ('const-0', u'PTRSUB_-1207418302'), ('tmp_1310', u'MULTIEQUAL_-1207418298'), ('const-32', u'PTRADD_-1207418241'), ('const-433', u'LOAD_-1207418596'), ('tmp_584', u'PTRSUB_-1207418227'), ('const-8', u'PTRADD_-1207418251'), ('const-433', u'LOAD_-1207418614'), ('const-2', u'PTRADD_-1207418300'), ('const-0', u'PTRSUB_-1207418235'), (u'INT_EQUAL_-1207418581', u'CBRANCH_-1207418578'), (u'PTRADD_-1207418220', u'LOAD_-1207418660'), ('const-72', u'PTRSUB_-1207418235'), (u'MULTIEQUAL_-1207418387', u'PTRADD_-1207418207'), ('const-72', u'PTRSUB_-1207418338'), (u'LOAD_-1207418539', u'INT_NOTEQUAL_-1207418523'), ('const-433', u'STORE_-1207418576'), (u'PTRADD_-1207418171', u'CAST_-1207418150'), ('const-433', u'LOAD_-1207418539'), (u'CAST_-1207418150', u'CALL_-1207418446'), ('const-0', u'PTRSUB_-1207418310'), (u'PTRSUB_-1207418227', u'LOAD_-1207418671'), (u'PTRSUB_-1207418179', u'LOAD_-1207418614'), ('const-0', u'PTRSUB_-1207418223'), (u'PTRSUB_-1207418337', u'PTRSUB_-1207418315'), ('tmp_583', u'PTRSUB_-1207418235'), (u'CAST_-1207418214', u'STORE_-1207418557'), (u'PTRSUB_-1207418215', u'PTRSUB_-1207418210'), (u'PTRSUB_-1207418199', u'PTRSUB_-1207418190'), ('const-433', u'LOAD_-1207418671'), (u'INT_NOTEQUAL_-1207418523', u'CBRANCH_-1207418521'), ('tmp_1015', u'PTRSUB_-1207418308'), (u'COPY_-1207418604', u'MULTIEQUAL_-1207418304'), (u'PTRSUB_-1207418310', u'PTRSUB_-1207418302'), ('const-1', u'PTRADD_-1207418241'), ('const-2', u'PTRADD_-1207418220'), ('const-8', u'PTRADD_-1207418281'), (u'CAST_-1207418239', u'PTRADD_-1207418251'), ('tmp_583', u'PTRSUB_-1207418199'), ('const-1549472', u'PTRSUB_-1207418235'), (u'PTRSUB_-1207418235', u'PTRSUB_-1207418223'), (u'MULTIEQUAL_-1207418304', u'MULTIEQUAL_-1207418292'), (u'LOAD_-1207418624', u'PTRADD_-1207418271'), (u'LOAD_-1207418624', u'PTRADD_-1207418261'), ('const-8', u'PTRADD_-1207418171'), (u'PTRSUB_-1207418343', u'CALL_-1207418626'), ('const--72', u'PTRSUB_-1207418343'), (u'PTRSUB_-1207418338', u'PTRSUB_-1207418337'), ('const-8', u'PTRSUB_-1207418210'), (u'LOAD_-1207418671', u'PTRADD_-1207418220'), ('const-0', u'PTRSUB_-1207418337'), ('tmp_178', u'CBRANCH_-1207418638'), (u'INT_NOTEQUAL_-1207418765', u'CBRANCH_-1207418763'), ('const-0', u'PTRSUB_-1207418279'), (u'INDIRECT_-1207418278', u'MULTIEQUAL_-1207418298'), ('const-72', u'PTRSUB_-1207418199'), (u'INDIRECT_-1207418351', u'STORE_-1207418576'), ('tmp_570', u'BRANCH_-1207418443'), (u'PTRSUB_-1207418315', u'PTRSUB_-1207418307'), (u'CALL_-1207418446', u'INDIRECT_-1207418243'), ('const-8', u'PTRSUB_-1207418179'), (u'PTRSUB_-1207418332', u'PTRSUB_-1207418310'), ('const-0', u'PTRSUB_-1207418212'), ('const-433', u'LOAD_-1207418649'), (u'INDIRECT_-1207418351', u'MULTIEQUAL_-1207418310'), (u'INDIRECT_-1207418237', u'MULTIEQUAL_-1207418304'), ('const--64', u'PTRSUB_-1207418308'), (u'PTRADD_-1207418241', u'MULTIEQUAL_-1207418387'), (u'CALL_-1207418626', u'INDIRECT_-1207418351'), ('const-8', u'PTRADD_-1207418261'), (u'PTRADD_-1207418241', u'INT_NOTEQUAL_-1207418523'), ('const-1', u'CALL_-1207418626'), (u'PTRSUB_-1207418296', u'LOAD_-1207418781'), (u'MULTIEQUAL_-1207418310', u'MULTIEQUAL_-1207418298'), (u'CAST_-1207418239', u'CALL_-1207418446'), ('const-433', u'LOAD_-1207418788'), (u'MULTIEQUAL_-1207418387', u'PTRSUB_-1207418223'), ('const-0', u'PTRSUB_-1207418190'), (u'PTRSUB_-1207418279', u'LOAD_-1207418624'), ('tmp_131', u'BRANCH_-1207418734'), ('tmp_583', u'PTRSUB_-1207418338'), (u'PTRSUB_-1207418235', u'INT_EQUAL_-1207418640'), (u'CALL_-1207418446', u'INDIRECT_-1207418237'), (u'LOAD_-1207418781', u'INT_NOTEQUAL_-1207418765'), (u'LOAD_-1207418788', u'INT_NOTEQUAL_-1207418765'), (u'PTRSUB_-1207418183', u'PTRSUB_-1207418179'), (u'PTRSUB_-1207418298', u'LOAD_-1207418649'), ('const-1', u'PTRADD_-1207418207'), (u'CALL_-1207418626', u'INDIRECT_-1207418345'), ('tmp_584', u'PTRADD_-1207418281'), (u'LOAD_-1207418624', u'PTRADD_-1207418246'), ('tmp_532', u'CBRANCH_-1207418521'), (u'CAST_-1207418229', u'INT_EQUAL_-1207418581'), ('tmp_116', u'CBRANCH_-1207418763'), (u'PTRADD_-1207418251', u'CAST_-1207418214'), ('tmp_584', u'PTRADD_-1207418300'), ('const-1', u'PTRADD_-1207418251'), (u'LOAD_-1207418611', u'CAST_-1207418239'), (u'LOAD_-1207418624', u'PTRADD_-1207418171'), ('const-12', u'PTRADD_-1207418261'), ('const-433', u'LOAD_-1207418781'), (u'INT_EQUAL_-1207418640', u'CBRANCH_-1207418638'), ('const-11', u'PTRADD_-1207418271'), ('const-0', u'PTRSUB_-1207418227'), ('const-433', u'LOAD_-1207418660'), (u'MULTIEQUAL_-1207418387', u'PTRADD_-1207418241'), (u'LOAD_-1207418660', u'CALLIND_-1207418612'), (u'CALLIND_-1207418612', u'INDIRECT_-1207418272'), (u'PTRADD_-1207418261', u'LOAD_-1207418596'), (u'INT_EQUAL_-1207418599', u'CBRANCH_-1207418595'), (u'PTRSUB_-1207418308', u'CALL_-1207418446'), (u'PTRSUB_-1207418212', u'LOAD_-1207418666'), ('const-11', u'PTRADD_-1207418246'), ('tmp_1309', u'MULTIEQUAL_-1207418292'), (u'LOAD_-1207418614', u'INT_EQUAL_-1207418599')]
|
[(u'PTRADD_-1207418252', u'INT_NOTEQUAL_-1207418523'), (u'INDIRECT_-1207418353', u'STORE_-1207418576'), (u'LOAD_-1207418596', u'INT_EQUAL_-1207418581'), (u'PTRADD_-1207418306', u'LOAD_-1207418649'), (u'LOAD_-1207418649', u'CALL_-1207418626'), (u'INDIRECT_-1207418274', u'MULTIEQUAL_-1207418294'), (u'PTRADD_-1207418261', u'STORE_-1207418557'), (u'INT_ADD_-1207418644', u'CAST_-1207418233'), ('const-433', u'LOAD_-1207418660'), ('const-88', u'INT_ADD_-1207418595'), ('tmp_1019', u'CALLIND_-1207418612'), ('const-8', u'PTRADD_-1207418223'), ('const-80', u'INT_ADD_-1207418598'), (u'LOAD_-1207418660', u'INT_EQUAL_-1207418640'), (u'LOAD_-1207418624', u'INT_ADD_-1207418543'), (u'LOAD_-1207418666', u'CALL_-1207418626'), (u'CAST_-1207418331', u'LOAD_-1207418781'), (u'INT_ADD_-1207418451', u'CALL_-1207418446'), (u'LOAD_-1207418624', u'INT_ADD_-1207418595'), ('const-8', u'PTRADD_-1207418261'), ('tmp_1017', u'INT_ADD_-1207418772'), (u'MULTIEQUAL_-1207418312', u'MULTIEQUAL_-1207418300'), (u'LOAD_-1207418671', u'INT_ADD_-1207418644'), ('const-0', u'RETURN_-1207418538'), (u'INDIRECT_-1207418353', u'COPY_-1207418604'), (u'LOAD_-1207418611', u'PTRADD_-1207418261'), ('tmp_253', u'CBRANCH_-1207418595'), ('tmp_431', u'CBRANCH_-1207418578'), (u'CALL_-1207418626', u'INDIRECT_-1207418347'), ('const-1', u'PTRADD_-1207418288'), (u'CALLIND_-1207418612', u'INDIRECT_-1207418280'), (u'INT_ADD_-1207418580', u'CAST_-1207418264'), ('const-1549472', u'PTRSUB_-1207418237'), (u'LOAD_-1207418624', u'INT_ADD_-1207418580'), ('const-433', u'LOAD_-1207418539'), ('tmp_1019', u'PTRADD_-1207418306'), ('const-433', u'LOAD_-1207418649'), ('tmp_1320', u'MULTIEQUAL_-1207418300'), ('tmp_1019', u'LOAD_-1207418671'), ('const-433', u'LOAD_-1207418666'), (u'INT_EQUAL_-1207418581', u'CBRANCH_-1207418578'), (u'PTRADD_-1207418288', u'LOAD_-1207418624'), (u'CAST_-1207418241', u'LOAD_-1207418539'), ('const--64', u'PTRSUB_-1207418314'), ('const-433', u'LOAD_-1207418624'), ('const-433', u'LOAD_-1207418781'), ('tmp_1017', u'INT_ADD_-1207418523'), (u'LOAD_-1207418539', u'INT_NOTEQUAL_-1207418523'), (u'PTRSUB_-1207418237', u'INT_EQUAL_-1207418640'), (u'COPY_-1207418604', u'MULTIEQUAL_-1207418306'), (u'PTRADD_-1207418252', u'MULTIEQUAL_-1207418389'), ('tmp_1017', u'INT_ADD_-1207418765'), ('const-433', u'LOAD_-1207418671'), ('tmp_1017', u'INT_ADD_-1207418598'), (u'INDIRECT_-1207418239', u'MULTIEQUAL_-1207418306'), (u'LOAD_-1207418611', u'INT_EQUAL_-1207418581'), ('const-1', u'CALL_-1207418626'), ('const-80', u'INT_ADD_-1207418451'), (u'MULTIEQUAL_-1207418389', u'PTRADD_-1207418223'), (u'CAST_-1207418274', u'LOAD_-1207418611'), (u'CAST_-1207418233', u'LOAD_-1207418660'), (u'INT_NOTEQUAL_-1207418523', u'CBRANCH_-1207418521'), (u'CALL_-1207418626', u'INDIRECT_-1207418353'), (u'LOAD_-1207418611', u'CALL_-1207418446'), (u'INT_ADD_-1207418523', u'CAST_-1207418241'), ('const-16', u'INT_ADD_-1207418644'), (u'INDIRECT_-1207418353', u'MULTIEQUAL_-1207418312'), (u'CAST_-1207418264', u'LOAD_-1207418596'), ('const-80', u'INT_ADD_-1207418765'), (u'PTRSUB_-1207418314', u'CALL_-1207418446'), (u'INT_ADD_-1207418543', u'CAST_-1207418250'), ('const-96', u'INT_ADD_-1207418580'), (u'MULTIEQUAL_-1207418306', u'MULTIEQUAL_-1207418294'), (u'CALL_-1207418446', u'INDIRECT_-1207418245'), ('const-8', u'PTRADD_-1207418252'), ('const-433', u'STORE_-1207418576'), ('const-88', u'INT_ADD_-1207418543'), (u'PTRADD_-1207418223', u'INT_EQUAL_-1207418599'), (u'CAST_-1207418336', u'LOAD_-1207418788'), ('const-72', u'INT_ADD_-1207418772'), (u'MULTIEQUAL_-1207418389', u'LOAD_-1207418666'), ('tmp_178', u'CBRANCH_-1207418638'), ('const--72', u'PTRSUB_-1207418345'), (u'INT_NOTEQUAL_-1207418765', u'CBRANCH_-1207418763'), (u'LOAD_-1207418611', u'STORE_-1207418576'), ('const-433', u'LOAD_-1207418614'), ('tmp_570', u'BRANCH_-1207418443'), (u'INDIRECT_-1207418280', u'MULTIEQUAL_-1207418300'), (u'CALLIND_-1207418612', u'INDIRECT_-1207418274'), ('const-0', u'PTRSUB_-1207418237'), (u'INDIRECT_-1207418245', u'MULTIEQUAL_-1207418312'), (u'LOAD_-1207418788', u'MULTIEQUAL_-1207418389'), (u'CAST_-1207418210', u'LOAD_-1207418614'), ('const-8', u'PTRADD_-1207418288'), ('tmp_1319', u'MULTIEQUAL_-1207418294'), ('const-433', u'LOAD_-1207418788'), ('const-433', u'STORE_-1207418557'), (u'CALL_-1207418446', u'INDIRECT_-1207418239'), (u'PTRSUB_-1207418345', u'CALL_-1207418626'), ('const-433', u'LOAD_-1207418611'), ('const-2', u'PTRADD_-1207418306'), ('tmp_131', u'BRANCH_-1207418734'), ('const-1', u'PTRADD_-1207418261'), ('tmp_1011', u'PTRSUB_-1207418345'), (u'LOAD_-1207418781', u'INT_NOTEQUAL_-1207418765'), (u'LOAD_-1207418788', u'INT_NOTEQUAL_-1207418765'), ('const-8', u'PTRADD_-1207418306'), ('tmp_532', u'CBRANCH_-1207418521'), ('const-80', u'INT_ADD_-1207418523'), (u'INT_ADD_-1207418598', u'CAST_-1207418210'), ('tmp_116', u'CBRANCH_-1207418763'), (u'INT_ADD_-1207418765', u'CAST_-1207418331'), (u'LOAD_-1207418624', u'INT_ADD_-1207418451'), (u'CAST_-1207418250', u'STORE_-1207418557'), ('const-4', u'PTRADD_-1207418223'), ('tmp_1019', u'PTRADD_-1207418288'), ('const-433', u'LOAD_-1207418596'), ('const-4', u'PTRADD_-1207418252'), (u'PTRADD_-1207418223', u'MULTIEQUAL_-1207418389'), (u'INT_EQUAL_-1207418640', u'CBRANCH_-1207418638'), (u'LOAD_-1207418660', u'CALLIND_-1207418612'), (u'INT_EQUAL_-1207418599', u'CBRANCH_-1207418595'), (u'INT_ADD_-1207418595', u'CAST_-1207418274'), ('tmp_1011', u'PTRSUB_-1207418314'), (u'MULTIEQUAL_-1207418389', u'PTRADD_-1207418252'), ('const-0', u'RETURN_-1207418260'), (u'INT_ADD_-1207418772', u'CAST_-1207418336'), (u'LOAD_-1207418614', u'INT_EQUAL_-1207418599')]
| null | null |
00174030
|
x64
|
O2
|
(translation_unit "void FUN_00174030(long param_1,long *param_2)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}\n\n" (function_definition "void FUN_00174030(long param_1,long *param_2)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" primitive_type (function_declarator "FUN_00174030(long param_1,long *param_2)" identifier (parameter_list "(long param_1,long *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x48);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x48)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x48)" * (cast_expression "(undefined8 **)(param_1 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" if (parenthesized_expression "(puVar3 != *(undefined8 **)(param_1 + 0x50))" ( (binary_expression "puVar3 != *(undefined8 **)(param_1 + 0x50)" identifier != (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" { (do_statement "do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);" do (compound_statement "{\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n }" { (while_statement "while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" { (if_statement "if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;" if (parenthesized_expression "(*(code **)(*param_2 + 0x10) == FUN_0017a4a0)" ( (binary_expression "*(code **)(*param_2 + 0x10) == FUN_0017a4a0" (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (expression_statement "(**(code **)(*param_2 + 0x10))(param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier ))) ;) (if_statement "if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }" if (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) == puVar3)" ( (binary_expression "*(undefined8 **)(param_1 + 0x50) == puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "FUN_0021bf40(param_2[2],*puVar3,1,&local_48);" (call_expression "FUN_0021bf40(param_2[2],*puVar3,1,&local_48)" identifier (argument_list "(param_2[2],*puVar3,1,&local_48)" ( (subscript_expression "param_2[2]" identifier [ number_literal ]) , (pointer_expression "*puVar3" * identifier) , number_literal , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "lVar1 = param_2[1];" (assignment_expression "lVar1 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "puVar2 = *(undefined8 **)(lVar1 + 0x58);" (assignment_expression "puVar2 = *(undefined8 **)(lVar1 + 0x58)" identifier = (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" * (cast_expression "(undefined8 **)(lVar1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x58)" ( (binary_expression "lVar1 + 0x58" identifier + number_literal) ))))) ;) (expression_statement "local_40[0] = local_48;" (assignment_expression "local_40[0] = local_48" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" if (parenthesized_expression "(puVar2 == *(undefined8 **)(lVar1 + 0x60))" ( (binary_expression "puVar2 == *(undefined8 **)(lVar1 + 0x60)" identifier == (pointer_expression "*(undefined8 **)(lVar1 + 0x60)" * (cast_expression "(undefined8 **)(lVar1 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x60)" ( (binary_expression "lVar1 + 0x60" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }" { (expression_statement "FUN_0017a350(lVar1 + 0x50,puVar2,local_40);" (call_expression "FUN_0017a350(lVar1 + 0x50,puVar2,local_40)" identifier (argument_list "(lVar1 + 0x50,puVar2,local_40)" ( (binary_expression "lVar1 + 0x50" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" else (compound_statement "{\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" { (expression_statement "*puVar2 = local_48;" (assignment_expression "*puVar2 = local_48" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;" (assignment_expression "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1" (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" * (cast_expression "(undefined8 **)(lVar1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x58)" ( (binary_expression "lVar1 + 0x58" identifier + number_literal) )))) = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) }))) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) != puVar3)" ( (binary_expression "*(undefined8 **)(param_1 + 0x50) != puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void do_for_all_unused_symbols(Incremental_library * this,\n Symbol_visitor_base * v) */\n\nvoid __thiscall\ngold::Incremental_library::do_for_all_unused_symbols\n (Incremental_library *this,Symbol_visitor_base *v)\n\n{\n _func_int_varargs **pp_Var1;\n iterator __position;\n pointer pbVar2;\n Key symbol_key;\n Key local_40 [2];\n \n pbVar2 = (this->unused_symbols_).\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 (pbVar2 != (this->unused_symbols_).\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 do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Incremental_library::do_for_all_unused_symbols\n (Incremental_library *this,Symbol_visitor_base *v)\n\n{\n _func_int_varargs **pp_Var1;\n iterator __position;\n pointer pbVar2;\n Key symbol_key;\n Key local_40 [2];\n \n pbVar2 = (this->unused_symbols_).\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 (pbVar2 != (this->unused_symbols_).\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 do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Incremental_library::" identifier : : identifier : :) (function_declarator "do_for_all_unused_symbols\n (Incremental_library *this,Symbol_visitor_base *v)" identifier (parameter_list "(Incremental_library *this,Symbol_visitor_base *v)" ( (parameter_declaration "Incremental_library *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_visitor_base *v" type_identifier (pointer_declarator "*v" * identifier)) ))) (compound_statement "{\n _func_int_varargs **pp_Var1;\n iterator __position;\n pointer pbVar2;\n Key symbol_key;\n Key local_40 [2];\n \n pbVar2 = (this->unused_symbols_).\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 (pbVar2 != (this->unused_symbols_).\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 do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);\n }\n return;\n}" { (declaration "_func_int_varargs **pp_Var1;" type_identifier (pointer_declarator "**pp_Var1" * (pointer_declarator "*pp_Var1" * identifier)) ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "pointer pbVar2;" type_identifier identifier ;) (declaration "Key symbol_key;" type_identifier identifier ;) (declaration "Key local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (ERROR "pbVar2 = (this->unused_symbols_).\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 "pbVar2 = (this->unused_symbols_).\n super__Vector_base<std" identifier = (binary_expression "(this->unused_symbols_).\n super__Vector_base<std" (field_expression "(this->unused_symbols_).\n super__Vector_base" (parenthesized_expression "(this->unused_symbols_)" ( (field_expression "this->unused_symbols_" 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 (pbVar2 != (this->unused_symbols_).\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 do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);\n }" if (parenthesized_expression "(pbVar2 != (this->unused_symbols_).\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)" ( (ERROR "pbVar2 != (this->unused_symbols_).\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::" (comma_expression "pbVar2 != (this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "pbVar2 != (this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "pbVar2 != (this->unused_symbols_).\n super__Vector_base<std" identifier != (binary_expression "(this->unused_symbols_).\n super__Vector_base<std" (field_expression "(this->unused_symbols_).\n super__Vector_base" (parenthesized_expression "(this->unused_symbols_)" ( (field_expression "this->unused_symbols_" identifier -> field_identifier) )) . field_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) : :) (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) )) (compound_statement "{\n do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);\n }" { (do_statement "do {\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n } while ((this->unused_symbols_).\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 != pbVar2);" do (compound_statement "{\n while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }\n Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);\n pp_Var1 = v[1]._vptr_Symbol_visitor_base;\n __position._M_current = (ulong *)pp_Var1[0xb];\n local_40[0] = symbol_key;\n if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }\n pbVar2 = pbVar2 + 1;\n }" { (while_statement "while( true ) {\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;\n pbVar2 = pbVar2 + 1;\n (*v->_vptr_Symbol_visitor_base[2])(v);\n if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }\n }" { (if_statement "if (v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit) break;" if (parenthesized_expression "(v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor::visit)" ( (binary_expression "v->_vptr_Symbol_visitor_base[2] == Unused_symbol_visitor" (subscript_expression "v->_vptr_Symbol_visitor_base[2]" (field_expression "v->_vptr_Symbol_visitor_base" identifier -> field_identifier) [ number_literal ]) == identifier) (ERROR "::visit" : : identifier) )) (break_statement "break;" break ;)) (expression_statement "pbVar2 = pbVar2 + 1;" (assignment_expression "pbVar2 = pbVar2 + 1" identifier = (binary_expression "pbVar2 + 1" identifier + number_literal)) ;) (expression_statement "(*v->_vptr_Symbol_visitor_base[2])(v);" (call_expression "(*v->_vptr_Symbol_visitor_base[2])(v)" (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)" ( identifier ))) ;) (if_statement "if ((this->unused_symbols_).\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 == pbVar2) {\n return;\n }" if (parenthesized_expression "((this->unused_symbols_).\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 == pbVar2)" ( (ERROR "(this->unused_symbols_).\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::" (comma_expression "(this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "(this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "(this->unused_symbols_).\n super__Vector_base<std" (field_expression "(this->unused_symbols_).\n super__Vector_base" (parenthesized_expression "(this->unused_symbols_)" ( (field_expression "this->unused_symbols_" identifier -> field_identifier) )) . field_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>_>_>_>\n ._M_impl._M_finish == pbVar2" (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) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key);" (binary_expression "Stringpool_template<char>::add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key)" (binary_expression "Stringpool_template<char" identifier < identifier) > (ERROR "::" : :) (call_expression "add\n ((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key)" identifier (argument_list "((Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key)" ( (parenthesized_expression "(Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key)" ( (comma_expression "Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base,\n (pbVar2->_M_dataplus)._M_p,true,&symbol_key" (binary_expression "Stringpool_template<char> *)v[2]._vptr_Symbol_visitor_base" (binary_expression "Stringpool_template<char" identifier < identifier) > (pointer_expression "*)v[2]._vptr_Symbol_visitor_base" * (ERROR ")" )) (field_expression "v[2]._vptr_Symbol_visitor_base" (subscript_expression "v[2]" identifier [ number_literal ]) . field_identifier))) , (comma_expression "(pbVar2->_M_dataplus)._M_p,true,&symbol_key" (field_expression "(pbVar2->_M_dataplus)._M_p" (parenthesized_expression "(pbVar2->_M_dataplus)" ( (field_expression "pbVar2->_M_dataplus" identifier -> field_identifier) )) . field_identifier) , (comma_expression "true,&symbol_key" true , (pointer_expression "&symbol_key" & identifier)))) )) )))) ;) (expression_statement "pp_Var1 = v[1]._vptr_Symbol_visitor_base;" (assignment_expression "pp_Var1 = v[1]._vptr_Symbol_visitor_base" identifier = (field_expression "v[1]._vptr_Symbol_visitor_base" (subscript_expression "v[1]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "__position._M_current = (ulong *)pp_Var1[0xb];" (assignment_expression "__position._M_current = (ulong *)pp_Var1[0xb]" (field_expression "__position._M_current" identifier . field_identifier) = (cast_expression "(ulong *)pp_Var1[0xb]" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pp_Var1[0xb]" identifier [ number_literal ]))) ;) (expression_statement "local_40[0] = symbol_key;" (assignment_expression "local_40[0] = symbol_key" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((_func_int_varargs *)__position._M_current == pp_Var1[0xc]) {\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }\n else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }" if (parenthesized_expression "((_func_int_varargs *)__position._M_current == pp_Var1[0xc])" ( (binary_expression "(_func_int_varargs *)__position._M_current == pp_Var1[0xc]" (cast_expression "(_func_int_varargs *)__position._M_current" ( (type_descriptor "_func_int_varargs *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "__position._M_current" identifier . field_identifier)) == (subscript_expression "pp_Var1[0xc]" identifier [ number_literal ])) )) (compound_statement "{\n std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);\n }" { (labeled_statement "std::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>::\n _M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);" statement_identifier (ERROR "::vector<long_unsigned_int,_std::allocator<long_unsigned_int>_>:" : : (comma_expression "vector<long_unsigned_int,_std" (binary_expression "vector<long_unsigned_int" identifier < identifier) , identifier) : : (binary_expression "allocator<long_unsigned_int>_" (binary_expression "allocator<long_unsigned_int" identifier < identifier) > identifier) > :) : (expression_statement "_M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40);" (binary_expression "_M_realloc_insert<long_unsigned_int_const&>\n ((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40)" (binary_expression "_M_realloc_insert<long_unsigned_int_const" identifier < identifier) (ERROR "&" &) > (parenthesized_expression "((vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40)" ( (comma_expression "(vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10),\n __position,local_40" (call_expression "(vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)(pp_Var1 + 10)" (parenthesized_expression "(vector<long_unsigned_int,_std::allocator<long_unsigned_int>_> *)" ( (ERROR "vector<long_unsigned_int,_std::" (comma_expression "vector<long_unsigned_int,_std" (binary_expression "vector<long_unsigned_int" identifier < identifier) , identifier) : :) (binary_expression "allocator<long_unsigned_int>_> *" (binary_expression "allocator<long_unsigned_int>_" (binary_expression "allocator<long_unsigned_int" identifier < identifier) > identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(pp_Var1 + 10)" ( (binary_expression "pp_Var1 + 10" identifier + number_literal) ))) , (comma_expression "__position,local_40" identifier , identifier)) ))) ;)) }) (else_clause "else {\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }" else (compound_statement "{\n *__position._M_current = symbol_key;\n pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);\n }" { (expression_statement "*__position._M_current = symbol_key;" (assignment_expression "*__position._M_current = symbol_key" (pointer_expression "*__position._M_current" * (field_expression "__position._M_current" identifier . field_identifier)) = identifier) ;) (expression_statement "pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1);" (assignment_expression "pp_Var1[0xb] = (_func_int_varargs *)(__position._M_current + 1)" (subscript_expression "pp_Var1[0xb]" identifier [ number_literal ]) = (cast_expression "(_func_int_varargs *)(__position._M_current + 1)" ( (type_descriptor "_func_int_varargs *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__position._M_current + 1)" ( (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal) )))) ;) }))) (expression_statement "pbVar2 = pbVar2 + 1;" (assignment_expression "pbVar2 = pbVar2 + 1" identifier = (binary_expression "pbVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((this->unused_symbols_).\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 != pbVar2)" ( (ERROR "(this->unused_symbols_).\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::" (comma_expression "(this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "(this->unused_symbols_).\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "(this->unused_symbols_).\n super__Vector_base<std" (field_expression "(this->unused_symbols_).\n super__Vector_base" (parenthesized_expression "(this->unused_symbols_)" ( (field_expression "this->unused_symbols_" identifier -> field_identifier) )) . field_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>_>_>_>\n ._M_impl._M_finish != pbVar2" (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) != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00174030(long param_1,long *param_2)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}\n\n" (function_definition "void FUN_00174030(long param_1,long *param_2)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" primitive_type (function_declarator "FUN_00174030(long param_1,long *param_2)" identifier (parameter_list "(long param_1,long *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x48);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x48)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x48)" * (cast_expression "(undefined8 **)(param_1 + 0x48)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" if (parenthesized_expression "(puVar3 != *(undefined8 **)(param_1 + 0x50))" ( (binary_expression "puVar3 != *(undefined8 **)(param_1 + 0x50)" identifier != (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" { (do_statement "do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);" do (compound_statement "{\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n }" { (while_statement "while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" { (if_statement "if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;" if (parenthesized_expression "(*(code **)(*param_2 + 0x10) == FUN_0017a4a0)" ( (binary_expression "*(code **)(*param_2 + 0x10) == FUN_0017a4a0" (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) )))) == identifier) )) (break_statement "break;" break ;)) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (expression_statement "(**(code **)(*param_2 + 0x10))(param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" ( (pointer_expression "**(code **)(*param_2 + 0x10)" * (pointer_expression "*(code **)(*param_2 + 0x10)" * (cast_expression "(code **)(*param_2 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x10)" ( (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2)" ( identifier ))) ;) (if_statement "if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }" if (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) == puVar3)" ( (binary_expression "*(undefined8 **)(param_1 + 0x50) == puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "FUN_0021bf40(param_2[2],*puVar3,1,&local_48);" (call_expression "FUN_0021bf40(param_2[2],*puVar3,1,&local_48)" identifier (argument_list "(param_2[2],*puVar3,1,&local_48)" ( (subscript_expression "param_2[2]" identifier [ number_literal ]) , (pointer_expression "*puVar3" * identifier) , number_literal , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "lVar1 = param_2[1];" (assignment_expression "lVar1 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "puVar2 = *(undefined8 **)(lVar1 + 0x58);" (assignment_expression "puVar2 = *(undefined8 **)(lVar1 + 0x58)" identifier = (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" * (cast_expression "(undefined8 **)(lVar1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x58)" ( (binary_expression "lVar1 + 0x58" identifier + number_literal) ))))) ;) (expression_statement "local_40[0] = local_48;" (assignment_expression "local_40[0] = local_48" (subscript_expression "local_40[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" if (parenthesized_expression "(puVar2 == *(undefined8 **)(lVar1 + 0x60))" ( (binary_expression "puVar2 == *(undefined8 **)(lVar1 + 0x60)" identifier == (pointer_expression "*(undefined8 **)(lVar1 + 0x60)" * (cast_expression "(undefined8 **)(lVar1 + 0x60)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x60)" ( (binary_expression "lVar1 + 0x60" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }" { (expression_statement "FUN_0017a350(lVar1 + 0x50,puVar2,local_40);" (call_expression "FUN_0017a350(lVar1 + 0x50,puVar2,local_40)" identifier (argument_list "(lVar1 + 0x50,puVar2,local_40)" ( (binary_expression "lVar1 + 0x50" identifier + number_literal) , identifier , identifier ))) ;) }) (else_clause "else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" else (compound_statement "{\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" { (expression_statement "*puVar2 = local_48;" (assignment_expression "*puVar2 = local_48" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;" (assignment_expression "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1" (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" * (cast_expression "(undefined8 **)(lVar1 + 0x58)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x58)" ( (binary_expression "lVar1 + 0x58" identifier + number_literal) )))) = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) }))) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) != puVar3)" ( (binary_expression "*(undefined8 **)(param_1 + 0x50) != puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (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) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (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 ))) ;) (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 { (return_statement return ;) })) })) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , (pointer_expression * IDENT) , LIT , (pointer_expression & IDENT) ))) ;) (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 IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }))) (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) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_00174030(long param_1,long *param_2)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00174030(long param_1,long *param_2)" (identifier "FUN_00174030") (parameter_list "(long param_1,long *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n undefined8 local_48;\n undefined8 local_40 [2];\n \n puVar3 = *(undefined8 **)(param_1 + 0x48);\n if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_40 [2];" (type_identifier "undefined8") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x48);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x48)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x48)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x48)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (if_statement "if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" (if "if") (parenthesized_expression "(puVar3 != *(undefined8 **)(param_1 + 0x50))" (( "(") (binary_expression "puVar3 != *(undefined8 **)(param_1 + 0x50)" (identifier "puVar3") (!= "!=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (compound_statement "{\n do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);\n }" ({ "{") (do_statement "do {\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n } while (*(undefined8 **)(param_1 + 0x50) != puVar3);" (do "do") (compound_statement "{\n while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }\n FUN_0021bf40(param_2[2],*puVar3,1,&local_48);\n lVar1 = param_2[1];\n puVar2 = *(undefined8 **)(lVar1 + 0x58);\n local_40[0] = local_48;\n if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }\n puVar3 = puVar3 + 4;\n }" ({ "{") (while_statement "while( true ) {\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;\n puVar3 = puVar3 + 4;\n (**(code **)(*param_2 + 0x10))(param_2);\n if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }\n }" ({ "{") (if_statement "if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0x10) == FUN_0017a4a0)" (( "(") (binary_expression "*(code **)(*param_2 + 0x10) == FUN_0017a4a0" (pointer_expression "*(code **)(*param_2 + 0x10)" (* "*") (cast_expression "(code **)(*param_2 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x10)" (( "(") (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x10")) () ")")))) (== "==") (identifier "FUN_0017a4a0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" (identifier "puVar3") (= "=") (binary_expression "puVar3 + 4" (identifier "puVar3") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "(**(code **)(*param_2 + 0x10))(param_2);" (call_expression "(**(code **)(*param_2 + 0x10))(param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x10)" (* "*") (cast_expression "(code **)(*param_2 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x10)" (( "(") (binary_expression "*param_2 + 0x10" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))) (; ";")) (if_statement "if (*(undefined8 **)(param_1 + 0x50) == puVar3) {\n return;\n }" (if "if") (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) == puVar3)" (( "(") (binary_expression "*(undefined8 **)(param_1 + 0x50) == puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (== "==") (identifier "puVar3")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_0021bf40(param_2[2],*puVar3,1,&local_48);" (call_expression "FUN_0021bf40(param_2[2],*puVar3,1,&local_48)" (identifier "FUN_0021bf40") (argument_list "(param_2[2],*puVar3,1,&local_48)" (( "(") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (, ",") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (, ",") (number_literal "1") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "lVar1 = param_2[1];" (assignment_expression "lVar1 = param_2[1]" (identifier "lVar1") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(lVar1 + 0x58);" (assignment_expression "puVar2 = *(undefined8 **)(lVar1 + 0x58)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" (* "*") (cast_expression "(undefined8 **)(lVar1 + 0x58)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x58)" (( "(") (binary_expression "lVar1 + 0x58" (identifier "lVar1") (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (expression_statement "local_40[0] = local_48;" (assignment_expression "local_40[0] = local_48" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "local_48")) (; ";")) (if_statement "if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }\n else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" (if "if") (parenthesized_expression "(puVar2 == *(undefined8 **)(lVar1 + 0x60))" (( "(") (binary_expression "puVar2 == *(undefined8 **)(lVar1 + 0x60)" (identifier "puVar2") (== "==") (pointer_expression "*(undefined8 **)(lVar1 + 0x60)" (* "*") (cast_expression "(undefined8 **)(lVar1 + 0x60)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x60)" (( "(") (binary_expression "lVar1 + 0x60" (identifier "lVar1") (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (compound_statement "{\n FUN_0017a350(lVar1 + 0x50,puVar2,local_40);\n }" ({ "{") (expression_statement "FUN_0017a350(lVar1 + 0x50,puVar2,local_40);" (call_expression "FUN_0017a350(lVar1 + 0x50,puVar2,local_40)" (identifier "FUN_0017a350") (argument_list "(lVar1 + 0x50,puVar2,local_40)" (( "(") (binary_expression "lVar1 + 0x50" (identifier "lVar1") (+ "+") (number_literal "0x50")) (, ",") (identifier "puVar2") (, ",") (identifier "local_40") () ")"))) (; ";")) (} "}")) (else_clause "else {\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" (else "else") (compound_statement "{\n *puVar2 = local_48;\n *(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;\n }" ({ "{") (expression_statement "*puVar2 = local_48;" (assignment_expression "*puVar2 = local_48" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;" (assignment_expression "*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1" (pointer_expression "*(undefined8 **)(lVar1 + 0x58)" (* "*") (cast_expression "(undefined8 **)(lVar1 + 0x58)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x58)" (( "(") (binary_expression "lVar1 + 0x58" (identifier "lVar1") (+ "+") (number_literal "0x58")) () ")")))) (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" (identifier "puVar3") (= "=") (binary_expression "puVar3 + 4" (identifier "puVar3") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(undefined8 **)(param_1 + 0x50) != puVar3)" (( "(") (binary_expression "*(undefined8 **)(param_1 + 0x50) != puVar3" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (!= "!=") (identifier "puVar3")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void do_for_all_unused_symbols(Incremental_library * this,
Symbol_visitor_base * v) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *v)
{
type_3 **var_11;
type_4 __position;
type_5 var_5;
type_6 symbol_key;
type_6 local_40 [2];
var_5 = (this->unused_symbols_).
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 != (this->unused_symbols_).
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) {
do {
while( true ) {
if (v->_vptr_Symbol_visitor_base[2] == var_4::visit) break;
var_5 = var_5 + 1;
(*v->_vptr_Symbol_visitor_base[2])(v);
if ((this->unused_symbols_).
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) {
return;
}
}
var_6<var_2>::var_7
((var_6<var_2> *)v[2]._vptr_Symbol_visitor_base,
(var_5->_M_dataplus)._M_p,true,&symbol_key);
var_11 = v[1]._vptr_Symbol_visitor_base;
__position._M_current = (type_7 *)var_11[0xb];
local_40[0] = symbol_key;
if ((type_3 *)__position._M_current == var_11[0xc]) {
std::vector<var_10,_std::var_1<var_10>var_3>::
var_8<var_9&>
((vector<var_10,_std::var_1<var_10>var_3> *)(var_11 + 10),
__position,local_40);
}
else {
*__position._M_current = symbol_key;
var_11[0xb] = (type_3 *)(__position._M_current + 1);
}
var_5 = var_5 + 1;
} while ((this->unused_symbols_).
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);
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (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: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (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: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (return_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (identifier)) (number_literal) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))))) (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (return_statement))))
| null |
void MASKED(long param_1,long *param_2)
{
long lVar1;
undefined8 *puVar2;
undefined8 *puVar3;
undefined8 local_48;
undefined8 local_40 [2];
puVar3 = *(undefined8 **)(param_1 + 0x48);
if (puVar3 != *(undefined8 **)(param_1 + 0x50)) {
do {
while( true ) {
if (*(code **)(*param_2 + 0x10) == FUN_0017a4a0) break;
puVar3 = puVar3 + 4;
(**(code **)(*param_2 + 0x10))(param_2);
if (*(undefined8 **)(param_1 + 0x50) == puVar3) {
return;
}
}
FUN_0021bf40(param_2[2],*puVar3,1,&local_48);
lVar1 = param_2[1];
puVar2 = *(undefined8 **)(lVar1 + 0x58);
local_40[0] = local_48;
if (puVar2 == *(undefined8 **)(lVar1 + 0x60)) {
FUN_0017a350(lVar1 + 0x50,puVar2,local_40);
}
else {
*puVar2 = local_48;
*(undefined8 **)(lVar1 + 0x58) = puVar2 + 1;
}
puVar3 = puVar3 + 4;
} while (*(undefined8 **)(param_1 + 0x50) != puVar3);
}
return;
}
|
44_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
|
concat
|
concat
|
void concat(void)
{
(*(code *)PTR_concat_00163168)();
return;
}
|
void concat(void)
{
(*(code *)PTR_concat_00163168)();
return;
}
|
JMP qword ptr [0x00163168]
| null | null | null | null |
[(u'INDIRECT_-1206926572', u'COPY_-1206926631'), ('const-0', u'RETURN_-1206926629'), ('tmp_22', u'CAST_-1206926567'), (u'CAST_-1206926567', u'CALLIND_-1206926632'), (u'CALLIND_-1206926632', u'INDIRECT_-1206926572')]
|
[(u'INDIRECT_-1206926572', u'COPY_-1206926631'), ('const-0', u'RETURN_-1206926629'), ('tmp_22', u'CAST_-1206926567'), (u'CAST_-1206926567', u'CALLIND_-1206926632'), (u'CALLIND_-1206926632', u'INDIRECT_-1206926572')]
| null | null |
0010c2d0
|
x64
|
O2
|
(translation_unit "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}\n\n" (function_definition "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}" primitive_type (function_declarator "concat(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_concat_00163168)();\n return;\n}" { (expression_statement "(*(code *)PTR_concat_00163168)();" (call_expression "(*(code *)PTR_concat_00163168)()" (parenthesized_expression "(*(code *)PTR_concat_00163168)" ( (pointer_expression "*(code *)PTR_concat_00163168" * (cast_expression "(code *)PTR_concat_00163168" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}\n\n" (function_definition "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}" primitive_type (function_declarator "concat(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_concat_00163168)();\n return;\n}" { (expression_statement "(*(code *)PTR_concat_00163168)();" (call_expression "(*(code *)PTR_concat_00163168)()" (parenthesized_expression "(*(code *)PTR_concat_00163168)" ( (pointer_expression "*(code *)PTR_concat_00163168" * (cast_expression "(code *)PTR_concat_00163168" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}\n\n" (function_definition "void concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}" primitive_type (function_declarator "concat(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_concat_00163168)();\n return;\n}" { (expression_statement "(*(code *)PTR_concat_00163168)();" (call_expression "(*(code *)PTR_concat_00163168)()" (parenthesized_expression "(*(code *)PTR_concat_00163168)" ( (pointer_expression "*(code *)PTR_concat_00163168" * (cast_expression "(code *)PTR_concat_00163168" ( (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 concat(void)\n\n{\n (*(code *)PTR_concat_00163168)();\n return;\n}" (primitive_type "void") (function_declarator "concat(void)" (identifier "concat") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_concat_00163168)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_concat_00163168)();" (call_expression "(*(code *)PTR_concat_00163168)()" (parenthesized_expression "(*(code *)PTR_concat_00163168)" (( "(") (pointer_expression "*(code *)PTR_concat_00163168" (* "*") (cast_expression "(code *)PTR_concat_00163168" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_concat_00163168"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_concat_00163168)();
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_00163168)();
return;
}
|
9255_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
do_transform
|
FUN_003105c0
|
/* std::__facet_shims::(anonymous namespace)::collate_shim<char>::do_transform(char const*, char
const*) const */
char * std::__facet_shims::(anonymous_namespace)::collate_shim<char>::do_transform
(char *param_1,char *param_2)
{
long local_48;
long local_40;
code *local_28;
local_28 = (code *)0x0;
/* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */
__collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48);
if (local_28 != (code *)0x0) {
*(char **)param_1 = param_1 + 0x10;
__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>
((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48
,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */
__throw_logic_error("uninitialized __any_string");
}
|
long * FUN_003105c0(long *param_1,long param_2)
{
long local_48;
long local_40;
code *local_28;
local_28 = (code *)0x0;
/* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */
FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);
if (local_28 != (code *)0x0) {
*param_1 = (long)(param_1 + 2);
FUN_001665c0(param_1,local_48,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */
FUN_003194d0("uninitialized __any_string");
}
|
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
MOV RDI,qword ptr [RSI + 0x18]
MOV qword ptr [RSP + 0x20],0x0
MOV RBP,RSP
MOV RSI,RBP
CALL 0x00316190
CMP qword ptr [RSP + 0x20],0x0
JZ 0x0031061d
LEA RAX,[RBX + 0x10]
MOV RSI,qword ptr [RSP]
MOV RDX,qword ptr [RSP + 0x8]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
ADD RDX,RSI
CALL 0x001665c0
MOV RAX,qword ptr [RSP + 0x20]
TEST RAX,RAX
JZ 0x00310613
MOV RDI,RBP
CALL RAX
ADD RSP,0x38
MOV RAX,RBX
POP RBX
POP RBP
RET
LEA RDI,[0x391f44]
CALL 0x003194d0
| null | null | null | null |
[(u'LOAD_-1204943396', u'CALL_-1204943363'), (u'CAST_-1204943080', u'STORE_-1204943315'), (u'CALL_-1204943293', u'INDIRECT_-1204943098'), (u'INT_NOTEQUAL_-1204943270', u'CBRANCH_-1204943269'), (u'COPY_-1204943104', u'CALL_-1204943213'), (u'INT_NOTEQUAL_-1204943345', u'CBRANCH_-1204943341'), ('const-433', u'STORE_-1204943315'), ('tmp_294', u'COPY_-1204943247'), ('const-3743556', u'COPY_-1204943104'), (u'INDIRECT_-1204943145', u'INT_ADD_-1204943293'), (u'INDIRECT_-1204943145', u'CALL_-1204943293'), (u'CALL_-1204943363', u'INDIRECT_-1204943145'), ('tmp_106', u'CBRANCH_-1204943341'), ('const-16', u'PTRADD_-1204943278'), ('const-433', u'LOAD_-1204943396'), ('const--72', u'PTRSUB_-1204943132'), ('const-0', u'RETURN_-1204943222'), ('const-1', u'PTRADD_-1204943278'), (u'PTRADD_-1204943334', u'CAST_-1204943129'), (u'INDIRECT_-1204943140', u'INT_ADD_-1204943293'), (u'CALL_-1204943213', u'INDIRECT_-1204943062'), (u'PTRADD_-1204943278', u'STORE_-1204943315'), (u'CAST_-1204943129', u'LOAD_-1204943396'), ('tmp_294', u'CAST_-1204943073'), (u'PTRSUB_-1204943133', u'CALL_-1204943363'), ('const-24', u'PTRADD_-1204943334'), (u'CALLIND_-1204943256', u'INDIRECT_-1204943079'), (u'INDIRECT_-1204943135', u'INT_NOTEQUAL_-1204943345'), (u'CALL_-1204943363', u'INDIRECT_-1204943140'), ('const-1', u'PTRADD_-1204943334'), ('tmp_294', u'CAST_-1204943080'), ('const-0', u'COPY_-1204943389'), (u'CAST_-1204943073', u'CALL_-1204943293'), ('tmp_199', u'CBRANCH_-1204943269'), ('tmp_500', u'PTRSUB_-1204943132'), (u'INDIRECT_-1204943098', u'INT_NOTEQUAL_-1204943270'), ('tmp_500', u'PTRSUB_-1204943133'), ('const--72', u'PTRSUB_-1204943133'), (u'PTRSUB_-1204943132', u'CALLIND_-1204943256'), ('const-0', u'INT_NOTEQUAL_-1204943270'), (u'INT_ADD_-1204943293', u'CALL_-1204943293'), ('tmp_294', u'PTRADD_-1204943278'), (u'INDIRECT_-1204943098', u'CALLIND_-1204943256'), (u'COPY_-1204943247', u'RETURN_-1204943222'), ('const-0', u'INT_NOTEQUAL_-1204943345'), ('tmp_295', u'PTRADD_-1204943334'), (u'CALL_-1204943363', u'INDIRECT_-1204943135'), ('const-1', u'RETURN_-1204943208')]
|
[('const-2', u'PTRADD_-1204943096'), (u'CALLIND_-1204943256', u'INDIRECT_-1204943079'), (u'LOAD_-1204943396', u'CALL_-1204943363'), (u'CALL_-1204943293', u'INDIRECT_-1204943098'), (u'INT_NOTEQUAL_-1204943270', u'CBRANCH_-1204943269'), (u'INDIRECT_-1204943135', u'INT_NOTEQUAL_-1204943345'), (u'COPY_-1204943104', u'CALL_-1204943213'), (u'INT_NOTEQUAL_-1204943345', u'CBRANCH_-1204943341'), (u'CALL_-1204943363', u'INDIRECT_-1204943140'), ('tmp_502', u'PTRADD_-1204943096'), (u'INT_ADD_-1204943380', u'CAST_-1204943128'), ('const-433', u'STORE_-1204943315'), (u'INDIRECT_-1204943145', u'INT_ADD_-1204943293'), (u'INDIRECT_-1204943145', u'CALL_-1204943293'), (u'CALL_-1204943363', u'INDIRECT_-1204943145'), ('tmp_106', u'CBRANCH_-1204943341'), ('tmp_502', u'COPY_-1204943247'), ('const-0', u'COPY_-1204943389'), ('const-8', u'PTRADD_-1204943096'), (u'CAST_-1204943079', u'STORE_-1204943315'), ('tmp_503', u'INT_ADD_-1204943380'), ('tmp_199', u'CBRANCH_-1204943269'), ('const--72', u'PTRSUB_-1204943132'), ('tmp_500', u'PTRSUB_-1204943132'), ('const-0', u'RETURN_-1204943222'), ('const--72', u'PTRSUB_-1204943133'), (u'INDIRECT_-1204943098', u'INT_NOTEQUAL_-1204943270'), ('tmp_500', u'PTRSUB_-1204943133'), (u'PTRSUB_-1204943132', u'CALLIND_-1204943256'), (u'PTRADD_-1204943096', u'CAST_-1204943079'), ('const-0', u'INT_NOTEQUAL_-1204943270'), (u'INT_ADD_-1204943293', u'CALL_-1204943293'), (u'INDIRECT_-1204943140', u'INT_ADD_-1204943293'), ('const-3743556', u'COPY_-1204943104'), (u'INDIRECT_-1204943098', u'CALLIND_-1204943256'), (u'CALL_-1204943213', u'INDIRECT_-1204943062'), ('tmp_502', u'CALL_-1204943293'), (u'COPY_-1204943247', u'RETURN_-1204943222'), ('const-433', u'LOAD_-1204943396'), (u'CAST_-1204943128', u'LOAD_-1204943396'), ('tmp_502', u'STORE_-1204943315'), (u'PTRSUB_-1204943133', u'CALL_-1204943363'), ('const-0', u'INT_NOTEQUAL_-1204943345'), ('const-24', u'INT_ADD_-1204943380'), (u'CALL_-1204943363', u'INDIRECT_-1204943135'), ('const-1', u'RETURN_-1204943208')]
| null | null |
003105c0
|
x64
|
O2
|
(translation_unit "long * FUN_003105c0(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n FUN_003194d0("uninitialized __any_string");\n}\n\n" (function_definition "long * FUN_003105c0(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n FUN_003194d0("uninitialized __any_string");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_003105c0(long *param_1,long param_2)" * (function_declarator "FUN_003105c0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n FUN_003194d0("uninitialized __any_string");\n}" { (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) comment (expression_statement "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001665c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001665c0(param_1,local_48,local_40 + local_48)" identifier (argument_list "(param_1,local_48,local_40 + local_48)" ( identifier , identifier , (binary_expression "local_40 + local_48" identifier + identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
|
(translation_unit "/* std::__facet_shims::(anonymous namespace)::collate_shim<char>::do_transform(char const*, char\n const*) const */\n\nchar * std::__facet_shims::(anonymous_namespace)::collate_shim<char>::do_transform\n (char *param_1,char *param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n __collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *(char **)param_1 = param_1 + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n __throw_logic_error("uninitialized __any_string");\n}\n\n" comment (function_definition "char * std::__facet_shims::(anonymous_namespace)::collate_shim<char>::do_transform\n (char *param_1,char *param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n __collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *(char **)param_1 = param_1 + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n __throw_logic_error("uninitialized __any_string");\n}" primitive_type (function_declarator "* std::__facet_shims::(anonymous_namespace)::collate_shim<char>::do_transform\n (char *param_1,char *param_2)" (pointer_declarator "* std::__facet_shims::(anonymous_namespace" * (ERROR "std::__facet_shims::(" identifier : : identifier : : () identifier) (ERROR ")::collate_shim<char>::do_transform" ) : : identifier < primitive_type > : : identifier) (parameter_list "(char *param_1,char *param_2)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */\n __collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *(char **)param_1 = param_1 + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */\n __throw_logic_error("uninitialized __any_string");\n}" { (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) comment (expression_statement "__collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48);" (binary_expression "__collate_transform<char>(*(undefined8 *)(param_2 + 0x18),&local_48)" (binary_expression "__collate_transform<char" identifier < identifier) > (parenthesized_expression "(*(undefined8 *)(param_2 + 0x18),&local_48)" ( (comma_expression "*(undefined8 *)(param_2 + 0x18),&local_48" (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier)) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n *(char **)param_1 = param_1 + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(char **)param_1 = param_1 + 0x10;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "*(char **)param_1 = param_1 + 0x10;" (assignment_expression "*(char **)param_1 = param_1 + 0x10" (pointer_expression "*(char **)param_1" * (cast_expression "(char **)param_1" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (ERROR "__cxx11::basic_string<char,_std::char_traits<char>,_std::" (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_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48);" (binary_expression "allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48)" (binary_expression "allocator<char>_>::\n _M_construct<char_const" (binary_expression "allocator<char>_>::\n _M_construct" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "*" *) > (parenthesized_expression "((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48)" ( (parenthesized_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)param_1,local_48\n ,local_40 + local_48)" ( (ERROR "basic_string<char,_std::char_traits<char>,_std::" (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (comma_expression "allocator<char>_> *)param_1,local_48\n ,local_40 + local_48" (binary_expression "allocator<char>_> *)param_1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*)param_1" * (ERROR ")" )) identifier)) , (comma_expression "local_48\n ,local_40 + local_48" identifier , (binary_expression "local_40 + local_48" identifier + identifier))) )) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "__throw_logic_error("uninitialized __any_string");" (call_expression "__throw_logic_error("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
|
(translation_unit "long * FUN_003105c0(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}\n\n" (function_definition "long * FUN_003105c0(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_003105c0(long *param_1,long param_2)" * (function_declarator "FUN_003105c0(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" { (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x18)" * (cast_expression "(undefined8 *)(param_2 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001665c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001665c0(param_1,local_48,local_40 + local_48)" identifier (argument_list "(param_1,local_48,local_40 + local_48)" ( identifier , identifier , (binary_expression "local_40 + local_48" identifier + identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) ))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })))
|
(function_definition "long * FUN_003105c0(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_003105c0(long *param_1,long param_2)" (* "*") (function_declarator "FUN_003105c0(long *param_1,long param_2)" (identifier "FUN_003105c0") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")")))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003194d0("uninitialized __any_string");\n}" ({ "{") (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (declaration "code *local_28;" (type_identifier "code") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" (identifier "local_28") (= "=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);" (call_expression "FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48)" (identifier "FUN_00316190") (argument_list "(*(undefined8 *)(param_2 + 0x18),&local_48)" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001665c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" ({ "{") (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_001665c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001665c0(param_1,local_48,local_40 + local_48)" (identifier "FUN_001665c0") (argument_list "(param_1,local_48,local_40 + local_48)" (( "(") (identifier "param_1") (, ",") (identifier "local_48") (, ",") (binary_expression "local_40 + local_48" (identifier "local_40") (+ "+") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*local_28)(&local_48);\n }" ({ "{") (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" (( "(") (pointer_expression "*local_28" (* "*") (identifier "local_28")) () ")")) (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_003194d0("uninitialized __any_string");" (call_expression "FUN_003194d0("uninitialized __any_string")" (identifier "FUN_003194d0") (argument_list "("uninitialized __any_string")" (( "(") (string_literal ""uninitialized __any_string"" (" """) (string_content "uninitialized __any_string") (" """)) () ")"))) (; ";")) (} "}")))
|
/* std::__facet_shims::(anonymous namespace)::collate_shim<char>::do_transform(char const*, char
const*) const */
char * std::__facet_shims::(anonymous_namespace)::collate_shim<char>::do_transform
(char *var_5,char *var_3)
{
long var_11;
long var_10;
type_1 *var_4;
var_4 = (type_1 *)0x0;
/* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */
var_1<var_2>(*(type_2 *)(var_3 + 0x18),&var_11);
if (var_4 != (type_1 *)0x0) {
*(char **)var_5 = var_5 + 0x10;
__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_6<var_2>var_7>::
var_8<var_9*>
((basic_string<var_2,_std::char_traits<var_2>,_std::var_6<var_2>var_7> *)var_5,var_11
,var_10 + var_11);
if (var_4 != (type_1 *)0x0) {
(*var_4)(&var_11);
}
return var_5;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */
var_12("uninitialized __any_string");
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier))))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))))
| null |
long * MASKED(long *param_1,long param_2)
{
long local_48;
long local_40;
code *local_28;
local_28 = (code *)0x0;
/* try { // try from 003105dc to 00310603 has its CatchHandler @ 00310629 */
FUN_00316190(*(undefined8 *)(param_2 + 0x18),&local_48);
if (local_28 != (code *)0x0) {
*param_1 = (long)(param_1 + 2);
FUN_001665c0(param_1,local_48,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00310624 to 00310628 has its CatchHandler @ 00310629 */
FUN_003194d0("uninitialized __any_string");
}
|
95_dircolors_and_dircolors_strip.c
|
quotearg_mem
|
FUN_001051e0
|
char * quotearg_mem(char *arg,size_t argsize)
{
char *pcVar1;
pcVar1 = quotearg_n_mem(L'\0',arg,argsize);
return pcVar1;
}
|
void FUN_001051e0(undefined8 param_1,undefined8 param_2)
{
FUN_001051c0(0,param_1,param_2);
return;
}
|
MOV RDX,RSI
MOV RSI,RDI
XOR EDI,EDI
JMP 0x001051c0
| null | null | null | null |
[('const-0', u'CALL_-1206955525'), ('tmp_39', u'CALL_-1206955525'), ('tmp_40', u'CALL_-1206955525'), ('const-0', u'RETURN_-1206955521'), (u'CALL_-1206955525', u'RETURN_-1206955521')]
|
[('tmp_91', u'CALL_-1206955525'), ('const-0', u'RETURN_-1206955521'), ('const-0', u'CALL_-1206955525'), ('tmp_90', u'CALL_-1206955525')]
| null | null |
001051e0
|
x64
|
O2
|
(translation_unit "void FUN_001051e0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001051c0(0,param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001051e0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_001051e0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" { (expression_statement "FUN_001051c0(0,param_1,param_2);" (call_expression "FUN_001051c0(0,param_1,param_2)" identifier (argument_list "(0,param_1,param_2)" ( number_literal , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "char * quotearg_mem(char *arg,size_t argsize)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_mem(L'\0',arg,argsize);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_mem(char *arg,size_t argsize)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_mem(L'\0',arg,argsize);\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_mem(char *arg,size_t argsize)" * (function_declarator "quotearg_mem(char *arg,size_t argsize)" identifier (parameter_list "(char *arg,size_t argsize)" ( (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "size_t argsize" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_n_mem(L'\0',arg,argsize);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_n_mem(L'\0',arg,argsize);" (assignment_expression "pcVar1 = quotearg_n_mem(L'\0',arg,argsize)" identifier = (call_expression "quotearg_n_mem(L'\0',arg,argsize)" identifier (argument_list "(L'\0',arg,argsize)" ( (char_literal "L'\0'" L' escape_sequence ') , identifier , identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void FUN_001051e0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001051c0(0,param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001051e0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_001051e0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" { (expression_statement "FUN_001051c0(0,param_1,param_2);" (call_expression "FUN_001051c0(0,param_1,param_2)" identifier (argument_list "(0,param_1,param_2)" ( number_literal , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001051e0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001051e0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001051e0") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_001051c0(0,param_1,param_2);\n return;\n}" ({ "{") (expression_statement "FUN_001051c0(0,param_1,param_2);" (call_expression "FUN_001051c0(0,param_1,param_2)" (identifier "FUN_001051c0") (argument_list "(0,param_1,param_2)" (( "(") (number_literal "0") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
char * function_1(char *arg,size_t argsize)
{
char *pcVar1;
pcVar1 = var_1(L'\0',arg,argsize);
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
FUN_001051c0(0,param_1,param_2);
return;
}
|
3019_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
do_section_link
|
FUN_001a0e20
|
/* DWARF original prototype: uint do_section_link(Sized_relobj_file<32,_false> * this, uint shndx)
*/
uint __thiscall
gold::Sized_relobj_file<32,_false>::do_section_link(Sized_relobj_file<32,_false> *this,uint shndx)
{
Elf_Word EVar1;
EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::section_link(&this->elf_file_,shndx);
return EVar1;
}
|
void FUN_001a0e20(long param_1)
{
FUN_001a0d80(param_1 + 0xf8);
return;
}
|
ADD RDI,0xf8
JMP 0x001a0d80
| null | null | null | null |
[(u'CALL_-1207628233', u'RETURN_-1207628229'), ('tmp_35', u'PTRSUB_-1207628167'), (u'PTRSUB_-1207628167', u'CALL_-1207628233'), ('const-248', u'PTRSUB_-1207628167'), ('tmp_36', u'CALL_-1207628233'), ('const-0', u'RETURN_-1207628229')]
|
[('tmp_61', u'INT_ADD_-1207628235'), ('const-248', u'INT_ADD_-1207628235'), (u'INT_ADD_-1207628235', u'CALL_-1207628233'), ('const-0', u'RETURN_-1207628229')]
| null | null |
001a0e20
|
x64
|
O2
|
(translation_unit "void FUN_001a0e20(long param_1)\n\n{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}\n\n" (function_definition "void FUN_001a0e20(long param_1)\n\n{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" primitive_type (function_declarator "FUN_001a0e20(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" { (expression_statement "FUN_001a0d80(param_1 + 0xf8);" (call_expression "FUN_001a0d80(param_1 + 0xf8)" identifier (argument_list "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: uint do_section_link(Sized_relobj_file<32,_false> * this, uint shndx)\n */\n\nuint __thiscall\ngold::Sized_relobj_file<32,_false>::do_section_link(Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_Word EVar1;\n \n EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::section_link(&this->elf_file_,shndx);\n return EVar1;\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_relobj_file<32,_false>::do_section_link(Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_Word EVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_section_link(Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_Word" identifier > : : (function_declarator "do_section_link(Sized_relobj_file<32,_false> *this,uint shndx)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,uint shndx)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) { identifier) identifier ;) (ERROR "EVar1 = elfcpp::Elf_file<32,_false," (binary_expression "EVar1 = elfcpp::Elf_file<32" (assignment_expression "EVar1 = elfcpp" identifier = identifier) (ERROR "::Elf_file" : : identifier) < number_literal) , identifier ,) (labeled_statement "_gold::Object>::section_link(&this->elf_file_,shndx);" statement_identifier (ERROR "::Object>:" : : identifier > :) : (expression_statement "section_link(&this->elf_file_,shndx);" (call_expression "section_link(&this->elf_file_,shndx)" identifier (argument_list "(&this->elf_file_,shndx)" ( (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier)) , identifier ))) ;)) (return_statement "return EVar1;" return identifier ;) (ERROR "}" }))
|
(translation_unit "void FUN_001a0e20(long param_1)\n\n{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}\n\n" (function_definition "void FUN_001a0e20(long param_1)\n\n{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" primitive_type (function_declarator "FUN_001a0e20(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" { (expression_statement "FUN_001a0d80(param_1 + 0xf8);" (call_expression "FUN_001a0d80(param_1 + 0xf8)" identifier (argument_list "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001a0e20(long param_1)\n\n{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001a0e20(long param_1)" (identifier "FUN_001a0e20") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_001a0d80(param_1 + 0xf8);\n return;\n}" ({ "{") (expression_statement "FUN_001a0d80(param_1 + 0xf8);" (call_expression "FUN_001a0d80(param_1 + 0xf8)" (identifier "FUN_001a0d80") (argument_list "(param_1 + 0xf8)" (( "(") (binary_expression "param_1 + 0xf8" (identifier "param_1") (+ "+") (number_literal "0xf8")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: uint do_section_link(Sized_relobj_file<32,_false> * this, uint shndx)
*/
type_1 __thiscall
gold::Sized_relobj_file<32,_false>::do_section_link(Sized_relobj_file<32,_false> *this,type_1 shndx)
{
Elf_Word EVar1;
EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::var_1(&this->elf_file_,shndx);
return EVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
| null |
void MASKED(long param_1)
{
FUN_001a0d80(param_1 + 0xf8);
return;
}
|
1_i686-gnu-objcopy_and_i686-gnu-objcopy_strip.c
|
_init
|
_DT_INIT
|
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___0012afc8;
if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {
puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();
}
return (int)puVar1;
}
|
void _DT_INIT(void)
{
if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___0012afc8)();
}
return;
}
|
SUB RSP,0x8
MOV RAX,qword ptr [0x0012afc8]
TEST RAX,RAX
JZ 0x00104012
CALL RAX
ADD RSP,0x8
RET
| null | null | null | null |
[('const-0', u'INT_NOTEQUAL_-1206960091'), (u'CAST_-1206959978', u'CALLIND_-1206960081'), ('tmp_203', u'MULTIEQUAL_-1206959985'), (u'SUBPIECE_-1206960002', u'RETURN_-1206960061'), (u'MULTIEQUAL_-1206960007', u'SUBPIECE_-1206960002'), ('const-0', u'RETURN_-1206960061'), (u'MULTIEQUAL_-1206959985', u'COPY_-1206960041'), ('const-0', u'SUBPIECE_-1206960002'), (u'CAST_-1206959977', u'MULTIEQUAL_-1206960007'), ('tmp_203', u'COPY_-1206960044'), (u'INT_NOTEQUAL_-1206960091', u'CBRANCH_-1206960090'), (u'COPY_-1206960044', u'MULTIEQUAL_-1206960007'), (u'CALLIND_-1206960081', u'INDIRECT_-1206959988'), ('tmp_203', u'INT_NOTEQUAL_-1206960091'), ('tmp_52', u'CBRANCH_-1206960090'), (u'INDIRECT_-1206959988', u'MULTIEQUAL_-1206959985'), ('tmp_203', u'CAST_-1206959978'), (u'CALLIND_-1206960081', u'CAST_-1206959977')]
|
[('const-0', u'INT_NOTEQUAL_-1206960091'), ('tmp_192', u'CAST_-1206959982'), ('const-0', u'RETURN_-1206960061'), (u'MULTIEQUAL_-1206959988', u'COPY_-1206960044'), (u'INT_NOTEQUAL_-1206960091', u'CBRANCH_-1206960090'), (u'CAST_-1206959982', u'CALLIND_-1206960081'), ('tmp_52', u'CBRANCH_-1206960090'), (u'CALLIND_-1206960081', u'INDIRECT_-1206959991'), ('tmp_192', u'INT_NOTEQUAL_-1206960091'), ('tmp_192', u'MULTIEQUAL_-1206959988'), (u'INDIRECT_-1206959991', u'MULTIEQUAL_-1206959988')]
| null | null |
00104000
|
x64
|
O2
|
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" primitive_type (function_declarator "_DT_INIT(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" { (if_statement "if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }" if (parenthesized_expression "(PTR___gmon_start___0012afc8 != (undefined *)0x0)" ( (binary_expression "PTR___gmon_start___0012afc8 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*(code *)PTR___gmon_start___0012afc8)();\n }" { (expression_statement "(*(code *)PTR___gmon_start___0012afc8)();" (call_expression "(*(code *)PTR___gmon_start___0012afc8)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0012afc8)" ( (pointer_expression "*(code *)PTR___gmon_start___0012afc8" * (cast_expression "(code *)PTR___gmon_start___0012afc8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "int _init(EVP_PKEY_CTX *ctx)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___0012afc8;\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();\n }\n return (int)puVar1;\n}\n\n" (function_definition "int _init(EVP_PKEY_CTX *ctx)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___0012afc8;\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();\n }\n return (int)puVar1;\n}" primitive_type (function_declarator "_init(EVP_PKEY_CTX *ctx)" identifier (parameter_list "(EVP_PKEY_CTX *ctx)" ( (parameter_declaration "EVP_PKEY_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) ))) (compound_statement "{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___0012afc8;\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();\n }\n return (int)puVar1;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = PTR___gmon_start___0012afc8;" (assignment_expression "puVar1 = PTR___gmon_start___0012afc8" identifier = identifier) ;) (if_statement "if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();\n }" if (parenthesized_expression "(PTR___gmon_start___0012afc8 != (undefined *)0x0)" ( (binary_expression "PTR___gmon_start___0012afc8 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();\n }" { (expression_statement "puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)();" (assignment_expression "puVar1 = (undefined *)(*(code *)PTR___gmon_start___0012afc8)()" identifier = (cast_expression "(undefined *)(*(code *)PTR___gmon_start___0012afc8)()" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___gmon_start___0012afc8)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0012afc8)" ( (pointer_expression "*(code *)PTR___gmon_start___0012afc8" * (cast_expression "(code *)PTR___gmon_start___0012afc8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) })) (return_statement "return (int)puVar1;" return (cast_expression "(int)puVar1" ( (type_descriptor "int" primitive_type) ) identifier) ;) })))
|
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" primitive_type (function_declarator "_DT_INIT(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" { (if_statement "if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }" if (parenthesized_expression "(PTR___gmon_start___0012afc8 != (undefined *)0x0)" ( (binary_expression "PTR___gmon_start___0012afc8 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*(code *)PTR___gmon_start___0012afc8)();\n }" { (expression_statement "(*(code *)PTR___gmon_start___0012afc8)();" (call_expression "(*(code *)PTR___gmon_start___0012afc8)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0012afc8)" ( (pointer_expression "*(code *)PTR___gmon_start___0012afc8" * (cast_expression "(code *)PTR___gmon_start___0012afc8" ( (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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) })) (return_statement return ;) })))
|
(function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }\n return;\n}" ({ "{") (if_statement "if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0012afc8)();\n }" (if "if") (parenthesized_expression "(PTR___gmon_start___0012afc8 != (undefined *)0x0)" (( "(") (binary_expression "PTR___gmon_start___0012afc8 != (undefined *)0x0" (identifier "PTR___gmon_start___0012afc8") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*(code *)PTR___gmon_start___0012afc8)();\n }" ({ "{") (expression_statement "(*(code *)PTR___gmon_start___0012afc8)();" (call_expression "(*(code *)PTR___gmon_start___0012afc8)()" (parenthesized_expression "(*(code *)PTR___gmon_start___0012afc8)" (( "(") (pointer_expression "*(code *)PTR___gmon_start___0012afc8" (* "*") (cast_expression "(code *)PTR___gmon_start___0012afc8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___gmon_start___0012afc8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)(*(type_3 *)var_1)();
}
return (int)puVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement))))
| null |
void MASKED(void)
{
if (PTR___gmon_start___0012afc8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___0012afc8)();
}
return;
}
|
280_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
print_discarded_sections
|
FUN_00148e32
|
/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */
void gold::Mapfile::print_discarded_sections(Input_objects *param_1)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00148e32(void)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
MOV RDX,qword ptr [R12 + 0x28]
TEST RDX,RDX
JZ 0x00148e49
LEA RDI,[RDX + 0x28]
OR RSI,-0x1
CALL 0x0017a690
MOV RDI,RBX
CALL 0x003688e0
| null | null | null | null |
[(u'INT_NOTEQUAL_-1207202230', u'CBRANCH_-1207202229'), (u'LOAD_-1207202251', u'INT_NOTEQUAL_-1207202230'), ('const-0', u'INT_NOTEQUAL_-1207202230'), ('const--1', u'CALL_-1207202203'), ('const-40', u'INT_ADD_-1207202235'), (u'INT_ADD_-1207202235', u'CAST_-1207202112'), ('tmp_32', u'CBRANCH_-1207202229'), ('const-40', u'INT_ADD_-1207202212'), (u'INT_ADD_-1207202212', u'CAST_-1207202101'), ('const-433', u'LOAD_-1207202251'), ('const-1', u'RETURN_-1207202186'), ('tmp_203', u'INT_ADD_-1207202235'), (u'CAST_-1207202101', u'CALL_-1207202203'), (u'CAST_-1207202112', u'LOAD_-1207202251'), (u'LOAD_-1207202251', u'INT_ADD_-1207202212')]
|
[(u'INT_NOTEQUAL_-1207202230', u'CBRANCH_-1207202229'), (u'LOAD_-1207202251', u'INT_NOTEQUAL_-1207202230'), ('const-433', u'LOAD_-1207202251'), ('const-0', u'INT_NOTEQUAL_-1207202230'), ('const--1', u'CALL_-1207202203'), ('const-40', u'INT_ADD_-1207202235'), (u'INT_ADD_-1207202235', u'CAST_-1207202112'), ('tmp_32', u'CBRANCH_-1207202229'), ('const-40', u'INT_ADD_-1207202212'), (u'INT_ADD_-1207202212', u'CALL_-1207202203'), ('const-1', u'RETURN_-1207202186'), ('tmp_203', u'INT_ADD_-1207202235'), (u'CAST_-1207202112', u'LOAD_-1207202251'), (u'LOAD_-1207202251', u'INT_ADD_-1207202212')]
| null | null |
00148e32
|
x64
|
O2
|
(translation_unit "void FUN_00148e32(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_00148e32(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_00148e32(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" { (expression_statement "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" identifier (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) , number_literal ))) ;) })) comment (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */\n\nvoid gold::Mapfile::print_discarded_sections(Input_objects *param_1)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Mapfile::print_discarded_sections(Input_objects *param_1)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Mapfile::" identifier : : identifier : :) (function_declarator "print_discarded_sections(Input_objects *param_1)" identifier (parameter_list "(Input_objects *param_1)" ( (parameter_declaration "Input_objects *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);\n }" { (labeled_statement "File_read::unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);" statement_identifier : (ERROR ":" :) (expression_statement "unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff);" (call_expression "unlock((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff)" identifier (argument_list "((File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28),(Task *)0xffffffffffffffff)" ( (cast_expression "(File_read *)(*(long *)(unaff_R12 + 0x28) + 0x28)" ( (type_descriptor "File_read *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) + 0x28)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) ))) , (cast_expression "(Task *)0xffffffffffffffff" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00148e32(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_00148e32(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_00148e32(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_003688e0();\n}" { (declaration "long unaff_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" if (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" { (expression_statement "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" identifier (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" ( (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" * (cast_expression "(long *)(unaff_R12 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R12 + 0x28)" ( (binary_expression "unaff_R12 + 0x28" identifier + number_literal) )))) + number_literal) , number_literal ))) ;) })) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , LIT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00148e32(void)\n\n{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_00148e32(void)" (identifier "FUN_00148e32") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_R12;\n \n if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }\n \n FUN_003688e0();\n}" ({ "{") (declaration "long unaff_R12;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R12") (; ";")) (if_statement "if (*(long *)(unaff_R12 + 0x28) != 0) {\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_R12 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(unaff_R12 + 0x28) != 0" (pointer_expression "*(long *)(unaff_R12 + 0x28)" (* "*") (cast_expression "(long *)(unaff_R12 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_R12 + 0x28)" (( "(") (binary_expression "unaff_R12 + 0x28" (identifier "unaff_R12") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);\n }" ({ "{") (expression_statement "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);" (call_expression "FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" (identifier "FUN_0017a690") (argument_list "(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff)" (( "(") (binary_expression "*(long *)(unaff_R12 + 0x28) + 0x28" (pointer_expression "*(long *)(unaff_R12 + 0x28)" (* "*") (cast_expression "(long *)(unaff_R12 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_R12 + 0x28)" (( "(") (binary_expression "unaff_R12 + 0x28" (identifier "unaff_R12") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "0x28")) (, ",") (number_literal "0xffffffffffffffff") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" (identifier "FUN_003688e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* gold::Mapfile::print_discarded_sections(gold::Input_objects const*) [clone .cold.37] */
void gold::Mapfile::function_1(type_1 *param_1)
{
long var_1;
if (*(long *)(var_1 + 0x28) != 0) {
File_read::var_2((type_2 *)(*(long *)(var_1 + 0x28) + 0x28),(type_3 *)0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
var_3();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_R12;
if (*(long *)(unaff_R12 + 0x28) != 0) {
FUN_0017a690(*(long *)(unaff_R12 + 0x28) + 0x28,0xffffffffffffffff);
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
8875_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
ofstream
|
FUN_00307010
|
/* std::ofstream::ofstream() */
void __thiscall std::ofstream::ofstream(ofstream *this)
{
ios_base *this_00;
this_00 = (ios_base *)(this + 0xf8);
ios_base::ios_base(this_00);
*(undefined8 *)this = 0x4396c0;
*(undefined2 *)(this + 0x1d8) = 0;
*(undefined8 *)(this + 0x1d0) = 0;
*(undefined8 *)(this + 0x1e0) = 0;
*(undefined8 *)(this + 0x1e8) = 0;
*(undefined8 *)(this + 0x1f0) = 0;
*(undefined8 *)(this + 0x1f8) = 0;
*(undefined8 *)(this + 0xf8) = 0x4396e8;
/* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */
ios::init((ios *)this_00,(streambuf *)0x0);
*(undefined ***)this = &PTR__ofstream_00439730;
*(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758;
/* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */
filebuf::filebuf((filebuf *)(this + 8));
/* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */
ios::init((ios *)this_00,(streambuf *)(this + 8));
return;
}
|
void FUN_00307010(undefined8 *param_1)
{
undefined8 *puVar1;
puVar1 = param_1 + 0x1f;
FUN_003189d0(puVar1);
*param_1 = &DAT_004396c0;
*(undefined2 *)(param_1 + 0x3b) = 0;
param_1[0x3a] = 0;
param_1[0x3c] = 0;
param_1[0x3d] = 0;
param_1[0x3e] = 0;
param_1[0x3f] = 0;
param_1[0x1f] = &DAT_004396e8;
/* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */
FUN_00300fe0(puVar1,0);
*param_1 = &PTR_FUN_00439730;
param_1[0x1f] = &PTR_FUN_00439758;
/* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */
FUN_003032d0(param_1 + 1);
/* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */
FUN_00300fe0(puVar1,param_1 + 1);
return;
}
|
PUSH R14
PUSH R13
LEA R13,[0x4396c0]
PUSH R12
PUSH RBP
LEA RBP,[RDI + 0xf8]
PUSH RBX
MOV RBX,RDI
MOV RDI,RBP
CALL 0x003189d0
XOR EAX,EAX
MOV qword ptr [RBX],R13
XOR ESI,ESI
MOV word ptr [RBX + 0x1d8],AX
LEA RAX,[R13 + 0x28]
MOV RDI,RBP
MOV qword ptr [RBX + 0x1d0],0x0
MOV qword ptr [RBX + 0x1e0],0x0
MOV qword ptr [RBX + 0x1e8],0x0
MOV qword ptr [RBX + 0x1f0],0x0
MOV qword ptr [RBX + 0x1f8],0x0
MOV qword ptr [RBX + 0xf8],RAX
CALL 0x00300fe0
LEA RAX,[0x439718]
LEA R12,[RBX + 0x8]
MOV RDI,R12
LEA RDX,[RAX + 0x18]
ADD RAX,0x40
MOV qword ptr [RBX],RDX
MOV qword ptr [RBX + 0xf8],RAX
CALL 0x003032d0
MOV RSI,R12
MOV RDI,RBP
CALL 0x00300fe0
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
| null | null | null | null |
[('const-248', u'PTRADD_-1204850372'), ('const-480', u'PTRADD_-1204850488'), ('const-1', u'PTRADD_-1204850406'), (u'PTRADD_-1204850460', u'CAST_-1204850273'), (u'CAST_-1204850297', u'STORE_-1204850548'), ('const-472', u'PTRADD_-1204850522'), (u'CAST_-1204850352', u'CAST_-1204850241'), ('const-1', u'PTRADD_-1204850446'), ('const-433', u'STORE_-1204850492'), ('const-4429544', u'STORE_-1204850492'), ('const-433', u'STORE_-1204850548'), ('const-464', u'PTRADD_-1204850502'), ('const-433', u'STORE_-1204850438'), ('const-1', u'PTRADD_-1204850432'), ('const-0', u'PTRSUB_-1204850219'), ('const-433', u'STORE_-1204850534'), ('const-433', u'STORE_-1204850520'), ('const-0', u'PTRSUB_-1204850223'), (u'CAST_-1204850324', u'STORE_-1204850582'), (u'PTRADD_-1204850502', u'CAST_-1204850309'), ('const-433', u'STORE_-1204850600'), (u'CAST_-1204850285', u'STORE_-1204850534'), ('const-0', u'STORE_-1204850506'), (u'CAST_-1204850228', u'CALL_-1204850418'), ('tmp_332', u'PTRADD_-1204850460'), ('const-488', u'PTRADD_-1204850474'), ('const-4429504', u'STORE_-1204850600'), (u'CAST_-1204850189', u'CALL_-1204850402'), ('const-433', u'STORE_-1204850582'), ('tmp_332', u'PTRADD_-1204850432'), (u'CAST_-1204850188', u'CALL_-1204850402'), (u'CAST_-1204850352', u'CALL_-1204850615'), ('const-0', u'STORE_-1204850562'), ('const-1', u'PTRADD_-1204850522'), (u'CAST_-1204850330', u'STORE_-1204850600'), ('const-496', u'PTRADD_-1204850460'), ('const-433', u'STORE_-1204850562'), ('tmp_332', u'PTRADD_-1204850502'), ('tmp_332', u'PTRADD_-1204850406'), ('const-1', u'PTRADD_-1204850580'), (u'PTRADD_-1204850406', u'CAST_-1204850228'), (u'CAST_-1204850249', u'STORE_-1204850492'), (u'CAST_-1204850309', u'STORE_-1204850562'), ('tmp_332', u'PTRADD_-1204850446'), ('const-1', u'PTRADD_-1204850474'), (u'PTRADD_-1204850580', u'CAST_-1204850352'), ('const-1', u'PTRADD_-1204850372'), ('const-433', u'STORE_-1204850506'), ('const-0', u'STORE_-1204850534'), ('const-248', u'PTRADD_-1204850432'), ('const-433', u'STORE_-1204850432'), (u'PTRSUB_-1204850223', u'STORE_-1204850438'), ('const-0', u'CALL_-1204850478'), ('tmp_332', u'PTRADD_-1204850580'), (u'PTRADD_-1204850446', u'CAST_-1204850261'), (u'PTRADD_-1204850432', u'CAST_-1204850249'), (u'CAST_-1204850241', u'CALL_-1204850478'), ('const-248', u'PTRADD_-1204850580'), (u'CAST_-1204850212', u'STORE_-1204850438'), ('tmp_332', u'PTRADD_-1204850372'), (u'PTRADD_-1204850522', u'CAST_-1204850324'), ('const-504', u'PTRADD_-1204850446'), ('const-0', u'STORE_-1204850582'), (u'PTRADD_-1204850474', u'CAST_-1204850285'), ('tmp_332', u'CAST_-1204850330'), (u'CAST_-1204850352', u'CAST_-1204850189'), (u'CAST_-1204850261', u'STORE_-1204850506'), (u'PTRSUB_-1204850219', u'STORE_-1204850432'), (u'PTRADD_-1204850488', u'CAST_-1204850297'), ('const-8', u'PTRADD_-1204850406'), ('const-1', u'PTRADD_-1204850460'), ('const-4429656', u'PTRSUB_-1204850219'), ('const-0', u'STORE_-1204850520'), ('const-1', u'PTRADD_-1204850488'), ('tmp_332', u'PTRADD_-1204850474'), ('const-4429616', u'PTRSUB_-1204850223'), ('tmp_332', u'PTRADD_-1204850522'), ('const-0', u'STORE_-1204850548'), (u'PTRADD_-1204850372', u'CAST_-1204850208'), (u'CAST_-1204850273', u'STORE_-1204850520'), ('const-1', u'PTRADD_-1204850502'), (u'PTRADD_-1204850406', u'CAST_-1204850188'), (u'CAST_-1204850208', u'STORE_-1204850432'), ('const-0', u'RETURN_-1204850363'), ('tmp_332', u'CAST_-1204850212'), ('tmp_332', u'PTRADD_-1204850488')]
|
[('const-8', u'PTRADD_-1204850283'), ('const-433', u'STORE_-1204850548'), (u'PTRSUB_-1204850331', u'STORE_-1204850600'), ('const-433', u'STORE_-1204850534'), ('const-0', u'STORE_-1204850548'), ('const-58', u'PTRADD_-1204850307'), (u'PTRADD_-1204850307', u'STORE_-1204850562'), ('tmp_549', u'PTRADD_-1204850307'), ('const-8', u'PTRADD_-1204850259'), ('const-8', u'PTRADD_-1204850349'), ('const-433', u'STORE_-1204850562'), ('const-62', u'PTRADD_-1204850271'), ('const-433', u'STORE_-1204850506'), (u'PTRADD_-1204850259', u'STORE_-1204850506'), ('tmp_549', u'PTRADD_-1204850349'), (u'PTRADD_-1204850271', u'STORE_-1204850520'), (u'PTRADD_-1204850349', u'CALL_-1204850478'), ('const-433', u'STORE_-1204850492'), ('tmp_549', u'STORE_-1204850600'), ('tmp_549', u'STORE_-1204850438'), (u'PTRADD_-1204850227', u'CALL_-1204850402'), ('tmp_549', u'PTRADD_-1204850259'), ('tmp_549', u'PTRADD_-1204850271'), ('const-1', u'PTRADD_-1204850227'), ('const-433', u'STORE_-1204850600'), (u'PTRSUB_-1204850217', u'STORE_-1204850432'), ('tmp_549', u'PTRADD_-1204850322'), ('const-433', u'STORE_-1204850432'), ('const-0', u'STORE_-1204850562'), ('const-61', u'PTRADD_-1204850283'), (u'PTRADD_-1204850349', u'CALL_-1204850402'), ('const-31', u'PTRADD_-1204850247'), ('const-8', u'PTRADD_-1204850295'), (u'PTRADD_-1204850247', u'STORE_-1204850492'), ('const-0', u'PTRSUB_-1204850331'), ('const-8', u'PTRADD_-1204850271'), ('const-0', u'PTRSUB_-1204850256'), ('const-0', u'STORE_-1204850506'), ('const-433', u'STORE_-1204850520'), ('const-0', u'STORE_-1204850520'), (u'PTRADD_-1204850349', u'CALL_-1204850615'), ('const-0', u'PTRSUB_-1204850221'), ('const-8', u'PTRADD_-1204850247'), ('const-0', u'PTRSUB_-1204850217'), (u'PTRSUB_-1204850256', u'STORE_-1204850492'), ('tmp_549', u'PTRADD_-1204850295'), ('tmp_549', u'PTRADD_-1204850227'), ('const-0', u'STORE_-1204850582'), ('const-0', u'STORE_-1204850534'), ('const-60', u'PTRADD_-1204850295'), ('const-4429504', u'PTRSUB_-1204850331'), ('tmp_549', u'PTRADD_-1204850283'), ('const-4429544', u'PTRSUB_-1204850256'), (u'PTRADD_-1204850322', u'CAST_-1204850314'), (u'CAST_-1204850314', u'STORE_-1204850582'), ('const-59', u'PTRADD_-1204850322'), ('const-31', u'PTRADD_-1204850349'), ('const-8', u'PTRADD_-1204850322'), ('const-63', u'PTRADD_-1204850259'), ('tmp_549', u'PTRADD_-1204850208'), (u'PTRADD_-1204850227', u'CALL_-1204850418'), ('const-4429656', u'PTRSUB_-1204850217'), (u'PTRSUB_-1204850221', u'STORE_-1204850438'), ('const-433', u'STORE_-1204850582'), ('const-433', u'STORE_-1204850438'), ('const-4429616', u'PTRSUB_-1204850221'), ('const-31', u'PTRADD_-1204850208'), ('const-8', u'PTRADD_-1204850307'), ('tmp_549', u'PTRADD_-1204850247'), (u'PTRADD_-1204850295', u'STORE_-1204850548'), ('const-8', u'PTRADD_-1204850227'), (u'PTRADD_-1204850283', u'STORE_-1204850534'), (u'PTRADD_-1204850208', u'STORE_-1204850432'), ('const-0', u'CALL_-1204850478'), ('const-0', u'RETURN_-1204850363'), ('const-8', u'PTRADD_-1204850208')]
| null | null |
00307010
|
x64
|
O2
|
(translation_unit "void FUN_00307010(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n FUN_003032d0(param_1 + 1);\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}\n\n" (function_definition "void FUN_00307010(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n FUN_003032d0(param_1 + 1);\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" primitive_type (function_declarator "FUN_00307010(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n FUN_003032d0(param_1 + 1);\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = param_1 + 0x1f;" (assignment_expression "puVar1 = param_1 + 0x1f" identifier = (binary_expression "param_1 + 0x1f" identifier + number_literal)) ;) (expression_statement "FUN_003189d0(puVar1);" (call_expression "FUN_003189d0(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "*param_1 = &DAT_004396c0;" (assignment_expression "*param_1 = &DAT_004396c0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004396c0" & identifier)) ;) (expression_statement "*(undefined2 *)(param_1 + 0x3b) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x3b) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x3b)" * (cast_expression "(undefined2 *)(param_1 + 0x3b)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3b)" ( (binary_expression "param_1 + 0x3b" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x3a] = 0;" (assignment_expression "param_1[0x3a] = 0" (subscript_expression "param_1[0x3a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3c] = 0;" (assignment_expression "param_1[0x3c] = 0" (subscript_expression "param_1[0x3c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3d] = 0;" (assignment_expression "param_1[0x3d] = 0" (subscript_expression "param_1[0x3d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3e] = 0;" (assignment_expression "param_1[0x3e] = 0" (subscript_expression "param_1[0x3e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3f] = 0;" (assignment_expression "param_1[0x3f] = 0" (subscript_expression "param_1[0x3f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = &DAT_004396e8;" (assignment_expression "param_1[0x1f] = &DAT_004396e8" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = (pointer_expression "&DAT_004396e8" & identifier)) ;) comment (expression_statement "FUN_00300fe0(puVar1,0);" (call_expression "FUN_00300fe0(puVar1,0)" identifier (argument_list "(puVar1,0)" ( identifier , number_literal ))) ;) (expression_statement "*param_1 = &PTR_FUN_00439730;" (assignment_expression "*param_1 = &PTR_FUN_00439730" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439730" & identifier)) ;) (expression_statement "param_1[0x1f] = &PTR_FUN_00439758;" (assignment_expression "param_1[0x1f] = &PTR_FUN_00439758" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_00439758" & identifier)) ;) comment (expression_statement "FUN_003032d0(param_1 + 1);" (call_expression "FUN_003032d0(param_1 + 1)" identifier (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) ;) comment (expression_statement "FUN_00300fe0(puVar1,param_1 + 1);" (call_expression "FUN_00300fe0(puVar1,param_1 + 1)" identifier (argument_list "(puVar1,param_1 + 1)" ( identifier , (binary_expression "param_1 + 1" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::ofstream::ofstream() */\n\nvoid __thiscall std::ofstream::ofstream(ofstream *this)\n\n{\n ios_base *this_00;\n \n this_00 = (ios_base *)(this + 0xf8);\n ios_base::ios_base(this_00);\n *(undefined8 *)this = 0x4396c0;\n *(undefined2 *)(this + 0x1d8) = 0;\n *(undefined8 *)(this + 0x1d0) = 0;\n *(undefined8 *)(this + 0x1e0) = 0;\n *(undefined8 *)(this + 0x1e8) = 0;\n *(undefined8 *)(this + 0x1f0) = 0;\n *(undefined8 *)(this + 0x1f8) = 0;\n *(undefined8 *)(this + 0xf8) = 0x4396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n ios::init((ios *)this_00,(streambuf *)0x0);\n *(undefined ***)this = &PTR__ofstream_00439730;\n *(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n filebuf::filebuf((filebuf *)(this + 8));\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n ios::init((ios *)this_00,(streambuf *)(this + 8));\n return;\n}\n\n" comment (function_definition "void __thiscall std::ofstream::ofstream(ofstream *this)\n\n{\n ios_base *this_00;\n \n this_00 = (ios_base *)(this + 0xf8);\n ios_base::ios_base(this_00);\n *(undefined8 *)this = 0x4396c0;\n *(undefined2 *)(this + 0x1d8) = 0;\n *(undefined8 *)(this + 0x1d0) = 0;\n *(undefined8 *)(this + 0x1e0) = 0;\n *(undefined8 *)(this + 0x1e8) = 0;\n *(undefined8 *)(this + 0x1f0) = 0;\n *(undefined8 *)(this + 0x1f8) = 0;\n *(undefined8 *)(this + 0xf8) = 0x4396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n ios::init((ios *)this_00,(streambuf *)0x0);\n *(undefined ***)this = &PTR__ofstream_00439730;\n *(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n filebuf::filebuf((filebuf *)(this + 8));\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n ios::init((ios *)this_00,(streambuf *)(this + 8));\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ofstream::" identifier : : identifier : :) (function_declarator "ofstream(ofstream *this)" identifier (parameter_list "(ofstream *this)" ( (parameter_declaration "ofstream *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n ios_base *this_00;\n \n this_00 = (ios_base *)(this + 0xf8);\n ios_base::ios_base(this_00);\n *(undefined8 *)this = 0x4396c0;\n *(undefined2 *)(this + 0x1d8) = 0;\n *(undefined8 *)(this + 0x1d0) = 0;\n *(undefined8 *)(this + 0x1e0) = 0;\n *(undefined8 *)(this + 0x1e8) = 0;\n *(undefined8 *)(this + 0x1f0) = 0;\n *(undefined8 *)(this + 0x1f8) = 0;\n *(undefined8 *)(this + 0xf8) = 0x4396e8;\n /* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */\n ios::init((ios *)this_00,(streambuf *)0x0);\n *(undefined ***)this = &PTR__ofstream_00439730;\n *(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758;\n /* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */\n filebuf::filebuf((filebuf *)(this + 8));\n /* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */\n ios::init((ios *)this_00,(streambuf *)(this + 8));\n return;\n}" { (declaration "ios_base *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (expression_statement "this_00 = (ios_base *)(this + 0xf8);" (assignment_expression "this_00 = (ios_base *)(this + 0xf8)" identifier = (cast_expression "(ios_base *)(this + 0xf8)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) ;) (labeled_statement "ios_base::ios_base(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "ios_base(this_00);" (call_expression "ios_base(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (expression_statement "*(undefined8 *)this = 0x4396c0;" (assignment_expression "*(undefined8 *)this = 0x4396c0" (pointer_expression "*(undefined8 *)this" * (cast_expression "(undefined8 *)this" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (expression_statement "*(undefined2 *)(this + 0x1d8) = 0;" (assignment_expression "*(undefined2 *)(this + 0x1d8) = 0" (pointer_expression "*(undefined2 *)(this + 0x1d8)" * (cast_expression "(undefined2 *)(this + 0x1d8)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1d8)" ( (binary_expression "this + 0x1d8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x1d0) = 0;" (assignment_expression "*(undefined8 *)(this + 0x1d0) = 0" (pointer_expression "*(undefined8 *)(this + 0x1d0)" * (cast_expression "(undefined8 *)(this + 0x1d0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1d0)" ( (binary_expression "this + 0x1d0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x1e0) = 0;" (assignment_expression "*(undefined8 *)(this + 0x1e0) = 0" (pointer_expression "*(undefined8 *)(this + 0x1e0)" * (cast_expression "(undefined8 *)(this + 0x1e0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1e0)" ( (binary_expression "this + 0x1e0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x1e8) = 0;" (assignment_expression "*(undefined8 *)(this + 0x1e8) = 0" (pointer_expression "*(undefined8 *)(this + 0x1e8)" * (cast_expression "(undefined8 *)(this + 0x1e8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1e8)" ( (binary_expression "this + 0x1e8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x1f0) = 0;" (assignment_expression "*(undefined8 *)(this + 0x1f0) = 0" (pointer_expression "*(undefined8 *)(this + 0x1f0)" * (cast_expression "(undefined8 *)(this + 0x1f0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1f0)" ( (binary_expression "this + 0x1f0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x1f8) = 0;" (assignment_expression "*(undefined8 *)(this + 0x1f8) = 0" (pointer_expression "*(undefined8 *)(this + 0x1f8)" * (cast_expression "(undefined8 *)(this + 0x1f8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x1f8)" ( (binary_expression "this + 0x1f8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf8) = 0x4396e8;" (assignment_expression "*(undefined8 *)(this + 0xf8) = 0x4396e8" (pointer_expression "*(undefined8 *)(this + 0xf8)" * (cast_expression "(undefined8 *)(this + 0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) = number_literal) ;) comment (labeled_statement "ios::init((ios *)this_00,(streambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((ios *)this_00,(streambuf *)0x0);" (call_expression "init((ios *)this_00,(streambuf *)0x0)" identifier (argument_list "((ios *)this_00,(streambuf *)0x0)" ( (cast_expression "(ios *)this_00" ( (type_descriptor "ios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(streambuf *)0x0" ( (type_descriptor "streambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (expression_statement "*(undefined ***)this = &PTR__ofstream_00439730;" (assignment_expression "*(undefined ***)this = &PTR__ofstream_00439730" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__ofstream_00439730" & identifier)) ;) (expression_statement "*(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758;" (assignment_expression "*(undefined ***)(this + 0xf8) = &PTR__ofstream_00439758" (pointer_expression "*(undefined ***)(this + 0xf8)" * (cast_expression "(undefined ***)(this + 0xf8)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) = (pointer_expression "&PTR__ofstream_00439758" & identifier)) ;) comment (labeled_statement "filebuf::filebuf((filebuf *)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "filebuf((filebuf *)(this + 8));" (call_expression "filebuf((filebuf *)(this + 8))" identifier (argument_list "((filebuf *)(this + 8))" ( (cast_expression "(filebuf *)(this + 8)" ( (type_descriptor "filebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;)) comment (labeled_statement "ios::init((ios *)this_00,(streambuf *)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "init((ios *)this_00,(streambuf *)(this + 8));" (call_expression "init((ios *)this_00,(streambuf *)(this + 8))" identifier (argument_list "((ios *)this_00,(streambuf *)(this + 8))" ( (cast_expression "(ios *)this_00" ( (type_descriptor "ios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(streambuf *)(this + 8)" ( (type_descriptor "streambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00307010(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n \n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n \n FUN_003032d0(param_1 + 1);\n \n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}\n\n" (function_definition "void FUN_00307010(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n \n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n \n FUN_003032d0(param_1 + 1);\n \n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" primitive_type (function_declarator "FUN_00307010(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n \n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n \n FUN_003032d0(param_1 + 1);\n \n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = param_1 + 0x1f;" (assignment_expression "puVar1 = param_1 + 0x1f" identifier = (binary_expression "param_1 + 0x1f" identifier + number_literal)) ;) (expression_statement "FUN_003189d0(puVar1);" (call_expression "FUN_003189d0(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) (expression_statement "*param_1 = &DAT_004396c0;" (assignment_expression "*param_1 = &DAT_004396c0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004396c0" & identifier)) ;) (expression_statement "*(undefined2 *)(param_1 + 0x3b) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x3b) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x3b)" * (cast_expression "(undefined2 *)(param_1 + 0x3b)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x3b)" ( (binary_expression "param_1 + 0x3b" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x3a] = 0;" (assignment_expression "param_1[0x3a] = 0" (subscript_expression "param_1[0x3a]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3c] = 0;" (assignment_expression "param_1[0x3c] = 0" (subscript_expression "param_1[0x3c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3d] = 0;" (assignment_expression "param_1[0x3d] = 0" (subscript_expression "param_1[0x3d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3e] = 0;" (assignment_expression "param_1[0x3e] = 0" (subscript_expression "param_1[0x3e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x3f] = 0;" (assignment_expression "param_1[0x3f] = 0" (subscript_expression "param_1[0x3f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = &DAT_004396e8;" (assignment_expression "param_1[0x1f] = &DAT_004396e8" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = (pointer_expression "&DAT_004396e8" & identifier)) ;) (expression_statement "FUN_00300fe0(puVar1,0);" (call_expression "FUN_00300fe0(puVar1,0)" identifier (argument_list "(puVar1,0)" ( identifier , number_literal ))) ;) (expression_statement "*param_1 = &PTR_FUN_00439730;" (assignment_expression "*param_1 = &PTR_FUN_00439730" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439730" & identifier)) ;) (expression_statement "param_1[0x1f] = &PTR_FUN_00439758;" (assignment_expression "param_1[0x1f] = &PTR_FUN_00439758" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_00439758" & identifier)) ;) (expression_statement "FUN_003032d0(param_1 + 1);" (call_expression "FUN_003032d0(param_1 + 1)" identifier (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) ;) (expression_statement "FUN_00300fe0(puVar1,param_1 + 1);" (call_expression "FUN_00300fe0(puVar1,param_1 + 1)" identifier (argument_list "(puVar1,param_1 + 1)" ( identifier , (binary_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 { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00307010(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n \n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n \n FUN_003032d0(param_1 + 1);\n \n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00307010(undefined8 *param_1)" (identifier "FUN_00307010") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 0x1f;\n FUN_003189d0(puVar1);\n *param_1 = &DAT_004396c0;\n *(undefined2 *)(param_1 + 0x3b) = 0;\n param_1[0x3a] = 0;\n param_1[0x3c] = 0;\n param_1[0x3d] = 0;\n param_1[0x3e] = 0;\n param_1[0x3f] = 0;\n param_1[0x1f] = &DAT_004396e8;\n \n FUN_00300fe0(puVar1,0);\n *param_1 = &PTR_FUN_00439730;\n param_1[0x1f] = &PTR_FUN_00439758;\n \n FUN_003032d0(param_1 + 1);\n \n FUN_00300fe0(puVar1,param_1 + 1);\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = param_1 + 0x1f;" (assignment_expression "puVar1 = param_1 + 0x1f" (identifier "puVar1") (= "=") (binary_expression "param_1 + 0x1f" (identifier "param_1") (+ "+") (number_literal "0x1f"))) (; ";")) (expression_statement "FUN_003189d0(puVar1);" (call_expression "FUN_003189d0(puVar1)" (identifier "FUN_003189d0") (argument_list "(puVar1)" (( "(") (identifier "puVar1") () ")"))) (; ";")) (expression_statement "*param_1 = &DAT_004396c0;" (assignment_expression "*param_1 = &DAT_004396c0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004396c0" (& "&") (identifier "DAT_004396c0"))) (; ";")) (expression_statement "*(undefined2 *)(param_1 + 0x3b) = 0;" (assignment_expression "*(undefined2 *)(param_1 + 0x3b) = 0" (pointer_expression "*(undefined2 *)(param_1 + 0x3b)" (* "*") (cast_expression "(undefined2 *)(param_1 + 0x3b)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x3b)" (( "(") (binary_expression "param_1 + 0x3b" (identifier "param_1") (+ "+") (number_literal "0x3b")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x3a] = 0;" (assignment_expression "param_1[0x3a] = 0" (subscript_expression "param_1[0x3a]" (identifier "param_1") ([ "[") (number_literal "0x3a") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x3c] = 0;" (assignment_expression "param_1[0x3c] = 0" (subscript_expression "param_1[0x3c]" (identifier "param_1") ([ "[") (number_literal "0x3c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x3d] = 0;" (assignment_expression "param_1[0x3d] = 0" (subscript_expression "param_1[0x3d]" (identifier "param_1") ([ "[") (number_literal "0x3d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x3e] = 0;" (assignment_expression "param_1[0x3e] = 0" (subscript_expression "param_1[0x3e]" (identifier "param_1") ([ "[") (number_literal "0x3e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x3f] = 0;" (assignment_expression "param_1[0x3f] = 0" (subscript_expression "param_1[0x3f]" (identifier "param_1") ([ "[") (number_literal "0x3f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1f] = &DAT_004396e8;" (assignment_expression "param_1[0x1f] = &DAT_004396e8" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (= "=") (pointer_expression "&DAT_004396e8" (& "&") (identifier "DAT_004396e8"))) (; ";")) (expression_statement "FUN_00300fe0(puVar1,0);" (call_expression "FUN_00300fe0(puVar1,0)" (identifier "FUN_00300fe0") (argument_list "(puVar1,0)" (( "(") (identifier "puVar1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00439730;" (assignment_expression "*param_1 = &PTR_FUN_00439730" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00439730" (& "&") (identifier "PTR_FUN_00439730"))) (; ";")) (expression_statement "param_1[0x1f] = &PTR_FUN_00439758;" (assignment_expression "param_1[0x1f] = &PTR_FUN_00439758" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (= "=") (pointer_expression "&PTR_FUN_00439758" (& "&") (identifier "PTR_FUN_00439758"))) (; ";")) (expression_statement "FUN_003032d0(param_1 + 1);" (call_expression "FUN_003032d0(param_1 + 1)" (identifier "FUN_003032d0") (argument_list "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "FUN_00300fe0(puVar1,param_1 + 1);" (call_expression "FUN_00300fe0(puVar1,param_1 + 1)" (identifier "FUN_00300fe0") (argument_list "(puVar1,param_1 + 1)" (( "(") (identifier "puVar1") (, ",") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::ofstream::ofstream() */
void __thiscall std::function_1::function_1(function_1 *var_1)
{
type_1 *this_00;
this_00 = (type_1 *)(var_1 + 0xf8);
ios_base::type_1(this_00);
*(type_2 *)var_1 = 0x4396c0;
*(type_3 *)(var_1 + 0x1d8) = 0;
*(type_2 *)(var_1 + 0x1d0) = 0;
*(type_2 *)(var_1 + 0x1e0) = 0;
*(type_2 *)(var_1 + 0x1e8) = 0;
*(type_2 *)(var_1 + 0x1f0) = 0;
*(type_2 *)(var_1 + 0x1f8) = 0;
*(type_2 *)(var_1 + 0xf8) = 0x4396e8;
/* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */
ios::var_2((type_4 *)this_00,(type_5 *)0x0);
*(type_6 ***)var_1 = &PTR__ofstream_00439730;
*(type_6 ***)(var_1 + 0xf8) = &PTR__ofstream_00439758;
/* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */
filebuf::var_3((var_3 *)(var_1 + 8));
/* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */
ios::var_2((type_4 *)this_00,(type_5 *)(var_1 + 8));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
undefined8 *puVar1;
puVar1 = param_1 + 0x1f;
FUN_003189d0(puVar1);
*param_1 = &DAT_004396c0;
*(undefined2 *)(param_1 + 0x3b) = 0;
param_1[0x3a] = 0;
param_1[0x3c] = 0;
param_1[0x3d] = 0;
param_1[0x3e] = 0;
param_1[0x3f] = 0;
param_1[0x1f] = &DAT_004396e8;
/* try { // try from 00307084 to 00307088 has its CatchHandler @ 003070c2 */
FUN_00300fe0(puVar1,0);
*param_1 = &PTR_FUN_00439730;
param_1[0x1f] = &PTR_FUN_00439758;
/* try { // try from 003070a9 to 003070ad has its CatchHandler @ 003070cc */
FUN_003032d0(param_1 + 1);
/* try { // try from 003070b4 to 003070b8 has its CatchHandler @ 003070c7 */
FUN_00300fe0(puVar1,param_1 + 1);
return;
}
|
139_x86_64-linux-gnu-ranlib_and_x86_64-linux-gnu-ranlib_strip.c
|
yyset_lineno
|
FUN_00106200
|
/* WARNING: Unknown calling convention */
void yyset_lineno(int _line_number)
{
yylineno = _line_number;
return;
}
|
void FUN_00106200(undefined4 param_1)
{
DAT_001103c4 = param_1;
return;
}
|
MOV dword ptr [0x001103c4],EDI
RET
| null | null | null | null |
[('const-0', u'RETURN_-1206951405'), (u'COPY_-1206951423', u'COPY_-1206951412'), ('tmp_12', u'COPY_-1206951423')]
|
[('const-0', u'RETURN_-1206951405'), (u'COPY_-1206951423', u'COPY_-1206951412'), ('tmp_12', u'COPY_-1206951423')]
| null | null |
00106200
|
x64
|
O2
|
(translation_unit "void FUN_00106200(undefined4 param_1)\n\n{\n DAT_001103c4 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00106200(undefined4 param_1)\n\n{\n DAT_001103c4 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00106200(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_001103c4 = param_1;\n return;\n}" { (expression_statement "DAT_001103c4 = param_1;" (assignment_expression "DAT_001103c4 = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid yyset_lineno(int _line_number)\n\n{\n yylineno = _line_number;\n return;\n}\n\n" comment (function_definition "void yyset_lineno(int _line_number)\n\n{\n yylineno = _line_number;\n return;\n}" primitive_type (function_declarator "yyset_lineno(int _line_number)" identifier (parameter_list "(int _line_number)" ( (parameter_declaration "int _line_number" primitive_type identifier) ))) (compound_statement "{\n yylineno = _line_number;\n return;\n}" { (expression_statement "yylineno = _line_number;" (assignment_expression "yylineno = _line_number" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00106200(undefined4 param_1)\n\n{\n DAT_001103c4 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00106200(undefined4 param_1)\n\n{\n DAT_001103c4 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00106200(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_001103c4 = param_1;\n return;\n}" { (expression_statement "DAT_001103c4 = param_1;" (assignment_expression "DAT_001103c4 = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00106200(undefined4 param_1)\n\n{\n DAT_001103c4 = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00106200(undefined4 param_1)" (identifier "FUN_00106200") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n DAT_001103c4 = param_1;\n return;\n}" ({ "{") (expression_statement "DAT_001103c4 = param_1;" (assignment_expression "DAT_001103c4 = param_1" (identifier "DAT_001103c4") (= "=") (identifier "param_1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention */
void function_1(int _line_number)
{
yylineno = _line_number;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
| null |
void MASKED(undefined4 param_1)
{
DAT_001103c4 = param_1;
return;
}
|
3981_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
do_section_addralign
|
FUN_0022cc30
|
/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_false> * this, uint
shndx) */
uint64_t __thiscall
gold::Sized_relobj_file<32,_false>::do_section_addralign
(Sized_relobj_file<32,_false> *this,uint shndx)
{
Elf_WXword EVar1;
EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::section_addralign(&this->elf_file_,shndx);
return (ulong)EVar1;
}
|
undefined4 FUN_0022cc30(long param_1)
{
undefined4 uVar1;
uVar1 = FUN_0022cb70(param_1 + 0xf8);
return uVar1;
}
|
SUB RSP,0x8
ADD RDI,0xf8
CALL 0x0022cb70
ADD RSP,0x8
MOV EAX,EAX
RET
| null | null | null | null |
[('const-0', u'RETURN_-1203909518'), (u'COPY_-1203909532', u'RETURN_-1203909518'), ('tmp_105', u'CALL_-1203909546'), (u'PTRSUB_-1203909455', u'CALL_-1203909546'), (u'CALL_-1203909546', u'INT_ZEXT_-1203909503'), (u'INT_ZEXT_-1203909503', u'COPY_-1203909532'), ('const-248', u'PTRSUB_-1203909455'), ('tmp_104', u'PTRSUB_-1203909455')]
|
[('const-0', u'RETURN_-1203909518'), (u'COPY_-1203909506', u'RETURN_-1203909518'), ('tmp_146', u'INT_ADD_-1203909550'), (u'INT_ADD_-1203909550', u'CALL_-1203909546'), (u'CALL_-1203909546', u'COPY_-1203909506'), ('const-248', u'INT_ADD_-1203909550')]
| null | null |
0022cc30
|
x64
|
O2
|
(translation_unit "undefined4 FUN_0022cc30(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_0022cc30(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" type_identifier (function_declarator "FUN_0022cc30(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_0022cb70(param_1 + 0xf8);" (assignment_expression "uVar1 = FUN_0022cb70(param_1 + 0xf8)" identifier = (call_expression "FUN_0022cb70(param_1 + 0xf8)" identifier (argument_list "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) )))) ;) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_false> * this, uint\n shndx) */\n\nuint64_t __thiscall\ngold::Sized_relobj_file<32,_false>::do_section_addralign\n (Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_WXword EVar1;\n \n EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::section_addralign(&this->elf_file_,shndx);\n return (ulong)EVar1;\n}\n\n" comment (declaration "uint64_t __thiscall\ngold::Sized_relobj_file<32,_false>::do_section_addralign\n (Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_WXword EVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_section_addralign\n (Sized_relobj_file<32,_false> *this,uint shndx)\n\n{\n Elf_WXword" identifier > : : (function_declarator "do_section_addralign\n (Sized_relobj_file<32,_false> *this,uint shndx)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,uint shndx)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) { identifier) identifier ;) (ERROR "EVar1 = elfcpp::Elf_file<32,_false," (binary_expression "EVar1 = elfcpp::Elf_file<32" (assignment_expression "EVar1 = elfcpp" identifier = identifier) (ERROR "::Elf_file" : : identifier) < number_literal) , identifier ,) (labeled_statement "_gold::Object>::section_addralign(&this->elf_file_,shndx);" statement_identifier (ERROR "::Object>:" : : identifier > :) : (expression_statement "section_addralign(&this->elf_file_,shndx);" (call_expression "section_addralign(&this->elf_file_,shndx)" identifier (argument_list "(&this->elf_file_,shndx)" ( (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier)) , identifier ))) ;)) (return_statement "return (ulong)EVar1;" return (cast_expression "(ulong)EVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ;) (ERROR "}" }))
|
(translation_unit "undefined4 FUN_0022cc30(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_0022cc30(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" type_identifier (function_declarator "FUN_0022cc30(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_0022cb70(param_1 + 0xf8);" (assignment_expression "uVar1 = FUN_0022cb70(param_1 + 0xf8)" identifier = (call_expression "FUN_0022cb70(param_1 + 0xf8)" identifier (argument_list "(param_1 + 0xf8)" ( (binary_expression "param_1 + 0xf8" identifier + number_literal) )))) ;) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 FUN_0022cc30(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_0022cc30(long param_1)" (identifier "FUN_0022cc30") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_0022cb70(param_1 + 0xf8);\n return uVar1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_0022cb70(param_1 + 0xf8);" (assignment_expression "uVar1 = FUN_0022cb70(param_1 + 0xf8)" (identifier "uVar1") (= "=") (call_expression "FUN_0022cb70(param_1 + 0xf8)" (identifier "FUN_0022cb70") (argument_list "(param_1 + 0xf8)" (( "(") (binary_expression "param_1 + 0xf8" (identifier "param_1") (+ "+") (number_literal "0xf8")) () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_false> * this, uint
shndx) */
uint64_t __thiscall
gold::Sized_relobj_file<32,_false>::do_section_addralign
(Sized_relobj_file<32,_false> *this,uint shndx)
{
Elf_WXword EVar1;
EVar1 = elfcpp::Elf_file<32,_false,_gold::Object>::var_1(&this->elf_file_,shndx);
return (type_1)EVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
| null |
undefined4 MASKED(long param_1)
{
undefined4 uVar1;
uVar1 = FUN_0022cb70(param_1 + 0xf8);
return uVar1;
}
|
7195_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
set_must_have_output_symtab_entry
|
FUN_00396980
|
/* DWARF original prototype: void set_must_have_output_symtab_entry(Sized_relobj_file<32,_false> *
this, uint sym) */
void __thiscall
gold::Sized_relobj_file<32,_false>::set_must_have_output_symtab_entry
(Sized_relobj_file<32,_false> *this,uint sym)
{
uint uVar1;
pointer pSVar2;
pSVar2 = (this->local_values_).
super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.
_M_impl._M_start;
if ((ulong)(((long)(this->local_values_).
super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>
._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");
}
pSVar2 = pSVar2 + sym;
uVar1 = pSVar2->output_symtab_index_;
if ((uVar1 != 0) && (uVar1 != 0xfffffffe)) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");
}
pSVar2->output_symtab_index_ = 0xfffffffe;
return;
}
|
void FUN_00396980(long param_1,uint param_2)
{
int *piVar1;
int iVar2;
if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)
<= (ulong)param_2) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");
}
piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);
iVar2 = *piVar1;
if ((iVar2 != 0) && (iVar2 != -2)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");
}
*piVar1 = -2;
return;
}
|
MOV RCX,-0x5555555555555555
SUB RSP,0x8
MOV ESI,ESI
MOV RDX,qword ptr [RDI + 0x160]
MOV RAX,qword ptr [RDI + 0x168]
SUB RAX,RDX
SAR RAX,0x3
IMUL RAX,RCX
CMP RSI,RAX
JNC 0x003969e4
LEA RAX,[RSI + RSI*0x2]
LEA RAX,[RDX + RAX*0x8]
MOV EDX,dword ptr [RAX]
TEST EDX,EDX
JZ 0x003969c1
CMP EDX,-0x2
JNZ 0x003969cc
MOV dword ptr [RAX],0xfffffffe
ADD RSP,0x8
RET
LEA RDX,[0x574200]
MOV ESI,0x71f
LEA RDI,[0x5333ac]
CALL 0x00352af0
LEA RDX,[0x574240]
MOV ESI,0x8e3
LEA RDI,[0x5333ac]
CALL 0x00352af0
| null | null | null | null |
[(u'COPY_-1205441841', u'CALL_-1205441911'), (u'LOAD_-1205442033', u'INT_NOTEQUAL_-1205441999'), (u'PTRSUB_-1205441861', u'PTRSUB_-1205441859'), (u'INT_NOTEQUAL_-1205441999', u'CBRANCH_-1205441997'), ('tmp_381', u'PTRSUB_-1205441876'), ('const-3', u'INT_SRIGHT_-1205442083'), ('const-1', u'RETURN_-1205441938'), ('tmp_382', u'INT_ZEXT_-1205441966'), ('const-352', u'PTRSUB_-1205441867'), (u'LOAD_-1205442145', u'PTRADD_-1205441832'), ('const-5718528', u'COPY_-1205441864'), (u'PTRSUB_-1205441826', u'LOAD_-1205442033'), ('const-0', u'INT_NOTEQUAL_-1205442014'), ('const-0', u'RETURN_-1205441966'), ('const-433', u'LOAD_-1205442145'), (u'PTRSUB_-1205441864', u'PTRSUB_-1205441861'), (u'COPY_-1205441866', u'CALL_-1205441943'), ('const-24', u'PTRADD_-1205441832'), ('const-0', u'PTRSUB_-1205441864'), ('const-0', u'PTRSUB_-1205441875'), (u'PTRSUB_-1205441867', u'PTRSUB_-1205441864'), (u'COPY_-1205441864', u'CALL_-1205441943'), (u'INT_MULT_-1205442043', u'CAST_-1205441837'), (u'INT_SRIGHT_-1205442083', u'INT_MULT_-1205442043'), ('const-0', u'PTRSUB_-1205441861'), ('const-5452716', u'COPY_-1205441841'), (u'INT_ZEXT_-1205441966', u'PTRADD_-1205441832'), ('const-5452716', u'COPY_-1205441866'), (u'LOAD_-1205442145', u'CAST_-1205441849'), (u'PTRSUB_-1205441869', u'LOAD_-1205442145'), (u'CAST_-1205441850', u'INT_SUB_-1205442106'), ('const-1823', u'CALL_-1205441943'), ('const-0', u'PTRSUB_-1205441869'), ('tmp_300', u'CBRANCH_-1205441997'), (u'COPY_-1205441839', u'CALL_-1205441911'), (u'PTRSUB_-1205441876', u'PTRSUB_-1205441875'), (u'PTRSUB_-1205441859', u'LOAD_-1205442135'), (u'INT_LESSEQUAL_-1205442049', u'CBRANCH_-1205442047'), ('const-433', u'LOAD_-1205442033'), (u'LOAD_-1205442033', u'INT_NOTEQUAL_-1205442014'), ('const--6148914691236517205', u'INT_MULT_-1205442043'), (u'INT_SUB_-1205442106', u'INT_SRIGHT_-1205442083'), (u'PTRSUB_-1205441872', u'PTRSUB_-1205441869'), ('const-8', u'PTRSUB_-1205441859'), (u'PTRADD_-1205441832', u'PTRSUB_-1205441826'), ('tmp_219', u'CBRANCH_-1205442047'), ('tmp_268', u'CBRANCH_-1205442014'), ('const-2275', u'CALL_-1205441911'), ('const-0', u'PTRSUB_-1205441826'), ('const-433', u'LOAD_-1205442135'), (u'INT_NOTEQUAL_-1205442014', u'CBRANCH_-1205442014'), (u'INT_ZEXT_-1205441966', u'INT_LESSEQUAL_-1205442049'), (u'PTRADD_-1205441832', u'PTRSUB_-1205441814'), (u'PTRSUB_-1205441875', u'PTRSUB_-1205441872'), ('const-1', u'RETURN_-1205441906'), ('const-0', u'PTRSUB_-1205441872'), (u'LOAD_-1205442135', u'CAST_-1205441850'), ('const-433', u'STORE_-1205441995'), (u'CAST_-1205441849', u'INT_SUB_-1205442106'), ('const-5718592', u'COPY_-1205441839'), (u'PTRSUB_-1205441814', u'STORE_-1205441995'), ('const-352', u'PTRSUB_-1205441876'), ('const-4294967294', u'STORE_-1205441995'), ('const-0', u'PTRSUB_-1205441814'), (u'CAST_-1205441837', u'INT_LESSEQUAL_-1205442049'), ('tmp_381', u'PTRSUB_-1205441867'), ('const-4294967294', u'INT_NOTEQUAL_-1205441999')]
|
[(u'LOAD_-1205442033', u'INT_NOTEQUAL_-1205441999'), (u'INT_NOTEQUAL_-1205441999', u'CBRANCH_-1205441997'), (u'INT_ADD_-1205442022', u'CAST_-1205441844'), (u'CAST_-1205441873', u'LOAD_-1205442135'), (u'INT_ADD_-1205442129', u'CAST_-1205441881'), ('const-1', u'RETURN_-1205441938'), ('const-24', u'INT_MULT_-1205442010'), ('const-433', u'LOAD_-1205442033'), (u'LOAD_-1205442145', u'INT_SUB_-1205442106'), ('tmp_540', u'INT_ADD_-1205442119'), (u'COPY_-1205441867', u'CALL_-1205441943'), ('const-0', u'INT_NOTEQUAL_-1205442014'), ('const-433', u'LOAD_-1205442145'), ('const-360', u'INT_ADD_-1205442119'), ('const-0', u'RETURN_-1205441966'), (u'LOAD_-1205442135', u'INT_SUB_-1205442106'), (u'COPY_-1205441844', u'CALL_-1205441911'), ('const-4294967294', u'INT_NOTEQUAL_-1205441999'), (u'CAST_-1205441844', u'LOAD_-1205442033'), (u'COPY_-1205441869', u'CALL_-1205441943'), (u'INT_ADD_-1205442119', u'CAST_-1205441873'), (u'INT_ZEXT_-1205441969', u'INT_LESSEQUAL_-1205442049'), (u'INT_SRIGHT_-1205442083', u'INT_MULT_-1205442043'), ('const-5452716', u'COPY_-1205441844'), (u'CAST_-1205441844', u'STORE_-1205441995'), (u'CAST_-1205441881', u'LOAD_-1205442145'), ('const-433', u'LOAD_-1205442135'), (u'INT_MULT_-1205442010', u'INT_ADD_-1205442022'), ('const-3', u'INT_SRIGHT_-1205442083'), ('const--6148914691236517205', u'INT_MULT_-1205442043'), ('tmp_300', u'CBRANCH_-1205441997'), ('const-352', u'INT_ADD_-1205442129'), ('const-433', u'STORE_-1205441995'), (u'INT_ZEXT_-1205441969', u'INT_MULT_-1205442010'), (u'INT_LESSEQUAL_-1205442049', u'CBRANCH_-1205442047'), (u'LOAD_-1205442033', u'INT_NOTEQUAL_-1205442014'), (u'INT_SUB_-1205442106', u'INT_SRIGHT_-1205442083'), (u'INT_MULT_-1205442043', u'CAST_-1205441854'), ('const-2275', u'CALL_-1205441911'), ('tmp_219', u'CBRANCH_-1205442047'), ('tmp_268', u'CBRANCH_-1205442014'), (u'INT_NOTEQUAL_-1205442014', u'CBRANCH_-1205442014'), ('const-5718592', u'COPY_-1205441842'), (u'CAST_-1205441854', u'INT_LESSEQUAL_-1205442049'), ('tmp_540', u'INT_ADD_-1205442129'), ('const-5718528', u'COPY_-1205441867'), ('const-1', u'RETURN_-1205441906'), (u'LOAD_-1205442145', u'INT_ADD_-1205442022'), (u'COPY_-1205441842', u'CALL_-1205441911'), ('const-4294967294', u'STORE_-1205441995'), ('const-5452716', u'COPY_-1205441869'), ('const-1823', u'CALL_-1205441943'), ('tmp_552', u'INT_ZEXT_-1205441969')]
| null | null |
00396980
|
x64
|
O2
|
(translation_unit "void FUN_00396980(long param_1,uint param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}\n\n" (function_definition "void FUN_00396980(long param_1,uint param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}" primitive_type (function_declarator "FUN_00396980(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" { comment (expression_statement "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);" (assignment_expression "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" identifier = (cast_expression "(int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (if_statement "if ((iVar2 != 0) && (iVar2 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((iVar2 != 0) && (iVar2 != -2))" ( (binary_expression "(iVar2 != 0) && (iVar2 != -2)" (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar2 != -2)" ( (binary_expression "iVar2 != -2" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" { comment (expression_statement "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "*piVar1 = -2;" (assignment_expression "*piVar1 = -2" (pointer_expression "*piVar1" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void set_must_have_output_symtab_entry(Sized_relobj_file<32,_false> *\n this, uint sym) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::set_must_have_output_symtab_entry\n (Sized_relobj_file<32,_false> *this,uint sym)\n\n{\n uint uVar1;\n pointer pSVar2;\n \n pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;\n if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n pSVar2 = pSVar2 + sym;\n uVar1 = pSVar2->output_symtab_index_;\n if ((uVar1 != 0) && (uVar1 != 0xfffffffe)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n pSVar2->output_symtab_index_ = 0xfffffffe;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::set_must_have_output_symtab_entry\n (Sized_relobj_file<32,_false> *this,uint sym)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::set_must_have_output_symtab_entry\n (Sized_relobj_file<32,_false> *this,uint sym)\n\n{\n uint" identifier > : : (function_declarator "set_must_have_output_symtab_entry\n (Sized_relobj_file<32,_false> *this,uint sym)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,uint sym)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint sym" type_identifier identifier) ))) { identifier) identifier ;) (declaration "pointer pSVar2;" type_identifier identifier ;) (expression_statement "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start;" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl._M_start" (field_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>.\n _M_impl" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold::Symbol_value<32" (assignment_expression "pSVar2 = (this->local_values_).\n super__Vector_base<gold" identifier = (binary_expression "(this->local_values_).\n super__Vector_base<gold" (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym)" ( (binary_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555) <= (ulong)sym" (call_expression "(ulong)(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555)" ( (binary_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3) * -0x5555555555555555" (parenthesized_expression "((long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3)" ( (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2 >> 3" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish - (long)pSVar2" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl._M_finish" (field_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_>\n ._M_impl" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32>_" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold::Symbol_value<32" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std::allocator<gold" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32>,_std" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold::Symbol_value<32" (binary_expression "(long)(this->local_values_).\n super__Vector_base<gold" (cast_expression "(long)(this->local_values_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->local_values_).\n super__Vector_base" (parenthesized_expression "(this->local_values_)" ( (field_expression "this->local_values_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol_value" : : identifier) < number_literal) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)pSVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)sym" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "pSVar2 = pSVar2 + sym;" (assignment_expression "pSVar2 = pSVar2 + sym" identifier = (binary_expression "pSVar2 + sym" identifier + identifier)) ;) (expression_statement "uVar1 = pSVar2->output_symtab_index_;" (assignment_expression "uVar1 = pSVar2->output_symtab_index_" identifier = (field_expression "pSVar2->output_symtab_index_" identifier -> field_identifier)) ;) (if_statement "if ((uVar1 != 0) && (uVar1 != 0xfffffffe)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((uVar1 != 0) && (uVar1 != 0xfffffffe))" ( (binary_expression "(uVar1 != 0) && (uVar1 != 0xfffffffe)" (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(uVar1 != 0xfffffffe)" ( (binary_expression "uVar1 != 0xfffffffe" identifier != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");" (call_expression "do_gold_unreachable("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "pSVar2->output_symtab_index_ = 0xfffffffe;" (assignment_expression "pSVar2->output_symtab_index_ = 0xfffffffe" (field_expression "pSVar2->output_symtab_index_" identifier -> field_identifier) = number_literal) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00396980(long param_1,uint param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}\n\n" (function_definition "void FUN_00396980(long param_1,uint param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}" primitive_type (function_declarator "FUN_00396980(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (if_statement "if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" ( (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" ( (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" ( (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" * (cast_expression "(long *)(param_1 + 0x168)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x168)" ( (binary_expression "param_1 + 0x168" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) ))))) >> number_literal) )) * number_literal) ))) <= (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" { (expression_statement "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);" (assignment_expression "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" identifier = (cast_expression "(int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" * (cast_expression "(long *)(param_1 + 0x160)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x160)" ( (binary_expression "param_1 + 0x160" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (if_statement "if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" if (parenthesized_expression "((iVar2 != 0) && (iVar2 != -2))" ( (binary_expression "(iVar2 != 0) && (iVar2 != -2)" (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar2 != -2)" ( (binary_expression "iVar2 != -2" identifier != number_literal) ))) )) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" { (expression_statement "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" identifier (argument_list "("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""set_must_have_output_symtab_entry"" " string_content ") ))) ;) })) (expression_statement "*piVar1 = -2;" (assignment_expression "*piVar1 = -2" (pointer_expression "*piVar1" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )) * LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00396980(long param_1,uint param_2)\n\n{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00396980(long param_1,uint param_2)" (identifier "FUN_00396980") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n \n if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }\n piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);\n iVar2 = *piVar1;\n if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }\n *piVar1 = -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 ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2) {\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" (if "if") (parenthesized_expression "((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2)" (( "(") (binary_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)\n <= (ulong)param_2" (call_expression "(ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)" (( "(") (binary_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555" (parenthesized_expression "(*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3)" (( "(") (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3" (binary_expression "*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160)" (pointer_expression "*(long *)(param_1 + 0x168)" (* "*") (cast_expression "(long *)(param_1 + 0x168)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x168)" (( "(") (binary_expression "param_1 + 0x168" (identifier "param_1") (+ "+") (number_literal "0x168")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")"))))) (>> ">>") (number_literal "3")) () ")")) (* "*") (number_literal "-0x5555555555555555")) () ")"))) (<= "<=") (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2"))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8e3") (, ",") (string_literal ""set_must_have_output_symtab_entry"" (" """) (string_content "set_must_have_output_symtab_entry") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);" (assignment_expression "piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x160)" (* "*") (cast_expression "(long *)(param_1 + 0x160)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x160)" (( "(") (binary_expression "param_1 + 0x160" (identifier "param_1") (+ "+") (number_literal "0x160")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 0x18" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "0x18"))) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (if_statement "if ((iVar2 != 0) && (iVar2 != -2)) {\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" (if "if") (parenthesized_expression "((iVar2 != 0) && (iVar2 != -2))" (( "(") (binary_expression "(iVar2 != 0) && (iVar2 != -2)" (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar2 != -2)" (( "(") (binary_expression "iVar2 != -2" (identifier "iVar2") (!= "!=") (number_literal "-2")) () ")"))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");" (call_expression "FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x71f") (, ",") (string_literal ""set_must_have_output_symtab_entry"" (" """) (string_content "set_must_have_output_symtab_entry") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*piVar1 = -2;" (assignment_expression "*piVar1 = -2" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (number_literal "-2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void set_must_have_output_symtab_entry(Sized_relobj_file<32,_false> *
this, uint sym) */
void __thiscall
var_1::Sized_relobj_file<32,_false>::set_must_have_output_symtab_entry
(Sized_relobj_file<32,_false> *this,uint var_6)
{
uint var_7;
type_1 var_5;
var_5 = (this->local_values_).
super__Vector_base<var_1::Symbol_value<32>,var_2::allocator<var_1::Symbol_value<32>var_3>var_3>.
_M_impl._M_start;
if ((type_2)(((long)(this->local_values_).
super__Vector_base<var_1::Symbol_value<32>,var_2::allocator<var_1::Symbol_value<32>var_3>var_3>
._M_impl._M_finish - (long)var_5 >> 3) * -0x5555555555555555) <= (type_2)var_6) {
/* WARNING: Subroutine does not return */
var_4("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");
}
var_5 = var_5 + var_6;
var_7 = var_5->output_symtab_index_;
if ((var_7 != 0) && (var_7 != 0xfffffffe)) {
/* WARNING: Subroutine does not return */
var_4("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");
}
var_5->output_symtab_index_ = 0xfffffffe;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) 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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (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: (pointer_expression argument: (identifier)) right: (number_literal))) (return_statement))))
| null |
void MASKED(long param_1,uint param_2)
{
int *piVar1;
int iVar2;
if ((ulong)((*(long *)(param_1 + 0x168) - *(long *)(param_1 + 0x160) >> 3) * -0x5555555555555555)
<= (ulong)param_2) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/object.h",0x8e3,"set_must_have_output_symtab_entry");
}
piVar1 = (int *)(*(long *)(param_1 + 0x160) + (ulong)param_2 * 0x18);
iVar2 = *piVar1;
if ((iVar2 != 0) && (iVar2 != -2)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/object.h",0x71f,"set_must_have_output_symtab_entry");
}
*piVar1 = -2;
return;
}
|
1189_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
~Struct_no_undefined_version
|
FUN_0014ddd0
|
/* DWARF original prototype: void ~Struct_no_undefined_version(Struct_no_undefined_version * this,
int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_undefined_version::~Struct_no_undefined_version
(Struct_no_undefined_version *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a96a0;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x60);
return;
}
|
void FUN_0014ddd0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a96a0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x60);
return;
}
|
LEA RAX,[0x3a96a0]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x0014ddf0
CALL 0x00276d20
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x00276d10
| null | null | null | null |
[('const-0', u'PTRSUB_-1207181705'), (u'LOAD_-1207181848', u'CAST_-1207181693'), ('const-0', u'PTRSUB_-1207181709'), (u'PTRSUB_-1207181705', u'PTRSUB_-1207181702'), (u'PTRSUB_-1207181704', u'PTRSUB_-1207181700'), ('const-16', u'PTRSUB_-1207181697'), (u'CAST_-1207181705', u'STORE_-1207181852'), ('const-0', u'PTRSUB_-1207181702'), (u'PTRSUB_-1207181715', u'CAST_-1207181705'), (u'PTRSUB_-1207181709', u'STORE_-1207181852'), (u'CAST_-1207181693', u'INT_NOTEQUAL_-1207181821'), (u'PTRSUB_-1207181697', u'INT_NOTEQUAL_-1207181821'), ('tmp_93', u'CALL_-1207181792'), (u'INT_NOTEQUAL_-1207181821', u'CBRANCH_-1207181820'), ('const-0', u'PTRSUB_-1207181715'), (u'PTRSUB_-1207181702', u'LOAD_-1207181848'), (u'PTRSUB_-1207181710', u'PTRSUB_-1207181709'), ('const-8', u'PTRSUB_-1207181710'), ('const-433', u'STORE_-1207181852'), ('const-8', u'PTRSUB_-1207181704'), ('tmp_58', u'CBRANCH_-1207181820'), ('const-0', u'PTRSUB_-1207181714'), (u'LOAD_-1207181848', u'CALL_-1207181813'), ('tmp_93', u'PTRSUB_-1207181704'), ('tmp_93', u'PTRSUB_-1207181714'), (u'PTRSUB_-1207181714', u'PTRSUB_-1207181709'), ('const-0', u'PTRSUB_-1207181700'), (u'PTRSUB_-1207181700', u'PTRSUB_-1207181697'), ('const-3839648', u'PTRSUB_-1207181715'), ('const-0', u'RETURN_-1207181788'), ('const-0', u'PTRSUB_-1207181709'), ('const-96', u'CALL_-1207181792'), (u'PTRSUB_-1207181709', u'PTRSUB_-1207181705'), ('tmp_93', u'PTRSUB_-1207181710'), ('const-433', u'LOAD_-1207181848')]
|
[('const-3839648', u'PTRSUB_-1207181716'), (u'PTRSUB_-1207181716', u'STORE_-1207181852'), ('tmp_194', u'STORE_-1207181852'), (u'PTRADD_-1207181713', u'LOAD_-1207181848'), ('const-1', u'PTRADD_-1207181713'), ('tmp_58', u'CBRANCH_-1207181820'), ('const-8', u'PTRADD_-1207181708'), (u'CAST_-1207181712', u'INT_NOTEQUAL_-1207181821'), ('tmp_194', u'CALL_-1207181792'), ('const-433', u'LOAD_-1207181848'), (u'LOAD_-1207181848', u'CAST_-1207181712'), ('tmp_194', u'PTRADD_-1207181708'), ('const-0', u'RETURN_-1207181788'), ('tmp_194', u'PTRADD_-1207181713'), ('const-96', u'CALL_-1207181792'), ('const-3', u'PTRADD_-1207181708'), (u'PTRADD_-1207181708', u'INT_NOTEQUAL_-1207181821'), (u'INT_NOTEQUAL_-1207181821', u'CBRANCH_-1207181820'), ('const-8', u'PTRADD_-1207181713'), ('const-0', u'PTRSUB_-1207181716'), ('const-433', u'STORE_-1207181852')]
| null | null |
0014ddd0
|
x64
|
O2
|
(translation_unit "void FUN_0014ddd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0014ddd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0014ddd0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a96a0;" (assignment_expression "*param_1 = &PTR_FUN_003a96a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a96a0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_no_undefined_version(Struct_no_undefined_version * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_undefined_version::~Struct_no_undefined_version\n (Struct_no_undefined_version *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_003a96a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_undefined_version::~Struct_no_undefined_version\n (Struct_no_undefined_version *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_003a96a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_undefined_version::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_undefined_version\n (Struct_no_undefined_version *this,int __in_chrg)" identifier (parameter_list "(Struct_no_undefined_version *this,int __in_chrg)" ( (parameter_declaration "Struct_no_undefined_version *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_003a96a0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a96a0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a96a0" (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_003a96a0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a96a0" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0014ddd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0014ddd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0014ddd0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a96a0;" (assignment_expression "*param_1 = &PTR_FUN_003a96a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a96a0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0014ddd0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014ddd0(undefined8 *param_1)" (identifier "FUN_0014ddd0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a96a0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a96a0;" (assignment_expression "*param_1 = &PTR_FUN_003a96a0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a96a0" (& "&") (identifier "PTR_FUN_003a96a0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20();\n }" ({ "{") (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" (identifier "thunk_FUN_00276d20") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_no_undefined_version(Struct_no_undefined_version * 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_003a96a0;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x60);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a96a0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x60);
return;
}
|
106_m68k-linux-gnu-size_and_m68k-linux-gnu-size_strip.c
|
make_tempdir
|
FUN_00103e50
|
char * make_tempdir(char *filename)
{
char *pcVar1;
pcVar1 = template_in_dir(filename);
pcVar1 = mkdtemp(pcVar1);
return pcVar1;
}
|
void FUN_00103e50(void)
{
char *__template;
__template = (char *)FUN_00103240();
mkdtemp(__template);
return;
}
|
SUB RSP,0x8
CALL 0x00103240
ADD RSP,0x8
MOV RDI,RAX
JMP 0x00102360
| null | null | null | null |
[('tmp_74', u'CALL_-1206960538'), (u'CALL_-1206960515', u'RETURN_-1206960511'), ('const-0', u'RETURN_-1206960511'), (u'CALL_-1206960538', u'CALL_-1206960515')]
|
[(u'CAST_-1206960442', u'CALL_-1206960515'), (u'CALL_-1206960538', u'CAST_-1206960442'), ('const-0', u'RETURN_-1206960511')]
| null | null |
00103e50
|
x64
|
O2
|
(translation_unit "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}\n\n" (function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00103e50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" identifier = (cast_expression "(char *)FUN_00103240()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00103240()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "char * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}\n\n" (function_definition "char * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" primitive_type (pointer_declarator "* make_tempdir(char *filename)" * (function_declarator "make_tempdir(char *filename)" identifier (parameter_list "(char *filename)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = template_in_dir(filename);" (assignment_expression "pcVar1 = template_in_dir(filename)" identifier = (call_expression "template_in_dir(filename)" identifier (argument_list "(filename)" ( identifier )))) ;) (expression_statement "pcVar1 = mkdtemp(pcVar1);" (assignment_expression "pcVar1 = mkdtemp(pcVar1)" identifier = (call_expression "mkdtemp(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}\n\n" (function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00103e50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" identifier = (cast_expression "(char *)FUN_00103240()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00103240()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( 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) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103e50(void)" (identifier "FUN_00103e50") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" ({ "{") (declaration "char *__template;" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template")) (; ";")) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" (identifier "__template") (= "=") (cast_expression "(char *)FUN_00103240()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00103240()" (identifier "FUN_00103240") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" (identifier "mkdtemp") (argument_list "(__template)" (( "(") (identifier "__template") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
char * function_1(char *filename)
{
char *pcVar1;
pcVar1 = var_1(filename);
pcVar1 = var_2(pcVar1);
return pcVar1;
}
| 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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(void)
{
char *__template;
__template = (char *)FUN_00103240();
mkdtemp(__template);
return;
}
|
6067_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
error
|
FUN_0034a420
|
/* DWARF original prototype: void error(Errors * this, char * format,
typedef___va_list_tag___va_list_tag * args) */
void __thiscall
gold::Errors::error(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)
{
char *pcVar1;
char *__format;
pcVar1 = this->program_name_;
__format = (char *)gettext("%s: error: ");
fprintf(stderr,__format,pcVar1);
vfprintf(stderr,format,args);
fputc(10,stderr);
increment_counter(this,&this->error_count_);
return;
}
|
void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)
{
undefined8 uVar1;
char *__format;
uVar1 = *param_1;
__format = (char *)gettext("%s: error: ");
fprintf(stderr,__format,uVar1);
vfprintf(stderr,param_2,param_3);
fputc(10,stderr);
FUN_0034a310(param_1,param_1 + 6);
return;
}
|
PUSH R13
PUSH R12
MOV R12,RDX
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R13,qword ptr [RDI]
LEA RDI,[0x56d1fa]
CALL 0x00177320
MOV RDI,qword ptr [0x0067cca0]
MOV RDX,R13
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00177a00
MOV RDI,qword ptr [0x0067cca0]
MOV RDX,R12
MOV RSI,RBP
CALL 0x00177400
MOV RSI,qword ptr [0x0067cca0]
MOV EDI,0xa
CALL 0x00177450
ADD RSP,0x8
LEA RSI,[RBX + 0x30]
MOV RDI,RBX
POP RBX
POP RBP
POP R12
POP R13
JMP 0x0034a310
| null | null | null | null |
[(u'INDIRECT_-1205099197', u'CALL_-1205099363'), (u'CALL_-1205099423', u'INDIRECT_-1205099218'), (u'PTRSUB_-1205099191', u'LOAD_-1205099443'), ('const-48', u'PTRSUB_-1205099116'), ('tmp_238', u'PTRSUB_-1205099191'), (u'CALL_-1205099423', u'CAST_-1205099181'), ('const-0', u'PTRSUB_-1205099191'), ('const-5689850', u'COPY_-1205099247'), ('tmp_238', u'CALL_-1205099290'), ('const-433', u'LOAD_-1205099443'), (u'INDIRECT_-1205099137', u'COPY_-1205099196'), (u'CALL_-1205099387', u'INDIRECT_-1205099197'), ('const-0', u'RETURN_-1205099286'), (u'CALL_-1205099363', u'INDIRECT_-1205099178'), ('tmp_239', u'CALL_-1205099363'), (u'CALL_-1205099341', u'INDIRECT_-1205099160'), ('tmp_240', u'CALL_-1205099363'), (u'INDIRECT_-1205099178', u'CALL_-1205099341'), (u'CALL_-1205099290', u'INDIRECT_-1205099137'), (u'LOAD_-1205099443', u'CALL_-1205099387'), ('const-10', u'CALL_-1205099341'), (u'COPY_-1205099247', u'CALL_-1205099423'), (u'CAST_-1205099181', u'CALL_-1205099387'), (u'PTRSUB_-1205099116', u'CALL_-1205099290'), (u'INDIRECT_-1205099218', u'CALL_-1205099387'), ('tmp_238', u'PTRSUB_-1205099116')]
|
[(u'INDIRECT_-1205099197', u'CALL_-1205099363'), (u'CALL_-1205099423', u'INDIRECT_-1205099218'), ('tmp_473', u'CALL_-1205099363'), ('const-5689850', u'COPY_-1205099247'), ('const-8', u'PTRADD_-1205099118'), ('const-433', u'LOAD_-1205099443'), (u'INDIRECT_-1205099137', u'COPY_-1205099196'), (u'CALL_-1205099387', u'INDIRECT_-1205099197'), ('const-0', u'RETURN_-1205099286'), ('const-6', u'PTRADD_-1205099118'), (u'CALL_-1205099363', u'INDIRECT_-1205099178'), (u'CAST_-1205099182', u'CALL_-1205099387'), ('tmp_471', u'CALL_-1205099363'), (u'PTRADD_-1205099118', u'CALL_-1205099290'), (u'CALL_-1205099341', u'INDIRECT_-1205099160'), ('tmp_475', u'PTRADD_-1205099118'), (u'INDIRECT_-1205099178', u'CALL_-1205099341'), (u'CALL_-1205099290', u'INDIRECT_-1205099137'), ('tmp_475', u'CALL_-1205099290'), (u'CALL_-1205099423', u'CAST_-1205099182'), (u'LOAD_-1205099443', u'CALL_-1205099387'), ('tmp_475', u'LOAD_-1205099443'), (u'COPY_-1205099247', u'CALL_-1205099423'), (u'INDIRECT_-1205099218', u'CALL_-1205099387'), ('const-10', u'CALL_-1205099341')]
| null | null |
0034a420
|
x64
|
O2
|
(translation_unit "void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}\n\n" (function_definition "void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" primitive_type (function_declarator "FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)gettext("%s: error: ");" (assignment_expression "__format = (char *)gettext("%s: error: ")" identifier = (cast_expression "(char *)gettext("%s: error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: error: ")" identifier (argument_list "("%s: error: ")" ( (string_literal ""%s: error: "" " string_content ") ))))) ;) (expression_statement "fprintf(stderr,__format,uVar1);" (call_expression "fprintf(stderr,__format,uVar1)" identifier (argument_list "(stderr,__format,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" identifier (argument_list "(stderr,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (expression_statement "FUN_0034a310(param_1,param_1 + 6);" (call_expression "FUN_0034a310(param_1,param_1 + 6)" identifier (argument_list "(param_1,param_1 + 6)" ( identifier , (binary_expression "param_1 + 6" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void error(Errors * this, char * format,\n typedef___va_list_tag___va_list_tag * args) */\n\nvoid __thiscall\ngold::Errors::error(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)\n\n{\n char *pcVar1;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n increment_counter(this,&this->error_count_);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Errors::error(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)\n\n{\n char *pcVar1;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n increment_counter(this,&this->error_count_);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Errors::" identifier : : identifier : :) (function_declarator "error(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)" identifier (parameter_list "(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)" ( (parameter_declaration "Errors *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *format" primitive_type (pointer_declarator "*format" * identifier)) , (parameter_declaration "typedef___va_list_tag___va_list_tag *args" type_identifier (pointer_declarator "*args" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n char *__format;\n \n pcVar1 = this->program_name_;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,pcVar1);\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n increment_counter(this,&this->error_count_);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "pcVar1 = this->program_name_;" (assignment_expression "pcVar1 = this->program_name_" identifier = (field_expression "this->program_name_" identifier -> field_identifier)) ;) (expression_statement "__format = (char *)gettext("%s: error: ");" (assignment_expression "__format = (char *)gettext("%s: error: ")" identifier = (cast_expression "(char *)gettext("%s: error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: error: ")" identifier (argument_list "("%s: error: ")" ( (string_literal ""%s: error: "" " string_content ") ))))) ;) (expression_statement "fprintf(stderr,__format,pcVar1);" (call_expression "fprintf(stderr,__format,pcVar1)" identifier (argument_list "(stderr,__format,pcVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,format,args);" (call_expression "vfprintf(stderr,format,args)" identifier (argument_list "(stderr,format,args)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (expression_statement "increment_counter(this,&this->error_count_);" (call_expression "increment_counter(this,&this->error_count_)" identifier (argument_list "(this,&this->error_count_)" ( identifier , (pointer_expression "&this->error_count_" & (field_expression "this->error_count_" identifier -> field_identifier)) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}\n\n" (function_definition "void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" primitive_type (function_declarator "FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)gettext("%s: error: ");" (assignment_expression "__format = (char *)gettext("%s: error: ")" identifier = (cast_expression "(char *)gettext("%s: error: ")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: error: ")" identifier (argument_list "("%s: error: ")" ( (string_literal ""%s: error: "" " string_content ") ))))) ;) (expression_statement "fprintf(stderr,__format,uVar1);" (call_expression "fprintf(stderr,__format,uVar1)" identifier (argument_list "(stderr,__format,uVar1)" ( identifier , identifier , identifier ))) ;) (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" identifier (argument_list "(stderr,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (expression_statement "FUN_0034a310(param_1,param_1 + 6);" (call_expression "FUN_0034a310(param_1,param_1 + 6)" identifier (argument_list "(param_1,param_1 + 6)" ( identifier , (binary_expression "param_1 + 6" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0034a420(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" (identifier "FUN_0034a420") (parameter_list "(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "__gnuc_va_list param_3" (type_identifier "__gnuc_va_list") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = *param_1;\n __format = (char *)gettext("%s: error: ");\n fprintf(stderr,__format,uVar1);\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n FUN_0034a310(param_1,param_1 + 6);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (expression_statement "uVar1 = *param_1;" (assignment_expression "uVar1 = *param_1" (identifier "uVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "__format = (char *)gettext("%s: error: ");" (assignment_expression "__format = (char *)gettext("%s: error: ")" (identifier "__format") (= "=") (cast_expression "(char *)gettext("%s: error: ")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: error: ")" (identifier "gettext") (argument_list "("%s: error: ")" (( "(") (string_literal ""%s: error: "" (" """) (string_content "%s: error: ") (" """)) () ")"))))) (; ";")) (expression_statement "fprintf(stderr,__format,uVar1);" (call_expression "fprintf(stderr,__format,uVar1)" (identifier "fprintf") (argument_list "(stderr,__format,uVar1)" (( "(") (identifier "stderr") (, ",") (identifier "__format") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" (identifier "vfprintf") (argument_list "(stderr,param_2,param_3)" (( "(") (identifier "stderr") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" (identifier "fputc") (argument_list "(10,stderr)" (( "(") (number_literal "10") (, ",") (identifier "stderr") () ")"))) (; ";")) (expression_statement "FUN_0034a310(param_1,param_1 + 6);" (call_expression "FUN_0034a310(param_1,param_1 + 6)" (identifier "FUN_0034a310") (argument_list "(param_1,param_1 + 6)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void error(Errors * this, char * format,
typedef___va_list_tag___va_list_tag * args) */
void __thiscall
gold::type_1::function_1(type_1 *this,char *format,type_2 *args)
{
char *pcVar1;
char *__format;
pcVar1 = this->program_name_;
__format = (char *)var_1("%s: error: ");
var_2(stderr,__format,pcVar1);
var_3(stderr,format,args);
var_4(10,stderr);
var_5(this,&this->error_count_);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,char *param_2,__gnuc_va_list param_3)
{
undefined8 uVar1;
char *__format;
uVar1 = *param_1;
__format = (char *)gettext("%s: error: ");
fprintf(stderr,__format,uVar1);
vfprintf(stderr,param_2,param_3);
fputc(10,stderr);
FUN_0034a310(param_1,param_1 + 6);
return;
}
|
17_touch_and_touch_strip.c
|
textdomain
|
textdomain
|
void textdomain(void)
{
(*(code *)PTR_textdomain_00118088)();
return;
}
|
void textdomain(void)
{
(*(code *)PTR_textdomain_00118088)();
return;
}
|
JMP qword ptr [0x00118088]
| null | null | null | null |
[(u'CAST_-1206963879', u'CALLIND_-1206963944'), ('const-0', u'RETURN_-1206963941'), (u'INDIRECT_-1206963884', u'COPY_-1206963943'), (u'CALLIND_-1206963944', u'INDIRECT_-1206963884'), ('tmp_22', u'CAST_-1206963879')]
|
[(u'CAST_-1206963879', u'CALLIND_-1206963944'), ('const-0', u'RETURN_-1206963941'), (u'INDIRECT_-1206963884', u'COPY_-1206963943'), (u'CALLIND_-1206963944', u'INDIRECT_-1206963884'), ('tmp_22', u'CAST_-1206963879')]
| null | null |
00103110
|
x64
|
O2
|
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_00118088)();" (call_expression "(*(code *)PTR_textdomain_00118088)()" (parenthesized_expression "(*(code *)PTR_textdomain_00118088)" ( (pointer_expression "*(code *)PTR_textdomain_00118088" * (cast_expression "(code *)PTR_textdomain_00118088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_00118088)();" (call_expression "(*(code *)PTR_textdomain_00118088)()" (parenthesized_expression "(*(code *)PTR_textdomain_00118088)" ( (pointer_expression "*(code *)PTR_textdomain_00118088" * (cast_expression "(code *)PTR_textdomain_00118088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" { (expression_statement "(*(code *)PTR_textdomain_00118088)();" (call_expression "(*(code *)PTR_textdomain_00118088)()" (parenthesized_expression "(*(code *)PTR_textdomain_00118088)" ( (pointer_expression "*(code *)PTR_textdomain_00118088" * (cast_expression "(code *)PTR_textdomain_00118088" ( (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 textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_textdomain_00118088)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_textdomain_00118088)();" (call_expression "(*(code *)PTR_textdomain_00118088)()" (parenthesized_expression "(*(code *)PTR_textdomain_00118088)" (( "(") (pointer_expression "*(code *)PTR_textdomain_00118088" (* "*") (cast_expression "(code *)PTR_textdomain_00118088" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_textdomain_00118088"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_textdomain_00118088)();
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_00118088)();
return;
}
|
147_inetutils-dnsdomainname_and_inetutils-dnsdomainname_strip.c
|
__assert_fail
|
__assert_fail
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __assert_fail@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206914918')]
|
[('const-1', u'RETURN_-1206914918')]
| null | null |
0010f090
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" identifier (parameter_list "(char *__assertion,char *__file,uint __line,char *__function)" ( (parameter_declaration "char *__assertion" primitive_type (pointer_declarator "*__assertion" * identifier)) , (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "uint __line" type_identifier identifier) , (parameter_declaration "char *__function" primitive_type (pointer_declarator "*__function" * 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 __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __assert_fail@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __assert_fail@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" identifier (parameter_list "(char *__assertion,char *__file,uint __line,char *__function)" ( (parameter_declaration "char *__assertion" primitive_type (pointer_declarator "*__assertion" * identifier)) , (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "uint __line" type_identifier identifier) , (parameter_declaration "char *__function" primitive_type (pointer_declarator "*__function" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __assert_fail@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" identifier (parameter_list "(char *__assertion,char *__file,uint __line,char *__function)" ( (parameter_declaration "char *__assertion" primitive_type (pointer_declarator "*__assertion" * identifier)) , (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "uint __line" type_identifier identifier) , (parameter_declaration "char *__function" primitive_type (pointer_declarator "*__function" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" (identifier "__assert_fail") (parameter_list "(char *__assertion,char *__file,uint __line,char *__function)" (( "(") (parameter_declaration "char *__assertion" (primitive_type "char") (pointer_declarator "*__assertion" (* "*") (identifier "__assertion"))) (, ",") (parameter_declaration "char *__file" (primitive_type "char") (pointer_declarator "*__file" (* "*") (identifier "__file"))) (, ",") (parameter_declaration "uint __line" (type_identifier "uint") (identifier "__line")) (, ",") (parameter_declaration "char *__function" (primitive_type "char") (pointer_declarator "*__function" (* "*") (identifier "__function"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__assertion,char *__file,type_1 __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __assert_fail@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
584_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
|
FUN_00145c48
|
FUN_00145c48
|
void FUN_00145c48(void)
{
moneypunct<wchar_t,true> *unaff_RBX;
std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));
std::moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);
operator_delete(unaff_RBX);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00145c48(void)
{
long unaff_RBX;
FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));
FUN_002bb290();
FUN_00276d20();
/* WARNING: Subroutine does not return */
FUN_00304990();
}
|
MOV RDI,qword ptr [RBX + 0x18]
CALL 0x002adae0
MOV RDI,RBX
CALL 0x002bb290
JMP 0x00145c20
| null | null | null | null |
[('const-24', u'PTRADD_-1207214967'), (u'LOAD_-1207215029', u'CALL_-1207215016'), ('tmp_111', u'PTRADD_-1207214967'), ('const-1', u'PTRADD_-1207214967'), ('tmp_111', u'CALL_-1207215048'), ('const-1', u'RETURN_-1207215031'), ('const-433', u'LOAD_-1207215029'), (u'PTRADD_-1207214967', u'CAST_-1207214918'), ('tmp_111', u'CALL_-1207215004'), (u'CAST_-1207214918', u'LOAD_-1207215029')]
|
[('tmp_111', u'INT_ADD_-1207215013'), ('const-433', u'LOAD_-1207215029'), (u'LOAD_-1207215029', u'CALL_-1207215016'), ('const-24', u'INT_ADD_-1207215013'), ('const-1', u'RETURN_-1207215031'), (u'INT_ADD_-1207215013', u'CAST_-1207214918'), (u'CAST_-1207214918', u'LOAD_-1207215029')]
| null | null |
00145c48
|
x64
|
O2
|
(translation_unit "void FUN_00145c48(void)\n\n{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}\n\n" (function_definition "void FUN_00145c48(void)\n\n{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" primitive_type (function_declarator "FUN_00145c48(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18))" identifier (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" ( (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_002bb290();" (call_expression "FUN_002bb290()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00145c48(void)\n\n{\n moneypunct<wchar_t,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_00145c48(void)\n\n{\n moneypunct<wchar_t,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_00145c48(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n moneypunct<wchar_t,true> *unaff_RBX;\n \n std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));\n std::moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (expression_statement "moneypunct<wchar_t,true> *unaff_RBX;" (comma_expression "moneypunct<wchar_t,true> *unaff_RBX" (binary_expression "moneypunct<wchar_t" identifier < identifier) , (binary_expression "true> *unaff_RBX" true > (pointer_expression "*unaff_RBX" * identifier))) ;) (labeled_statement "std::locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "locale::facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_remove_reference(*(facet **)(unaff_RBX + 0x18));" (call_expression "_M_remove_reference(*(facet **)(unaff_RBX + 0x18))" identifier (argument_list "(*(facet **)(unaff_RBX + 0x18))" ( (pointer_expression "*(facet **)(unaff_RBX + 0x18)" * (cast_expression "(facet **)(unaff_RBX + 0x18)" ( (type_descriptor "facet **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;)))) (labeled_statement "std::moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);" statement_identifier : (ERROR ":" :) (expression_statement "moneypunct<wchar_t,true>::~moneypunct(unaff_RBX);" (comma_expression "moneypunct<wchar_t,true>::~moneypunct(unaff_RBX)" (binary_expression "moneypunct<wchar_t" identifier < identifier) , (binary_expression "true>::~moneypunct(unaff_RBX)" true > (ERROR "::" : :) (unary_expression "~moneypunct(unaff_RBX)" ~ (call_expression "moneypunct(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier )))))) ;)) (expression_statement "operator_delete(unaff_RBX);" (call_expression "operator_delete(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00145c48(void)\n\n{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n \n FUN_00304990();\n}\n\n" (function_definition "void FUN_00145c48(void)\n\n{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n \n FUN_00304990();\n}" primitive_type (function_declarator "FUN_00145c48(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n \n FUN_00304990();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18))" identifier (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" ( (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x18)" ( (binary_expression "unaff_RBX + 0x18" identifier + number_literal) )))) ))) ;) (expression_statement "FUN_002bb290();" (call_expression "FUN_002bb290()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00145c48(void)\n\n{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n \n FUN_00304990();\n}" (primitive_type "void") (function_declarator "FUN_00145c48(void)" (identifier "FUN_00145c48") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n \n FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));\n FUN_002bb290();\n FUN_00276d20();\n \n FUN_00304990();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (expression_statement "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));" (call_expression "FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18))" (identifier "FUN_002adae0") (argument_list "(*(undefined8 *)(unaff_RBX + 0x18))" (( "(") (pointer_expression "*(undefined8 *)(unaff_RBX + 0x18)" (* "*") (cast_expression "(undefined8 *)(unaff_RBX + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x18)" (( "(") (binary_expression "unaff_RBX + 0x18" (identifier "unaff_RBX") (+ "+") (number_literal "0x18")) () ")")))) () ")"))) (; ";")) (expression_statement "FUN_002bb290();" (call_expression "FUN_002bb290()" (identifier "FUN_002bb290") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" (identifier "FUN_00304990") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
var_1<var_2,true> *var_4;
std::locale::facet::var_3(*(type_1 **)(var_4 + 0x18));
std::var_1<var_2,true>::~var_1(var_4);
var_5(var_4);
/* WARNING: Subroutine does not return */
var_6();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_RBX;
FUN_002adae0(*(undefined8 *)(unaff_RBX + 0x18));
FUN_002bb290();
FUN_00276d20();
/* WARNING: Subroutine does not return */
FUN_00304990();
}
|
7650_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
what
|
FUN_002daeb0
|
/* std::bad_typeid::what() const */
char * std::bad_typeid::what(void)
{
return "std::bad_typeid";
}
|
char * FUN_002daeb0(void)
{
return "std::bad_typeid";
}
|
LEA RAX,[0x390ea2]
RET
| null | null | null | null |
[(u'COPY_-1204638031', u'RETURN_-1204638012'), ('const-0', u'RETURN_-1204638012'), ('const-3739298', u'COPY_-1204638031')]
|
[(u'COPY_-1204638031', u'RETURN_-1204638012'), ('const-0', u'RETURN_-1204638012'), ('const-3739298', u'COPY_-1204638031')]
| null | null |
002daeb0
|
x64
|
O2
|
(translation_unit "char * FUN_002daeb0(void)\n\n{\n return "std::bad_typeid";\n}\n\n" (function_definition "char * FUN_002daeb0(void)\n\n{\n return "std::bad_typeid";\n}" primitive_type (pointer_declarator "* FUN_002daeb0(void)" * (function_declarator "FUN_002daeb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_typeid";\n}" { (return_statement "return "std::bad_typeid";" return (string_literal ""std::bad_typeid"" " string_content ") ;) })))
|
(translation_unit "/* std::bad_typeid::what() const */\n\nchar * std::bad_typeid::what(void)\n\n{\n return "std::bad_typeid";\n}\n\n" comment (function_definition "char * std::bad_typeid::what(void)\n\n{\n return "std::bad_typeid";\n}" primitive_type (pointer_declarator "* std::bad_typeid::what(void)" * (ERROR "std::bad_typeid::" identifier : : identifier : :) (function_declarator "what(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_typeid";\n}" { (return_statement "return "std::bad_typeid";" return (string_literal ""std::bad_typeid"" " string_content ") ;) })))
|
(translation_unit "char * FUN_002daeb0(void)\n\n{\n return "std::bad_typeid";\n}\n\n" (function_definition "char * FUN_002daeb0(void)\n\n{\n return "std::bad_typeid";\n}" primitive_type (pointer_declarator "* FUN_002daeb0(void)" * (function_declarator "FUN_002daeb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return "std::bad_typeid";\n}" { (return_statement "return "std::bad_typeid";" return (string_literal ""std::bad_typeid"" " string_content ") ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (return_statement return (string_literal " string_content ") ;) })))
|
(function_definition "char * FUN_002daeb0(void)\n\n{\n return "std::bad_typeid";\n}" (primitive_type "char") (pointer_declarator "* FUN_002daeb0(void)" (* "*") (function_declarator "FUN_002daeb0(void)" (identifier "FUN_002daeb0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n return "std::bad_typeid";\n}" ({ "{") (return_statement "return "std::bad_typeid";" (return "return") (string_literal ""std::bad_typeid"" (" """) (string_content "std::bad_typeid") (" """)) (; ";")) (} "}")))
|
/* std::bad_typeid::what() const */
char * std::bad_typeid::function_1(void)
{
return "std::bad_typeid";
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (return_statement (string_literal (string_content))))))
| null |
char * MASKED(void)
{
return "std::bad_typeid";
}
|
178_alpha-linux-gnu-addr2line_and_alpha-linux-gnu-addr2line_strip.c
|
bfd_openw
|
bfd_openw
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openw(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openw(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206939166')]
|
[('const-1', u'RETURN_-1206939166')]
| null | null |
001091d8
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(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_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openw(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(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_openw(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_openw(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_openw(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_openw(void)" (identifier "bfd_openw") (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();
}
|
196_openssl_and_openssl_strip.c
|
EC_GROUP_new_by_curve_name
|
EC_GROUP_new_by_curve_name
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
EC_GROUP * EC_GROUP_new_by_curve_name(int nid)
{
EC_GROUP *pEVar1;
pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();
return pEVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
EC_GROUP * EC_GROUP_new_by_curve_name(int nid)
{
EC_GROUP *pEVar1;
pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();
return pEVar1;
}
|
JMP qword ptr [0x001aabb0]
| null | null | null | null |
[(u'CAST_-1207047029', u'CALLIND_-1207047096'), ('const-0', u'RETURN_-1207047093'), (u'CAST_-1207047028', u'RETURN_-1207047093'), ('tmp_32', u'CAST_-1207047029'), (u'CALLIND_-1207047096', u'INDIRECT_-1207047034'), (u'CALLIND_-1207047096', u'CAST_-1207047028'), (u'INDIRECT_-1207047034', u'COPY_-1207047093')]
|
[(u'CAST_-1207047029', u'CALLIND_-1207047096'), ('const-0', u'RETURN_-1207047093'), (u'CAST_-1207047028', u'RETURN_-1207047093'), ('tmp_32', u'CAST_-1207047029'), (u'CALLIND_-1207047096', u'INDIRECT_-1207047034'), (u'CALLIND_-1207047096', u'CAST_-1207047028'), (u'INDIRECT_-1207047034', u'COPY_-1207047093')]
| null | null |
0012ec40
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nEC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}\n\n" comment (function_definition "EC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" type_identifier (pointer_declarator "* EC_GROUP_new_by_curve_name(int nid)" * (function_declarator "EC_GROUP_new_by_curve_name(int nid)" identifier (parameter_list "(int nid)" ( (parameter_declaration "int nid" primitive_type identifier) )))) (compound_statement "{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" { (declaration "EC_GROUP *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();" (assignment_expression "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" identifier = (cast_expression "(EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" ( (type_descriptor "EC_GROUP *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (parenthesized_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)" ( (pointer_expression "*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" * (cast_expression "(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pEVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nEC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}\n\n" comment (function_definition "EC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" type_identifier (pointer_declarator "* EC_GROUP_new_by_curve_name(int nid)" * (function_declarator "EC_GROUP_new_by_curve_name(int nid)" identifier (parameter_list "(int nid)" ( (parameter_declaration "int nid" primitive_type identifier) )))) (compound_statement "{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" { (declaration "EC_GROUP *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();" (assignment_expression "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" identifier = (cast_expression "(EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" ( (type_descriptor "EC_GROUP *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (parenthesized_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)" ( (pointer_expression "*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" * (cast_expression "(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pEVar1;" return identifier ;) })))
|
(translation_unit "EC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}\n\n" (function_definition "EC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" type_identifier (pointer_declarator "* EC_GROUP_new_by_curve_name(int nid)" * (function_declarator "EC_GROUP_new_by_curve_name(int nid)" identifier (parameter_list "(int nid)" ( (parameter_declaration "int nid" primitive_type identifier) )))) (compound_statement "{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" { (declaration "EC_GROUP *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();" (assignment_expression "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" identifier = (cast_expression "(EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" ( (type_descriptor "EC_GROUP *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (parenthesized_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)" ( (pointer_expression "*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" * (cast_expression "(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pEVar1;" 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 "EC_GROUP * EC_GROUP_new_by_curve_name(int nid)\n\n{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" (type_identifier "EC_GROUP") (pointer_declarator "* EC_GROUP_new_by_curve_name(int nid)" (* "*") (function_declarator "EC_GROUP_new_by_curve_name(int nid)" (identifier "EC_GROUP_new_by_curve_name") (parameter_list "(int nid)" (( "(") (parameter_declaration "int nid" (primitive_type "int") (identifier "nid")) () ")")))) (compound_statement "{\n EC_GROUP *pEVar1;\n \n pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();\n return pEVar1;\n}" ({ "{") (declaration "EC_GROUP *pEVar1;" (type_identifier "EC_GROUP") (pointer_declarator "*pEVar1" (* "*") (identifier "pEVar1")) (; ";")) (expression_statement "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();" (assignment_expression "pEVar1 = (EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (identifier "pEVar1") (= "=") (cast_expression "(EC_GROUP *)(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (( "(") (type_descriptor "EC_GROUP *" (type_identifier "EC_GROUP") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)()" (parenthesized_expression "(*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0)" (( "(") (pointer_expression "*(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" (* "*") (cast_expression "(code *)PTR_EC_GROUP_new_by_curve_name_001aabb0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_EC_GROUP_new_by_curve_name_001aabb0"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pEVar1;" (return "return") (identifier "pEVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(int nid)
{
type_1 *pEVar1;
pEVar1 = (type_1 *)(*(type_2 *)PTR_EC_GROUP_new_by_curve_name_001aabb0)();
return pEVar1;
}
| 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: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
EC_GROUP * MASKED(int nid)
{
EC_GROUP *pEVar1;
pEVar1 = (EC_GROUP *)(*(code *)PTR_MASKED_001aabb0)();
return pEVar1;
}
|
4332_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
finalize_incremental_relocs
|
FUN_0022a570
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void finalize_incremental_relocs(Relobj * this, Layout * layout, bool
clear_counts) */
void __thiscall
gold::Relobj::finalize_incremental_relocs(Relobj *this,Layout *layout,bool clear_counts)
{
Incremental_inputs *pIVar1;
uint *puVar2;
int iVar3;
undefined4 extraout_var;
uint *puVar4;
ulong uVar5;
uint uVar6;
bool bVar7;
iVar3 = (*(this->super_Object)._vptr_Object[0x1d])();
uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3;
iVar3 = (int)uVar5;
puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2);
pIVar1 = layout->incremental_inputs_;
this->reloc_bases_ = puVar4;
if (pIVar1 == (Incremental_inputs *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");
}
uVar6 = pIVar1->reloc_count_;
if (iVar3 != 0) {
puVar2 = this->reloc_counts_;
uVar5 = 0;
do {
puVar4[uVar5] = uVar6;
uVar6 = uVar6 + puVar2[uVar5];
if (clear_counts) {
puVar2[uVar5] = 0;
}
bVar7 = uVar5 != iVar3 - 1;
uVar5 = uVar5 + 1;
} while (bVar7);
}
pIVar1->reloc_count_ = uVar6;
return;
}
|
void FUN_0022a570(long *param_1,long param_2,char param_3)
{
long lVar1;
long lVar2;
long *plVar3;
long lVar4;
int iVar5;
ulong uVar6;
int iVar7;
bool bVar8;
plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();
uVar6 = plVar3[1] - *plVar3 >> 3;
iVar5 = (int)uVar6;
lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);
lVar1 = *(long *)(param_2 + 0x378);
param_1[0x13] = lVar4;
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");
}
iVar7 = *(int *)(lVar1 + 0x78);
if (iVar5 != 0) {
lVar2 = param_1[0x12];
uVar6 = 0;
do {
*(int *)(lVar4 + uVar6 * 4) = iVar7;
iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);
if (param_3 != '\0') {
*(undefined4 *)(lVar2 + uVar6 * 4) = 0;
}
bVar8 = uVar6 != iVar5 - 1;
uVar6 = uVar6 + 1;
} while (bVar8);
}
*(int *)(lVar1 + 0x78) = iVar7;
return;
}
|
PUSH R13
MOV R13,RSI
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV EBX,EDX
SUB RSP,0x8
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0xe8]
MOV RBP,qword ptr [RAX + 0x8]
SUB RBP,qword ptr [RAX]
SAR RBP,0x3
MOV EDI,EBP
SHL RDI,0x2
CALL 0x00337210
MOV R9,qword ptr [R13 + 0x378]
MOV qword ptr [R12 + 0x98],RAX
TEST R9,R9
JZ 0x0022a5fe
MOV ESI,dword ptr [R9 + 0x78]
TEST EBP,EBP
JZ 0x0022a5ef
MOV R8,qword ptr [R12 + 0x90]
LEA EDX,[RBP + -0x1]
XOR ECX,ECX
JMP 0x0022a5d3
MOV RCX,RDI
MOV dword ptr [RAX + RCX*0x4],ESI
ADD ESI,dword ptr [R8 + RCX*0x4]
TEST BL,BL
JZ 0x0022a5e6
MOV dword ptr [R8 + RCX*0x4],0x0
LEA RDI,[RCX + 0x1]
CMP RCX,RDX
JNZ 0x0022a5d0
MOV dword ptr [R9 + 0x78],ESI
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
LEA RDX,[0x3e87b0]
MOV ESI,0x18c
LEA RDI,[0x3e6f18]
CALL 0x001e9890
| null | null | null | null |
[(u'INT_EQUAL_-1203919295', u'CBRANCH_-1203919293'), ('const-0', u'RETURN_-1203919105'), (u'INT_NOTEQUAL_-1203919271', u'CBRANCH_-1203919271'), (u'PTRSUB_-1203918850', u'STORE_-1203919154'), ('tmp_700', u'PTRSUB_-1203918904'), ('const-8', u'PTRADD_-1203918959'), ('const-433', u'STORE_-1203919188'), ('tmp_380', u'CBRANCH_-1203919293'), (u'INT_SRIGHT_-1203919389', u'SUBPIECE_-1203919061'), (u'SUBPIECE_-1203919061', u'INT_NOTEQUAL_-1203919271'), ('const-120', u'PTRSUB_-1203918850'), (u'CAST_-1203918951', u'LOAD_-1203919431'), ('const-152', u'PTRSUB_-1203918927'), (u'MULTIEQUAL_-1203918923', u'STORE_-1203919228'), (u'COPY_-1203918947', u'MULTIEQUAL_-1203919019'), (u'INT_ADD_-1203919201', u'MULTIEQUAL_-1203918923'), ('const-144', u'PTRSUB_-1203918904'), (u'INT_SRIGHT_-1203919389', u'INT_AND_-1203919072'), (u'LOAD_-1203919270', u'PTRADD_-1203918878'), (u'INT_LEFT_-1203919349', u'CALL_-1203919330'), (u'MULTIEQUAL_-1203919019', u'PTRADD_-1203918882'), (u'CAST_-1203918951', u'PTRADD_-1203918959'), ('const-1', u'INT_SUB_-1203919242'), (u'MULTIEQUAL_-1203918896', u'STORE_-1203919154'), (u'INT_ADD_-1203919163', u'COPY_-1203918911'), ('const-433', u'LOAD_-1203919431'), ('const-8', u'PTRADD_-1203918953'), ('tmp_539', u'CBRANCH_-1203919192'), (u'LOAD_-1203919328', u'PTRSUB_-1203918850'), (u'INT_ADD_-1203919201', u'MULTIEQUAL_-1203918896'), (u'INDIRECT_-1203919111', u'PIECE_-1203919109'), (u'PTRSUB_-1203918904', u'LOAD_-1203919270'), ('const-0', u'INT_NOTEQUAL_-1203919271'), ('tmp_587', u'CBRANCH_-1203919157'), (u'PIECE_-1203919109', u'CAST_-1203918951'), ('const-888', u'PTRSUB_-1203918935'), ('tmp_702', u'CBRANCH_-1203919192'), (u'INT_ZEXT_-1203919070', u'INT_NOTEQUAL_-1203919159'), ('const-433', u'LOAD_-1203919459'), (u'MULTIEQUAL_-1203919019', u'PTRADD_-1203918869'), ('const-433', u'STORE_-1203919316'), ('const-0', u'STORE_-1203919188'), ('tmp_700', u'PTRSUB_-1203918927'), ('const-0', u'COPY_-1203919093'), ('const-433', u'LOAD_-1203919441'), (u'COPY_-1203918911', u'MULTIEQUAL_-1203919019'), (u'LOAD_-1203919431', u'INT_SUB_-1203919412'), (u'PTRSUB_-1203918935', u'LOAD_-1203919328'), ('const-4097968', u'COPY_-1203918891'), (u'MULTIEQUAL_-1203918923', u'INT_ADD_-1203919201'), ('const-0', u'SUBPIECE_-1203919061'), ('tmp_416', u'CBRANCH_-1203919271'), (u'CAST_-1203918927', u'PTRADD_-1203918882'), ('const-396', u'CALL_-1203919081'), (u'PTRADD_-1203918953', u'LOAD_-1203919453'), (u'LOAD_-1203919328', u'PTRSUB_-1203918913'), (u'LOAD_-1203919292', u'MULTIEQUAL_-1203918923'), ('const-433', u'LOAD_-1203919270'), (u'PTRSUB_-1203918956', u'LOAD_-1203919459'), (u'MULTIEQUAL_-1203919019', u'PTRADD_-1203918878'), (u'INT_AND_-1203919072', u'INT_LEFT_-1203919349'), ('const-433', u'LOAD_-1203919292'), (u'INT_SUB_-1203919412', u'INT_SRIGHT_-1203919389'), ('const-29', u'PTRADD_-1203918953'), (u'PTRADD_-1203918959', u'LOAD_-1203919441'), (u'CALLIND_-1203919443', u'INDIRECT_-1203919111'), (u'MULTIEQUAL_-1203919019', u'INT_NOTEQUAL_-1203919159'), ('const-0', u'PTRSUB_-1203918956'), (u'PTRSUB_-1203918927', u'STORE_-1203919316'), (u'CAST_-1203918927', u'STORE_-1203919316'), (u'INT_SUB_-1203919242', u'INT_ZEXT_-1203919070'), ('const-433', u'STORE_-1203919228'), (u'LOAD_-1203919459', u'PTRADD_-1203918953'), ('tmp_701', u'PTRSUB_-1203918935'), ('const-4', u'PTRADD_-1203918882'), (u'CALL_-1203919330', u'CAST_-1203918927'), ('const-1', u'RETURN_-1203919076'), ('const-4091672', u'COPY_-1203918892'), (u'COPY_-1203918892', u'CALL_-1203919081'), (u'CALLIND_-1203919443', u'PIECE_-1203919109'), ('tmp_700', u'PTRSUB_-1203918968'), ('tmp_460', u'BRANCH_-1203919240'), (u'PTRADD_-1203918869', u'STORE_-1203919188'), ('const-1', u'PTRADD_-1203918959'), (u'PTRSUB_-1203918968', u'PTRSUB_-1203918956'), (u'PTRSUB_-1203918913', u'LOAD_-1203919292'), (u'SUBPIECE_-1203919061', u'INT_SUB_-1203919242'), ('const-1', u'INT_ADD_-1203919163'), ('const-433', u'LOAD_-1203919219'), ('const-0', u'PTRSUB_-1203918968'), ('const-120', u'PTRSUB_-1203918913'), (u'INT_NOTEQUAL_-1203919159', u'CBRANCH_-1203919157'), (u'LOAD_-1203919292', u'MULTIEQUAL_-1203918896'), ('const-433', u'LOAD_-1203919453'), (u'LOAD_-1203919328', u'INT_EQUAL_-1203919295'), ('const-2', u'INT_LEFT_-1203919349'), (u'COPY_-1203918891', u'CALL_-1203919081'), (u'COPY_-1203919093', u'COPY_-1203918947'), (u'LOAD_-1203919270', u'PTRADD_-1203918869'), (u'MULTIEQUAL_-1203919019', u'INT_ADD_-1203919163'), (u'LOAD_-1203919441', u'INT_SUB_-1203919412'), (u'PTRADD_-1203918878', u'LOAD_-1203919219'), ('const-0', u'INT_EQUAL_-1203919295'), (u'PTRADD_-1203918882', u'STORE_-1203919228'), ('const-4294967295', u'INT_AND_-1203919072'), ('const-433', u'STORE_-1203919154'), (u'LOAD_-1203919453', u'CALLIND_-1203919443'), ('const-3', u'INT_SRIGHT_-1203919389'), ('const-433', u'LOAD_-1203919328'), ('const-4', u'PTRADD_-1203918869'), (u'LOAD_-1203919219', u'INT_ADD_-1203919201'), ('const-4', u'PTRADD_-1203918878')]
|
[(u'INT_EQUAL_-1203919295', u'CBRANCH_-1203919293'), ('const-0', u'RETURN_-1203919105'), (u'PTRADD_-1203918963', u'LOAD_-1203919441'), (u'CAST_-1203918962', u'PTRADD_-1203918963'), (u'MULTIEQUAL_-1203919020', u'INT_NOTEQUAL_-1203919159'), (u'INT_NOTEQUAL_-1203919271', u'CBRANCH_-1203919271'), (u'CAST_-1203918850', u'STORE_-1203919154'), (u'CAST_-1203918933', u'LOAD_-1203919328'), (u'LOAD_-1203919270', u'INT_ADD_-1203919174'), ('const-433', u'LOAD_-1203919453'), (u'SUBPIECE_-1203919063', u'INT_NOTEQUAL_-1203919271'), (u'INT_MULT_-1203919202', u'INT_ADD_-1203919214'), (u'COPY_-1203918895', u'CALL_-1203919081'), ('tmp_380', u'CBRANCH_-1203919293'), ('const-4091672', u'COPY_-1203918895'), ('const-120', u'INT_ADD_-1203919276'), (u'INT_ADD_-1203919207', u'CAST_-1203918877'), ('const-3', u'INT_SRIGHT_-1203919389'), (u'PTRADD_-1203918933', u'STORE_-1203919316'), (u'PTRADD_-1203918911', u'LOAD_-1203919270'), ('const-8', u'PTRADD_-1203918911'), ('const-120', u'INT_ADD_-1203919140'), (u'INT_LEFT_-1203919349', u'CALL_-1203919330'), (u'CALLIND_-1203919443', u'CAST_-1203918962'), (u'INT_SUB_-1203919242', u'INT_ZEXT_-1203919072'), (u'INT_ADD_-1203919201', u'MULTIEQUAL_-1203918899'), (u'MULTIEQUAL_-1203919020', u'INT_MULT_-1203919195'), (u'MULTIEQUAL_-1203919020', u'INT_MULT_-1203919202'), ('const-0', u'INT_NOTEQUAL_-1203919192'), (u'MULTIEQUAL_-1203919020', u'INT_ADD_-1203919163'), (u'MULTIEQUAL_-1203919020', u'INT_MULT_-1203919162'), (u'CAST_-1203918877', u'LOAD_-1203919219'), ('tmp_539', u'CBRANCH_-1203919192'), (u'CAST_-1203918881', u'STORE_-1203919228'), ('const-0', u'INT_NOTEQUAL_-1203919271'), ('tmp_587', u'CBRANCH_-1203919157'), ('const-232', u'INT_ADD_-1203919437'), ('const-8', u'PTRADD_-1203918933'), (u'CALL_-1203919330', u'INT_ADD_-1203919214'), (u'MULTIEQUAL_-1203918926', u'INT_ADD_-1203919201'), ('const-2', u'INT_LEFT_-1203919349'), ('tmp_1311', u'INT_NOTEQUAL_-1203919192'), (u'INT_MULT_-1203919195', u'INT_ADD_-1203919207'), (u'LOAD_-1203919328', u'INT_ADD_-1203919276'), (u'LOAD_-1203919270', u'INT_ADD_-1203919207'), ('const-0', u'SUBPIECE_-1203919063'), ('const-4', u'INT_MULT_-1203919195'), (u'CALL_-1203919330', u'STORE_-1203919316'), (u'CAST_-1203918912', u'LOAD_-1203919292'), (u'INT_ADD_-1203919312', u'CAST_-1203918933'), ('const-19', u'PTRADD_-1203918933'), (u'INT_MULT_-1203919162', u'INT_ADD_-1203919174'), ('const-4', u'INT_MULT_-1203919202'), ('const-4294967295', u'INT_AND_-1203919075'), (u'LOAD_-1203919292', u'MULTIEQUAL_-1203918899'), (u'LOAD_-1203919459', u'INT_ADD_-1203919437'), (u'LOAD_-1203919431', u'INT_SUB_-1203919412'), (u'CAST_-1203918963', u'LOAD_-1203919453'), ('tmp_416', u'CBRANCH_-1203919271'), ('const-433', u'LOAD_-1203919292'), ('const-433', u'STORE_-1203919228'), ('const-8', u'PTRADD_-1203918963'), (u'INT_AND_-1203919075', u'INT_LEFT_-1203919349'), ('const-0', u'STORE_-1203919188'), ('const-433', u'STORE_-1203919154'), ('const-433', u'LOAD_-1203919459'), (u'LOAD_-1203919292', u'MULTIEQUAL_-1203918926'), ('tmp_1108', u'INT_ADD_-1203919312'), ('const-433', u'LOAD_-1203919431'), ('const-18', u'PTRADD_-1203918911'), (u'INT_SUB_-1203919412', u'INT_SRIGHT_-1203919389'), (u'MULTIEQUAL_-1203918899', u'STORE_-1203919154'), ('const-396', u'CALL_-1203919081'), ('const-4097968', u'COPY_-1203918894'), ('tmp_1110', u'LOAD_-1203919459'), ('const-433', u'LOAD_-1203919270'), ('const-433', u'STORE_-1203919188'), ('const-433', u'STORE_-1203919316'), (u'COPY_-1203918894', u'CALL_-1203919081'), (u'INT_SRIGHT_-1203919389', u'SUBPIECE_-1203919063'), ('tmp_1110', u'PTRADD_-1203918911'), ('const-0', u'COPY_-1203919094'), ('const-1', u'RETURN_-1203919076'), (u'SUBPIECE_-1203919063', u'INT_SUB_-1203919242'), ('const-433', u'LOAD_-1203919441'), (u'COPY_-1203919094', u'COPY_-1203918959'), ('tmp_460', u'BRANCH_-1203919240'), (u'INT_ZEXT_-1203919072', u'INT_NOTEQUAL_-1203919159'), ('const-1', u'PTRADD_-1203918963'), ('const-1', u'INT_ADD_-1203919163'), (u'MULTIEQUAL_-1203918926', u'STORE_-1203919228'), ('const-433', u'LOAD_-1203919219'), (u'INT_ADD_-1203919214', u'CAST_-1203918881'), (u'CAST_-1203918962', u'LOAD_-1203919431'), ('tmp_1110', u'PTRADD_-1203918933'), (u'INT_NOTEQUAL_-1203919159', u'CBRANCH_-1203919157'), (u'LOAD_-1203919328', u'INT_EQUAL_-1203919295'), (u'INT_SRIGHT_-1203919389', u'INT_AND_-1203919075'), ('const-888', u'INT_ADD_-1203919312'), (u'CAST_-1203918868', u'STORE_-1203919188'), (u'INT_ADD_-1203919174', u'CAST_-1203918868'), (u'INT_ADD_-1203919437', u'CAST_-1203918963'), (u'LOAD_-1203919441', u'INT_SUB_-1203919412'), (u'INT_ADD_-1203919201', u'MULTIEQUAL_-1203918926'), ('const-0', u'INT_EQUAL_-1203919295'), ('const-1', u'INT_SUB_-1203919242'), (u'INT_ADD_-1203919163', u'COPY_-1203918923'), (u'COPY_-1203918959', u'MULTIEQUAL_-1203919020'), (u'LOAD_-1203919453', u'CALLIND_-1203919443'), ('const-433', u'LOAD_-1203919328'), (u'COPY_-1203918923', u'MULTIEQUAL_-1203919020'), ('const-4', u'INT_MULT_-1203919162'), (u'INT_NOTEQUAL_-1203919192', u'CBRANCH_-1203919192'), (u'LOAD_-1203919328', u'INT_ADD_-1203919140'), (u'INT_ADD_-1203919140', u'CAST_-1203918850'), (u'LOAD_-1203919219', u'INT_ADD_-1203919201'), (u'INT_ADD_-1203919276', u'CAST_-1203918912')]
| null | null |
0022a570
|
x64
|
O2
|
(translation_unit "void FUN_0022a570(long *param_1,long param_2,char param_3)\n\n{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}\n\n" (function_definition "void FUN_0022a570(long *param_1,long param_2,char param_3)\n\n{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" primitive_type (function_declarator "FUN_0022a570(long *param_1,long param_2,char param_3)" identifier (parameter_list "(long *param_1,long param_2,char param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "char param_3" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (expression_statement "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();" (assignment_expression "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))()" identifier = (cast_expression "(long *)(**(code **)(*param_1 + 0xe8))()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*param_1 + 0xe8))()" (parenthesized_expression "(**(code **)(*param_1 + 0xe8))" ( (pointer_expression "**(code **)(*param_1 + 0xe8)" * (pointer_expression "*(code **)(*param_1 + 0xe8)" * (cast_expression "(code **)(*param_1 + 0xe8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xe8)" ( (binary_expression "*param_1 + 0xe8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "uVar6 = plVar3[1] - *plVar3 >> 3;" (assignment_expression "uVar6 = plVar3[1] - *plVar3 >> 3" identifier = (binary_expression "plVar3[1] - *plVar3 >> 3" (binary_expression "plVar3[1] - *plVar3" (subscript_expression "plVar3[1]" identifier [ number_literal ]) - (pointer_expression "*plVar3" * identifier)) >> number_literal)) ;) (expression_statement "iVar5 = (int)uVar6;" (assignment_expression "iVar5 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);" (assignment_expression "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" identifier = (call_expression "thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" identifier (argument_list "((uVar6 & 0xffffffff) << 2)" ( (binary_expression "(uVar6 & 0xffffffff) << 2" (parenthesized_expression "(uVar6 & 0xffffffff)" ( (binary_expression "uVar6 & 0xffffffff" identifier & number_literal) )) << number_literal) )))) ;) (expression_statement "lVar1 = *(long *)(param_2 + 0x378);" (assignment_expression "lVar1 = *(long *)(param_2 + 0x378)" identifier = (pointer_expression "*(long *)(param_2 + 0x378)" * (cast_expression "(long *)(param_2 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x378)" ( (binary_expression "param_2 + 0x378" identifier + number_literal) ))))) ;) (expression_statement "param_1[0x13] = lVar4;" (assignment_expression "param_1[0x13] = lVar4" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar1 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" { comment (expression_statement "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");" (call_expression "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" identifier (argument_list "("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""finalize_incremental_relocs"" " string_content ") ))) ;) })) (expression_statement "iVar7 = *(int *)(lVar1 + 0x78);" (assignment_expression "iVar7 = *(int *)(lVar1 + 0x78)" identifier = (pointer_expression "*(int *)(lVar1 + 0x78)" * (cast_expression "(int *)(lVar1 + 0x78)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" { (expression_statement "lVar2 = param_1[0x12];" (assignment_expression "lVar2 = param_1[0x12]" identifier = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);" do (compound_statement "{\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n }" { (expression_statement "*(int *)(lVar4 + uVar6 * 4) = iVar7;" (assignment_expression "*(int *)(lVar4 + uVar6 * 4) = iVar7" (pointer_expression "*(int *)(lVar4 + uVar6 * 4)" * (cast_expression "(int *)(lVar4 + uVar6 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + uVar6 * 4)" ( (binary_expression "lVar4 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))) = identifier) ;) (expression_statement "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);" (assignment_expression "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4)" identifier = (binary_expression "iVar7 + *(int *)(lVar2 + uVar6 * 4)" identifier + (pointer_expression "*(int *)(lVar2 + uVar6 * 4)" * (cast_expression "(int *)(lVar2 + uVar6 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar6 * 4)" ( (binary_expression "lVar2 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))))) ;) (if_statement "if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" if (parenthesized_expression "(param_3 != '\0')" ( (binary_expression "param_3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" { (expression_statement "*(undefined4 *)(lVar2 + uVar6 * 4) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + uVar6 * 4) = 0" (pointer_expression "*(undefined4 *)(lVar2 + uVar6 * 4)" * (cast_expression "(undefined4 *)(lVar2 + uVar6 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar6 * 4)" ( (binary_expression "lVar2 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))) = number_literal) ;) })) (expression_statement "bVar8 = uVar6 != iVar5 - 1;" (assignment_expression "bVar8 = uVar6 != iVar5 - 1" identifier = (binary_expression "uVar6 != iVar5 - 1" identifier != (binary_expression "iVar5 - 1" identifier - number_literal))) ;) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) })) (expression_statement "*(int *)(lVar1 + 0x78) = iVar7;" (assignment_expression "*(int *)(lVar1 + 0x78) = iVar7" (pointer_expression "*(int *)(lVar1 + 0x78)" * (cast_expression "(int *)(lVar1 + 0x78)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void finalize_incremental_relocs(Relobj * this, Layout * layout, bool\n clear_counts) */\n\nvoid __thiscall\ngold::Relobj::finalize_incremental_relocs(Relobj *this,Layout *layout,bool clear_counts)\n\n{\n Incremental_inputs *pIVar1;\n uint *puVar2;\n int iVar3;\n undefined4 extraout_var;\n uint *puVar4;\n ulong uVar5;\n uint uVar6;\n bool bVar7;\n \n iVar3 = (*(this->super_Object)._vptr_Object[0x1d])();\n uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3;\n iVar3 = (int)uVar5;\n puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2);\n pIVar1 = layout->incremental_inputs_;\n this->reloc_bases_ = puVar4;\n if (pIVar1 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n uVar6 = pIVar1->reloc_count_;\n if (iVar3 != 0) {\n puVar2 = this->reloc_counts_;\n uVar5 = 0;\n do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);\n }\n pIVar1->reloc_count_ = uVar6;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Relobj::finalize_incremental_relocs(Relobj *this,Layout *layout,bool clear_counts)\n\n{\n Incremental_inputs *pIVar1;\n uint *puVar2;\n int iVar3;\n undefined4 extraout_var;\n uint *puVar4;\n ulong uVar5;\n uint uVar6;\n bool bVar7;\n \n iVar3 = (*(this->super_Object)._vptr_Object[0x1d])();\n uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3;\n iVar3 = (int)uVar5;\n puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2);\n pIVar1 = layout->incremental_inputs_;\n this->reloc_bases_ = puVar4;\n if (pIVar1 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n uVar6 = pIVar1->reloc_count_;\n if (iVar3 != 0) {\n puVar2 = this->reloc_counts_;\n uVar5 = 0;\n do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);\n }\n pIVar1->reloc_count_ = uVar6;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Relobj::" identifier : : identifier : :) (function_declarator "finalize_incremental_relocs(Relobj *this,Layout *layout,bool clear_counts)" identifier (parameter_list "(Relobj *this,Layout *layout,bool clear_counts)" ( (parameter_declaration "Relobj *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "bool clear_counts" primitive_type identifier) ))) (compound_statement "{\n Incremental_inputs *pIVar1;\n uint *puVar2;\n int iVar3;\n undefined4 extraout_var;\n uint *puVar4;\n ulong uVar5;\n uint uVar6;\n bool bVar7;\n \n iVar3 = (*(this->super_Object)._vptr_Object[0x1d])();\n uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3;\n iVar3 = (int)uVar5;\n puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2);\n pIVar1 = layout->incremental_inputs_;\n this->reloc_bases_ = puVar4;\n if (pIVar1 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n uVar6 = pIVar1->reloc_count_;\n if (iVar3 != 0) {\n puVar2 = this->reloc_counts_;\n uVar5 = 0;\n do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);\n }\n pIVar1->reloc_count_ = uVar6;\n return;\n}" { (declaration "Incremental_inputs *pIVar1;" type_identifier (pointer_declarator "*pIVar1" * identifier) ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (expression_statement "iVar3 = (*(this->super_Object)._vptr_Object[0x1d])();" (assignment_expression "iVar3 = (*(this->super_Object)._vptr_Object[0x1d])()" identifier = (call_expression "(*(this->super_Object)._vptr_Object[0x1d])()" (parenthesized_expression "(*(this->super_Object)._vptr_Object[0x1d])" ( (pointer_expression "*(this->super_Object)._vptr_Object[0x1d]" * (subscript_expression "(this->super_Object)._vptr_Object[0x1d]" (field_expression "(this->super_Object)._vptr_Object" (parenthesized_expression "(this->super_Object)" ( (field_expression "this->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3;" (assignment_expression "uVar5 = ((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3" identifier = (binary_expression "((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3) >> 3" (binary_expression "((long *)CONCAT44(extraout_var,iVar3))[1] - *(long *)CONCAT44(extraout_var,iVar3)" (subscript_expression "((long *)CONCAT44(extraout_var,iVar3))[1]" (parenthesized_expression "((long *)CONCAT44(extraout_var,iVar3))" ( (cast_expression "(long *)CONCAT44(extraout_var,iVar3)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar3)" identifier (argument_list "(extraout_var,iVar3)" ( identifier , identifier )))) )) [ number_literal ]) - (pointer_expression "*(long *)CONCAT44(extraout_var,iVar3)" * (cast_expression "(long *)CONCAT44(extraout_var,iVar3)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar3)" identifier (argument_list "(extraout_var,iVar3)" ( identifier , identifier )))))) >> number_literal)) ;) (expression_statement "iVar3 = (int)uVar5;" (assignment_expression "iVar3 = (int)uVar5" identifier = (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2);" (assignment_expression "puVar4 = (uint *)operator_new__((uVar5 & 0xffffffff) << 2)" identifier = (cast_expression "(uint *)operator_new__((uVar5 & 0xffffffff) << 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__((uVar5 & 0xffffffff) << 2)" identifier (argument_list "((uVar5 & 0xffffffff) << 2)" ( (binary_expression "(uVar5 & 0xffffffff) << 2" (parenthesized_expression "(uVar5 & 0xffffffff)" ( (binary_expression "uVar5 & 0xffffffff" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "pIVar1 = layout->incremental_inputs_;" (assignment_expression "pIVar1 = layout->incremental_inputs_" identifier = (field_expression "layout->incremental_inputs_" identifier -> field_identifier)) ;) (expression_statement "this->reloc_bases_ = puVar4;" (assignment_expression "this->reloc_bases_ = puVar4" (field_expression "this->reloc_bases_" identifier -> field_identifier) = identifier) ;) (if_statement "if (pIVar1 == (Incremental_inputs *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" if (parenthesized_expression "(pIVar1 == (Incremental_inputs *)0x0)" ( (binary_expression "pIVar1 == (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/object.cc",0x18c,"finalize_incremental_relocs");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs");" (call_expression "do_gold_unreachable("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" identifier (argument_list "("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""finalize_incremental_relocs"" " string_content ") ))) ;) })) (expression_statement "uVar6 = pIVar1->reloc_count_;" (assignment_expression "uVar6 = pIVar1->reloc_count_" identifier = (field_expression "pIVar1->reloc_count_" identifier -> field_identifier)) ;) (if_statement "if (iVar3 != 0) {\n puVar2 = this->reloc_counts_;\n uVar5 = 0;\n do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n puVar2 = this->reloc_counts_;\n uVar5 = 0;\n do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);\n }" { (expression_statement "puVar2 = this->reloc_counts_;" (assignment_expression "puVar2 = this->reloc_counts_" identifier = (field_expression "this->reloc_counts_" identifier -> field_identifier)) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n } while (bVar7);" do (compound_statement "{\n puVar4[uVar5] = uVar6;\n uVar6 = uVar6 + puVar2[uVar5];\n if (clear_counts) {\n puVar2[uVar5] = 0;\n }\n bVar7 = uVar5 != iVar3 - 1;\n uVar5 = uVar5 + 1;\n }" { (expression_statement "puVar4[uVar5] = uVar6;" (assignment_expression "puVar4[uVar5] = uVar6" (subscript_expression "puVar4[uVar5]" identifier [ identifier ]) = identifier) ;) (expression_statement "uVar6 = uVar6 + puVar2[uVar5];" (assignment_expression "uVar6 = uVar6 + puVar2[uVar5]" identifier = (binary_expression "uVar6 + puVar2[uVar5]" identifier + (subscript_expression "puVar2[uVar5]" identifier [ identifier ]))) ;) (if_statement "if (clear_counts) {\n puVar2[uVar5] = 0;\n }" if (parenthesized_expression "(clear_counts)" ( identifier )) (compound_statement "{\n puVar2[uVar5] = 0;\n }" { (expression_statement "puVar2[uVar5] = 0;" (assignment_expression "puVar2[uVar5] = 0" (subscript_expression "puVar2[uVar5]" identifier [ identifier ]) = number_literal) ;) })) (expression_statement "bVar7 = uVar5 != iVar3 - 1;" (assignment_expression "bVar7 = uVar5 != iVar3 - 1" identifier = (binary_expression "uVar5 != iVar3 - 1" identifier != (binary_expression "iVar3 - 1" identifier - number_literal))) ;) (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar7)" ( identifier )) ;) })) (expression_statement "pIVar1->reloc_count_ = uVar6;" (assignment_expression "pIVar1->reloc_count_ = uVar6" (field_expression "pIVar1->reloc_count_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0022a570(long *param_1,long param_2,char param_3)\n\n{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}\n\n" (function_definition "void FUN_0022a570(long *param_1,long param_2,char param_3)\n\n{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" primitive_type (function_declarator "FUN_0022a570(long *param_1,long param_2,char param_3)" identifier (parameter_list "(long *param_1,long param_2,char param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "char param_3" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (expression_statement "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();" (assignment_expression "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))()" identifier = (cast_expression "(long *)(**(code **)(*param_1 + 0xe8))()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "(**(code **)(*param_1 + 0xe8))()" (parenthesized_expression "(**(code **)(*param_1 + 0xe8))" ( (pointer_expression "**(code **)(*param_1 + 0xe8)" * (pointer_expression "*(code **)(*param_1 + 0xe8)" * (cast_expression "(code **)(*param_1 + 0xe8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0xe8)" ( (binary_expression "*param_1 + 0xe8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))))) ;) (expression_statement "uVar6 = plVar3[1] - *plVar3 >> 3;" (assignment_expression "uVar6 = plVar3[1] - *plVar3 >> 3" identifier = (binary_expression "plVar3[1] - *plVar3 >> 3" (binary_expression "plVar3[1] - *plVar3" (subscript_expression "plVar3[1]" identifier [ number_literal ]) - (pointer_expression "*plVar3" * identifier)) >> number_literal)) ;) (expression_statement "iVar5 = (int)uVar6;" (assignment_expression "iVar5 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);" (assignment_expression "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" identifier = (call_expression "thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" identifier (argument_list "((uVar6 & 0xffffffff) << 2)" ( (binary_expression "(uVar6 & 0xffffffff) << 2" (parenthesized_expression "(uVar6 & 0xffffffff)" ( (binary_expression "uVar6 & 0xffffffff" identifier & number_literal) )) << number_literal) )))) ;) (expression_statement "lVar1 = *(long *)(param_2 + 0x378);" (assignment_expression "lVar1 = *(long *)(param_2 + 0x378)" identifier = (pointer_expression "*(long *)(param_2 + 0x378)" * (cast_expression "(long *)(param_2 + 0x378)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x378)" ( (binary_expression "param_2 + 0x378" identifier + number_literal) ))))) ;) (expression_statement "param_1[0x13] = lVar4;" (assignment_expression "param_1[0x13] = lVar4" (subscript_expression "param_1[0x13]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" if (parenthesized_expression "(lVar1 == 0)" ( (binary_expression "lVar1 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" { (expression_statement "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");" (call_expression "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" identifier (argument_list "("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""finalize_incremental_relocs"" " string_content ") ))) ;) })) (expression_statement "iVar7 = *(int *)(lVar1 + 0x78);" (assignment_expression "iVar7 = *(int *)(lVar1 + 0x78)" identifier = (pointer_expression "*(int *)(lVar1 + 0x78)" * (cast_expression "(int *)(lVar1 + 0x78)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" { (expression_statement "lVar2 = param_1[0x12];" (assignment_expression "lVar2 = param_1[0x12]" identifier = (subscript_expression "param_1[0x12]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);" do (compound_statement "{\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n }" { (expression_statement "*(int *)(lVar4 + uVar6 * 4) = iVar7;" (assignment_expression "*(int *)(lVar4 + uVar6 * 4) = iVar7" (pointer_expression "*(int *)(lVar4 + uVar6 * 4)" * (cast_expression "(int *)(lVar4 + uVar6 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + uVar6 * 4)" ( (binary_expression "lVar4 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))) = identifier) ;) (expression_statement "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);" (assignment_expression "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4)" identifier = (binary_expression "iVar7 + *(int *)(lVar2 + uVar6 * 4)" identifier + (pointer_expression "*(int *)(lVar2 + uVar6 * 4)" * (cast_expression "(int *)(lVar2 + uVar6 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar6 * 4)" ( (binary_expression "lVar2 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))))) ;) (if_statement "if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" if (parenthesized_expression "(param_3 != '\0')" ( (binary_expression "param_3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" { (expression_statement "*(undefined4 *)(lVar2 + uVar6 * 4) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + uVar6 * 4) = 0" (pointer_expression "*(undefined4 *)(lVar2 + uVar6 * 4)" * (cast_expression "(undefined4 *)(lVar2 + uVar6 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + uVar6 * 4)" ( (binary_expression "lVar2 + uVar6 * 4" identifier + (binary_expression "uVar6 * 4" identifier * number_literal)) )))) = number_literal) ;) })) (expression_statement "bVar8 = uVar6 != iVar5 - 1;" (assignment_expression "bVar8 = uVar6 != iVar5 - 1" identifier = (binary_expression "uVar6 != iVar5 - 1" identifier != (binary_expression "iVar5 - 1" identifier - number_literal))) ;) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) })) (expression_statement "*(int *)(lVar1 + 0x78) = iVar7;" (assignment_expression "*(int *)(lVar1 + 0x78) = iVar7" (pointer_expression "*(int *)(lVar1 + 0x78)" * (cast_expression "(int *)(lVar1 + 0x78)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x78)" ( (binary_expression "lVar1 + 0x78" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (pointer_expression * IDENT)) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (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 = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_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 IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT != (binary_expression IDENT - LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( 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_0022a570(long *param_1,long param_2,char param_3)\n\n{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022a570(long *param_1,long param_2,char param_3)" (identifier "FUN_0022a570") (parameter_list "(long *param_1,long param_2,char param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "char param_3" (primitive_type "char") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n long *plVar3;\n long lVar4;\n int iVar5;\n ulong uVar6;\n int iVar7;\n bool bVar8;\n \n plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();\n uVar6 = plVar3[1] - *plVar3 >> 3;\n iVar5 = (int)uVar6;\n lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);\n lVar1 = *(long *)(param_2 + 0x378);\n param_1[0x13] = lVar4;\n if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }\n iVar7 = *(int *)(lVar1 + 0x78);\n if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }\n *(int *)(lVar1 + 0x78) = iVar7;\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "bool bVar8;" (primitive_type "bool") (identifier "bVar8") (; ";")) (expression_statement "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();" (assignment_expression "plVar3 = (long *)(**(code **)(*param_1 + 0xe8))()" (identifier "plVar3") (= "=") (cast_expression "(long *)(**(code **)(*param_1 + 0xe8))()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(**(code **)(*param_1 + 0xe8))()" (parenthesized_expression "(**(code **)(*param_1 + 0xe8))" (( "(") (pointer_expression "**(code **)(*param_1 + 0xe8)" (* "*") (pointer_expression "*(code **)(*param_1 + 0xe8)" (* "*") (cast_expression "(code **)(*param_1 + 0xe8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0xe8)" (( "(") (binary_expression "*param_1 + 0xe8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xe8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "uVar6 = plVar3[1] - *plVar3 >> 3;" (assignment_expression "uVar6 = plVar3[1] - *plVar3 >> 3" (identifier "uVar6") (= "=") (binary_expression "plVar3[1] - *plVar3 >> 3" (binary_expression "plVar3[1] - *plVar3" (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")) (- "-") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (>> ">>") (number_literal "3"))) (; ";")) (expression_statement "iVar5 = (int)uVar6;" (assignment_expression "iVar5 = (int)uVar6" (identifier "iVar5") (= "=") (cast_expression "(int)uVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar6"))) (; ";")) (expression_statement "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);" (assignment_expression "lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" (identifier "lVar4") (= "=") (call_expression "thunk_FUN_00337270((uVar6 & 0xffffffff) << 2)" (identifier "thunk_FUN_00337270") (argument_list "((uVar6 & 0xffffffff) << 2)" (( "(") (binary_expression "(uVar6 & 0xffffffff) << 2" (parenthesized_expression "(uVar6 & 0xffffffff)" (( "(") (binary_expression "uVar6 & 0xffffffff" (identifier "uVar6") (& "&") (number_literal "0xffffffff")) () ")")) (<< "<<") (number_literal "2")) () ")")))) (; ";")) (expression_statement "lVar1 = *(long *)(param_2 + 0x378);" (assignment_expression "lVar1 = *(long *)(param_2 + 0x378)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_2 + 0x378)" (* "*") (cast_expression "(long *)(param_2 + 0x378)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x378)" (( "(") (binary_expression "param_2 + 0x378" (identifier "param_2") (+ "+") (number_literal "0x378")) () ")"))))) (; ";")) (expression_statement "param_1[0x13] = lVar4;" (assignment_expression "param_1[0x13] = lVar4" (subscript_expression "param_1[0x13]" (identifier "param_1") ([ "[") (number_literal "0x13") (] "]")) (= "=") (identifier "lVar4")) (; ";")) (if_statement "if (lVar1 == 0) {\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" (if "if") (parenthesized_expression "(lVar1 == 0)" (( "(") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");\n }" ({ "{") (expression_statement "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");" (call_expression "FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" (identifier "FUN_001e9890") (argument_list "("../../gold/object.cc",0x18c,"finalize_incremental_relocs")" (( "(") (string_literal ""../../gold/object.cc"" (" """) (string_content "../../gold/object.cc") (" """)) (, ",") (number_literal "0x18c") (, ",") (string_literal ""finalize_incremental_relocs"" (" """) (string_content "finalize_incremental_relocs") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar7 = *(int *)(lVar1 + 0x78);" (assignment_expression "iVar7 = *(int *)(lVar1 + 0x78)" (identifier "iVar7") (= "=") (pointer_expression "*(int *)(lVar1 + 0x78)" (* "*") (cast_expression "(int *)(lVar1 + 0x78)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x78)" (( "(") (binary_expression "lVar1 + 0x78" (identifier "lVar1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (if_statement "if (iVar5 != 0) {\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = param_1[0x12];\n uVar6 = 0;\n do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);\n }" ({ "{") (expression_statement "lVar2 = param_1[0x12];" (assignment_expression "lVar2 = param_1[0x12]" (identifier "lVar2") (= "=") (subscript_expression "param_1[0x12]" (identifier "param_1") ([ "[") (number_literal "0x12") (] "]"))) (; ";")) (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n } while (bVar8);" (do "do") (compound_statement "{\n *(int *)(lVar4 + uVar6 * 4) = iVar7;\n iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);\n if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }\n bVar8 = uVar6 != iVar5 - 1;\n uVar6 = uVar6 + 1;\n }" ({ "{") (expression_statement "*(int *)(lVar4 + uVar6 * 4) = iVar7;" (assignment_expression "*(int *)(lVar4 + uVar6 * 4) = iVar7" (pointer_expression "*(int *)(lVar4 + uVar6 * 4)" (* "*") (cast_expression "(int *)(lVar4 + uVar6 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + uVar6 * 4)" (( "(") (binary_expression "lVar4 + uVar6 * 4" (identifier "lVar4") (+ "+") (binary_expression "uVar6 * 4" (identifier "uVar6") (* "*") (number_literal "4"))) () ")")))) (= "=") (identifier "iVar7")) (; ";")) (expression_statement "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);" (assignment_expression "iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4)" (identifier "iVar7") (= "=") (binary_expression "iVar7 + *(int *)(lVar2 + uVar6 * 4)" (identifier "iVar7") (+ "+") (pointer_expression "*(int *)(lVar2 + uVar6 * 4)" (* "*") (cast_expression "(int *)(lVar2 + uVar6 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + uVar6 * 4)" (( "(") (binary_expression "lVar2 + uVar6 * 4" (identifier "lVar2") (+ "+") (binary_expression "uVar6 * 4" (identifier "uVar6") (* "*") (number_literal "4"))) () ")")))))) (; ";")) (if_statement "if (param_3 != '\0') {\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" (if "if") (parenthesized_expression "(param_3 != '\0')" (( "(") (binary_expression "param_3 != '\0'" (identifier "param_3") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined4 *)(lVar2 + uVar6 * 4) = 0;\n }" ({ "{") (expression_statement "*(undefined4 *)(lVar2 + uVar6 * 4) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + uVar6 * 4) = 0" (pointer_expression "*(undefined4 *)(lVar2 + uVar6 * 4)" (* "*") (cast_expression "(undefined4 *)(lVar2 + uVar6 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + uVar6 * 4)" (( "(") (binary_expression "lVar2 + uVar6 * 4" (identifier "lVar2") (+ "+") (binary_expression "uVar6 * 4" (identifier "uVar6") (* "*") (number_literal "4"))) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "bVar8 = uVar6 != iVar5 - 1;" (assignment_expression "bVar8 = uVar6 != iVar5 - 1" (identifier "bVar8") (= "=") (binary_expression "uVar6 != iVar5 - 1" (identifier "uVar6") (!= "!=") (binary_expression "iVar5 - 1" (identifier "iVar5") (- "-") (number_literal "1")))) (; ";")) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" (identifier "uVar6") (= "=") (binary_expression "uVar6 + 1" (identifier "uVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar8)" (( "(") (identifier "bVar8") () ")")) (; ";")) (} "}"))) (expression_statement "*(int *)(lVar1 + 0x78) = iVar7;" (assignment_expression "*(int *)(lVar1 + 0x78) = iVar7" (pointer_expression "*(int *)(lVar1 + 0x78)" (* "*") (cast_expression "(int *)(lVar1 + 0x78)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x78)" (( "(") (binary_expression "lVar1 + 0x78" (identifier "lVar1") (+ "+") (number_literal "0x78")) () ")")))) (= "=") (identifier "iVar7")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void finalize_incremental_relocs(Relobj * this, Layout * layout, bool
clear_counts) */
void __thiscall
gold::type_1::function_1(type_1 *this,type_2 *layout,bool clear_counts)
{
type_3 *var_4;
type_4 *puVar2;
int var_6;
type_5 extraout_var;
type_4 *puVar4;
type_6 var_3;
type_4 var_7;
bool bVar7;
var_6 = (*(this->super_Object)._vptr_Object[0x1d])();
var_3 = ((long *)var_1(extraout_var,var_6))[1] - *(long *)var_1(extraout_var,var_6) >> 3;
var_6 = (int)var_3;
puVar4 = (type_4 *)var_2((var_3 & 0xffffffff) << 2);
var_4 = layout->incremental_inputs_;
this->reloc_bases_ = puVar4;
if (var_4 == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_5("../../gold/object.cc",0x18c,"finalize_incremental_relocs");
}
var_7 = var_4->reloc_count_;
if (var_6 != 0) {
puVar2 = this->reloc_counts_;
var_3 = 0;
do {
puVar4[var_3] = var_7;
var_7 = var_7 + puVar2[var_3];
if (clear_counts) {
puVar2[var_3] = 0;
}
bVar7 = var_3 != var_6 - 1;
var_3 = var_3 + 1;
} while (bVar7);
}
var_4->reloc_count_ = var_7;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (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: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (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: (binary_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: (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)))))) right: (number_literal))))) (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))))
| null |
void MASKED(long *param_1,long param_2,char param_3)
{
long lVar1;
long lVar2;
long *plVar3;
long lVar4;
int iVar5;
ulong uVar6;
int iVar7;
bool bVar8;
plVar3 = (long *)(**(code **)(*param_1 + 0xe8))();
uVar6 = plVar3[1] - *plVar3 >> 3;
iVar5 = (int)uVar6;
lVar4 = thunk_FUN_00337270((uVar6 & 0xffffffff) << 2);
lVar1 = *(long *)(param_2 + 0x378);
param_1[0x13] = lVar4;
if (lVar1 == 0) {
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/object.cc",0x18c,"finalize_incremental_relocs");
}
iVar7 = *(int *)(lVar1 + 0x78);
if (iVar5 != 0) {
lVar2 = param_1[0x12];
uVar6 = 0;
do {
*(int *)(lVar4 + uVar6 * 4) = iVar7;
iVar7 = iVar7 + *(int *)(lVar2 + uVar6 * 4);
if (param_3 != '\0') {
*(undefined4 *)(lVar2 + uVar6 * 4) = 0;
}
bVar8 = uVar6 != iVar5 - 1;
uVar6 = uVar6 + 1;
} while (bVar8);
}
*(int *)(lVar1 + 0x78) = iVar7;
return;
}
|
2538_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
section_header_offset
|
FUN_0017c460
|
/* DWARF original prototype: off_t
section_header_offset(Elf_file<32,_false,_gold::Incremental_binary> * this, uint shndx) */
off_t __thiscall
elfcpp::Elf_file<32,_false,_gold::Incremental_binary>::section_header_offset
(Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)
{
char *pcVar1;
uint uVar2;
Incremental_binary *this_00;
uVar2 = this->shnum_;
if (uVar2 == 0) {
this_00 = this->file_;
if (this->shoff_ != 0) {
pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");
gold::Incremental_binary::error(this_00,pcVar1);
uVar2 = this->shnum_;
if (shndx < uVar2) goto LAB_0017c4b5;
this_00 = this->file_;
if (uVar2 != 0) goto LAB_0017c489;
}
if (this->shoff_ != 0) {
pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");
gold::Incremental_binary::error(this_00,pcVar1);
uVar2 = this->shnum_;
}
}
else {
if (shndx < uVar2) goto LAB_0017c4b5;
this_00 = this->file_;
}
LAB_0017c489:
pcVar1 = (char *)gettext("section_header_offset: bad shndx %u >= %u");
gold::Incremental_binary::error(this_00,pcVar1,shndx,(ulong)uVar2);
LAB_0017c4b5:
return (ulong)(shndx * 0x28) + this->shoff_;
}
|
long FUN_0017c460(undefined8 *param_1,uint param_2)
{
undefined8 uVar1;
uint uVar2;
undefined8 uVar3;
uVar2 = *(uint *)(param_1 + 2);
if (uVar2 == 0) {
uVar3 = *param_1;
if (param_1[1] != 0) {
uVar1 = gettext("ELF file has not been initialized yet (internal error)");
FUN_001736d0(uVar3,uVar1);
uVar2 = *(uint *)(param_1 + 2);
if (param_2 < uVar2) goto LAB_0017c4b5;
uVar3 = *param_1;
if (uVar2 != 0) goto LAB_0017c489;
}
if (param_1[1] != 0) {
uVar1 = gettext("ELF file has not been initialized yet (internal error)");
FUN_001736d0(uVar3,uVar1);
uVar2 = *(uint *)(param_1 + 2);
}
}
else {
if (param_2 < uVar2) goto LAB_0017c4b5;
uVar3 = *param_1;
}
LAB_0017c489:
uVar1 = gettext("section_header_offset: bad shndx %u >= %u");
FUN_001736d0(uVar3,uVar1,param_2,uVar2);
LAB_0017c4b5:
return (ulong)(param_2 * 0x28) + param_1[1];
}
|
PUSH R13
PUSH R12
PUSH RBP
MOV EBP,ESI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R12D,dword ptr [RDI + 0x10]
TEST R12D,R12D
JNZ 0x0017c4b0
CMP qword ptr [RDI + 0x8],0x0
MOV R13,qword ptr [RDI]
JNZ 0x0017c4d0
CMP qword ptr [RBX + 0x8],0x0
JNZ 0x0017c500
LEA RDI,[0x3079f8]
CALL 0x0013e320
MOV ECX,R12D
MOV EDX,EBP
MOV RDI,R13
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001736d0
JMP 0x0017c4b5
CMP ESI,R12D
JNC 0x0017c522
LEA EAX,[RBP + RBP*0x4]
SHL EAX,0x3
ADD RAX,qword ptr [RBX + 0x8]
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
LEA RDI,[0x3079c0]
CALL 0x0013e320
MOV RDI,R13
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001736d0
MOV R12D,dword ptr [RBX + 0x10]
CMP EBP,R12D
JC 0x0017c4b5
MOV R13,qword ptr [RBX]
TEST R12D,R12D
JNZ 0x0017c489
JMP 0x0017c482
LEA RDI,[0x3079c0]
CALL 0x0013e320
MOV RDI,R13
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001736d0
MOV R12D,dword ptr [RBX + 0x10]
JMP 0x0017c489
MOV R13,qword ptr [RBX]
JMP 0x0017c489
| null | null | null | null |
[(u'CALL_-1207384865', u'CAST_-1207384263'), (u'PTRSUB_-1207384178', u'LOAD_-1207384633'), (u'LOAD_-1207384536', u'MULTIEQUAL_-1207384429'), (u'INT_MULT_-1207384772', u'INT_ZEXT_-1207384514'), ('const-433', u'LOAD_-1207384950'), (u'INT_NOTEQUAL_-1207384884', u'CBRANCH_-1207384880'), ('tmp_710', u'INT_LESS_-1207384612'), ('const-3176896', u'COPY_-1207384220'), (u'LOAD_-1207384950', u'MULTIEQUAL_-1207384355'), ('const-0', u'INT_NOTEQUAL_-1207384910'), (u'LOAD_-1207384910', u'CALL_-1207384635'), (u'CALL_-1207384663', u'CAST_-1207384194'), ('tmp_143', u'CBRANCH_-1207384901'), ('const-433', u'LOAD_-1207384900'), (u'PTRSUB_-1207384118', u'LOAD_-1207384536'), (u'LOAD_-1207384609', u'MULTIEQUAL_-1207384355'), (u'COPY_-1207384269', u'CALL_-1207384663'), ('const-433', u'LOAD_-1207384536'), ('const-433', u'LOAD_-1207384758'), ('tmp_526', u'BRANCH_-1207384600'), ('const-0', u'INT_NOTEQUAL_-1207384884'), (u'CALL_-1207384639', u'CAST_-1207384145'), (u'MULTIEQUAL_-1207384429', u'CALL_-1207384828'), ('const-0', u'PTRSUB_-1207384168'), ('tmp_646', u'CBRANCH_-1207384589'), (u'LOAD_-1207384610', u'MULTIEQUAL_-1207384429'), ('tmp_709', u'PTRSUB_-1207384168'), (u'PTRSUB_-1207384224', u'LOAD_-1207384758'), ('tmp_710', u'INT_MULT_-1207384772'), ('tmp_679', u'CBRANCH_-1207384645'), ('const-3176896', u'COPY_-1207384269'), ('const-0', u'INT_EQUAL_-1207384930'), ('const-16', u'PTRSUB_-1207384128'), ('const-8', u'PTRSUB_-1207384283'), ('const-0', u'PTRSUB_-1207384118'), (u'MULTIEQUAL_-1207384361', u'MULTIEQUAL_-1207384355'), (u'PTRSUB_-1207384305', u'LOAD_-1207384950'), ('const-40', u'INT_MULT_-1207384772'), (u'LOAD_-1207384900', u'INT_NOTEQUAL_-1207384884'), (u'PTRSUB_-1207384295', u'LOAD_-1207384926'), (u'INT_NOTEQUAL_-1207384591', u'CBRANCH_-1207384589'), (u'INT_EQUAL_-1207384930', u'CBRANCH_-1207384927'), ('tmp_709', u'PTRSUB_-1207384305'), (u'PTRSUB_-1207384168', u'LOAD_-1207384610'), ('const-8', u'PTRSUB_-1207384295'), ('const-3176952', u'COPY_-1207384338'), ('const-433', u'LOAD_-1207384633'), (u'LOAD_-1207384950', u'INT_EQUAL_-1207384930'), (u'PTRSUB_-1207384289', u'LOAD_-1207384910'), ('tmp_710', u'CALL_-1207384828'), (u'COPY_-1207384220', u'CALL_-1207384639'), ('tmp_709', u'PTRSUB_-1207384118'), (u'LOAD_-1207384633', u'INT_NOTEQUAL_-1207384591'), ('const-433', u'LOAD_-1207384910'), (u'INT_ZEXT_-1207384514', u'INT_ADD_-1207384740'), ('tmp_709', u'PTRSUB_-1207384283'), ('tmp_686', u'BRANCH_-1207384529'), (u'LOAD_-1207384633', u'MULTIEQUAL_-1207384355'), (u'INT_LESS_-1207384612', u'CBRANCH_-1207384610'), ('tmp_710', u'INT_LESS_-1207384648'), (u'CAST_-1207384145', u'CALL_-1207384611'), ('tmp_613', u'CBRANCH_-1207384610'), ('tmp_709', u'PTRSUB_-1207384295'), ('tmp_239', u'BRANCH_-1207384825'), ('tmp_100', u'CBRANCH_-1207384927'), (u'PTRSUB_-1207384283', u'LOAD_-1207384900'), (u'CAST_-1207384263', u'CALL_-1207384828'), (u'LOAD_-1207384950', u'INT_LESS_-1207384648'), ('const-0', u'INT_NOTEQUAL_-1207384591'), (u'MULTIEQUAL_-1207384355', u'INT_ZEXT_-1207384534'), (u'INT_ZEXT_-1207384534', u'CALL_-1207384828'), (u'INT_ADD_-1207384740', u'RETURN_-1207384701'), ('const-16', u'PTRSUB_-1207384305'), (u'LOAD_-1207384910', u'MULTIEQUAL_-1207384435'), (u'PTRSUB_-1207384128', u'LOAD_-1207384609'), (u'INT_NOTEQUAL_-1207384910', u'CBRANCH_-1207384901'), (u'LOAD_-1207384633', u'MULTIEQUAL_-1207384361'), ('const-433', u'LOAD_-1207384610'), (u'INT_LESS_-1207384648', u'CBRANCH_-1207384645'), (u'LOAD_-1207384950', u'MULTIEQUAL_-1207384361'), ('tmp_709', u'PTRSUB_-1207384224'), ('const-433', u'LOAD_-1207384926'), (u'MULTIEQUAL_-1207384435', u'MULTIEQUAL_-1207384429'), (u'LOAD_-1207384758', u'INT_ADD_-1207384740'), (u'LOAD_-1207384926', u'INT_NOTEQUAL_-1207384910'), (u'MULTIEQUAL_-1207384435', u'CALL_-1207384611'), ('const-0', u'PTRSUB_-1207384289'), ('const-16', u'PTRSUB_-1207384178'), (u'CAST_-1207384194', u'CALL_-1207384635'), ('tmp_709', u'PTRSUB_-1207384128'), ('tmp_709', u'PTRSUB_-1207384178'), (u'LOAD_-1207384633', u'INT_LESS_-1207384612'), ('const-0', u'RETURN_-1207384701'), ('tmp_181', u'CBRANCH_-1207384880'), ('const-8', u'PTRSUB_-1207384224'), ('tmp_709', u'PTRSUB_-1207384289'), (u'COPY_-1207384338', u'CALL_-1207384865'), ('const-433', u'LOAD_-1207384609'), (u'LOAD_-1207384610', u'MULTIEQUAL_-1207384435')]
|
[('const-433', u'LOAD_-1207384633'), ('tmp_1502', u'PTRADD_-1207384132'), ('tmp_1502', u'PTRADD_-1207384307'), (u'CALL_-1207384639', u'CALL_-1207384611'), ('const-3176952', u'COPY_-1207384339'), ('const-1', u'PTRADD_-1207384286'), (u'INT_MULT_-1207384772', u'INT_ZEXT_-1207384514'), (u'MULTIEQUAL_-1207384357', u'CALL_-1207384828'), ('tmp_1857', u'INT_LESS_-1207384648'), (u'INT_NOTEQUAL_-1207384884', u'CBRANCH_-1207384880'), (u'CAST_-1207384130', u'LOAD_-1207384609'), ('tmp_1857', u'INT_MULT_-1207384772'), (u'CAST_-1207384302', u'LOAD_-1207384950'), ('tmp_1502', u'PTRADD_-1207384297'), ('const-3176896', u'COPY_-1207384270'), (u'LOAD_-1207384633', u'MULTIEQUAL_-1207384363'), ('const-8', u'PTRADD_-1207384227'), (u'CALL_-1207384663', u'CALL_-1207384635'), ('const-8', u'PTRADD_-1207384132'), (u'LOAD_-1207384910', u'CALL_-1207384635'), ('tmp_143', u'CBRANCH_-1207384901'), ('const-433', u'LOAD_-1207384926'), ('tmp_1857', u'CALL_-1207384828'), ('tmp_526', u'BRANCH_-1207384600'), ('const-8', u'PTRADD_-1207384297'), ('tmp_646', u'CBRANCH_-1207384589'), (u'COPY_-1207384270', u'CALL_-1207384663'), ('const-40', u'INT_MULT_-1207384772'), (u'PTRADD_-1207384286', u'LOAD_-1207384900'), (u'LOAD_-1207384536', u'MULTIEQUAL_-1207384430'), (u'PTRADD_-1207384307', u'CAST_-1207384302'), ('tmp_679', u'CBRANCH_-1207384645'), ('const-0', u'INT_NOTEQUAL_-1207384884'), ('const-2', u'PTRADD_-1207384132'), (u'LOAD_-1207384610', u'MULTIEQUAL_-1207384436'), ('const-2', u'PTRADD_-1207384307'), (u'MULTIEQUAL_-1207384436', u'MULTIEQUAL_-1207384430'), ('const-433', u'LOAD_-1207384910'), (u'LOAD_-1207384950', u'MULTIEQUAL_-1207384363'), ('const-0', u'INT_EQUAL_-1207384930'), (u'MULTIEQUAL_-1207384436', u'CALL_-1207384611'), (u'LOAD_-1207384633', u'MULTIEQUAL_-1207384357'), ('const-433', u'LOAD_-1207384610'), (u'LOAD_-1207384900', u'INT_NOTEQUAL_-1207384884'), (u'INT_NOTEQUAL_-1207384591', u'CBRANCH_-1207384589'), (u'INT_EQUAL_-1207384930', u'CBRANCH_-1207384927'), ('const-0', u'INT_NOTEQUAL_-1207384910'), ('const-3176896', u'COPY_-1207384221'), ('const-433', u'LOAD_-1207384900'), ('tmp_1857', u'INT_LESS_-1207384612'), (u'MULTIEQUAL_-1207384363', u'MULTIEQUAL_-1207384357'), ('tmp_1502', u'LOAD_-1207384536'), ('tmp_1502', u'PTRADD_-1207384227'), ('tmp_1502', u'LOAD_-1207384610'), (u'LOAD_-1207384950', u'INT_EQUAL_-1207384930'), (u'LOAD_-1207384633', u'INT_NOTEQUAL_-1207384591'), (u'INT_ZEXT_-1207384514', u'INT_ADD_-1207384740'), ('tmp_1502', u'PTRADD_-1207384286'), ('tmp_686', u'BRANCH_-1207384529'), ('const-2', u'PTRADD_-1207384181'), ('const-433', u'LOAD_-1207384950'), (u'INT_LESS_-1207384612', u'CBRANCH_-1207384610'), ('tmp_613', u'CBRANCH_-1207384610'), ('tmp_239', u'BRANCH_-1207384825'), (u'COPY_-1207384221', u'CALL_-1207384639'), ('tmp_100', u'CBRANCH_-1207384927'), (u'LOAD_-1207384950', u'MULTIEQUAL_-1207384357'), (u'LOAD_-1207384950', u'INT_LESS_-1207384648'), ('const-0', u'INT_NOTEQUAL_-1207384591'), ('const-1', u'PTRADD_-1207384297'), (u'LOAD_-1207384910', u'MULTIEQUAL_-1207384436'), (u'INT_ADD_-1207384740', u'RETURN_-1207384701'), (u'PTRADD_-1207384181', u'CAST_-1207384179'), (u'PTRADD_-1207384227', u'LOAD_-1207384758'), (u'INT_NOTEQUAL_-1207384910', u'CBRANCH_-1207384901'), ('tmp_1502', u'PTRADD_-1207384181'), (u'INT_LESS_-1207384648', u'CBRANCH_-1207384645'), (u'PTRADD_-1207384132', u'CAST_-1207384130'), (u'CALL_-1207384865', u'CALL_-1207384828'), ('const-433', u'LOAD_-1207384758'), ('const-8', u'PTRADD_-1207384307'), (u'LOAD_-1207384758', u'INT_ADD_-1207384740'), ('const-433', u'LOAD_-1207384536'), ('tmp_1502', u'LOAD_-1207384910'), (u'LOAD_-1207384926', u'INT_NOTEQUAL_-1207384910'), ('const-1', u'PTRADD_-1207384227'), (u'PTRADD_-1207384297', u'LOAD_-1207384926'), ('const-433', u'LOAD_-1207384609'), ('const-8', u'PTRADD_-1207384286'), (u'LOAD_-1207384633', u'INT_LESS_-1207384612'), (u'MULTIEQUAL_-1207384430', u'CALL_-1207384828'), ('const-0', u'RETURN_-1207384701'), ('const-8', u'PTRADD_-1207384181'), (u'LOAD_-1207384610', u'MULTIEQUAL_-1207384430'), ('tmp_181', u'CBRANCH_-1207384880'), (u'LOAD_-1207384609', u'MULTIEQUAL_-1207384357'), (u'CAST_-1207384179', u'LOAD_-1207384633'), (u'COPY_-1207384339', u'CALL_-1207384865')]
| null | null |
0017c460
|
x64
|
O2
|
(translation_unit "long FUN_0017c460(undefined8 *param_1,uint param_2)\n\n{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}\n\n" (function_definition "long FUN_0017c460(undefined8 *param_1,uint param_2)\n\n{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0017c460(undefined8 *param_1,uint param_2)" identifier (parameter_list "(undefined8 *param_1,uint param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }" { (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }" { (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" identifier = (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") )))) ;) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" identifier (argument_list "(uVar3,uVar1)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(param_2 < uVar2)" ( (binary_expression "param_2 < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (uVar2 != 0) goto LAB_0017c489;" if (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c489;" goto statement_identifier ;)) })) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }" { (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" identifier = (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") )))) ;) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" identifier (argument_list "(uVar3,uVar1)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) })) }) (else_clause "else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" else (compound_statement "{\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" { (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(param_2 < uVar2)" ( (binary_expression "param_2 < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) }))) (labeled_statement "LAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" statement_identifier : (expression_statement "uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" (assignment_expression "uVar1 = gettext("section_header_offset: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_header_offset: bad shndx %u >= %u")" identifier (argument_list "("section_header_offset: bad shndx %u >= %u")" ( (string_literal ""section_header_offset: bad shndx %u >= %u"" " string_content ") )))) ;)) (expression_statement "FUN_001736d0(uVar3,uVar1,param_2,uVar2);" (call_expression "FUN_001736d0(uVar3,uVar1,param_2,uVar2)" identifier (argument_list "(uVar3,uVar1,param_2,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) (labeled_statement "LAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];" statement_identifier : (return_statement "return (ulong)(param_2 * 0x28) + param_1[1];" return (binary_expression "(ulong)(param_2 * 0x28) + param_1[1]" (call_expression "(ulong)(param_2 * 0x28)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2 * 0x28)" ( (binary_expression "param_2 * 0x28" identifier * number_literal) ))) + (subscript_expression "param_1[1]" identifier [ number_literal ])) ;)) })))
|
(translation_unit "/* DWARF original prototype: off_t\n section_header_offset(Elf_file<32,_false,_gold::Incremental_binary> * this, uint shndx) */\n\noff_t __thiscall\nelfcpp::Elf_file<32,_false,_gold::Incremental_binary>::section_header_offset\n (Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)\n\n{\n char *pcVar1;\n uint uVar2;\n Incremental_binary *this_00;\n \n uVar2 = this->shnum_;\n if (uVar2 == 0) {\n this_00 = this->file_;\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n }\n }\n else {\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n }\nLAB_0017c489:\n pcVar1 = (char *)gettext("section_header_offset: bad shndx %u >= %u");\n gold::Incremental_binary::error(this_00,pcVar1,shndx,(ulong)uVar2);\nLAB_0017c4b5:\n return (ulong)(shndx * 0x28) + this->shoff_;\n}\n\n" comment (declaration "off_t __thiscall\nelfcpp::Elf_file<32,_false,_gold::Incremental_binary>::section_header_offset\n (Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)\n\n{\n char *pcVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "elfcpp::" identifier : :) identifier (ERROR "<32" < number_literal) , identifier , (ERROR "_gold::Incremental_binary>::section_header_offset\n (Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)\n\n{\n char" identifier : : identifier > : : (function_declarator "section_header_offset\n (Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)" identifier (parameter_list "(Elf_file<32,_false,_gold::Incremental_binary> *this,uint shndx)" ( (parameter_declaration "Elf_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_gold::Incremental_binary> *this" type_identifier (ERROR "::Incremental_binary>" : : identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) { primitive_type) (pointer_declarator "*pcVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "Incremental_binary *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (expression_statement "uVar2 = this->shnum_;" (assignment_expression "uVar2 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n this_00 = this->file_;\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n }\n }\n else {\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n this_00 = this->file_;\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n }\n }" { (expression_statement "this_00 = this->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) (if_statement "if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n if (uVar2 != 0) goto LAB_0017c489;\n }" if (parenthesized_expression "(this->shoff_ != 0)" ( (binary_expression "this->shoff_ != 0" (field_expression "this->shoff_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n if (uVar2 != 0) goto LAB_0017c489;\n }" { (expression_statement "pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)")" identifier = (cast_expression "(char *)gettext("ELF file has not been initialized yet (internal error)")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") ))))) ;) (labeled_statement "gold::Incremental_binary::error(this_00,pcVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Incremental_binary::error(this_00,pcVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,pcVar1);" (call_expression "error(this_00,pcVar1)" identifier (argument_list "(this_00,pcVar1)" ( identifier , identifier ))) ;))) (expression_statement "uVar2 = this->shnum_;" (assignment_expression "uVar2 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) (if_statement "if (shndx < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(shndx < uVar2)" ( (binary_expression "shndx < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "this_00 = this->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) (if_statement "if (uVar2 != 0) goto LAB_0017c489;" if (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c489;" goto statement_identifier ;)) })) (if_statement "if (this->shoff_ != 0) {\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n }" if (parenthesized_expression "(this->shoff_ != 0)" ( (binary_expression "this->shoff_ != 0" (field_expression "this->shoff_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");\n gold::Incremental_binary::error(this_00,pcVar1);\n uVar2 = this->shnum_;\n }" { (expression_statement "pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "pcVar1 = (char *)gettext("ELF file has not been initialized yet (internal error)")" identifier = (cast_expression "(char *)gettext("ELF file has not been initialized yet (internal error)")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") ))))) ;) (labeled_statement "gold::Incremental_binary::error(this_00,pcVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Incremental_binary::error(this_00,pcVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,pcVar1);" (call_expression "error(this_00,pcVar1)" identifier (argument_list "(this_00,pcVar1)" ( identifier , identifier ))) ;))) (expression_statement "uVar2 = this->shnum_;" (assignment_expression "uVar2 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) })) }) (else_clause "else {\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n }" else (compound_statement "{\n if (shndx < uVar2) goto LAB_0017c4b5;\n this_00 = this->file_;\n }" { (if_statement "if (shndx < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(shndx < uVar2)" ( (binary_expression "shndx < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "this_00 = this->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) }))) (labeled_statement "LAB_0017c489:\n pcVar1 = (char *)gettext("section_header_offset: bad shndx %u >= %u");" statement_identifier : (expression_statement "pcVar1 = (char *)gettext("section_header_offset: bad shndx %u >= %u");" (assignment_expression "pcVar1 = (char *)gettext("section_header_offset: bad shndx %u >= %u")" identifier = (cast_expression "(char *)gettext("section_header_offset: bad shndx %u >= %u")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("section_header_offset: bad shndx %u >= %u")" identifier (argument_list "("section_header_offset: bad shndx %u >= %u")" ( (string_literal ""section_header_offset: bad shndx %u >= %u"" " string_content ") ))))) ;)) (labeled_statement "gold::Incremental_binary::error(this_00,pcVar1,shndx,(ulong)uVar2);" statement_identifier : (ERROR ":" :) (labeled_statement "Incremental_binary::error(this_00,pcVar1,shndx,(ulong)uVar2);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,pcVar1,shndx,(ulong)uVar2);" (call_expression "error(this_00,pcVar1,shndx,(ulong)uVar2)" identifier (argument_list "(this_00,pcVar1,shndx,(ulong)uVar2)" ( identifier , identifier , identifier , (cast_expression "(ulong)uVar2" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;))) (labeled_statement "LAB_0017c4b5:\n return (ulong)(shndx * 0x28) + this->shoff_;" statement_identifier : (return_statement "return (ulong)(shndx * 0x28) + this->shoff_;" return (binary_expression "(ulong)(shndx * 0x28) + this->shoff_" (call_expression "(ulong)(shndx * 0x28)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(shndx * 0x28)" ( (binary_expression "shndx * 0x28" identifier * number_literal) ))) + (field_expression "this->shoff_" identifier -> field_identifier)) ;)) (ERROR "}" }))
|
(translation_unit "long FUN_0017c460(undefined8 *param_1,uint param_2)\n\n{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}\n\n" (function_definition "long FUN_0017c460(undefined8 *param_1,uint param_2)\n\n{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0017c460(undefined8 *param_1,uint param_2)" identifier (parameter_list "(undefined8 *param_1,uint param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }" { (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }" { (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" identifier = (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") )))) ;) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" identifier (argument_list "(uVar3,uVar1)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(param_2 < uVar2)" ( (binary_expression "param_2 < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (uVar2 != 0) goto LAB_0017c489;" if (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c489;" goto statement_identifier ;)) })) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }" { (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" identifier = (call_expression "gettext("ELF file has not been initialized yet (internal error)")" identifier (argument_list "("ELF file has not been initialized yet (internal error)")" ( (string_literal ""ELF file has not been initialized yet (internal error)"" " string_content ") )))) ;) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" identifier (argument_list "(uVar3,uVar1)" ( identifier , identifier ))) ;) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" identifier = (pointer_expression "*(uint *)(param_1 + 2)" * (cast_expression "(uint *)(param_1 + 2)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))))) ;) })) }) (else_clause "else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" else (compound_statement "{\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" { (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" if (parenthesized_expression "(param_2 < uVar2)" ( (binary_expression "param_2 < uVar2" identifier < identifier) )) (goto_statement "goto LAB_0017c4b5;" goto statement_identifier ;)) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) }))) (labeled_statement "LAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" statement_identifier : (expression_statement "uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" (assignment_expression "uVar1 = gettext("section_header_offset: bad shndx %u >= %u")" identifier = (call_expression "gettext("section_header_offset: bad shndx %u >= %u")" identifier (argument_list "("section_header_offset: bad shndx %u >= %u")" ( (string_literal ""section_header_offset: bad shndx %u >= %u"" " string_content ") )))) ;)) (expression_statement "FUN_001736d0(uVar3,uVar1,param_2,uVar2);" (call_expression "FUN_001736d0(uVar3,uVar1,param_2,uVar2)" identifier (argument_list "(uVar3,uVar1,param_2,uVar2)" ( identifier , identifier , identifier , identifier ))) ;) (labeled_statement "LAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];" statement_identifier : (return_statement "return (ulong)(param_2 * 0x28) + param_1[1];" return (binary_expression "(ulong)(param_2 * 0x28) + param_1[1]" (call_expression "(ulong)(param_2 * 0x28)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_2 * 0x28)" ( (binary_expression "param_2 * 0x28" identifier * number_literal) ))) + (subscript_expression "param_1[1]" identifier [ number_literal ])) ;)) })))
|
(translation_unit (function_definition (sized_type_specifier long) (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 ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }))) (labeled_statement statement_identifier : (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 ))) ;) (labeled_statement statement_identifier : (return_statement return (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT * LIT) ))) + (subscript_expression IDENT [ LIT ])) ;)) })))
|
(function_definition "long FUN_0017c460(undefined8 *param_1,uint param_2)\n\n{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0017c460(undefined8 *param_1,uint param_2)" (identifier "FUN_0017c460") (parameter_list "(undefined8 *param_1,uint param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n uint uVar2;\n undefined8 uVar3;\n \n uVar2 = *(uint *)(param_1 + 2);\n if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }\nLAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");\n FUN_001736d0(uVar3,uVar1,param_2,uVar2);\nLAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 2)" (* "*") (cast_expression "(uint *)(param_1 + 2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }\n else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = *param_1;\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }\n if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }\n }" ({ "{") (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" (identifier "uVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n if (uVar2 != 0) goto LAB_0017c489;\n }" ({ "{") (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" (identifier "uVar1") (= "=") (call_expression "gettext("ELF file has not been initialized yet (internal error)")" (identifier "gettext") (argument_list "("ELF file has not been initialized yet (internal error)")" (( "(") (string_literal ""ELF file has not been initialized yet (internal error)"" (" """) (string_content "ELF file has not been initialized yet (internal error)") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" (identifier "FUN_001736d0") (argument_list "(uVar3,uVar1)" (( "(") (identifier "uVar3") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 2)" (* "*") (cast_expression "(uint *)(param_1 + 2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" (if "if") (parenthesized_expression "(param_2 < uVar2)" (( "(") (binary_expression "param_2 < uVar2" (identifier "param_2") (< "<") (identifier "uVar2")) () ")")) (goto_statement "goto LAB_0017c4b5;" (goto "goto") (statement_identifier "LAB_0017c4b5") (; ";"))) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" (identifier "uVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (uVar2 != 0) goto LAB_0017c489;" (if "if") (parenthesized_expression "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017c489;" (goto "goto") (statement_identifier "LAB_0017c489") (; ";"))) (} "}"))) (if_statement "if (param_1[1] != 0) {\n uVar1 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\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 = gettext("ELF file has not been initialized yet (internal error)");\n FUN_001736d0(uVar3,uVar1);\n uVar2 = *(uint *)(param_1 + 2);\n }" ({ "{") (expression_statement "uVar1 = gettext("ELF file has not been initialized yet (internal error)");" (assignment_expression "uVar1 = gettext("ELF file has not been initialized yet (internal error)")" (identifier "uVar1") (= "=") (call_expression "gettext("ELF file has not been initialized yet (internal error)")" (identifier "gettext") (argument_list "("ELF file has not been initialized yet (internal error)")" (( "(") (string_literal ""ELF file has not been initialized yet (internal error)"" (" """) (string_content "ELF file has not been initialized yet (internal error)") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001736d0(uVar3,uVar1);" (call_expression "FUN_001736d0(uVar3,uVar1)" (identifier "FUN_001736d0") (argument_list "(uVar3,uVar1)" (( "(") (identifier "uVar3") (, ",") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "uVar2 = *(uint *)(param_1 + 2);" (assignment_expression "uVar2 = *(uint *)(param_1 + 2)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_1 + 2)" (* "*") (cast_expression "(uint *)(param_1 + 2)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" (else "else") (compound_statement "{\n if (param_2 < uVar2) goto LAB_0017c4b5;\n uVar3 = *param_1;\n }" ({ "{") (if_statement "if (param_2 < uVar2) goto LAB_0017c4b5;" (if "if") (parenthesized_expression "(param_2 < uVar2)" (( "(") (binary_expression "param_2 < uVar2" (identifier "param_2") (< "<") (identifier "uVar2")) () ")")) (goto_statement "goto LAB_0017c4b5;" (goto "goto") (statement_identifier "LAB_0017c4b5") (; ";"))) (expression_statement "uVar3 = *param_1;" (assignment_expression "uVar3 = *param_1" (identifier "uVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (} "}")))) (labeled_statement "LAB_0017c489:\n uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" (statement_identifier "LAB_0017c489") (: ":") (expression_statement "uVar1 = gettext("section_header_offset: bad shndx %u >= %u");" (assignment_expression "uVar1 = gettext("section_header_offset: bad shndx %u >= %u")" (identifier "uVar1") (= "=") (call_expression "gettext("section_header_offset: bad shndx %u >= %u")" (identifier "gettext") (argument_list "("section_header_offset: bad shndx %u >= %u")" (( "(") (string_literal ""section_header_offset: bad shndx %u >= %u"" (" """) (string_content "section_header_offset: bad shndx %u >= %u") (" """)) () ")")))) (; ";"))) (expression_statement "FUN_001736d0(uVar3,uVar1,param_2,uVar2);" (call_expression "FUN_001736d0(uVar3,uVar1,param_2,uVar2)" (identifier "FUN_001736d0") (argument_list "(uVar3,uVar1,param_2,uVar2)" (( "(") (identifier "uVar3") (, ",") (identifier "uVar1") (, ",") (identifier "param_2") (, ",") (identifier "uVar2") () ")"))) (; ";")) (labeled_statement "LAB_0017c4b5:\n return (ulong)(param_2 * 0x28) + param_1[1];" (statement_identifier "LAB_0017c4b5") (: ":") (return_statement "return (ulong)(param_2 * 0x28) + param_1[1];" (return "return") (binary_expression "(ulong)(param_2 * 0x28) + param_1[1]" (call_expression "(ulong)(param_2 * 0x28)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_2 * 0x28)" (( "(") (binary_expression "param_2 * 0x28" (identifier "param_2") (* "*") (number_literal "0x28")) () ")"))) (+ "+") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (} "}")))
|
/* DWARF original prototype: off_t
section_header_offset(Elf_file<32,_false,_gold::Incremental_binary> * this, uint shndx) */
type_1 __thiscall
elfcpp::Elf_file<32,_false,_gold::type_3>::section_header_offset
(Elf_file<32,_false,_gold::type_3> *this,type_2 var_4)
{
char *pcVar1;
type_2 var_1;
type_3 *this_00;
var_1 = this->shnum_;
if (var_1 == 0) {
this_00 = this->file_;
if (this->shoff_ != 0) {
pcVar1 = (char *)var_2("ELF file has not been initialized yet (internal error)");
gold::Incremental_binary::var_3(this_00,pcVar1);
var_1 = this->shnum_;
if (var_4 < var_1) goto LAB_0017c4b5;
this_00 = this->file_;
if (var_1 != 0) goto LAB_0017c489;
}
if (this->shoff_ != 0) {
pcVar1 = (char *)var_2("ELF file has not been initialized yet (internal error)");
gold::Incremental_binary::var_3(this_00,pcVar1);
var_1 = this->shnum_;
}
}
else {
if (var_4 < var_1) goto LAB_0017c4b5;
this_00 = this->file_;
}
LAB_0017c489:
pcVar1 = (char *)var_2("section_header_offset: bad shndx %u >= %u");
gold::Incremental_binary::var_3(this_00,pcVar1,var_4,(type_4)var_1);
LAB_0017c4b5:
return (type_4)(var_4 * 0x28) + this->shoff_;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (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 (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) 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: (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (labeled_statement label: (statement_identifier) (return_statement (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (subscript_expression argument: (identifier) index: (number_literal))))))))
| null |
long MASKED(undefined8 *param_1,uint param_2)
{
undefined8 uVar1;
uint uVar2;
undefined8 uVar3;
uVar2 = *(uint *)(param_1 + 2);
if (uVar2 == 0) {
uVar3 = *param_1;
if (param_1[1] != 0) {
uVar1 = gettext("ELF file has not been initialized yet (internal error)");
FUN_001736d0(uVar3,uVar1);
uVar2 = *(uint *)(param_1 + 2);
if (param_2 < uVar2) goto LAB_0017c4b5;
uVar3 = *param_1;
if (uVar2 != 0) goto LAB_0017c489;
}
if (param_1[1] != 0) {
uVar1 = gettext("ELF file has not been initialized yet (internal error)");
FUN_001736d0(uVar3,uVar1);
uVar2 = *(uint *)(param_1 + 2);
}
}
else {
if (param_2 < uVar2) goto LAB_0017c4b5;
uVar3 = *param_1;
}
LAB_0017c489:
uVar1 = gettext("section_header_offset: bad shndx %u >= %u");
FUN_001736d0(uVar3,uVar1,param_2,uVar2);
LAB_0017c4b5:
return (ulong)(param_2 * 0x28) + param_1[1];
}
|
2118_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
parse
|
FUN_0016d840
|
/* DWARF original prototype: void parse(Dwarf_info_reader * this) */
void __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)
{
_func_int_varargs **pp_Var1;
_func_int_varargs *p_Var2;
char cVar3;
int iVar4;
pp_Var1 = (this->object_->super_Object)._vptr_Object;
p_Var2 = pp_Var1[3];
if (p_Var2 == Relobj::is_big_endian) {
iVar4 = (*pp_Var1[0x3a])();
cVar3 = (char)iVar4;
}
else {
iVar4 = (*p_Var2)();
cVar3 = (char)iVar4;
}
if (cVar3 != '\0') {
do_parse<true>(this);
return;
}
do_parse<false>(this);
return;
}
|
void FUN_0016d840(long param_1)
{
code *pcVar1;
char cVar2;
pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);
if (pcVar1 == FUN_00155110) {
cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();
}
else {
cVar2 = (*pcVar1)();
}
if (cVar2 != '\0') {
FUN_00170ff0();
return;
}
FUN_001713c0(param_1);
return;
}
|
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x10]
LEA RCX,[0x155110]
MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RAX + 0x18]
CMP RDX,RCX
JNZ 0x0016d880
CALL qword ptr [RAX + 0x1d0]
MOV RDI,RBX
TEST AL,AL
JZ 0x0016d870
POP RBX
JMP 0x00170ff0
POP RBX
JMP 0x001713c0
CALL RDX
JMP 0x0016d861
| null | null | null | null |
[(u'PTRADD_-1207314125', u'LOAD_-1207314337'), ('const-0', u'PTRSUB_-1207314128'), ('const-58', u'PTRADD_-1207314115'), ('tmp_158', u'PTRSUB_-1207314141'), ('const-8', u'PTRADD_-1207314125'), (u'PTRSUB_-1207314124', u'INT_EQUAL_-1207314317'), (u'SUBPIECE_-1207314098', u'MULTIEQUAL_-1207314131'), (u'PTRSUB_-1207314141', u'LOAD_-1207314357'), (u'MULTIEQUAL_-1207314131', u'INT_NOTEQUAL_-1207314284'), ('tmp_106', u'CBRANCH_-1207314284'), ('const-0', u'RETURN_-1207314256'), (u'LOAD_-1207314337', u'CALLIND_-1207314239'), (u'INT_EQUAL_-1207314317', u'CBRANCH_-1207314314'), ('const-0', u'RETURN_-1207314270'), ('const-433', u'LOAD_-1207314343'), (u'LOAD_-1207314337', u'INT_EQUAL_-1207314317'), ('tmp_143', u'BRANCH_-1207314240'), (u'LOAD_-1207314357', u'PTRSUB_-1207314129'), ('tmp_158', u'CALL_-1207314260'), (u'PTRSUB_-1207314129', u'PTRSUB_-1207314128'), ('const-3', u'PTRADD_-1207314125'), (u'INT_NOTEQUAL_-1207314284', u'CBRANCH_-1207314284'), ('tmp_158', u'CALL_-1207314274'), (u'PTRSUB_-1207314128', u'LOAD_-1207314343'), ('const-16', u'PTRSUB_-1207314141'), (u'LOAD_-1207314343', u'PTRADD_-1207314125'), (u'SUBPIECE_-1207314136', u'MULTIEQUAL_-1207314131'), ('const-1397008', u'PTRSUB_-1207314124'), (u'LOAD_-1207314343', u'PTRADD_-1207314115'), ('tmp_63', u'CBRANCH_-1207314314'), ('const-0', u'PTRSUB_-1207314124'), ('const-0', u'SUBPIECE_-1207314098'), (u'CALLIND_-1207314303', u'SUBPIECE_-1207314136'), ('const-0', u'PTRSUB_-1207314129'), (u'PTRADD_-1207314115', u'LOAD_-1207314313'), ('const-0', u'INT_NOTEQUAL_-1207314284'), (u'CALLIND_-1207314239', u'SUBPIECE_-1207314098'), ('const-8', u'PTRADD_-1207314115'), ('const-433', u'LOAD_-1207314313'), ('const-433', u'LOAD_-1207314357'), (u'LOAD_-1207314313', u'CALLIND_-1207314303'), ('const-433', u'LOAD_-1207314337'), ('const-0', u'SUBPIECE_-1207314136')]
|
[('const-464', u'INT_ADD_-1207314297'), ('tmp_368', u'INT_ADD_-1207314341'), (u'CAST_-1207314123', u'LOAD_-1207314313'), (u'LOAD_-1207314343', u'INT_ADD_-1207314321'), ('const-1397008', u'PTRSUB_-1207314129'), ('tmp_106', u'CBRANCH_-1207314284'), ('const-433', u'LOAD_-1207314343'), (u'MULTIEQUAL_-1207314139', u'INT_NOTEQUAL_-1207314284'), ('const-0', u'RETURN_-1207314256'), (u'LOAD_-1207314337', u'CALLIND_-1207314239'), (u'INT_EQUAL_-1207314317', u'CBRANCH_-1207314314'), ('const-0', u'RETURN_-1207314270'), ('const-433', u'LOAD_-1207314357'), (u'CAST_-1207314133', u'LOAD_-1207314337'), (u'LOAD_-1207314337', u'INT_EQUAL_-1207314317'), (u'CALLIND_-1207314303', u'MULTIEQUAL_-1207314139'), ('tmp_143', u'BRANCH_-1207314240'), (u'CAST_-1207314148', u'LOAD_-1207314357'), (u'INT_NOTEQUAL_-1207314284', u'CBRANCH_-1207314284'), (u'LOAD_-1207314343', u'INT_ADD_-1207314297'), ('const-433', u'LOAD_-1207314313'), (u'INT_ADD_-1207314321', u'CAST_-1207314133'), (u'INT_ADD_-1207314341', u'CAST_-1207314148'), ('tmp_63', u'CBRANCH_-1207314314'), ('const-0', u'PTRSUB_-1207314129'), ('tmp_368', u'CALL_-1207314260'), ('const-16', u'INT_ADD_-1207314341'), (u'PTRSUB_-1207314129', u'INT_EQUAL_-1207314317'), (u'INT_ADD_-1207314297', u'CAST_-1207314123'), (u'CALLIND_-1207314239', u'MULTIEQUAL_-1207314139'), ('const-0', u'INT_NOTEQUAL_-1207314284'), ('const-433', u'LOAD_-1207314337'), ('const-24', u'INT_ADD_-1207314321'), (u'LOAD_-1207314357', u'LOAD_-1207314343'), (u'LOAD_-1207314313', u'CALLIND_-1207314303')]
| null | null |
0016d840
|
x64
|
O2
|
(translation_unit "void FUN_0016d840(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}\n\n" (function_definition "void FUN_0016d840(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0016d840(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" identifier = (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_00155110)" ( (binary_expression "pcVar1 == FUN_00155110" identifier == identifier) )) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" { (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" else (compound_statement "{\n cVar2 = (*pcVar1)();\n }" { (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00170ff0();\n return;\n }" { (expression_statement "FUN_00170ff0();" (call_expression "FUN_00170ff0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001713c0(param_1);" (call_expression "FUN_001713c0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void parse(Dwarf_info_reader * this) */\n\nvoid __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)\n\n{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)\n\n{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dwarf_info_reader::" identifier : : identifier : :) (function_declarator "parse(Dwarf_info_reader *this)" identifier (parameter_list "(Dwarf_info_reader *this)" ( (parameter_declaration "Dwarf_info_reader *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}" { (declaration "_func_int_varargs **pp_Var1;" type_identifier (pointer_declarator "**pp_Var1" * (pointer_declarator "*pp_Var1" * identifier)) ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "pp_Var1 = (this->object_->super_Object)._vptr_Object;" (assignment_expression "pp_Var1 = (this->object_->super_Object)._vptr_Object" identifier = (field_expression "(this->object_->super_Object)._vptr_Object" (parenthesized_expression "(this->object_->super_Object)" ( (field_expression "this->object_->super_Object" (field_expression "this->object_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (expression_statement "p_Var2 = pp_Var1[3];" (assignment_expression "p_Var2 = pp_Var1[3]" identifier = (subscript_expression "pp_Var1[3]" identifier [ number_literal ])) ;) (if_statement "if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" if (parenthesized_expression "(p_Var2 == Relobj::is_big_endian)" ( (binary_expression "p_Var2 == Relobj" identifier == identifier) (ERROR "::is_big_endian" : : identifier) )) (compound_statement "{\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }" { (expression_statement "iVar4 = (*pp_Var1[0x3a])();" (assignment_expression "iVar4 = (*pp_Var1[0x3a])()" identifier = (call_expression "(*pp_Var1[0x3a])()" (parenthesized_expression "(*pp_Var1[0x3a])" ( (pointer_expression "*pp_Var1[0x3a]" * (subscript_expression "pp_Var1[0x3a]" identifier [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "cVar3 = (char)iVar4;" (assignment_expression "cVar3 = (char)iVar4" identifier = (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }) (else_clause "else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" else (compound_statement "{\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" { (expression_statement "iVar4 = (*p_Var2)();" (assignment_expression "iVar4 = (*p_Var2)()" identifier = (call_expression "(*p_Var2)()" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar3 = (char)iVar4;" (assignment_expression "cVar3 = (char)iVar4" identifier = (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }))) (if_statement "if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n do_parse<true>(this);\n return;\n }" { (expression_statement "do_parse<true>(this);" (binary_expression "do_parse<true>(this)" (binary_expression "do_parse<true" identifier < true) > (parenthesized_expression "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "do_parse<false>(this);" (binary_expression "do_parse<false>(this)" (binary_expression "do_parse<false" identifier < false) > (parenthesized_expression "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0016d840(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}\n\n" (function_definition "void FUN_0016d840(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0016d840(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" identifier = (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_00155110)" ( (binary_expression "pcVar1 == FUN_00155110" identifier == identifier) )) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" { (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" else (compound_statement "{\n cVar2 = (*pcVar1)();\n }" { (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_00170ff0();\n return;\n }" { (expression_statement "FUN_00170ff0();" (call_expression "FUN_00170ff0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001713c0(param_1);" (call_expression "FUN_001713c0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (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 * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (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 (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0016d840(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016d840(long param_1)" (identifier "FUN_0016d840") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }\n FUN_001713c0(param_1);\n return;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == FUN_00155110) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" (if "if") (parenthesized_expression "(pcVar1 == FUN_00155110)" (( "(") (binary_expression "pcVar1 == FUN_00155110" (identifier "pcVar1") (== "==") (identifier "FUN_00155110")) () ")")) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" ({ "{") (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (identifier "cVar2") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x1d0")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" (else "else") (compound_statement "{\n cVar2 = (*pcVar1)();\n }" ({ "{") (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" (identifier "cVar2") (= "=") (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (if_statement "if (cVar2 != '\0') {\n FUN_00170ff0();\n return;\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_00170ff0();\n return;\n }" ({ "{") (expression_statement "FUN_00170ff0();" (call_expression "FUN_00170ff0()" (identifier "FUN_00170ff0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001713c0(param_1);" (call_expression "FUN_001713c0(param_1)" (identifier "FUN_001713c0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void parse(Dwarf_info_reader * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
type_2 **pp_Var1;
type_2 *var_1;
char var_3;
int iVar4;
pp_Var1 = (this->object_->super_Object)._vptr_Object;
var_1 = pp_Var1[3];
if (var_1 == var_2::is_big_endian) {
iVar4 = (*pp_Var1[0x3a])();
var_3 = (char)iVar4;
}
else {
iVar4 = (*var_1)();
var_3 = (char)iVar4;
}
if (var_3 != '\0') {
var_4<true>(this);
return;
}
var_4<false>(this);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(long param_1)
{
code *pcVar1;
char cVar2;
pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);
if (pcVar1 == FUN_00155110) {
cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();
}
else {
cVar2 = (*pcVar1)();
}
if (cVar2 != '\0') {
FUN_00170ff0();
return;
}
FUN_001713c0(param_1);
return;
}
|
604_powerpc64-linux-gnu-objdump_and_powerpc64-linux-gnu-objdump_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.2.5 */
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_-1207262534')]
|
[('const-1', u'RETURN_-1207262534')]
| null | null |
0015a2b0
|
x64
|
O2
|
(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.2.5 */\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.2.5 */\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.2.5 */\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.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(size_t __size)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
100_sg_format_and_sg_format_strip.c
|
sg_memalign
|
sg_memalign
|
/* WARNING: Control flow encountered bad instruction data */
void sg_memalign(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void sg_memalign(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206935198')]
|
[('const-1', u'RETURN_-1206935198')]
| null | null |
0010a158
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_memalign(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_memalign(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_memalign(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 sg_memalign(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_memalign(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_memalign(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 sg_memalign(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void sg_memalign(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sg_memalign(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 sg_memalign(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "sg_memalign(void)" (identifier "sg_memalign") (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();
}
|
44_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
|
lrealpath
|
lrealpath
|
void lrealpath(void)
{
(*(code *)PTR_lrealpath_002b2160)();
return;
}
|
void lrealpath(void)
{
(*(code *)PTR_lrealpath_002b2160)();
return;
}
|
JMP qword ptr [0x002b2160]
| null | null | null | null |
[('tmp_22', u'CAST_-1206922487'), (u'CALLIND_-1206922552', u'INDIRECT_-1206922492'), (u'CAST_-1206922487', u'CALLIND_-1206922552'), (u'INDIRECT_-1206922492', u'COPY_-1206922551'), ('const-0', u'RETURN_-1206922549')]
|
[('tmp_22', u'CAST_-1206922487'), (u'CALLIND_-1206922552', u'INDIRECT_-1206922492'), (u'CAST_-1206922487', u'CALLIND_-1206922552'), (u'INDIRECT_-1206922492', u'COPY_-1206922551'), ('const-0', u'RETURN_-1206922549')]
| null | null |
0010d2c0
|
x64
|
O2
|
(translation_unit "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}\n\n" (function_definition "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" primitive_type (function_declarator "lrealpath(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" { (expression_statement "(*(code *)PTR_lrealpath_002b2160)();" (call_expression "(*(code *)PTR_lrealpath_002b2160)()" (parenthesized_expression "(*(code *)PTR_lrealpath_002b2160)" ( (pointer_expression "*(code *)PTR_lrealpath_002b2160" * (cast_expression "(code *)PTR_lrealpath_002b2160" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}\n\n" (function_definition "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" primitive_type (function_declarator "lrealpath(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" { (expression_statement "(*(code *)PTR_lrealpath_002b2160)();" (call_expression "(*(code *)PTR_lrealpath_002b2160)()" (parenthesized_expression "(*(code *)PTR_lrealpath_002b2160)" ( (pointer_expression "*(code *)PTR_lrealpath_002b2160" * (cast_expression "(code *)PTR_lrealpath_002b2160" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}\n\n" (function_definition "void lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" primitive_type (function_declarator "lrealpath(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" { (expression_statement "(*(code *)PTR_lrealpath_002b2160)();" (call_expression "(*(code *)PTR_lrealpath_002b2160)()" (parenthesized_expression "(*(code *)PTR_lrealpath_002b2160)" ( (pointer_expression "*(code *)PTR_lrealpath_002b2160" * (cast_expression "(code *)PTR_lrealpath_002b2160" ( (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 lrealpath(void)\n\n{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" (primitive_type "void") (function_declarator "lrealpath(void)" (identifier "lrealpath") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_lrealpath_002b2160)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_lrealpath_002b2160)();" (call_expression "(*(code *)PTR_lrealpath_002b2160)()" (parenthesized_expression "(*(code *)PTR_lrealpath_002b2160)" (( "(") (pointer_expression "*(code *)PTR_lrealpath_002b2160" (* "*") (cast_expression "(code *)PTR_lrealpath_002b2160" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_lrealpath_002b2160"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_lrealpath_002b2160)();
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_002b2160)();
return;
}
|
286_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c
|
tg_tag
|
FUN_001269e0
|
bfd_boolean tg_tag(void *p,char *name)
{
char *__ptr;
pr_handle *info;
__ptr = pop_type((pr_handle *)((long)p + 0x10));
if (__ptr != (char *)0x0) {
free(__ptr);
}
return (uint)(__ptr != (char *)0x0);
}
|
bool FUN_001269e0(long param_1)
{
void *__ptr;
__ptr = (void *)FUN_00126930(param_1 + 0x10);
if (__ptr != (void *)0x0) {
free(__ptr);
}
return __ptr != (void *)0x0;
}
|
ADD RDI,0x10
SUB RSP,0x8
CALL 0x00126930
MOV RDI,RAX
XOR EAX,EAX
TEST RDI,RDI
JZ 0x00126a01
CALL 0x00107070
MOV EAX,0x1
ADD RSP,0x8
RET
| null | null | null | null |
[('tmp_167', u'CAST_-1207080294'), (u'CALL_-1207080445', u'CALL_-1207080406'), (u'INT_ADD_-1207080459', u'CAST_-1207080293'), ('tmp_112', u'CBRANCH_-1207080413'), (u'INT_NOTEQUAL_-1207080414', u'INT_ZEXT_-1207080317'), (u'CAST_-1207080294', u'INT_ADD_-1207080459'), ('const-0', u'RETURN_-1207080376'), (u'COPY_-1207080368', u'RETURN_-1207080376'), (u'INT_ZEXT_-1207080317', u'COPY_-1207080368'), (u'CALL_-1207080445', u'INT_NOTEQUAL_-1207080414'), (u'CAST_-1207080293', u'CALL_-1207080445'), ('const-0', u'INT_NOTEQUAL_-1207080414'), ('const-16', u'INT_ADD_-1207080459'), (u'INT_NOTEQUAL_-1207080414', u'CBRANCH_-1207080413')]
|
[(u'CALL_-1207080445', u'CAST_-1207080294'), (u'INT_NOTEQUAL_-1207080414', u'COPY_-1207080333'), (u'COPY_-1207080333', u'RETURN_-1207080376'), ('tmp_285', u'INT_ADD_-1207080459'), (u'CAST_-1207080294', u'INT_NOTEQUAL_-1207080414'), ('tmp_112', u'CBRANCH_-1207080413'), (u'INT_ADD_-1207080459', u'CALL_-1207080445'), ('const-0', u'RETURN_-1207080376'), (u'CAST_-1207080294', u'CALL_-1207080406'), ('const-0', u'INT_NOTEQUAL_-1207080414'), ('const-16', u'INT_ADD_-1207080459'), (u'INT_NOTEQUAL_-1207080414', u'CBRANCH_-1207080413')]
| null | null |
001269e0
|
x64
|
O2
|
(translation_unit "bool FUN_001269e0(long param_1)\n\n{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}\n\n" (function_definition "bool FUN_001269e0(long param_1)\n\n{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" primitive_type (function_declarator "FUN_001269e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" { (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (expression_statement "__ptr = (void *)FUN_00126930(param_1 + 0x10);" (assignment_expression "__ptr = (void *)FUN_00126930(param_1 + 0x10)" identifier = (cast_expression "(void *)FUN_00126930(param_1 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(param_1 + 0x10)" identifier (argument_list "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (__ptr != (void *)0x0) {\n free(__ptr);\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 free(__ptr);\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (return_statement "return __ptr != (void *)0x0;" return (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })))
|
(translation_unit "bfd_boolean tg_tag(void *p,char *name)\n\n{\n char *__ptr;\n pr_handle *info;\n \n __ptr = pop_type((pr_handle *)((long)p + 0x10));\n if (__ptr != (char *)0x0) {\n free(__ptr);\n }\n return (uint)(__ptr != (char *)0x0);\n}\n\n" (function_definition "bfd_boolean tg_tag(void *p,char *name)\n\n{\n char *__ptr;\n pr_handle *info;\n \n __ptr = pop_type((pr_handle *)((long)p + 0x10));\n if (__ptr != (char *)0x0) {\n free(__ptr);\n }\n return (uint)(__ptr != (char *)0x0);\n}" type_identifier (function_declarator "tg_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 pr_handle *info;\n \n __ptr = pop_type((pr_handle *)((long)p + 0x10));\n if (__ptr != (char *)0x0) {\n free(__ptr);\n }\n return (uint)(__ptr != (char *)0x0);\n}" { (declaration "char *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "pr_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (expression_statement "__ptr = pop_type((pr_handle *)((long)p + 0x10));" (assignment_expression "__ptr = pop_type((pr_handle *)((long)p + 0x10))" identifier = (call_expression "pop_type((pr_handle *)((long)p + 0x10))" identifier (argument_list "((pr_handle *)((long)p + 0x10))" ( (cast_expression "(pr_handle *)((long)p + 0x10)" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (if_statement "if (__ptr != (char *)0x0) {\n free(__ptr);\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 free(__ptr);\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (return_statement "return (uint)(__ptr != (char *)0x0);" return (call_expression "(uint)(__ptr != (char *)0x0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(__ptr != (char *)0x0)" ( (binary_expression "__ptr != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) ;) })))
|
(translation_unit "bool FUN_001269e0(long param_1)\n\n{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}\n\n" (function_definition "bool FUN_001269e0(long param_1)\n\n{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" primitive_type (function_declarator "FUN_001269e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" { (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (expression_statement "__ptr = (void *)FUN_00126930(param_1 + 0x10);" (assignment_expression "__ptr = (void *)FUN_00126930(param_1 + 0x10)" identifier = (cast_expression "(void *)FUN_00126930(param_1 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(param_1 + 0x10)" identifier (argument_list "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (__ptr != (void *)0x0) {\n free(__ptr);\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 free(__ptr);\n }" { (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) })) (return_statement "return __ptr != (void *)0x0;" return (binary_expression "__ptr != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) 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 ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })))
|
(function_definition "bool FUN_001269e0(long param_1)\n\n{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" (primitive_type "bool") (function_declarator "FUN_001269e0(long param_1)" (identifier "FUN_001269e0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n void *__ptr;\n \n __ptr = (void *)FUN_00126930(param_1 + 0x10);\n if (__ptr != (void *)0x0) {\n free(__ptr);\n }\n return __ptr != (void *)0x0;\n}" ({ "{") (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (expression_statement "__ptr = (void *)FUN_00126930(param_1 + 0x10);" (assignment_expression "__ptr = (void *)FUN_00126930(param_1 + 0x10)" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_00126930(param_1 + 0x10)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00126930(param_1 + 0x10)" (identifier "FUN_00126930") (argument_list "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (__ptr != (void *)0x0) {\n free(__ptr);\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 free(__ptr);\n }" ({ "{") (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}"))) (return_statement "return __ptr != (void *)0x0;" (return "return") (binary_expression "__ptr != (void *)0x0" (identifier "__ptr") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")))
|
type_1 function_1(void *p,char *name)
{
char *var_2;
type_2 *info;
var_2 = var_1((type_2 *)((long)p + 0x10));
if (var_2 != (char *)0x0) {
var_3(var_2);
}
return (uint)(var_2 != (char *)0x0);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (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 (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))
| null |
bool MASKED(long param_1)
{
void *__ptr;
__ptr = (void *)FUN_00126930(param_1 + 0x10);
if (__ptr != (void *)0x0) {
free(__ptr);
}
return __ptr != (void *)0x0;
}
|
6944_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
~Output_data_expression
|
FUN_002c9fe0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void ~Output_data_expression(Output_data_expression * this, int
__in_chrg) */
void __thiscall
gold::Output_data_expression::~Output_data_expression(Output_data_expression *this,int __in_chrg)
{
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_004b1fb8;
Output_data::~Output_data((Output_data *)this,__in_chrg);
return;
}
|
void FUN_002c9fe0(undefined8 *param_1)
{
*param_1 = &DAT_004b1fb8;
FUN_002609c0();
return;
}
|
LEA RAX,[0x4b1fb8]
MOV qword ptr [RDI],RAX
JMP 0x002609c0
| null | null | null | null |
[('tmp_15', u'CAST_-1204576196'), (u'PTRSUB_-1204576199', u'STORE_-1204576276'), (u'PTRSUB_-1204576200', u'PTRSUB_-1204576199'), ('const-433', u'STORE_-1204576276'), (u'CAST_-1204576196', u'CALL_-1204576268'), ('const-0', u'PTRSUB_-1204576201'), ('const-0', u'PTRSUB_-1204576199'), (u'PTRSUB_-1204576202', u'CAST_-1204576200'), ('tmp_15', u'PTRSUB_-1204576201'), (u'CAST_-1204576200', u'STORE_-1204576276'), (u'PTRSUB_-1204576201', u'PTRSUB_-1204576200'), ('const-0', u'PTRSUB_-1204576202'), ('const-0', u'RETURN_-1204576264'), ('const-0', u'PTRSUB_-1204576200'), ('tmp_16', u'CALL_-1204576268'), ('const-4923320', u'PTRSUB_-1204576202')]
|
[('tmp_31', u'STORE_-1204576276'), ('const-4923320', u'PTRSUB_-1204576203'), ('const-433', u'STORE_-1204576276'), ('const-0', u'PTRSUB_-1204576203'), (u'PTRSUB_-1204576203', u'STORE_-1204576276'), ('const-0', u'RETURN_-1204576264')]
| null | null |
002c9fe0
|
x64
|
O2
|
(translation_unit "void FUN_002c9fe0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}\n\n" (function_definition "void FUN_002c9fe0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" primitive_type (function_declarator "FUN_002c9fe0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" { (expression_statement "*param_1 = &DAT_004b1fb8;" (assignment_expression "*param_1 = &DAT_004b1fb8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004b1fb8" & identifier)) ;) (expression_statement "FUN_002609c0();" (call_expression "FUN_002609c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void ~Output_data_expression(Output_data_expression * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Output_data_expression::~Output_data_expression(Output_data_expression *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_004b1fb8;\n Output_data::~Output_data((Output_data *)this,__in_chrg);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Output_data_expression::~Output_data_expression(Output_data_expression *this,int __in_chrg)\n\n{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_004b1fb8;\n Output_data::~Output_data((Output_data *)this,__in_chrg);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_data_expression::~" identifier : : identifier : : ~) (function_declarator "Output_data_expression(Output_data_expression *this,int __in_chrg)" identifier (parameter_list "(Output_data_expression *this,int __in_chrg)" ( (parameter_declaration "Output_data_expression *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_004b1fb8;\n Output_data::~Output_data((Output_data *)this,__in_chrg);\n return;\n}" { (expression_statement "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_004b1fb8;" (assignment_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_004b1fb8" (field_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_004b1fb8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004b1fb8" & identifier))) ;) (labeled_statement "Output_data::~Output_data((Output_data *)this,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data((Output_data *)this,__in_chrg);" (unary_expression "~Output_data((Output_data *)this,__in_chrg)" ~ (call_expression "Output_data((Output_data *)this,__in_chrg)" identifier (argument_list "((Output_data *)this,__in_chrg)" ( (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002c9fe0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}\n\n" (function_definition "void FUN_002c9fe0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" primitive_type (function_declarator "FUN_002c9fe0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" { (expression_statement "*param_1 = &DAT_004b1fb8;" (assignment_expression "*param_1 = &DAT_004b1fb8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_004b1fb8" & identifier)) ;) (expression_statement "FUN_002609c0();" (call_expression "FUN_002609c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002c9fe0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_002c9fe0(undefined8 *param_1)" (identifier "FUN_002c9fe0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &DAT_004b1fb8;\n FUN_002609c0();\n return;\n}" ({ "{") (expression_statement "*param_1 = &DAT_004b1fb8;" (assignment_expression "*param_1 = &DAT_004b1fb8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_004b1fb8" (& "&") (identifier "DAT_004b1fb8"))) (; ";")) (expression_statement "FUN_002609c0();" (call_expression "FUN_002609c0()" (identifier "FUN_002609c0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void ~Output_data_expression(Output_data_expression * this, int
__in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_1 **)&DAT_004b1fb8;
Output_data::~var_1((var_1 *)this,__in_chrg);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &DAT_004b1fb8;
FUN_002609c0();
return;
}
|
98_true_and_true_strip.c
|
emit_bug_reporting_address
|
FUN_00104b90
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void emit_bug_reporting_address(void)
{
FILE *__stream;
undefined8 uVar1;
char *__s;
uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);
__printf_chk(1,uVar1,"[email protected]");
uVar1 = dcgettext(0,"%s home page: <%s>\n",5);
__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");
__stream = *(FILE **)PTR_stdout_00108fc0;
__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);
fputs_unlocked(__s,__stream);
return;
}
|
void FUN_00104b90(void)
{
FILE *__stream;
undefined8 uVar1;
char *__s;
uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);
__printf_chk(1,uVar1,"[email protected]");
uVar1 = dcgettext(0,"%s home page: <%s>\n",5);
__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");
__stream = *(FILE **)PTR_stdout_00108fc0;
__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);
fputs_unlocked(__s,__stream);
return;
}
|
PUSH RBX
MOV EDX,0x5
LEA RSI,[0x106aa2]
XOR EDI,EDI
CALL 0x001020c0
LEA RDX,[0x106ab7]
MOV EDI,0x1
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00102200
MOV EDX,0x5
LEA RSI,[0x106acd]
XOR EDI,EDI
CALL 0x001020c0
LEA RCX,[0x106260]
MOV EDI,0x1
LEA RDX,[0x106084]
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00102200
MOV RAX,qword ptr [0x00108fc0]
XOR EDI,EDI
LEA RSI,[0x106d00]
MOV EDX,0x5
MOV RBX,qword ptr [RAX]
CALL 0x001020c0
MOV RDI,RAX
MOV RSI,RBX
POP RBX
JMP 0x00102150
| null | null | null | null |
[(u'COPY_-1206956801', u'CALL_-1206956964'), ('const-5', u'CALL_-1206956964'), (u'LOAD_-1206956976', u'CALL_-1206956945'), ('const-0', u'RETURN_-1206956941'), ('const-5', u'CALL_-1206957129'), ('const-0', u'CALL_-1206957129'), (u'CALL_-1206957129', u'CALL_-1206957091'), (u'INDIRECT_-1206956791', u'CAST_-1206956740'), ('const-5', u'CALL_-1206957057'), (u'CALL_-1206956964', u'INDIRECT_-1206956761'), ('const-1', u'CALL_-1206957011'), (u'CALL_-1206957129', u'INDIRECT_-1206956864'), (u'CAST_-1206956736', u'CALL_-1206956945'), ('const-1073284', u'COPY_-1206956835'), ('const-1075917', u'COPY_-1206956860'), ('const-1073760', u'COPY_-1206956834'), (u'COPY_-1206956860', u'CALL_-1206957057'), (u'COPY_-1206956834', u'CALL_-1206957011'), ('const-0', u'CALL_-1206957057'), (u'CALL_-1206956964', u'CAST_-1206956736'), (u'COPY_-1206956835', u'CALL_-1206957011'), (u'INDIRECT_-1206956748', u'COPY_-1206956807'), (u'CALL_-1206956945', u'INDIRECT_-1206956748'), (u'CALL_-1206957057', u'INDIRECT_-1206956821'), (u'CALL_-1206957057', u'CALL_-1206957011'), (u'CALL_-1206957091', u'INDIRECT_-1206956841'), (u'COPY_-1206956880', u'CALL_-1206957091'), ('const-1076480', u'COPY_-1206956801'), ('const-1075895', u'COPY_-1206956880'), (u'CALL_-1206957011', u'INDIRECT_-1206956791'), (u'COPY_-1206956903', u'CALL_-1206957129'), ('const-1075874', u'COPY_-1206956903'), ('const-433', u'LOAD_-1206956976'), (u'CAST_-1206956740', u'LOAD_-1206956976'), ('const-1', u'CALL_-1206957091'), ('const-0', u'CALL_-1206956964')]
|
[(u'COPY_-1206956801', u'CALL_-1206956964'), ('const-5', u'CALL_-1206957057'), (u'LOAD_-1206956976', u'CALL_-1206956945'), ('const-0', u'CALL_-1206957129'), ('const-0', u'RETURN_-1206956941'), (u'CALL_-1206957129', u'CALL_-1206957091'), (u'INDIRECT_-1206956791', u'CAST_-1206956740'), ('const-1075917', u'COPY_-1206956860'), (u'CALL_-1206956964', u'INDIRECT_-1206956761'), ('const-1', u'CALL_-1206957091'), ('const-0', u'CALL_-1206956964'), (u'CALL_-1206957129', u'INDIRECT_-1206956864'), ('const-1073284', u'COPY_-1206956835'), ('const-1076480', u'COPY_-1206956801'), (u'CAST_-1206956736', u'CALL_-1206956945'), (u'COPY_-1206956860', u'CALL_-1206957057'), (u'COPY_-1206956834', u'CALL_-1206957011'), ('const-1075895', u'COPY_-1206956880'), ('const-433', u'LOAD_-1206956976'), (u'CALL_-1206956964', u'CAST_-1206956736'), (u'COPY_-1206956835', u'CALL_-1206957011'), ('const-1075874', u'COPY_-1206956903'), (u'INDIRECT_-1206956748', u'COPY_-1206956807'), (u'CALL_-1206956945', u'INDIRECT_-1206956748'), ('const-5', u'CALL_-1206956964'), (u'CALL_-1206957057', u'INDIRECT_-1206956821'), (u'CALL_-1206957057', u'CALL_-1206957011'), ('const-5', u'CALL_-1206957129'), (u'CALL_-1206957091', u'INDIRECT_-1206956841'), (u'COPY_-1206956880', u'CALL_-1206957091'), (u'CALL_-1206957011', u'INDIRECT_-1206956791'), ('const-1073760', u'COPY_-1206956834'), (u'COPY_-1206956903', u'CALL_-1206957129'), ('const-1', u'CALL_-1206957011'), (u'CAST_-1206956740', u'LOAD_-1206956976'), ('const-0', u'CALL_-1206957057')]
| null | null |
00104b90
|
x64
|
O2
|
(translation_unit "void FUN_00104b90(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}\n\n" (function_definition "void FUN_00104b90(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}" primitive_type (function_declarator "FUN_00104b90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}" { (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);" (assignment_expression "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5)" identifier = (call_expression "dcgettext(0,"\nReport bugs to: %s\n",5)" identifier (argument_list "(0,"\nReport bugs to: %s\n",5)" ( number_literal , (string_literal ""\nReport bugs to: %s\n"" " escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "__printf_chk(1,uVar1,"[email protected]");" (call_expression "__printf_chk(1,uVar1,"[email protected]")" identifier (argument_list "(1,uVar1,"[email protected]")" ( number_literal , identifier , (string_literal ""[email protected]"" " string_content ") ))) ;) (expression_statement "uVar1 = dcgettext(0,"%s home page: <%s>\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%s home page: <%s>\n",5)" identifier = (call_expression "dcgettext(0,"%s home page: <%s>\n",5)" identifier (argument_list "(0,"%s home page: <%s>\n",5)" ( number_literal , (string_literal ""%s home page: <%s>\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");" (call_expression "__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/")" identifier (argument_list "(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/")" ( number_literal , identifier , (string_literal ""GNU coreutils"" " string_content ") , (string_literal ""https://www.gnu.org/software/coreutils/"" " string_content ") ))) ;) (expression_statement "__stream = *(FILE **)PTR_stdout_00108fc0;" (assignment_expression "__stream = *(FILE **)PTR_stdout_00108fc0" identifier = (pointer_expression "*(FILE **)PTR_stdout_00108fc0" * (cast_expression "(FILE **)PTR_stdout_00108fc0" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);" (assignment_expression "__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" identifier (argument_list "(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" ( number_literal , (string_literal ""General help using GNU software: <https://www.gnu.org/gethelp/>\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fputs_unlocked(__s,__stream);" (call_expression "fputs_unlocked(__s,__stream)" identifier (argument_list "(__s,__stream)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid emit_bug_reporting_address(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}\n\n" comment (function_definition "void emit_bug_reporting_address(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}" primitive_type (function_declarator "emit_bug_reporting_address(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);\n fputs_unlocked(__s,__stream);\n return;\n}" { (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);" (assignment_expression "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5)" identifier = (call_expression "dcgettext(0,"\nReport bugs to: %s\n",5)" identifier (argument_list "(0,"\nReport bugs to: %s\n",5)" ( number_literal , (string_literal ""\nReport bugs to: %s\n"" " escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "__printf_chk(1,uVar1,"[email protected]");" (call_expression "__printf_chk(1,uVar1,"[email protected]")" identifier (argument_list "(1,uVar1,"[email protected]")" ( number_literal , identifier , (string_literal ""[email protected]"" " string_content ") ))) ;) (expression_statement "uVar1 = dcgettext(0,"%s home page: <%s>\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%s home page: <%s>\n",5)" identifier = (call_expression "dcgettext(0,"%s home page: <%s>\n",5)" identifier (argument_list "(0,"%s home page: <%s>\n",5)" ( number_literal , (string_literal ""%s home page: <%s>\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");" (call_expression "__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/")" identifier (argument_list "(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/")" ( number_literal , identifier , (string_literal ""GNU coreutils"" " string_content ") , (string_literal ""https://www.gnu.org/software/coreutils/"" " string_content ") ))) ;) (expression_statement "__stream = *(FILE **)PTR_stdout_00108fc0;" (assignment_expression "__stream = *(FILE **)PTR_stdout_00108fc0" identifier = (pointer_expression "*(FILE **)PTR_stdout_00108fc0" * (cast_expression "(FILE **)PTR_stdout_00108fc0" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);" (assignment_expression "__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" identifier (argument_list "(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5)" ( number_literal , (string_literal ""General help using GNU software: <https://www.gnu.org/gethelp/>\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fputs_unlocked(__s,__stream);" (call_expression "fputs_unlocked(__s,__stream)" identifier (argument_list "(__s,__stream)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00104b90(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);\n return;\n}\n\n" (function_definition "void FUN_00104b90(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);\n return;\n}" primitive_type (function_declarator "FUN_00104b90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);\n return;\n}" { (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (expression_statement "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);" (assignment_expression "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5)" identifier = (call_expression "dcgettext(0,"\nReport bugs to: %s\n",5)" identifier (argument_list "(0,"\nReport bugs to: %s\n",5)" ( number_literal , (string_literal ""\nReport bugs to: %s\n"" " escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "__printf_chk(1,uVar1,"[email protected]");" (call_expression "__printf_chk(1,uVar1,"[email protected]")" identifier (argument_list "(1,uVar1,"[email protected]")" ( number_literal , identifier , (string_literal ""[email protected]"" " string_content ") ))) ;) (expression_statement "uVar1 = dcgettext(0,"%s home page: <%s>\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%s home page: <%s>\n",5)" identifier = (call_expression "dcgettext(0,"%s home page: <%s>\n",5)" identifier (argument_list "(0,"%s home page: <%s>\n",5)" ( number_literal , (string_literal ""%s home page: <%s>\n"" " string_content escape_sequence ") , number_literal )))) ;) (ERROR "__printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);" identifier ( number_literal , identifier , (string_literal ""GNU coreutils"" " string_content ") , (ERROR ""https:\n __stream = *(FILE **)PTR_stdout_00108fc0;" " string_content (assignment_expression "__stream = *(FILE **)PTR_stdout_00108fc0" identifier = (pointer_expression "*(FILE **)PTR_stdout_00108fc0" * (cast_expression "(FILE **)PTR_stdout_00108fc0" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) identifier = ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier ( number_literal , (call_expression ""General help using GNU software: <https:\n fputs_unlocked(__s,__stream)" (concatenated_string ""General help using GNU software: <https:\n fputs_unlocked" (string_literal ""General help using GNU software: <https:" " string_content ") identifier) (argument_list "(__s,__stream)" ( identifier , 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) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (ERROR IDENT ( LIT , IDENT , (string_literal " string_content ") , (ERROR " string_content (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT))) ;) IDENT = ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT ( LIT , (call_expression (concatenated_string (string_literal " string_content ") IDENT) (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00104b90(void)\n\n{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00104b90(void)" (identifier "FUN_00104b90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FILE *__stream;\n undefined8 uVar1;\n char *__s;\n \n uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);\n __printf_chk(1,uVar1,"[email protected]");\n uVar1 = dcgettext(0,"%s home page: <%s>\n",5);\n __printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);\n return;\n}" ({ "{") (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (expression_statement "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);" (assignment_expression "uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"\nReport bugs to: %s\n",5)" (identifier "dcgettext") (argument_list "(0,"\nReport bugs to: %s\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nReport bugs to: %s\n"" (" """) (escape_sequence "\n") (string_content "Report bugs to: %s") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "__printf_chk(1,uVar1,"[email protected]");" (call_expression "__printf_chk(1,uVar1,"[email protected]")" (identifier "__printf_chk") (argument_list "(1,uVar1,"[email protected]")" (( "(") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (string_literal ""[email protected]"" (" """) (string_content "[email protected]") (" """)) () ")"))) (; ";")) (expression_statement "uVar1 = dcgettext(0,"%s home page: <%s>\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%s home page: <%s>\n",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"%s home page: <%s>\n",5)" (identifier "dcgettext") (argument_list "(0,"%s home page: <%s>\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s home page: <%s>\n"" (" """) (string_content "%s home page: <%s>") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (ERROR "__printf_chk(1,uVar1,"GNU coreutils","https:\n __stream = *(FILE **)PTR_stdout_00108fc0;\n __s = (char *)dcgettext(0,"General help using GNU software: <https:\n fputs_unlocked(__s,__stream);" (identifier "__printf_chk") (( "(") (number_literal "1") (, ",") (identifier "uVar1") (, ",") (string_literal ""GNU coreutils"" (" """) (string_content "GNU coreutils") (" """)) (, ",") (ERROR ""https:\n __stream = *(FILE **)PTR_stdout_00108fc0;" (" """) (string_content "https:") (assignment_expression "__stream = *(FILE **)PTR_stdout_00108fc0" (identifier "__stream") (= "=") (pointer_expression "*(FILE **)PTR_stdout_00108fc0" (* "*") (cast_expression "(FILE **)PTR_stdout_00108fc0" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stdout_00108fc0")))) (; ";")) (identifier "__s") (= "=") (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "dcgettext") (( "(") (number_literal "0") (, ",") (call_expression ""General help using GNU software: <https:\n fputs_unlocked(__s,__stream)" (concatenated_string ""General help using GNU software: <https:\n fputs_unlocked" (string_literal ""General help using GNU software: <https:" (" """) (string_content "General help using GNU software: <https:") (" "")) (identifier "fputs_unlocked")) (argument_list "(__s,__stream)" (( "(") (identifier "__s") (, ",") (identifier "__stream") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 *__stream;
type_2 uVar1;
char *__s;
uVar1 = var_1(0,"\nReport bugs to: %s\n",5);
var_2(1,uVar1,"[email protected]");
uVar1 = var_1(0,"%s home page: <%s>\n",5);
var_2(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");
__stream = *(type_1 **)PTR_stdout_00108fc0;
__s = (char *)var_1(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);
var_3(__s,__stream);
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))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (ERROR (identifier) (number_literal) (identifier) (string_literal (string_content)) (ERROR (string_content) (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: (identifier))))) (identifier) (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) (identifier) (number_literal) (call_expression function: (concatenated_string (string_literal (string_content) (MISSING """)) (identifier)) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(void)
{
FILE *__stream;
undefined8 uVar1;
char *__s;
uVar1 = dcgettext(0,"\nReport bugs to: %s\n",5);
__printf_chk(1,uVar1,"[email protected]");
uVar1 = dcgettext(0,"%s home page: <%s>\n",5);
__printf_chk(1,uVar1,"GNU coreutils","https://www.gnu.org/software/coreutils/");
__stream = *(FILE **)PTR_stdout_00108fc0;
__s = (char *)dcgettext(0,"General help using GNU software: <https://www.gnu.org/gethelp/>\n",5);
fputs_unlocked(__s,__stream);
return;
}
|
7980_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
Output_reloc
|
FUN_003d5500
|
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_64,_false> * this, uint type,
Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_false,_64,_false>::Output_reloc
(Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,
uint shndx,Address address,bool is_relative)
{
uint uVar1;
this->address_ = address;
this->shndx_ = shndx;
uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;
*(uint *)&this->field_0x1c = uVar1;
this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);
*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;
if (shndx == 0xfffffffc) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");
}
if (type == (type & 0xfffffff)) {
(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;
(this->u2_).relobj = relobj;
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");
}
|
void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5
,uint param_6)
{
uint uVar1;
param_1[2] = param_5;
*(int *)(param_1 + 4) = param_4;
uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;
*(uint *)((long)param_1 + 0x1c) = uVar1;
*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);
param_1[3] = param_1[3] & 0x1fffffff00000000;
if (param_4 == -4) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");
}
if (param_2 == (param_2 & 0xfffffff)) {
*param_1 = 0;
param_1[1] = param_3;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");
}
|
SUB RSP,0x8
MOV EAX,dword ptr [RDI + 0x1c]
MOV qword ptr [RDI + 0x10],R8
MOV R8D,ESI
AND R8D,0xfffffff
SHL R9D,0x4
MOV dword ptr [RDI + 0x20],ECX
AND EAX,0xf0000000
AND R9D,0x10
OR EAX,R8D
MOV dword ptr [RDI + 0x1c],EAX
SHR EAX,0x18
AND EAX,0xffffffef
OR EAX,R9D
MOV byte ptr [RDI + 0x1f],AL
MOV RAX,0x1fffffff00000000
AND qword ptr [RDI + 0x18],RAX
CMP ECX,-0x4
JZ 0x003d555f
CMP ESI,R8D
JNZ 0x003d5577
MOV qword ptr [RDI],0x0
MOV qword ptr [RDI + 0x8],RDX
ADD RSP,0x8
RET
LEA RDX,[0x57aad8]
MOV ESI,0x37e
LEA RDI,[0x579596]
CALL 0x00352af0
LEA RDX,[0x57aad8]
MOV ESI,0x380
LEA RDI,[0x579596]
CALL 0x00352af0
| null | null | null | null |
[('const-4026531840', u'INT_AND_-1205709442'), ('const-1', u'INT_AND_-1205709108'), ('const-2305843004918726656', u'INT_AND_-1205709308'), ('const-5745368', u'COPY_-1205709045'), ('tmp_633', u'PTRSUB_-1205709022'), ('const-1', u'RETURN_-1205709194'), ('const-24', u'INT_RIGHT_-1205709068'), (u'PTRSUB_-1205709007', u'PTRSUB_-1205709000'), ('const-4', u'INT_LEFT_-1205709425'), (u'INT_EQUAL_-1205709288', u'CBRANCH_-1205709285'), ('const-28', u'PTRSUB_-1205709049'), ('const-433', u'STORE_-1205709351'), (u'INT_LEFT_-1205709425', u'SUBPIECE_-1205709055'), (u'INT_OR_-1205709412', u'INT_RIGHT_-1205709068'), ('const-24', u'PTRSUB_-1205709022'), (u'SUBPIECE_-1205709052', u'INT_AND_-1205709353'), (u'PTRSUB_-1205709084', u'STORE_-1205709543'), ('tmp_633', u'PTRSUB_-1205709084'), ('tmp_636', u'INT_EQUAL_-1205709304'), (u'SUBPIECE_-1205709055', u'INT_OR_-1205709339'), ('const-433', u'LOAD_-1205709334'), ('const-1', u'RETURN_-1205709210'), ('tmp_544', u'CBRANCH_-1205709285'), ('tmp_636', u'STORE_-1205709472'), (u'INT_RIGHT_-1205709068', u'SUBPIECE_-1205709052'), (u'INT_AND_-1205709507', u'INT_EQUAL_-1205709288'), ('const-0', u'SUBPIECE_-1205709052'), ('tmp_512', u'CBRANCH_-1205709302'), (u'COPY_-1205709045', u'CALL_-1205709215'), (u'PTRSUB_-1205709088', u'CAST_-1205709081'), (u'INT_EQUAL_-1205709304', u'CBRANCH_-1205709302'), (u'PTRSUB_-1205708992', u'STORE_-1205709273'), ('const-8', u'PTRSUB_-1205708999'), ('const-268435455', u'INT_AND_-1205709507'), ('tmp_633', u'PTRSUB_-1205709007'), ('tmp_633', u'PTRSUB_-1205709088'), (u'CAST_-1205709017', u'STORE_-1205709331'), ('const-28', u'PTRSUB_-1205709088'), (u'COPY_-1205709047', u'CALL_-1205709215'), ('const-5739926', u'COPY_-1205709047'), ('const-433', u'STORE_-1205709472'), (u'PTRSUB_-1205709036', u'STORE_-1205709351'), ('const-239', u'INT_AND_-1205709353'), ('const-5739926', u'COPY_-1205709022'), ('tmp_634', u'INT_EQUAL_-1205709288'), (u'CAST_-1205709018', u'LOAD_-1205709334'), (u'INT_ZEXT_-1205709190', u'INT_AND_-1205709108'), (u'PTRSUB_-1205708999', u'PTRSUB_-1205708992'), ('const-0', u'PTRSUB_-1205708992'), ('const-5745368', u'COPY_-1205709020'), ('const-0', u'SUBPIECE_-1205709055'), ('const-433', u'LOAD_-1205709552'), ('const-4294967292', u'INT_EQUAL_-1205709304'), ('const-0', u'PTRSUB_-1205709007'), ('tmp_633', u'PTRSUB_-1205709065'), ('tmp_637', u'STORE_-1205709543'), ('const-433', u'STORE_-1205709424'), ('const-0', u'PTRSUB_-1205709000'), ('tmp_635', u'STORE_-1205709273'), (u'INT_AND_-1205709308', u'STORE_-1205709331'), ('const-16', u'PTRSUB_-1205709084'), ('const-0', u'STORE_-1205709283'), ('const-32', u'PTRSUB_-1205709065'), (u'PTRSUB_-1205709049', u'CAST_-1205709044'), (u'LOAD_-1205709552', u'INT_AND_-1205709442'), ('tmp_633', u'PTRSUB_-1205709049'), (u'INT_OR_-1205709339', u'STORE_-1205709351'), ('const-433', u'STORE_-1205709331'), ('tmp_633', u'PTRSUB_-1205708999'), ('tmp_638', u'INT_ZEXT_-1205709190'), ('const-31', u'PTRSUB_-1205709036'), (u'INT_AND_-1205709353', u'INT_OR_-1205709339'), (u'CAST_-1205709044', u'STORE_-1205709424'), (u'INT_OR_-1205709412', u'STORE_-1205709424'), ('const-896', u'CALL_-1205709199'), (u'PTRSUB_-1205709022', u'CAST_-1205709017'), (u'LOAD_-1205709334', u'INT_AND_-1205709308'), ('const-433', u'STORE_-1205709283'), (u'INT_AND_-1205709108', u'INT_LEFT_-1205709425'), ('const-433', u'STORE_-1205709543'), ('tmp_633', u'PTRSUB_-1205709036'), (u'INT_AND_-1205709507', u'INT_OR_-1205709412'), (u'PTRSUB_-1205709022', u'CAST_-1205709018'), (u'CAST_-1205709081', u'LOAD_-1205709552'), (u'COPY_-1205709022', u'CALL_-1205709199'), (u'PTRSUB_-1205709000', u'STORE_-1205709283'), ('const-0', u'RETURN_-1205709246'), (u'COPY_-1205709020', u'CALL_-1205709199'), ('const-894', u'CALL_-1205709215'), (u'PTRSUB_-1205709065', u'STORE_-1205709472'), ('const-433', u'STORE_-1205709273'), (u'INT_AND_-1205709442', u'INT_OR_-1205709412'), ('tmp_634', u'INT_AND_-1205709507')]
|
[('const-4026531840', u'INT_AND_-1205709442'), ('tmp_938', u'PTRADD_-1205709036'), ('const-433', u'STORE_-1205709283'), (u'CAST_-1205709042', u'INT_ADD_-1205709337'), ('const-1', u'RETURN_-1205709194'), (u'COPY_-1205709057', u'CALL_-1205709215'), ('const-433', u'STORE_-1205709331'), (u'INT_EQUAL_-1205709288', u'CBRANCH_-1205709285'), (u'PTRADD_-1205709036', u'STORE_-1205709331'), ('const-8', u'PTRADD_-1205709014'), (u'INT_ADD_-1205709536', u'CAST_-1205709094'), ('const-433', u'STORE_-1205709543'), ('const-2', u'PTRADD_-1205709096'), ('const-0', u'SUBPIECE_-1205709065'), ('const-896', u'CALL_-1205709199'), ('const-1', u'RETURN_-1205709210'), ('tmp_544', u'CBRANCH_-1205709285'), ('tmp_938', u'PTRADD_-1205709077'), (u'COPY_-1205709055', u'CALL_-1205709215'), ('const-433', u'STORE_-1205709351'), ('tmp_938', u'CAST_-1205709042'), (u'INT_AND_-1205709507', u'INT_EQUAL_-1205709288'), ('const-894', u'CALL_-1205709215'), (u'PTRADD_-1205709096', u'STORE_-1205709543'), ('const-0', u'SUBPIECE_-1205709062'), ('tmp_512', u'CBRANCH_-1205709302'), ('const-8', u'PTRADD_-1205709096'), ('const-0', u'STORE_-1205709283'), (u'PTRADD_-1205709077', u'CAST_-1205709072'), ('const-2305843004918726656', u'INT_AND_-1205709308'), ('const-433', u'STORE_-1205709424'), ('tmp_943', u'INT_EQUAL_-1205709304'), (u'CAST_-1205709072', u'STORE_-1205709472'), ('const-24', u'INT_RIGHT_-1205709082'), (u'CAST_-1205709056', u'INT_ADD_-1205709410'), (u'INT_EQUAL_-1205709304', u'CBRANCH_-1205709302'), (u'CAST_-1205709095', u'INT_ADD_-1205709536'), ('const-268435455', u'INT_AND_-1205709507'), ('tmp_938', u'CAST_-1205709056'), (u'INT_LEFT_-1205709425', u'SUBPIECE_-1205709065'), ('tmp_938', u'CAST_-1205709095'), ('const-5739926', u'COPY_-1205709032'), ('tmp_964', u'INT_AND_-1205709507'), (u'SUBPIECE_-1205709065', u'INT_OR_-1205709339'), ('const-1', u'INT_AND_-1205709118'), ('const-5745368', u'COPY_-1205709030'), ('tmp_964', u'INT_EQUAL_-1205709288'), ('tmp_938', u'STORE_-1205709283'), (u'CAST_-1205709041', u'STORE_-1205709351'), (u'INT_ADD_-1205709337', u'CAST_-1205709041'), ('const-3', u'PTRADD_-1205709036'), ('const-4', u'PTRADD_-1205709077'), ('const-239', u'INT_AND_-1205709353'), ('const-433', u'LOAD_-1205709334'), (u'PTRADD_-1205709014', u'STORE_-1205709273'), (u'INT_AND_-1205709308', u'STORE_-1205709331'), (u'INT_AND_-1205709118', u'INT_LEFT_-1205709425'), ('const-8', u'PTRADD_-1205709036'), ('tmp_938', u'PTRADD_-1205709014'), ('const-28', u'INT_ADD_-1205709536'), ('const-1', u'PTRADD_-1205709014'), (u'LOAD_-1205709552', u'INT_AND_-1205709442'), ('const-31', u'INT_ADD_-1205709337'), (u'COPY_-1205709032', u'CALL_-1205709199'), ('const-5739926', u'COPY_-1205709057'), ('const-433', u'STORE_-1205709472'), (u'INT_OR_-1205709339', u'STORE_-1205709351'), ('const-5745368', u'COPY_-1205709055'), (u'INT_OR_-1205709412', u'INT_RIGHT_-1205709082'), (u'INT_AND_-1205709353', u'INT_OR_-1205709339'), (u'INT_ADD_-1205709410', u'CAST_-1205709055'), (u'INT_RIGHT_-1205709082', u'SUBPIECE_-1205709062'), ('const-8', u'PTRADD_-1205709077'), (u'INT_OR_-1205709412', u'STORE_-1205709424'), (u'SUBPIECE_-1205709062', u'INT_AND_-1205709353'), (u'CAST_-1205709094', u'LOAD_-1205709552'), ('const-4', u'INT_LEFT_-1205709425'), (u'LOAD_-1205709334', u'INT_AND_-1205709308'), ('const-4294967292', u'INT_EQUAL_-1205709304'), (u'INT_AND_-1205709507', u'INT_OR_-1205709412'), ('tmp_945', u'STORE_-1205709273'), ('const-433', u'LOAD_-1205709552'), ('const-433', u'STORE_-1205709273'), ('tmp_938', u'PTRADD_-1205709096'), ('tmp_969', u'INT_AND_-1205709118'), (u'PTRADD_-1205709036', u'LOAD_-1205709334'), ('const-0', u'RETURN_-1205709246'), ('tmp_943', u'STORE_-1205709472'), ('tmp_940', u'STORE_-1205709543'), ('const-28', u'INT_ADD_-1205709410'), (u'INT_AND_-1205709442', u'INT_OR_-1205709412'), (u'COPY_-1205709030', u'CALL_-1205709199'), (u'CAST_-1205709055', u'STORE_-1205709424')]
| null | null |
003d5500
|
x64
|
O2
|
(translation_unit "void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" (function_definition "void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" primitive_type (function_declarator "FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" identifier (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "uint param_6" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" identifier = (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "param_2 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((param_6 & 1) << 4)" ( (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" ( (binary_expression "param_6 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(param_4 == -4)" ( (binary_expression "param_4 == -4" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" if (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" ( (binary_expression "param_2 == (param_2 & 0xfffffff)" identifier == (parenthesized_expression "(param_2 & 0xfffffff)" ( (binary_expression "param_2 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" { (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_64,_false> * this, uint type,\n Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<9,_false,_64,_false>::Output_reloc\n (Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint uVar1;\n \n this->address_ = address;\n this->shndx_ = shndx;\n uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;\n *(uint *)&this->field_0x1c = uVar1;\n this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);\n *(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;\n if (shndx == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (type == (type & 0xfffffff)) {\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<9,_false,_64,_false>::Output_reloc\n (Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::Output_reloc\n (Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)" identifier (parameter_list "(Output_reloc<9,_false,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) ))) { identifier) identifier ;) (expression_statement "this->address_ = address;" (assignment_expression "this->address_ = address" (field_expression "this->address_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->shndx_ = shndx;" (assignment_expression "this->shndx_ = shndx" (field_expression "this->shndx_" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff" identifier = (binary_expression "*(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff" (binary_expression "*(uint *)&this->field_0x1c & 0xf0000000" (pointer_expression "*(uint *)&this->field_0x1c" * (cast_expression "(uint *)&this->field_0x1c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x1c" & (field_expression "this->field_0x1c" identifier -> field_identifier)))) & number_literal) | (binary_expression "type & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)&this->field_0x1c = uVar1;" (assignment_expression "*(uint *)&this->field_0x1c = uVar1" (pointer_expression "*(uint *)&this->field_0x1c" * (cast_expression "(uint *)&this->field_0x1c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x1c" & (field_expression "this->field_0x1c" identifier -> field_identifier)))) = identifier) ;) (expression_statement "this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);" (assignment_expression "this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4)" (field_expression "this->field_0x1f" identifier -> field_identifier) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((is_relative & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((is_relative & 1) << 4)" ( (binary_expression "(is_relative & 1) << 4" (parenthesized_expression "(is_relative & 1)" ( (binary_expression "is_relative & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;" (assignment_expression "*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000" (pointer_expression "*(ulong *)&this->local_sym_index_" * (cast_expression "(ulong *)&this->local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->local_sym_index_" & (field_expression "this->local_sym_index_" identifier -> field_identifier)))) = (binary_expression "*(ulong *)&this->local_sym_index_ & 0x1fffffff00000000" (pointer_expression "*(ulong *)&this->local_sym_index_" * (cast_expression "(ulong *)&this->local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->local_sym_index_" & (field_expression "this->local_sym_index_" identifier -> field_identifier)))) & number_literal)) ;) (if_statement "if (shndx == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(shndx == 0xfffffffc)" ( (binary_expression "shndx == 0xfffffffc" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (type == (type & 0xfffffff)) {\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }" if (parenthesized_expression "(type == (type & 0xfffffff))" ( (binary_expression "type == (type & 0xfffffff)" identifier == (parenthesized_expression "(type & 0xfffffff)" ( (binary_expression "type & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }" { (expression_statement "(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;" (assignment_expression "(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0" (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) = (parenthesized_expression "(Sized_relobj<64,_false> *)0x0" ( (comma_expression "Sized_relobj<64,_false> *)0x0" (binary_expression "Sized_relobj<64" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ;) (expression_statement "(this->u2_).relobj = relobj;" (assignment_expression "(this->u2_).relobj = relobj" (field_expression "(this->u2_).relobj" (parenthesized_expression "(this->u2_)" ( (field_expression "this->u2_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" (function_definition "void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" primitive_type (function_declarator "FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" identifier (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "uint param_6" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" identifier = (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "param_2 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((param_6 & 1) << 4)" ( (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" ( (binary_expression "param_6 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(param_4 == -4)" ( (binary_expression "param_4 == -4" identifier == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" { (expression_statement "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" if (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" ( (binary_expression "param_2 == (param_2 & 0xfffffff)" identifier == (parenthesized_expression "(param_2 & 0xfffffff)" ( (binary_expression "param_2 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" { (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) | (binary_expression IDENT & LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) & LIT) | (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" (primitive_type "void") (function_declarator "FUN_003d5500(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" (identifier "FUN_003d5500") (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "uint param_6" (type_identifier "uint") (identifier "param_6")) () ")"))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (identifier "uVar1") (= "=") (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "0xf0000000")) (| "|") (binary_expression "param_2 & 0xfffffff" (identifier "param_2") (& "&") (number_literal "0xfffffff")))) (; ";")) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x1f)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1f)" (( "(") (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1f")) () ")")))) (= "=") (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(uVar1 >> 0x18)" (( "(") (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) () ")"))) (& "&") (number_literal "0xef")) (| "|") (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((param_6 & 1) << 4)" (( "(") (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" (( "(") (binary_expression "param_6 & 1" (identifier "param_6") (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (& "&") (number_literal "0x1fffffff00000000"))) (; ";")) (if_statement "if (param_4 == -4) {\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" (if "if") (parenthesized_expression "(param_4 == -4)" (( "(") (binary_expression "param_4 == -4" (identifier "param_4") (== "==") (number_literal "-4")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x37e") (, ",") (string_literal ""Output_reloc"" (" """) (string_content "Output_reloc") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" (if "if") (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" (( "(") (binary_expression "param_2 == (param_2 & 0xfffffff)" (identifier "param_2") (== "==") (parenthesized_expression "(param_2 & 0xfffffff)" (( "(") (binary_expression "param_2 & 0xfffffff" (identifier "param_2") (& "&") (number_literal "0xfffffff")) () ")"))) () ")")) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" ({ "{") (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x380") (, ",") (string_literal ""Output_reloc"" (" """) (string_content "Output_reloc") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_64,_false> * this, uint type,
Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,var_7,_64,var_7>::Output_reloc
(Output_reloc<9,var_7,_64,var_7> *this,type_1 var_1,var_6<64,var_7> *relobj,
type_1 var_4,Address address,bool var_3)
{
type_1 var_2;
this->address_ = address;
this->shndx_ = var_4;
var_2 = *(type_1 *)&this->field_0x1c & 0xf0000000 | var_1 & 0xfffffff;
*(type_1 *)&this->field_0x1c = var_2;
this->field_0x1f = (byte)(var_2 >> 0x18) & 0xef | (byte)((var_3 & 1) << 4);
*(type_2 *)&this->local_sym_index_ = *(type_2 *)&this->local_sym_index_ & 0x1fffffff00000000;
if (var_4 == 0xfffffffc) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x37e,"Output_reloc");
}
if (var_1 == (var_1 & 0xfffffff)) {
(this->u1_).relobj = (var_6<64,var_7> *)0x0;
(this->u2_).relobj = relobj;
return;
}
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x380,"Output_reloc");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5
,uint param_6)
{
uint uVar1;
param_1[2] = param_5;
*(int *)(param_1 + 4) = param_4;
uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;
*(uint *)((long)param_1 + 0x1c) = uVar1;
*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);
param_1[3] = param_1[3] & 0x1fffffff00000000;
if (param_4 == -4) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x37e,"Output_reloc");
}
if (param_2 == (param_2 & 0xfffffff)) {
*param_1 = 0;
param_1[1] = param_3;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.cc",0x380,"Output_reloc");
}
|
25_composite-im6_and_composite-im6_strip.c
|
CompositeImageCommand
|
CompositeImageCommand
|
/* WARNING: Control flow encountered bad instruction data */
void CompositeImageCommand(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void CompositeImageCommand(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206955982')]
|
[('const-1', u'RETURN_-1206955982')]
| null | null |
00105028
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid CompositeImageCommand(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void CompositeImageCommand(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "CompositeImageCommand(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 CompositeImageCommand(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void CompositeImageCommand(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "CompositeImageCommand(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 CompositeImageCommand(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void CompositeImageCommand(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "CompositeImageCommand(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 CompositeImageCommand(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "CompositeImageCommand(void)" (identifier "CompositeImageCommand") (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();
}
|
512_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
|
s_stab_generic
|
FUN_0012a250
|
void s_stab_generic(int what,char *stab_secname,char *stabstr_secname)
{
byte *pbVar1;
segT seg;
subsegT subseg;
fragS *frag;
int iVar2;
_obstack_chunk *p_Var3;
_obstack_chunk *p_Var4;
char cVar5;
uint line;
int iVar6;
uint uVar7;
char *pcVar8;
ulong uVar9;
addressT ofs;
segT seg_00;
char *pcVar10;
_obstack_chunk *file;
long longint;
int length;
offsetT local_48;
undefined1 local_40;
file = (_obstack_chunk *)&DAT_00147c45;
pcVar8 = (char *)0x0;
if (what == 0x73) {
file = (_obstack_chunk *)demand_copy_C_string(&length);
pcVar8 = ".stab%c: missing string";
if (file == (_obstack_chunk *)0x0) {
LAB_0012a59c:
pcVar8 = (char *)dcgettext(0,pcVar8,5);
as_warn(pcVar8,0x73);
ignore_rest_of_line();
return;
}
cVar5 = *input_line_pointer;
if (cVar5 == ' ') {
cVar5 = input_line_pointer[1];
input_line_pointer = input_line_pointer + 1;
}
if (cVar5 != ',') {
pcVar8 = ".stab%c: missing comma";
goto LAB_0012a59c;
}
input_line_pointer = input_line_pointer + 1;
pcVar8 = notes.next_free;
}
cVar5 = get_absolute_expression_and_terminator(&longint);
iVar2 = (int)longint;
if ((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')) {
LAB_0012a28a:
pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);
as_warn(pcVar8,what);
ignore_rest_of_line();
return;
}
uVar9 = get_absolute_expression();
line = (uint)uVar9;
if (0x17fff < line + 0x8000) {
pcVar10 = (char *)dcgettext(0,
".stab%c: description field \'%x\' too big, try a different debug format"
,5);
as_warn(pcVar10,what,uVar9 & 0xffffffff);
}
pcVar10 = input_line_pointer;
if (what == 0x73 || what == 0x6e) {
if (*input_line_pointer != ',') goto LAB_0012a28a;
pcVar10 = input_line_pointer + 1;
if (input_line_pointer[1] == ' ') {
pcVar10 = input_line_pointer + 2;
}
}
input_line_pointer = pcVar10;
if (listing != 0) {
if ((iVar2 == 100) || (iVar2 == 0x84)) {
listing_source_file((char *)file);
}
else if (iVar2 == 0x44) {
listing_source_line(line);
}
}
frag = frag_now;
subseg = now_subseg;
seg = now_seg;
ofs = frag_now_fix();
if ((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||
(iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),
seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)) {
seg_00 = subseg_new(stab_secname,0);
if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {
free(s_stab_generic::lexical_block_11::cached_secname);
}
s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);
s_stab_generic::lexical_block_11::cached_sec = seg_00;
}
else {
subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);
}
if ((*(byte *)((long)seg_00->userdata + 8) & 1) == 0) {
bfd_set_section_flags(stdoutput,seg_00,0x200c);
obj_elf_init_stab_section(seg_00);
pbVar1 = (byte *)((long)seg_00->userdata + 8);
*pbVar1 = *pbVar1 | 1;
}
uVar7 = get_stab_string_offset((char *)file,stabstr_secname);
if (what == 0x73) {
p_Var3 = (_obstack_chunk *)notes.object_base;
p_Var4 = (_obstack_chunk *)notes.next_free;
if ((notes.next_free == pcVar8) &&
((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {
_obstack_free(¬es,file);
p_Var3 = (_obstack_chunk *)notes.object_base;
p_Var4 = (_obstack_chunk *)notes.next_free;
}
notes.next_free = (char *)p_Var4;
notes.object_base = (char *)p_Var3;
pcVar8 = frag_more(8);
md_number_to_chars(pcVar8,(ulong)uVar7,4);
md_number_to_chars(pcVar8 + 4,(long)iVar2,1);
md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);
md_number_to_chars(pcVar8 + 6,(long)(int)line,2);
}
else {
pcVar8 = frag_more(8);
md_number_to_chars(pcVar8,(ulong)uVar7,4);
md_number_to_chars(pcVar8 + 4,(long)iVar2,1);
md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);
md_number_to_chars(pcVar8 + 6,(long)(int)line,2);
if (what != 0x73 && what != 0x6e) {
_length = symbol_temp_new(seg,ofs,frag);
local_40 = 3;
local_48 = 0;
emit_expr((expressionS *)&length,4);
goto LAB_0012a4a4;
}
}
cons(4);
input_line_pointer = input_line_pointer + -1;
LAB_0012a4a4:
subseg_set(seg,subseg);
demand_empty_rest_of_line();
return;
}
|
void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)
{
byte *pbVar1;
undefined4 uVar2;
undefined8 uVar3;
int iVar4;
undefined *puVar5;
undefined *puVar6;
char cVar7;
int iVar8;
int iVar9;
undefined4 uVar10;
undefined8 uVar11;
undefined8 uVar12;
long lVar13;
undefined *puVar14;
char *pcVar15;
undefined *puVar16;
int local_60 [2];
undefined8 local_58 [2];
undefined8 local_48;
undefined1 local_40;
puVar14 = &DAT_00147c45;
puVar16 = (undefined *)0x0;
if (param_1 == 0x73) {
puVar14 = (undefined *)FUN_00128800(local_58);
pcVar15 = ".stab%c: missing string";
if (puVar14 == (undefined *)0x0) {
LAB_0012a59c:
uVar11 = dcgettext(0,pcVar15,5);
FUN_00121590(uVar11,0x73);
FUN_001238a0();
return;
}
cVar7 = *DAT_001b1e80;
if (cVar7 == ' ') {
cVar7 = DAT_001b1e80[1];
DAT_001b1e80 = DAT_001b1e80 + 1;
}
if (cVar7 != ',') {
pcVar15 = ".stab%c: missing comma";
goto LAB_0012a59c;
}
DAT_001b1e80 = DAT_001b1e80 + 1;
puVar16 = DAT_001b1f58;
}
cVar7 = FUN_00128400(local_60);
iVar4 = local_60[0];
if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {
LAB_0012a28a:
uVar11 = dcgettext(0,".stab%c: missing comma",5);
FUN_00121590(uVar11,param_1);
FUN_001238a0();
return;
}
iVar8 = FUN_00122f60();
if (0x17fff < iVar8 + 0x8000U) {
uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5
);
FUN_00121590(uVar11,param_1,iVar8);
}
pcVar15 = DAT_001b1e80;
if (param_1 == 0x73 || param_1 == 0x6e) {
if (*DAT_001b1e80 != ',') goto LAB_0012a28a;
pcVar15 = DAT_001b1e80 + 1;
if (DAT_001b1e80[1] == ' ') {
pcVar15 = DAT_001b1e80 + 2;
}
}
DAT_001b1e80 = pcVar15;
if (DAT_001b1c8c != 0) {
if ((iVar4 == 100) || (iVar4 == 0x84)) {
FUN_0011e800(puVar14);
}
else if (iVar4 == 0x44) {
FUN_0011e7b0(iVar8);
}
}
uVar3 = DAT_001b1d48;
uVar2 = DAT_001b1d44;
uVar11 = DAT_001b1ba8;
uVar12 = FUN_0011aec0();
if ((DAT_001b1460 == (char *)0x0) ||
(iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {
lVar13 = FUN_0012b1b0(param_2,0);
if (DAT_001b1460 != (char *)0x0) {
free(DAT_001b1460);
}
DAT_001b1460 = (char *)xstrdup(param_2);
DAT_001b1458 = lVar13;
}
else {
FUN_0012b210(DAT_001b1458,0);
}
if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {
bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);
FUN_00142ce0(lVar13);
pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);
*pbVar1 = *pbVar1 | 1;
}
uVar10 = FUN_0012a140(puVar14,param_3);
if (param_1 == 0x73) {
puVar5 = DAT_001b1f50;
puVar6 = DAT_001b1f58;
if ((DAT_001b1f58 == puVar16) &&
((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))
{
_obstack_free(&DAT_001b1f40,puVar14);
puVar5 = DAT_001b1f50;
puVar6 = DAT_001b1f58;
}
DAT_001b1f58 = puVar6;
DAT_001b1f50 = puVar5;
lVar13 = FUN_0011ac60(8);
FUN_0013d1f0(lVar13,uVar10,4);
FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);
FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);
FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);
}
else {
lVar13 = FUN_0011ac60(8);
FUN_0013d1f0(lVar13,uVar10,4);
FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);
FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);
FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);
if (param_1 != 0x73 && param_1 != 0x6e) {
local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);
local_40 = 3;
local_48 = 0;
FUN_001264c0(local_58,4);
goto LAB_0012a4a4;
}
}
FUN_00126bb0(4);
DAT_001b1e80 = DAT_001b1e80 + -1;
LAB_0012a4a4:
FUN_0012b210(uVar11,uVar2);
FUN_00123ac0();
return;
}
|
PUSH R15
MOV R15,RDX
PUSH R14
MOV R14,RSI
PUSH R13
PUSH R12
XOR R12D,R12D
PUSH RBP
LEA RBP,[0x147c45]
PUSH RBX
MOV EBX,EDI
SUB RSP,0x78
CMP EDI,0x73
JZ 0x0012a4d0
LEA R13,[RSP + 0x48]
MOV RDI,R13
CALL 0x00128400
CMP AL,0x2c
JZ 0x0012a2c0
MOV EDX,0x5
LEA RSI,[0x14ad9b]
XOR EDI,EDI
CALL 0x0010c1f0
MOV ESI,EBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00121590
CALL 0x001238a0
ADD RSP,0x78
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [RSP + 0x48]
MOV RDI,R13
MOV qword ptr [RSP],RAX
CALL 0x00128400
CMP AL,0x2c
JNZ 0x0012a28a
MOV RAX,qword ptr [RSP + 0x48]
MOV qword ptr [RSP + 0x18],RAX
CALL 0x00122f60
MOV qword ptr [RSP + 0x8],RAX
ADD EAX,0x8000
CMP EAX,0x17fff
JA 0x0012a568
CMP EBX,0x73
SETZ DL
CMP EBX,0x6e
SETZ AL
OR DL,AL
MOV byte ptr [RSP + 0x27],DL
JNZ 0x0012a530
MOV EAX,dword ptr [0x001b1c8c]
TEST EAX,EAX
JZ 0x0012a348
MOV RAX,qword ptr [RSP]
CMP EAX,0x64
JZ 0x0012a6d0
CMP EAX,0x84
JZ 0x0012a6d0
CMP EAX,0x44
JNZ 0x0012a348
MOV EDI,dword ptr [RSP + 0x8]
CALL 0x0011e7b0
NOP dword ptr [RAX]
MOV RAX,qword ptr [0x001b1ba8]
MOV qword ptr [RSP + 0x10],RAX
MOV EAX,dword ptr [0x001b1d44]
MOV dword ptr [RSP + 0x20],EAX
MOV RAX,qword ptr [0x001b1d48]
MOV qword ptr [RSP + 0x28],RAX
CALL 0x0011aec0
MOV RDI,qword ptr [0x001b1460]
MOV qword ptr [RSP + 0x30],RAX
TEST RDI,RDI
JZ 0x0012a390
MOV RSI,R14
CALL 0x0010c420
TEST EAX,EAX
JZ 0x0012a6b0
MOV RDI,R14
XOR ESI,ESI
CALL 0x0012b1b0
MOV RDI,qword ptr [0x001b1460]
MOV RCX,RAX
TEST RDI,RDI
JZ 0x0012a3b8
MOV qword ptr [RSP + 0x38],RAX
CALL 0x0010c870
MOV RCX,qword ptr [RSP + 0x38]
MOV RDI,R14
MOV qword ptr [RSP + 0x38],RCX
CALL 0x0010c370
MOV RCX,qword ptr [RSP + 0x38]
MOV qword ptr [0x001b1460],RAX
MOV qword ptr [0x001b1458],RCX
MOV RAX,qword ptr [RCX + 0xa8]
TEST byte ptr [RAX + 0x8],0x1
JZ 0x0012a670
MOV RSI,R15
MOV RDI,RBP
CALL 0x0012a140
MOVSXD R13,dword ptr [RSP]
MOVSXD R14,dword ptr [RSP + 0x18]
MOV R15D,EAX
MOVSXD RAX,dword ptr [RSP + 0x8]
MOV qword ptr [RSP],RAX
CMP EBX,0x73
JZ 0x0012a5d0
MOV EDI,0x8
CALL 0x0011ac60
MOV ESI,R15D
MOV EDX,0x4
MOV RBX,RAX
MOV RDI,RAX
CALL 0x0013d1f0
LEA RDI,[RBX + 0x4]
MOV EDX,0x1
MOV RSI,R13
CALL 0x0013d1f0
LEA RDI,[RBX + 0x5]
MOV EDX,0x1
MOV RSI,R14
CALL 0x0013d1f0
MOV RSI,qword ptr [RSP]
LEA RDI,[RBX + 0x6]
MOV EDX,0x2
CALL 0x0013d1f0
CMP byte ptr [RSP + 0x27],0x0
JNZ 0x0012a659
MOV RSI,qword ptr [RSP + 0x30]
MOV RDI,qword ptr [RSP + 0x10]
MOV RDX,qword ptr [RSP + 0x28]
CALL 0x0012d310
LEA RDI,[RSP + 0x50]
MOV ESI,0x4
MOV byte ptr [RSP + 0x68],0x3
MOV qword ptr [RSP + 0x50],RAX
MOV qword ptr [RSP + 0x60],0x0
CALL 0x001264c0
MOV ESI,dword ptr [RSP + 0x20]
MOV RDI,qword ptr [RSP + 0x10]
CALL 0x0012b210
CALL 0x00123ac0
ADD RSP,0x78
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
LEA RDI,[RSP + 0x50]
CALL 0x00128800
MOV EDX,0x5
LEA RSI,[0x14ad83]
MOV RBP,RAX
TEST RAX,RAX
JZ 0x0012a59c
MOV RAX,qword ptr [0x001b1e80]
MOV R12,qword ptr [0x001b1f58]
MOVZX EDX,byte ptr [RAX]
CMP DL,0x20
JNZ 0x0012a51a
LEA RCX,[RAX + 0x1]
MOV qword ptr [0x001b1e80],RCX
MOVZX EDX,byte ptr [RAX + 0x1]
MOV RAX,RCX
CMP DL,0x2c
JNZ 0x0012a590
ADD RAX,0x1
MOV qword ptr [0x001b1e80],RAX
JMP 0x0012a279
MOV RAX,qword ptr [0x001b1e80]
CMP byte ptr [RAX],0x2c
JNZ 0x0012a28a
LEA RDX,[RAX + 0x1]
MOV qword ptr [0x001b1e80],RDX
CMP byte ptr [RAX + 0x1],0x20
JNZ 0x0012a311
ADD RAX,0x2
MOV qword ptr [0x001b1e80],RAX
JMP 0x0012a311
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x14ae58]
CALL 0x0010c1f0
MOV EDX,dword ptr [RSP + 0x8]
MOV ESI,EBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00121590
JMP 0x0012a2f9
MOV EDX,0x5
LEA RSI,[0x14ad9b]
XOR EDI,EDI
CALL 0x0010c1f0
MOV ESI,0x73
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00121590
CALL 0x001238a0
ADD RSP,0x78
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
CMP qword ptr [0x001b1f58],R12
JNZ 0x0012a608
CMP qword ptr [0x001b1f48],RBP
JNC 0x0012a6e0
CMP qword ptr [0x001b1f60],RBP
JBE 0x0012a6e0
MOV qword ptr [0x001b1f50],RBP
MOV qword ptr [0x001b1f58],RBP
NOP dword ptr [RAX]
MOV EDI,0x8
CALL 0x0011ac60
MOV ESI,R15D
MOV EDX,0x4
MOV RBX,RAX
MOV RDI,RAX
CALL 0x0013d1f0
LEA RDI,[RBX + 0x4]
MOV EDX,0x1
MOV RSI,R13
CALL 0x0013d1f0
LEA RDI,[RBX + 0x5]
MOV EDX,0x1
MOV RSI,R14
CALL 0x0013d1f0
MOV RSI,qword ptr [RSP]
LEA RDI,[RBX + 0x6]
MOV EDX,0x2
CALL 0x0013d1f0
MOV EDI,0x4
CALL 0x00126bb0
SUB qword ptr [0x001b1e80],0x1
JMP 0x0012a4a4
MOV RDI,qword ptr [0x001b1e50]
MOV RSI,RCX
MOV EDX,0x200c
MOV qword ptr [RSP + 0x38],RCX
CALL 0x0010c7e0
MOV RCX,qword ptr [RSP + 0x38]
MOV RDI,RCX
CALL 0x00142ce0
MOV RCX,qword ptr [RSP + 0x38]
MOV RAX,qword ptr [RCX + 0xa8]
OR byte ptr [RAX + 0x8],0x1
JMP 0x0012a3e9
MOV RCX,qword ptr [0x001b1458]
XOR ESI,ESI
MOV RDI,RCX
MOV qword ptr [RSP + 0x38],RCX
CALL 0x0012b210
MOV RCX,qword ptr [RSP + 0x38]
JMP 0x0012a3d8
MOV RDI,RBP
CALL 0x0011e800
JMP 0x0012a348
MOV RSI,RBP
LEA RDI,[0x1b1f40]
CALL 0x00144260
JMP 0x0012a608
| null | null | null | null |
[('const-0', u'CALL_-1207064323'), (u'CALL_-1207064288', u'INDIRECT_-1207062297'), ('tmp_695', u'CBRANCH_-1207065543'), ('tmp_11739', u'MULTIEQUAL_-1207063254'), (u'CALL_-1207065834', u'INDIRECT_-1207063220'), (u'CALL_-1207065754', u'INDIRECT_-1207063545'), (u'CALL_-1207065049', u'INDIRECT_-1207063172'), (u'CALL_-1207064919', u'INDIRECT_-1207062927'), (u'INDIRECT_-1207062535', u'COPY_-1207062538'), (u'CALL_-1207065870', u'INDIRECT_-1207063512'), (u'CALL_-1207065754', u'INDIRECT_-1207062347'), (u'CALL_-1207064600', u'INDIRECT_-1207062867'), (u'CALL_-1207064323', u'INDIRECT_-1207062719'), (u'COPY_-1207061379', u'MULTIEQUAL_-1207063161'), ('tmp_1842', u'CBRANCH_-1207064570'), (u'CALL_-1207064443', u'INDIRECT_-1207062551'), ('const-0', u'COPY_-1207064319'), (u'INDIRECT_-1207062145', u'MULTIEQUAL_-1207062838'), (u'CALL_-1207065715', u'INDIRECT_-1207063417'), (u'CALL_-1207065754', u'INDIRECT_-1207062447'), ('const-5', u'CALL_-1207064323'), ('tmp_11740', u'MULTIEQUAL_-1207063310'), (u'CALL_-1207064323', u'INDIRECT_-1207062665'), ('tmp_506', u'CBRANCH_-1207065672'), ('const-1', u'PTRADD_-1207064357'), (u'INDIRECT_-1207062643', u'COPY_-1207062646'), (u'INDIRECT_-1207062170', u'MULTIEQUAL_-1207062600'), (u'CALL_-1207065842', u'INDIRECT_-1207063172'), ('const-0', u'INT_NOTEQUAL_-1207065586'), (u'CALL_-1207065317', u'INDIRECT_-1207063309'), (u'CALL_-1207065289', u'INDIRECT_-1207062909'), (u'INDIRECT_-1207063348', u'MULTIEQUAL_-1207062788'), (u'CALL_-1207064285', u'INDIRECT_-1207062859'), (u'INDIRECT_-1207062737', u'MULTIEQUAL_-1207062216'), (u'INT_NOTEQUAL_-1207065586', u'CBRANCH_-1207065586'), (u'CALL_-1207064911', u'INDIRECT_-1207062759'), (u'CALL_-1207065150', u'INDIRECT_-1207062095'), (u'CALL_-1207064600', u'INDIRECT_-1207061831'), (u'COPY_-1207061848', u'MULTIEQUAL_-1207064169'), (u'INDIRECT_-1207062892', u'MULTIEQUAL_-1207062816'), (u'INDIRECT_-1207062713', u'MULTIEQUAL_-1207063143'), (u'INDIRECT_-1207063218', u'MULTIEQUAL_-1207063238'), ('const-4', u'CALL_-1207064445'), (u'CALL_-1207064445', u'INDIRECT_-1207062241'), (u'CALL_-1207065402', u'INDIRECT_-1207063028'), (u'CALL_-1207065870', u'INDIRECT_-1207063296'), (u'CALL_-1207064465', u'INDIRECT_-1207062807'), ('const-32768', u'INT_ADD_-1207065687'), (u'INDIRECT_-1207062187', u'MULTIEQUAL_-1207062122'), (u'CALL_-1207064445', u'INDIRECT_-1207062568'), (u'CALL_-1207065402', u'INDIRECT_-1207062866'), (u'CALL_-1207064443', u'INDIRECT_-1207062335'), ('const-1', u'PTRADD_-1207064460'), (u'CALL_-1207064200', u'INDIRECT_-1207061376'), ('tmp_11724', u'MULTIEQUAL_-1207062487'), (u'CALL_-1207065123', u'INDIRECT_-1207062957'), (u'CALL_-1207065870', u'INDIRECT_-1207063350'), ('const-433', u'LOAD_-1207064551'), ('const-1', u'PTRADD_-1207064503'), (u'CALL_-1207065099', u'INDIRECT_-1207062885'), (u'CALL_-1207065360', u'INDIRECT_-1207062900'), (u'INDIRECT_-1207062844', u'MULTIEQUAL_-1207063455'), (u'INDIRECT_-1207062805', u'INT_EQUAL_-1207064565'), (u'INDIRECT_-1207062888', u'MULTIEQUAL_-1207062873'), (u'PTRSUB_-1207062054', u'CALL_-1207065754'), (u'INDIRECT_-1207062751', u'COPY_-1207062754'), (u'INDIRECT_-1207063301', u'MULTIEQUAL_-1207063251'), (u'CALL_-1207064323', u'INDIRECT_-1207062611'), (u'STORE_-1207064263', u'INDIRECT_-1207062634'), (u'COPY_-1207061210', u'MULTIEQUAL_-1207062245'), (u'INDIRECT_-1207062902', u'MULTIEQUAL_-1207062381'), (u'CALL_-1207064200', u'INDIRECT_-1207062470'), (u'CALL_-1207065507', u'INDIRECT_-1207063374'), (u'CALL_-1207065217', u'INDIRECT_-1207062859'), ('tmp_11742', u'MULTIEQUAL_-1207063419'), (u'CALL_-1207065049', u'INDIRECT_-1207062902'), (u'CALL_-1207065217', u'INDIRECT_-1207062970'), ('const-115', u'INT_EQUAL_-1207065169'), ('tmp_2474', u'INT_EQUAL_-1207065654'), (u'INDIRECT_-1207063266', u'MULTIEQUAL_-1207063219'), (u'CALL_-1207065507', u'INDIRECT_-1207062993'), (u'INDIRECT_-1207062561', u'MULTIEQUAL_-1207062546'), (u'INDIRECT_-1207063729', u'MULTIEQUAL_-1207063673'), (u'INDIRECT_-1207062224', u'MULTIEQUAL_-1207062654'), (u'PTRSUB_-1207061452', u'CALL_-1207064600'), (u'MULTIEQUAL_-1207063184', u'PTRADD_-1207064489'), (u'CALL_-1207064285', u'INDIRECT_-1207062316'), (u'INDIRECT_-1207062316', u'COPY_-1207062319'), (u'CALL_-1207065217', u'INDIRECT_-1207063294'), (u'COPY_-1207060953', u'MULTIEQUAL_-1207062245'), (u'CALL_-1207065834', u'INDIRECT_-1207063439'), (u'CALL_-1207065754', u'INDIRECT_-1207063653'), (u'INDIRECT_-1207061419', u'MULTIEQUAL_-1207062075'), (u'INDIRECT_-1207063374', u'MULTIEQUAL_-1207063327'), (u'CALL_-1207065870', u'INDIRECT_-1207063566'), ('const-0', u'COPY_-1207064961'), (u'CALL_-1207064200', u'INDIRECT_-1207062416'), (u'INDIRECT_-1207063567', u'MULTIEQUAL_-1207063511'), (u'INDIRECT_-1207062982', u'MULTIEQUAL_-1207062939'), (u'CALL_-1207065123', u'INDIRECT_-1207062684'), (u'CALL_-1207064600', u'INDIRECT_-1207062813'), (u'INDIRECT_-1207063201', u'MULTIEQUAL_-1207063158'), (u'STORE_-1207064263', u'INDIRECT_-1207062418'), (u'CALL_-1207064200', u'INDIRECT_-1207062308'), (u'CALL_-1207065834', u'INDIRECT_-1207063166'), ('const-168', u'PTRSUB_-1207061702'), (u'CALL_-1207065715', u'INDIRECT_-1207062327'), (u'CALL_-1207064465', u'INDIRECT_-1207062969'), (u'CALL_-1207065123', u'INDIRECT_-1207062075'), (u'CALL_-1207065360', u'INDIRECT_-1207062137'), (u'PTRSUB_-1207065921', u'CAST_-1207062052'), (u'CALL_-1207065289', u'INDIRECT_-1207062192'), (u'CALL_-1207064465', u'INDIRECT_-1207062699'), (u'CALL_-1207064992', u'INDIRECT_-1207062758'), (u'INDIRECT_-1207063226', u'MULTIEQUAL_-1207062705'), (u'CALL_-1207064943', u'INDIRECT_-1207061852'), ('tmp_1445', u'BRANCH_-1207064423'), (u'INDIRECT_-1207063389', u'MULTIEQUAL_-1207063321'), ('const-0', u'SUBPIECE_-1207064549'), (u'CALL_-1207064943', u'INDIRECT_-1207061952'), (u'CALL_-1207064600', u'INDIRECT_-1207062594'), (u'CALL_-1207064323', u'INDIRECT_-1207062557'), (u'CALL_-1207065842', u'INDIRECT_-1207063661'), (u'CALL_-1207064911', u'INDIRECT_-1207062867'), (u'INDIRECT_-1207062921', u'MULTIEQUAL_-1207063473'), (u'INDIRECT_-1207062859', u'COPY_-1207062862'), (u'MULTIEQUAL_-1207063161', u'COPY_-1207061951'), (u'CALL_-1207065918', u'INDIRECT_-1207063675'), ('const-0', u'INT_EQUAL_-1207065415'), (u'CALL_-1207065289', u'INDIRECT_-1207063236'), (u'PTRADD_-1207065035', u'CALL_-1207065075'), (u'INDIRECT_-1207062199', u'MULTIEQUAL_-1207062892'), (u'CALL_-1207064288', u'INDIRECT_-1207061369'), ('const-0', u'INT_NOTEQUAL_-1207065333'), (u'INDIRECT_-1207061328', u'MULTIEQUAL_-1207061536'), (u'INT_EQUAL_-1207065525', u'CBRANCH_-1207065522'), (u'CALL_-1207065150', u'INDIRECT_-1207063301'), (u'CALL_-1207065507', u'INDIRECT_-1207063482'), (u'CALL_-1207064323', u'INDIRECT_-1207062773'), ('const-110', u'INT_EQUAL_-1207065637'), (u'INDIRECT_-1207061970', u'MULTIEQUAL_-1207061454'), (u'CALL_-1207064174', u'INDIRECT_-1207062618'), (u'CALL_-1207064911', u'INDIRECT_-1207061831'), ('const-8', u'INT_ADD_-1207064252'), (u'INT_EQUAL_-1207064526', u'CBRANCH_-1207064523'), (u'CALL_-1207064445', u'INDIRECT_-1207061578'), (u'CALL_-1207065507', u'INDIRECT_-1207063320'), (u'INDIRECT_-1207063320', u'MULTIEQUAL_-1207063273'), (u'INT_SEXT_-1207065179', u'CALL_-1207065049'), (u'CALL_-1207065445', u'INDIRECT_-1207063000'), ('const--88', u'PTRSUB_-1207061452'), (u'CALL_-1207064293', u'INDIRECT_-1207062865'), (u'CALL_-1207065754', u'INDIRECT_-1207063329'), (u'INT_LESSEQUAL_-1207064502', u'CBRANCH_-1207064512'), (u'STORE_-1207064263', u'INDIRECT_-1207062364'), (u'COPY_-1207062102', u'INT_SEXT_-1207065199'), (u'CALL_-1207065049', u'INDIRECT_-1207061970'), (u'INDIRECT_-1207063329', u'MULTIEQUAL_-1207063349'), (u'CALL_-1207064323', u'INDIRECT_-1207062392'), ('const-433', u'STORE_-1207064263'), (u'CALL_-1207065360', u'INDIRECT_-1207063443'), (u'CALL_-1207065870', u'INDIRECT_-1207063620'), (u'INDIRECT_-1207063144', u'MULTIEQUAL_-1207063074'), (u'MULTIEQUAL_-1207063020', u'MULTIEQUAL_-1207062946'), (u'CALL_-1207064429', u'INDIRECT_-1207062952'), (u'INDIRECT_-1207062629', u'MULTIEQUAL_-1207062108'), (u'COPY_-1207061238', u'MULTIEQUAL_-1207062299'), (u'CALL_-1207065918', u'INDIRECT_-1207062473'), (u'CALL_-1207064288', u'INDIRECT_-1207062240'), (u'INDIRECT_-1207062540', u'COPY_-1207062576'), (u'CALL_-1207064371', u'INDIRECT_-1207062459'), ('const-433', u'LOAD_-1207064278'), (u'MULTIEQUAL_-1207064169', u'CALL_-1207064288'), (u'INDIRECT_-1207063309', u'MULTIEQUAL_-1207063239'), (u'STORE_-1207064263', u'INDIRECT_-1207062526'), (u'CAST_-1207061424', u'MULTIEQUAL_-1207064409'), (u'COPY_-1207064319', u'COPY_-1207062115'), ('const-8', u'INT_ADD_-1207065237'), (u'INDIRECT_-1207062132', u'MULTIEQUAL_-1207062108'), (u'STORE_-1207064263', u'INDIRECT_-1207062091'), (u'MULTIEQUAL_-1207062141', u'MULTIEQUAL_-1207062125'), (u'PTRSUB_-1207060992', u'LOAD_-1207064278'), (u'CALL_-1207065918', u'INDIRECT_-1207063240'), (u'INDIRECT_-1207062751', u'INT_LESSEQUAL_-1207064502'), (u'CALL_-1207064397', u'INDIRECT_-1207062640'), (u'CALL_-1207065445', u'INDIRECT_-1207063219'), (u'INDIRECT_-1207063294', u'MULTIEQUAL_-1207063238'), ('tmp_1795', u'BRANCH_-1207064189'), (u'INDIRECT_-1207062909', u'MULTIEQUAL_-1207062854'), (u'INDIRECT_-1207063290', u'MULTIEQUAL_-1207063235'), (u'INDIRECT_-1207063536', u'MULTIEQUAL_-1207063489'), (u'MULTIEQUAL_-1207063020', u'MULTIEQUAL_-1207063130'), (u'INDIRECT_-1207062377', u'MULTIEQUAL_-1207062311'), (u'CALL_-1207065402', u'INDIRECT_-1207062207'), ('tmp_138', u'CBRANCH_-1207065940'), (u'CALL_-1207065123', u'INDIRECT_-1207062846'), (u'CALL_-1207064308', u'INDIRECT_-1207062092'), (u'INDIRECT_-1207063443', u'MULTIEQUAL_-1207063375'), (u'CALL_-1207065360', u'INDIRECT_-1207063008'), (u'INDIRECT_-1207063164', u'MULTIEQUAL_-1207063184'), (u'CALL_-1207064293', u'INDIRECT_-1207062376'), ('const-4', u'PTRADD_-1207064381'), (u'INDIRECT_-1207061987', u'MULTIEQUAL_-1207062191'), (u'INDIRECT_-1207061376', u'MULTIEQUAL_-1207062091'), (u'CALL_-1207064465', u'INDIRECT_-1207062534'), (u'CAST_-1207061100', u'COPY_-1207061186'), (u'CAST_-1207061222', u'CALL_-1207064293'), (u'CALL_-1207065445', u'CALL_-1207064992'), (u'INDIRECT_-1207061457', u'MULTIEQUAL_-1207061890'), (u'STORE_-1207064263', u'INDIRECT_-1207062145'), ('const-115', u'CALL_-1207064293'), (u'INDIRECT_-1207063463', u'COPY_-1207061848'), (u'COPY_-1207064351', u'MULTIEQUAL_-1207063523'), (u'CAST_-1207060954', u'LOAD_-1207064266'), ('const-0', u'PTRSUB_-1207060918'), (u'INDIRECT_-1207063363', u'MULTIEQUAL_-1207063293'), (u'INDIRECT_-1207062257', u'MULTIEQUAL_-1207062211'), (u'CALL_-1207064200', u'INDIRECT_-1207061426'), (u'PTRADD_-1207065005', u'CALL_-1207065049'), (u'INDIRECT_-1207062192', u'MULTIEQUAL_-1207062141'), (u'CALL_-1207065217', u'INT_ZEXT_-1207063498'), (u'INDIRECT_-1207062913', u'MULTIEQUAL_-1207062353'), (u'INDIRECT_-1207062294', u'MULTIEQUAL_-1207063165'), (u'INDIRECT_-1207063525', u'MULTIEQUAL_-1207063455'), (u'CALL_-1207064308', u'INDIRECT_-1207062254'), (u'STORE_-1207064263', u'INDIRECT_-1207062256'), (u'CALL_-1207064600', u'INDIRECT_-1207063083'), (u'INDIRECT_-1207062149', u'MULTIEQUAL_-1207062353'), (u'CALL_-1207065507', u'INDIRECT_-1207063158'), (u'INDIRECT_-1207062470', u'MULTIEQUAL_-1207063181'), (u'CALL_-1207065918', u'INDIRECT_-1207063132'), (u'SUBPIECE_-1207064549', u'INT_ADD_-1207065687'), ('const-8204', u'CALL_-1207064308'), (u'CALL_-1207064443', u'INDIRECT_-1207062713'), (u'CALL_-1207065099', u'INDIRECT_-1207062939'), (u'INDIRECT_-1207062206', u'MULTIEQUAL_-1207062410'), (u'MULTIEQUAL_-1207063401', u'INT_NOTEQUAL_-1207065586'), (u'CALL_-1207064397', u'INDIRECT_-1207062259'), (u'CALL_-1207064288', u'INDIRECT_-1207062351'), ('const-115', u'INT_EQUAL_-1207065654'), (u'INDIRECT_-1207063463', u'MULTIEQUAL_-1207063413'), (u'CALL_-1207064293', u'INDIRECT_-1207062703'), ('const-8', u'CALL_-1207064472'), (u'INDIRECT_-1207063277', u'COPY_-1207063317'), (u'CAST_-1207061994', u'CALL_-1207065842'), (u'CALL_-1207064919', u'INDIRECT_-1207062765'), (u'CALL_-1207065918', u'INDIRECT_-1207063621'), (u'CALL_-1207065715', u'SUBPIECE_-1207064549'), (u'INDIRECT_-1207062211', u'MULTIEQUAL_-1207062172'), (u'CALL_-1207065099', u'INDIRECT_-1207061957'), (u'INDIRECT_-1207062900', u'MULTIEQUAL_-1207062831'), (u'CALL_-1207065870', u'INDIRECT_-1207063185'), (u'INDIRECT_-1207062759', u'COPY_-1207062795'), (u'INDIRECT_-1207063459', u'MULTIEQUAL_-1207063403'), (u'INDIRECT_-1207062183', u'MULTIEQUAL_-1207063054'), (u'CALL_-1207064293', u'INDIRECT_-1207062811'), (u'CALL_-1207064216', u'INDIRECT_-1207062095'), (u'MULTIEQUAL_-1207062908', u'MULTIEQUAL_-1207062892'), (u'INT_AND_-1207065225', u'INT_EQUAL_-1207065239'), (u'CALL_-1207065217', u'INDIRECT_-1207062805'), ('const-0', u'PTRSUB_-1207065921'), (u'CALL_-1207064992', u'INDIRECT_-1207063085'), (u'CALL_-1207064429', u'INDIRECT_-1207062463'), (u'CALL_-1207065754', u'INDIRECT_-1207063437'), (u'MULTIEQUAL_-1207064169', u'PTRSUB_-1207060992'), (u'MULTIEQUAL_-1207063509', u'MULTIEQUAL_-1207063435'), (u'INDIRECT_-1207062574', u'MULTIEQUAL_-1207063184'), (u'CALL_-1207065918', u'INDIRECT_-1207063513'), (u'CALL_-1207065715', u'INDIRECT_-1207062427'), (u'MULTIEQUAL_-1207063184', u'MULTIEQUAL_-1207063294'), (u'INDIRECT_-1207062116', u'MULTIEQUAL_-1207062546'), (u'INDIRECT_-1207062759', u'MULTIEQUAL_-1207062505'), (u'CALL_-1207065049', u'INDIRECT_-1207062683'), (u'CALL_-1207065317', u'INDIRECT_-1207063255'), ('const-1', u'PTRADD_-1207064460'), ('const-1', u'PTRADD_-1207065035'), (u'CALL_-1207064200', u'INDIRECT_-1207062035'), (u'CALL_-1207064445', u'INDIRECT_-1207062514'), (u'INDIRECT_-1207062736', u'MULTIEQUAL_-1207063347'), (u'CALL_-1207064288', u'INDIRECT_-1207062675'), (u'INDIRECT_-1207062634', u'MULTIEQUAL_-1207063327'), (u'CALL_-1207065754', u'INT_NOTEQUAL_-1207065739'), (u'INDIRECT_-1207063294', u'MULTIEQUAL_-1207062734'), (u'CALL_-1207064308', u'INDIRECT_-1207061483'), (u'CALL_-1207065715', u'INDIRECT_-1207063144'), (u'INDIRECT_-1207061507', u'MULTIEQUAL_-1207061940'), (u'CALL_-1207065289', u'INDIRECT_-1207062092'), (u'INDIRECT_-1207062578', u'MULTIEQUAL_-1207063288'), (u'CALL_-1207064445', u'INDIRECT_-1207062730'), (u'INDIRECT_-1207063220', u'COPY_-1207063260'), (u'MULTIEQUAL_-1207063347', u'MULTIEQUAL_-1207063457'), (u'INDIRECT_-1207063132', u'MULTIEQUAL_-1207062572'), (u'CALL_-1207065834', u'INDIRECT_-1207063331'), (u'CALL_-1207064429', u'INDIRECT_-1207062736'), (u'CALL_-1207065507', u'INDIRECT_-1207063047'), (u'INDIRECT_-1207063389', u'INT_NOTEQUAL_-1207065333'), (u'INDIRECT_-1207063491', u'MULTIEQUAL_-1207063511'), (u'CAST_-1207061489', u'CALL_-1207064943'), (u'CALL_-1207064216', u'INDIRECT_-1207061987'), ('tmp_1887', u'CBRANCH_-1207064532'), (u'CALL_-1207064397', u'INDIRECT_-1207062532'), (u'CALL_-1207064174', u'INDIRECT_-1207061312'), (u'INDIRECT_-1207062759', u'PTRADD_-1207064460'), (u'INT_NOTEQUAL_-1207064482', u'CBRANCH_-1207064480'), (u'MULTIEQUAL_-1207064409', u'COPY_-1207061210'), (u'CALL_-1207064397', u'INDIRECT_-1207062586'), (u'CALL_-1207064911', u'INDIRECT_-1207062648'), (u'PTRADD_-1207064463', u'COPY_-1207061361'), (u'CALL_-1207064174', u'INDIRECT_-1207062240'), (u'INDIRECT_-1207062233', u'MULTIEQUAL_-1207062161'), (u'CALL_-1207064911', u'INDIRECT_-1207061931'), ('tmp_923', u'CBRANCH_-1207065332'), (u'INDIRECT_-1207063101', u'MULTIEQUAL_-1207063054'), (u'INDIRECT_-1207063247', u'MULTIEQUAL_-1207063197'), ('tmp_857', u'CBRANCH_-1207065387'), (u'CAST_-1207061663', u'LOAD_-1207065251'), ('const-1', u'PTRADD_-1207064327'), (u'INDIRECT_-1207063385', u'COPY_-1207063425'), (u'INDIRECT_-1207062142', u'MULTIEQUAL_-1207061586'), (u'CALL_-1207064421', u'INDIRECT_-1207062658'), (u'CALL_-1207064293', u'INDIRECT_-1207062757'), (u'INDIRECT_-1207061931', u'MULTIEQUAL_-1207062487'), (u'CALL_-1207064919', u'INDIRECT_-1207063089'), (u'INDIRECT_-1207062308', u'MULTIEQUAL_-1207063019'), (u'INT_NOTEQUAL_-1207064572', u'CBRANCH_-1207064570'), (u'CALL_-1207065402', u'INDIRECT_-1207063193'), (u'INDIRECT_-1207062974', u'MULTIEQUAL_-1207062924'), (u'PTRSUB_-1207061531', u'CAST_-1207061489'), (u'PTRADD_-1207064503', u'COPY_-1207061379'), ('const-5', u'CALL_-1207064465'), (u'PTRADD_-1207064381', u'CALL_-1207064421'), ('const-0', u'RETURN_-1207064853'), (u'INDIRECT_-1207063255', u'MULTIEQUAL_-1207063184'), (u'CALL_-1207064285', u'INDIRECT_-1207062535'), (u'INDIRECT_-1207062330', u'MULTIEQUAL_-1207062287'), (u'CALL_-1207064200', u'INDIRECT_-1207062578'), ('const-1355163', u'COPY_-1207062091'), (u'STORE_-1207064263', u'INDIRECT_-1207062472'), (u'MULTIEQUAL_-1207063347', u'MULTIEQUAL_-1207063273'), (u'INDIRECT_-1207062472', u'MULTIEQUAL_-1207063165'), (u'CALL_-1207065715', u'INDIRECT_-1207063090'), (u'INT_ADD_-1207065687', u'INT_LESS_-1207065663'), ('const-5', u'PTRADD_-1207065035'), ('const-1', u'PTRADD_-1207064503'), (u'CALL_-1207064397', u'INDIRECT_-1207061492'), (u'CALL_-1207065075', u'INDIRECT_-1207063137'), ('const-1', u'PTRADD_-1207064381'), (u'INDIRECT_-1207062615', u'MULTIEQUAL_-1207062600'), (u'CALL_-1207064919', u'INDIRECT_-1207062981'), ('const-1', u'PTRADD_-1207065005'), ('tmp_413', u'CBRANCH_-1207065738'), (u'CALL_-1207064288', u'INDIRECT_-1207062405'), (u'CALL_-1207065289', u'INDIRECT_-1207063182'), (u'CALL_-1207064472', u'INDIRECT_-1207062261'), (u'CALL_-1207065123', u'INDIRECT_-1207063281'), (u'INDIRECT_-1207062424', u'COPY_-1207062427'), (u'CALL_-1207065715', u'INDIRECT_-1207063579'), (u'CALL_-1207065754', u'INDIRECT_-1207063275'), (u'CALL_-1207064216', u'INDIRECT_-1207062530'), (u'INDIRECT_-1207062129', u'MULTIEQUAL_-1207063000'), (u'CALL_-1207064465', u'INDIRECT_-1207062861'), (u'CALL_-1207065217', u'INDIRECT_-1207063186'), (u'MULTIEQUAL_-1207062636', u'PTRADD_-1207064415'), (u'CALL_-1207064371', u'INDIRECT_-1207062621'), (u'MULTIEQUAL_-1207062636', u'MULTIEQUAL_-1207062505'), (u'CALL_-1207065754', u'INDIRECT_-1207063218'), (u'CALL_-1207064285', u'INDIRECT_-1207062751'), ('const-1', u'PTRADD_-1207064415'), (u'CAST_-1207061153', u'COPY_-1207061234'), (u'COPY_-1207062102', u'INT_EQUAL_-1207065525'), (u'INDIRECT_-1207063227', u'MULTIEQUAL_-1207063158'), ('const-2', u'CALL_-1207065049'), ('const-1777472', u'PTRSUB_-1207060918'), (u'LOAD_-1207064278', u'CAST_-1207060955'), (u'CALL_-1207065049', u'INDIRECT_-1207062791'), (u'INDIRECT_-1207062939', u'MULTIEQUAL_-1207062892'), (u'MULTIEQUAL_-1207063074', u'MULTIEQUAL_-1207063184'), (u'INDIRECT_-1207061412', u'MULTIEQUAL_-1207062287'), (u'CALL_-1207065123', u'INDIRECT_-1207063227'), (u'PTRADD_-1207065059', u'CALL_-1207065099'), (u'CALL_-1207064943', u'INDIRECT_-1207062561'), (u'INDIRECT_-1207061852', u'MULTIEQUAL_-1207061840'), (u'CALL_-1207065715', u'INDIRECT_-1207063198'), (u'CALL_-1207065150', u'INDIRECT_-1207062866'), (u'INDIRECT_-1207062111', u'MULTIEQUAL_-1207062072'), (u'CALL_-1207065918', u'INDIRECT_-1207063351'), (u'CALL_-1207064465', u'INDIRECT_-1207061663'), (u'INDIRECT_-1207063058', u'COPY_-1207063098'), (u'INT_NOTEQUAL_-1207065387', u'CBRANCH_-1207065387'), (u'CALL_-1207065445', u'INDIRECT_-1207062183'), (u'CALL_-1207065918', u'INT_NOTEQUAL_-1207065903'), (u'MULTIEQUAL_-1207063128', u'MULTIEQUAL_-1207063054'), (u'COPY_-1207061449', u'MULTIEQUAL_-1207062636'), (u'CALL_-1207064397', u'INDIRECT_-1207061442'), (u'CALL_-1207064445', u'INDIRECT_-1207062784'), (u'CALL_-1207065217', u'INDIRECT_-1207063132'), (u'MULTIEQUAL_-1207063342', u'MULTIEQUAL_-1207063327'), (u'CALL_-1207065445', u'INDIRECT_-1207063165'), ('tmp_2475', u'CALL_-1207065289'), (u'CALL_-1207064472', u'INDIRECT_-1207062369'), (u'INDIRECT_-1207061646', u'MULTIEQUAL_-1207062261'), (u'CALL_-1207064429', u'INDIRECT_-1207061746'), (u'CALL_-1207065918', u'INDIRECT_-1207062523'), (u'INT_EQUAL_-1207065239', u'CBRANCH_-1207065236'), (u'CALL_-1207064397', u'INDIRECT_-1207062370'), (u'INDIRECT_-1207063118', u'MULTIEQUAL_-1207062597'), ('const-3', u'COPY_-1207064977'), (u'MULTIEQUAL_-1207062746', u'MULTIEQUAL_-1207062730'), (u'INDIRECT_-1207061469', u'MULTIEQUAL_-1207062125'), (u'MULTIEQUAL_-1207063128', u'MULTIEQUAL_-1207063238'), (u'CALL_-1207065075', u'INDIRECT_-1207062039'), ('const-0', u'INT_NOTEQUAL_-1207065387'), (u'INT_ADD_-1207064252', u'CAST_-1207060954'), (u'MULTIEQUAL_-1207063181', u'MULTIEQUAL_-1207063165'), (u'CALL_-1207065075', u'INDIRECT_-1207063245'), (u'INDIRECT_-1207062256', u'MULTIEQUAL_-1207062949'), (u'CALL_-1207064443', u'INDIRECT_-1207062278'), (u'CALL_-1207065289', u'INDIRECT_-1207062142'), (u'INDIRECT_-1207062035', u'MULTIEQUAL_-1207062746'), (u'MULTIEQUAL_-1207063184', u'PTRADD_-1207064503'), (u'INDIRECT_-1207062351', u'MULTIEQUAL_-1207062327'), (u'INDIRECT_-1207061326', u'MULTIEQUAL_-1207062041'), (u'CALL_-1207065507', u'INDIRECT_-1207062939'), (u'INDIRECT_-1207062370', u'COPY_-1207062373'), (u'CALL_-1207064919', u'INDIRECT_-1207062600'), (u'CALL_-1207064472', u'INDIRECT_-1207061598'), (u'INDIRECT_-1207062497', u'MULTIEQUAL_-1207062927'), (u'LOAD_-1207064508', u'MULTIEQUAL_-1207063102'), (u'INDIRECT_-1207062790', u'MULTIEQUAL_-1207063401'), (u'MULTIEQUAL_-1207063239', u'MULTIEQUAL_-1207063165'), (u'INDIRECT_-1207062183', u'MULTIEQUAL_-1207062111'), (u'MULTIEQUAL_-1207063401', u'MULTIEQUAL_-1207063511'), (u'CALL_-1207064323', u'INDIRECT_-1207062338'), (u'CALL_-1207065049', u'INDIRECT_-1207063010'), (u'CALL_-1207065754', u'INDIRECT_-1207063110'), ('tmp_632', u'CBRANCH_-1207065586'), (u'INDIRECT_-1207063621', u'MULTIEQUAL_-1207063565'), ('const-0', u'CALL_-1207064465'), (u'CALL_-1207064293', u'INDIRECT_-1207062595'), (u'CALL_-1207065217', u'INDIRECT_-1207062142'), (u'CALL_-1207065049', u'INDIRECT_-1207063226'), (u'CALL_-1207064288', u'INDIRECT_-1207062132'), (u'CALL_-1207065123', u'INDIRECT_-1207062738'), (u'CALL_-1207064421', u'INDIRECT_-1207062604'), (u'CAST_-1207061101', u'COPY_-1207061182'), (u'CALL_-1207064443', u'INDIRECT_-1207062389'), ('tmp_2475', u'CALL_-1207065360'), (u'CALL_-1207064472', u'INDIRECT_-1207062750'), (u'CALL_-1207065842', u'INDIRECT_-1207063118'), ('tmp_727', u'CBRANCH_-1207065522'), (u'INDIRECT_-1207063029', u'COPY_-1207063065'), (u'INDIRECT_-1207062157', u'MULTIEQUAL_-1207062111'), (u'INDIRECT_-1207062060', u'COPY_-1207062102'), (u'INDIRECT_-1207062618', u'MULTIEQUAL_-1207063489'), (u'INDIRECT_-1207061952', u'MULTIEQUAL_-1207061940'), (u'INDIRECT_-1207062280', u'MULTIEQUAL_-1207062237'), (u'INDIRECT_-1207062867', u'COPY_-1207062903'), (u'CALL_-1207064429', u'INDIRECT_-1207062355'), (u'CALL_-1207065402', u'INDIRECT_-1207063139'), (u'CALL_-1207065317', u'INDIRECT_-1207062161'), (u'INDIRECT_-1207062920', u'MULTIEQUAL_-1207062870'), (u'INDIRECT_-1207063417', u'MULTIEQUAL_-1207063375'), ('const-1342533', u'PTRSUB_-1207065921'), (u'CALL_-1207064443', u'INDIRECT_-1207062170'), (u'SUBPIECE_-1207062103', u'MULTIEQUAL_-1207062066'), (u'CALL_-1207065445', u'INDIRECT_-1207062233'), ('const-132', u'INT_EQUAL_-1207065547'), (u'CALL_-1207064371', u'INDIRECT_-1207062405'), (u'COPY_-1207062102', u'INT_EQUAL_-1207065566'), (u'STORE_-1207064263', u'INDIRECT_-1207062310'), (u'BOOL_AND_-1207065004', u'CBRANCH_-1207065027'), (u'CALL_-1207064421', u'INDIRECT_-1207062331'), ('const--1', u'PTRADD_-1207064377'), (u'MULTIEQUAL_-1207064232', u'INT_EQUAL_-1207064565'), (u'INT_EQUAL_-1207064568', u'CBRANCH_-1207064566'), (u'INDIRECT_-1207062580', u'MULTIEQUAL_-1207063273'), (u'INDIRECT_-1207062240', u'MULTIEQUAL_-1207063111'), (u'CALL_-1207064992', u'INDIRECT_-1207062869'), (u'INDIRECT_-1207062605', u'MULTIEQUAL_-1207063035'), (u'INDIRECT_-1207062801', u'MULTIEQUAL_-1207062746'), (u'CALL_-1207064429', u'INDIRECT_-1207061646'), (u'INT_ADD_-1207065237', u'CAST_-1207061663'), (u'BOOL_NEGATE_-1207061606', u'BOOL_AND_-1207065004'), (u'CALL_-1207065150', u'CALL_-1207065123'), (u'CALL_-1207064943', u'INDIRECT_-1207062996'), ('const-0', u'INT_EQUAL_-1207064568'), (u'CALL_-1207065289', u'INDIRECT_-1207062801'), (u'LOAD_-1207064546', u'MULTIEQUAL_-1207063102'), (u'INDIRECT_-1207063281', u'MULTIEQUAL_-1207063212'), (u'INDIRECT_-1207063083', u'COPY_-1207063119'), (u'COPY_-1207061214', u'MULTIEQUAL_-1207062299'), (u'MULTIEQUAL_-1207063235', u'MULTIEQUAL_-1207063219'), ('const-0', u'INT_EQUAL_-1207065239'), (u'COPY_-1207064594', u'MULTIEQUAL_-1207063523'), (u'INDIRECT_-1207063028', u'MULTIEQUAL_-1207062978'), (u'INDIRECT_-1207063381', u'MULTIEQUAL_-1207063305'), (u'CALL_-1207064472', u'INDIRECT_-1207061548'), (u'MULTIEQUAL_-1207062800', u'MULTIEQUAL_-1207062784'), (u'INDIRECT_-1207061987', u'INT_SEXT_-1207065192'), (u'INDIRECT_-1207062564', u'MULTIEQUAL_-1207063435'), (u'MULTIEQUAL_-1207063455', u'MULTIEQUAL_-1207063381'), ('const-44', u'INT_NOTEQUAL_-1207064572'), (u'CALL_-1207064429', u'INDIRECT_-1207062790'), (u'CALL_-1207064992', u'INDIRECT_-1207063193'), (u'INDIRECT_-1207063000', u'MULTIEQUAL_-1207062924'), (u'CALL_-1207064600', u'INDIRECT_-1207062759'), (u'INDIRECT_-1207062456', u'MULTIEQUAL_-1207063327'), (u'CALL_-1207065834', u'INDIRECT_-1207063277'), (u'CALL_-1207065918', u'INDIRECT_-1207063186'), (u'INDIRECT_-1207062970', u'MULTIEQUAL_-1207062410'), (u'CALL_-1207064911', u'INDIRECT_-1207062813'), (u'INDIRECT_-1207063437', u'MULTIEQUAL_-1207063457'), (u'CALL_-1207065217', u'INDIRECT_-1207063240'), (u'CALL_-1207065360', u'INDIRECT_-1207062187'), (u'CALL_-1207064472', u'INDIRECT_-1207062534'), (u'INDIRECT_-1207062589', u'COPY_-1207062592'), (u'INDIRECT_-1207063439', u'COPY_-1207063479'), (u'INDIRECT_-1207063405', u'MULTIEQUAL_-1207063349'), (u'CALL_-1207064911', u'INDIRECT_-1207062594'), (u'COPY_-1207061431', u'MULTIEQUAL_-1207062636'), (u'MULTIEQUAL_-1207063127', u'MULTIEQUAL_-1207063111'), (u'INDIRECT_-1207062092', u'MULTIEQUAL_-1207062041'), (u'CAST_-1207061664', u'INT_ADD_-1207065237'), (u'CALL_-1207064443', u'INDIRECT_-1207062497'), (u'INDIRECT_-1207062675', u'MULTIEQUAL_-1207062651'), (u'INDIRECT_-1207062954', u'MULTIEQUAL_-1207062885'), (u'CALL_-1207065870', u'INDIRECT_-1207063239'), (u'COPY_-1207062102', u'INT_EQUAL_-1207065547'), (u'INDIRECT_-1207063083', u'MULTIEQUAL_-1207063635'), (u'CAST_-1207062052', u'MULTIEQUAL_-1207064409'), (u'CALL_-1207065289', u'CAST_-1207061696'), (u'INDIRECT_-1207063008', u'MULTIEQUAL_-1207062939'), (u'INT_OR_-1207064239', u'STORE_-1207064263'), (u'INDIRECT_-1207061378', u'MULTIEQUAL_-1207061586'), (u'LOAD_-1207064266', u'INT_OR_-1207064239'), ('const-4', u'CALL_-1207064443'), ('tmp_2476', u'CALL_-1207065217'), (u'CALL_-1207064472', u'PTRADD_-1207064357'), ('const-0', u'CALL_-1207065870'), (u'COPY_-1207061951', u'MULTIEQUAL_-1207063111'), (u'CALL_-1207064472', u'PTRADD_-1207064381'), (u'CALL_-1207064943', u'INDIRECT_-1207062723'), (u'CALL_-1207065918', u'INDIRECT_-1207062060'), (u'INDIRECT_-1207063173', u'MULTIEQUAL_-1207063104'), ('const-1', u'CALL_-1207065099'), (u'CALL_-1207064216', u'INDIRECT_-1207062041'), (u'INT_EQUAL_-1207064536', u'CBRANCH_-1207064532'), (u'CALL_-1207065360', u'INDIRECT_-1207063065'), (u'CALL_-1207064445', u'INDIRECT_-1207062349'), (u'PTRSUB_-1207061702', u'LOAD_-1207065263'), (u'INDIRECT_-1207062091', u'MULTIEQUAL_-1207062784'), ('const-433', u'LOAD_-1207065263'), (u'CALL_-1207065918', u'INDIRECT_-1207063405'), (u'INDIRECT_-1207063363', u'MULTIEQUAL_-1207063321'), (u'CALL_-1207065289', u'INDIRECT_-1207063398'), (u'CALL_-1207064174', u'INDIRECT_-1207062456'), (u'MULTIEQUAL_-1207062261', u'MULTIEQUAL_-1207062187'), (u'CALL_-1207065360', u'MULTIEQUAL_-1207064169'), (u'INDIRECT_-1207062368', u'MULTIEQUAL_-1207062572'), (u'CALL_-1207065360', u'INDIRECT_-1207063173'), ('tmp_1541', u'CBRANCH_-1207064512'), (u'INDIRECT_-1207063240', u'MULTIEQUAL_-1207062680'), (u'CALL_-1207065715', u'INDIRECT_-1207062377'), (u'INDIRECT_-1207062310', u'MULTIEQUAL_-1207063003'), (u'INDIRECT_-1207062278', u'MULTIEQUAL_-1207062708'), (u'COPY_-1207061906', u'CALL_-1207064992'), ('const-44', u'INT_NOTEQUAL_-1207065903'), ('const-4', u'PTRADD_-1207065059'), ('const-1', u'PTRADD_-1207065059'), (u'INDIRECT_-1207062594', u'MULTIEQUAL_-1207063146'), (u'INDIRECT_-1207061831', u'MULTIEQUAL_-1207062387'), ('const-1355139', u'COPY_-1207064594'), (u'CALL_-1207065445', u'INDIRECT_-1207063381'), ('const-1', u'INT_AND_-1207065225'), (u'CALL_-1207065317', u'INDIRECT_-1207063093'), (u'CALL_-1207065217', u'INDIRECT_-1207063024'), (u'CALL_-1207065402', u'INDIRECT_-1207063463'), (u'CALL_-1207065099', u'INDIRECT_-1207062993'), (u'INDIRECT_-1207063024', u'MULTIEQUAL_-1207062464'), (u'LOAD_-1207065251', u'INT_AND_-1207065225'), (u'INDIRECT_-1207062526', u'MULTIEQUAL_-1207063219'), (u'INDIRECT_-1207062669', u'MULTIEQUAL_-1207062654'), ('const-433', u'LOAD_-1207064508'), (u'CALL_-1207064308', u'INDIRECT_-1207061383'), (u'CALL_-1207065150', u'INDIRECT_-1207062812'), (u'INDIRECT_-1207061902', u'MULTIEQUAL_-1207061890'), (u'INDIRECT_-1207062820', u'MULTIEQUAL_-1207062777'), (u'INDIRECT_-1207061423', u'MULTIEQUAL_-1207061404'), (u'CALL_-1207064911', u'INDIRECT_-1207063083'), (u'CALL_-1207065289', u'INDIRECT_-1207063074'), (u'PTRADD_-1207064446', u'LOAD_-1207064508'), (u'SUBPIECE_-1207064549', u'CALL_-1207065507'), (u'CALL_-1207064421', u'INDIRECT_-1207062169'), ('tmp_11744', u'MULTIEQUAL_-1207063527'), (u'CALL_-1207064443', u'INDIRECT_-1207062116'), (u'CALL_-1207064371', u'INDIRECT_-1207062351'), (u'CALL_-1207065918', u'INDIRECT_-1207063729'), (u'CALL_-1207065445', u'INDIRECT_-1207062946'), (u'CALL_-1207064293', u'INDIRECT_-1207062541'), (u'CALL_-1207065289', u'INDIRECT_-1207062855'), (u'CALL_-1207064992', u'INDIRECT_-1207062596'), (u'INDIRECT_-1207062335', u'PTRADD_-1207064377'), (u'CALL_-1207064216', u'INDIRECT_-1207062260'), (u'CALL_-1207065842', u'INDIRECT_-1207063499'), (u'PTRSUB_-1207060918', u'CALL_-1207064216'), (u'CALL_-1207065099', u'INDIRECT_-1207062774'), (u'CALL_-1207065842', u'INDIRECT_-1207063337'), (u'INDIRECT_-1207063601', u'COPY_-1207063641'), (u'CALL_-1207064465', u'INDIRECT_-1207061713'), ('tmp_11737', u'MULTIEQUAL_-1207063146'), (u'INDIRECT_-1207063147', u'MULTIEQUAL_-1207063104'), (u'CALL_-1207064421', u'INDIRECT_-1207061560'), (u'CALL_-1207064445', u'INDIRECT_-1207062676'), ('const-98303', u'INT_LESS_-1207065663'), (u'INDIRECT_-1207063351', u'MULTIEQUAL_-1207063294'), (u'CALL_-1207064285', u'INDIRECT_-1207062697'), ('tmp_1508', u'CBRANCH_-1207064537'), (u'INDIRECT_-1207062866', u'MULTIEQUAL_-1207062816'), (u'INT_ZEXT_-1207064006', u'CALL_-1207065123'), ('const--88', u'PTRSUB_-1207061531'), (u'INDIRECT_-1207061473', u'MULTIEQUAL_-1207061454'), (u'CALL_-1207065715', u'INDIRECT_-1207063309'), (u'CALL_-1207065715', u'INDIRECT_-1207063363'), (u'CALL_-1207064919', u'INDIRECT_-1207061837'), ('const-1', u'PTRADD_-1207064446'), (u'INT_SEXT_-1207065179', u'CALL_-1207064371'), (u'CALL_-1207065360', u'INDIRECT_-1207063227'), (u'MULTIEQUAL_-1207062966', u'MULTIEQUAL_-1207063076'), (u'CALL_-1207065842', u'INDIRECT_-1207063445'), (u'MULTIEQUAL_-1207064409', u'INT_LESSEQUAL_-1207064502'), (u'CALL_-1207064288', u'INDIRECT_-1207061469'), (u'INDIRECT_-1207063428', u'MULTIEQUAL_-1207063381'), ('const-2', u'PTRADD_-1207064463'), ('tmp_11738', u'MULTIEQUAL_-1207063200'), ('const-6', u'PTRADD_-1207064327'), (u'INDIRECT_-1207063255', u'MULTIEQUAL_-1207063212'), (u'CALL_-1207064465', u'INDIRECT_-1207062372'), (u'INDIRECT_-1207062240', u'MULTIEQUAL_-1207062216'), (u'CALL_-1207064308', u'INDIRECT_-1207062200'), (u'INDIRECT_-1207062355', u'MULTIEQUAL_-1207062966'), (u'CALL_-1207064174', u'INDIRECT_-1207062348'), (u'CALL_-1207065402', u'INDIRECT_-1207063247'), (u'INDIRECT_-1207062702', u'MULTIEQUAL_-1207063254'), (u'INT_SEXT_-1207065199', u'CALL_-1207064421'), ('const-8', u'CALL_-1207065150'), (u'CALL_-1207064465', u'INDIRECT_-1207061763'), (u'CALL_-1207065217', u'INDIRECT_-1207062042'), ('tmp_2474', u'CALL_-1207064429'), (u'COPY_-1207061905', u'CALL_-1207064919'), (u'INDIRECT_-1207061278', u'MULTIEQUAL_-1207061486'), (u'LOAD_-1207064588', u'INT_NOTEQUAL_-1207064572'), ('tmp_1917', u'BRANCH_-1207064505'), ('tmp_1806', u'BRANCH_-1207064171'), (u'CALL_-1207065870', u'INDIRECT_-1207063674'), (u'CALL_-1207065507', u'INDIRECT_-1207062330'), (u'CALL_-1207065360', u'INDIRECT_-1207063119'), (u'CALL_-1207064285', u'INDIRECT_-1207062370'), (u'CALL_-1207065317', u'INDIRECT_-1207063417'), ('tmp_5744', u'PTRSUB_-1207061452'), (u'INDIRECT_-1207063273', u'MULTIEQUAL_-1207063197'), (u'INDIRECT_-1207063047', u'MULTIEQUAL_-1207063000'), (u'CALL_-1207064919', u'INDIRECT_-1207063143'), (u'MULTIEQUAL_-1207063019', u'MULTIEQUAL_-1207063003'), (u'INDIRECT_-1207063056', u'MULTIEQUAL_-1207063076'), (u'CALL_-1207064443', u'INDIRECT_-1207061457'), (u'CALL_-1207064216', u'INDIRECT_-1207062584'), (u'CALL_-1207064472', u'INDIRECT_-1207062588'), (u'CALL_-1207064445', u'INDIRECT_-1207061528'), (u'INDIRECT_-1207063389', u'CALL_-1207065317'), (u'CALL_-1207064200', u'INDIRECT_-1207062362'), (u'INDIRECT_-1207062463', u'MULTIEQUAL_-1207063074'), (u'CALL_-1207064200', u'INDIRECT_-1207062089'), ('tmp_1641', u'BRANCH_-1207064213'), (u'INDIRECT_-1207062513', u'MULTIEQUAL_-1207062489'), (u'CALL_-1207065150', u'PTRADD_-1207065059'), (u'MULTIEQUAL_-1207063102', u'INT_NOTEQUAL_-1207064482'), (u'INDIRECT_-1207062813', u'MULTIEQUAL_-1207063365'), (u'MULTIEQUAL_-1207063184', u'PTRADD_-1207064463'), ('const-1', u'CALL_-1207065075'), (u'CALL_-1207065842', u'INDIRECT_-1207063553'), (u'INDIRECT_-1207062364', u'MULTIEQUAL_-1207063057'), (u'INDIRECT_-1207063104', u'MULTIEQUAL_-1207063089'), (u'CALL_-1207064443', u'INDIRECT_-1207062224'), (u'INDIRECT_-1207062996', u'MULTIEQUAL_-1207062981'), (u'CALL_-1207064421', u'INDIRECT_-1207062277'), ('const-1', u'CALL_-1207064421'), (u'CALL_-1207065507', u'INDIRECT_-1207063266'), (u'CALL_-1207065870', u'INDIRECT_-1207063404'), (u'INDIRECT_-1207062702', u'COPY_-1207062738'), (u'INT_LESS_-1207065663', u'CBRANCH_-1207065672'), (u'INDIRECT_-1207062952', u'MULTIEQUAL_-1207063563'), ('tmp_2475', u'CALL_-1207065402'), (u'CALL_-1207064323', u'INDIRECT_-1207062881'), (u'CALL_-1207064371', u'INDIRECT_-1207062294'), (u'INDIRECT_-1207063165', u'MULTIEQUAL_-1207063089'), (u'INDIRECT_-1207062042', u'MULTIEQUAL_-1207061486'), (u'INDIRECT_-1207062648', u'MULTIEQUAL_-1207063200'), (u'INDIRECT_-1207062628', u'MULTIEQUAL_-1207063239'), ('tmp_2474', u'INT_EQUAL_-1207065637'), (u'CALL_-1207064200', u'INDIRECT_-1207062254'), (u'MULTIEQUAL_-1207063293', u'MULTIEQUAL_-1207063403'), (u'CALL_-1207064600', u'INDIRECT_-1207062975'), (u'CALL_-1207065507', u'INDIRECT_-1207062280'), (u'CALL_-1207064421', u'INDIRECT_-1207062766'), (u'CALL_-1207065754', u'INDIRECT_-1207063491'), (u'INT_EQUAL_-1207065169', u'CBRANCH_-1207065167'), (u'CALL_-1207065507', u'INDIRECT_-1207062230'), (u'CALL_-1207064443', u'INDIRECT_-1207061507'), (u'SUBPIECE_-1207064549', u'CAST_-1207061626'), (u'MULTIEQUAL_-1207063563', u'MULTIEQUAL_-1207063489'), ('const-0', u'RETURN_-1207065776'), ('const-1', u'PTRADD_-1207064489'), (u'CALL_-1207065049', u'INDIRECT_-1207061920'), (u'CALL_-1207065715', u'INT_AND_-1207063747'), (u'CALL_-1207065834', u'INDIRECT_-1207063112'), (u'INDIRECT_-1207063054', u'MULTIEQUAL_-1207062978'), (u'CALL_-1207065075', u'INDIRECT_-1207062702'), (u'CALL_-1207065217', u'INDIRECT_-1207063078'), ('const-4', u'CALL_-1207065123'), (u'CALL_-1207064293', u'INDIRECT_-1207062919'), (u'CALL_-1207064371', u'INDIRECT_-1207062132'), (u'INDIRECT_-1207062409', u'MULTIEQUAL_-1207063020'), (u'INDIRECT_-1207063020', u'MULTIEQUAL_-1207062965'), (u'CAST_-1207061424', u'INT_EQUAL_-1207064568'), (u'INDIRECT_-1207062405', u'MULTIEQUAL_-1207062381'), (u'INDIRECT_-1207062946', u'MULTIEQUAL_-1207062870'), (u'INDIRECT_-1207062207', u'MULTIEQUAL_-1207062161'), (u'CALL_-1207065754', u'INDIRECT_-1207063164'), (u'CALL_-1207065445', u'INDIRECT_-1207063273'), (u'INDIRECT_-1207061696', u'MULTIEQUAL_-1207062311'), (u'INDIRECT_-1207062551', u'MULTIEQUAL_-1207062981'), (u'INDIRECT_-1207063065', u'MULTIEQUAL_-1207062996'), (u'CALL_-1207065834', u'INDIRECT_-1207063493'), (u'INDIRECT_-1207063166', u'COPY_-1207063206'), (u'CALL_-1207065075', u'INDIRECT_-1207061939'), (u'CALL_-1207065317', u'INDIRECT_-1207062211'), ('tmp_2050', u'CBRANCH_-1207064566'), (u'CAST_-1207060955', u'INT_ADD_-1207064252'), (u'CALL_-1207064216', u'INDIRECT_-1207062476'), (u'INDIRECT_-1207062567', u'MULTIEQUAL_-1207062543'), (u'CALL_-1207065150', u'INDIRECT_-1207061995'), (u'CALL_-1207064445', u'INDIRECT_-1207062295'), (u'CALL_-1207064445', u'INDIRECT_-1207062187'), (u'INDIRECT_-1207062648', u'COPY_-1207062684'), ('const-5', u'PTRADD_-1207064357'), (u'INDIRECT_-1207063599', u'MULTIEQUAL_-1207063619'), (u'CALL_-1207065075', u'INDIRECT_-1207063029'), (u'CALL_-1207064943', u'INDIRECT_-1207062942'), (u'INDIRECT_-1207063545', u'MULTIEQUAL_-1207063565'), (u'INDIRECT_-1207063036', u'MULTIEQUAL_-1207062966'), (u'CALL_-1207064174', u'INDIRECT_-1207062129'), (u'CALL_-1207064397', u'INDIRECT_-1207061542'), (u'INDIRECT_-1207062089', u'MULTIEQUAL_-1207062800'), (u'INDIRECT_-1207063110', u'MULTIEQUAL_-1207063130'), (u'INDIRECT_-1207063050', u'MULTIEQUAL_-1207063035'), (u'CALL_-1207065842', u'INDIRECT_-1207063226'), (u'CALL_-1207065150', u'INDIRECT_-1207063247'), (u'INDIRECT_-1207062137', u'MULTIEQUAL_-1207062072'), ('tmp_11736', u'MULTIEQUAL_-1207063092'), (u'INDIRECT_-1207062898', u'MULTIEQUAL_-1207063509'), (u'CALL_-1207064216', u'INDIRECT_-1207062422'), (u'CALL_-1207065918', u'INDIRECT_-1207062423'), (u'CALL_-1207065150', u'INDIRECT_-1207062923'), (u'INDIRECT_-1207062963', u'MULTIEQUAL_-1207062908'), (u'CALL_-1207064293', u'INDIRECT_-1207062649'), (u'INDIRECT_-1207062813', u'COPY_-1207062849'), (u'CALL_-1207064285', u'INDIRECT_-1207062913'), (u'CALL_-1207064293', u'INDIRECT_-1207062430'), (u'CALL_-1207064397', u'INDIRECT_-1207062313'), (u'CALL_-1207065099', u'INDIRECT_-1207062057'), (u'CALL_-1207065049', u'INDIRECT_-1207062629'), (u'CALL_-1207064174', u'INDIRECT_-1207062564'), (u'MULTIEQUAL_-1207062966', u'MULTIEQUAL_-1207062892'), (u'CALL_-1207064174', u'INDIRECT_-1207062183'), (u'INDIRECT_-1207062427', u'MULTIEQUAL_-1207062361'), ('const-1355352', u'COPY_-1207061356'), (u'INT_EQUAL_-1207065415', u'CBRANCH_-1207065413'), (u'INDIRECT_-1207063335', u'MULTIEQUAL_-1207063266'), (u'MULTIEQUAL_-1207064409', u'CAST_-1207061644'), (u'CALL_-1207064429', u'INDIRECT_-1207062898'), (u'MULTIEQUAL_-1207063074', u'MULTIEQUAL_-1207063000'), (u'INDIRECT_-1207062834', u'MULTIEQUAL_-1207062819'), (u'INDIRECT_-1207062594', u'COPY_-1207062630'), (u'INDIRECT_-1207062697', u'COPY_-1207062700'), ('tmp_11725', u'SUBPIECE_-1207062103'), (u'CALL_-1207065289', u'INDIRECT_-1207062963'), (u'INDIRECT_-1207062362', u'MULTIEQUAL_-1207063073'), (u'CALL_-1207065360', u'INDIRECT_-1207063335'), (u'CALL_-1207064308', u'INDIRECT_-1207062311'), (u'CALL_-1207065870', u'INDIRECT_-1207063077'), (u'CALL_-1207064992', u'INDIRECT_-1207063139'), (u'CALL_-1207065049', u'INDIRECT_-1207063064'), (u'INDIRECT_-1207062142', u'MULTIEQUAL_-1207062091'), ('const-1', u'CALL_-1207064397'), (u'CALL_-1207064308', u'INDIRECT_-1207062419'), (u'INDIRECT_-1207061459', u'MULTIEQUAL_-1207062066'), (u'CALL_-1207065099', u'INDIRECT_-1207062666'), (u'MULTIEQUAL_-1207063401', u'MULTIEQUAL_-1207063327'), (u'INDIRECT_-1207062659', u'MULTIEQUAL_-1207063089'), (u'MULTIEQUAL_-1207063184', u'LOAD_-1207064588'), (u'MULTIEQUAL_-1207062854', u'MULTIEQUAL_-1207062838'), (u'CALL_-1207064992', u'INDIRECT_-1207062650'), (u'CALL_-1207064600', u'INDIRECT_-1207062540'), (u'CALL_-1207064293', u'INDIRECT_-1207062322'), (u'CALL_-1207065842', u'INDIRECT_-1207063064'), (u'INDIRECT_-1207063435', u'CALL_-1207065402'), (u'MULTIEQUAL_-1207062245', u'CAST_-1207061101'), (u'PTRADD_-1207064415', u'MULTIEQUAL_-1207063310'), (u'INDIRECT_-1207061881', u'MULTIEQUAL_-1207062437'), (u'CALL_-1207064421', u'INDIRECT_-1207061510'), (u'CALL_-1207064371', u'INDIRECT_-1207061473'), (u'CALL_-1207064919', u'INDIRECT_-1207063035'), (u'CALL_-1207064443', u'INDIRECT_-1207062659'), (u'CALL_-1207065402', u'INDIRECT_-1207063085'), (u'INDIRECT_-1207063417', u'MULTIEQUAL_-1207063347'), (u'CALL_-1207065049', u'INDIRECT_-1207062020'), (u'CALL_-1207064421', u'INDIRECT_-1207062712'), (u'CALL_-1207064371', u'INDIRECT_-1207062675'), (u'CALL_-1207065842', u'INDIRECT_-1207063607'), (u'CALL_-1207065507', u'INDIRECT_-1207063428'), (u'INDIRECT_-1207062759', u'PTRADD_-1207064446'), (u'INDIRECT_-1207063158', u'MULTIEQUAL_-1207063111'), (u'INDIRECT_-1207063085', u'MULTIEQUAL_-1207063035'), (u'INDIRECT_-1207062848', u'MULTIEQUAL_-1207062327'), (u'COPY_-1207061356', u'CALL_-1207064465'), (u'CAST_-1207061154', u'COPY_-1207061238'), (u'CALL_-1207065075', u'INDIRECT_-1207062921'), (u'CALL_-1207064421', u'INDIRECT_-1207062442'), (u'CALL_-1207064288', u'INDIRECT_-1207062567'), (u'CALL_-1207065754', u'INDIRECT_-1207063599'), (u'INT_LESSEQUAL_-1207064543', u'CBRANCH_-1207064537'), (u'INDIRECT_-1207063186', u'MULTIEQUAL_-1207063130'), (u'INDIRECT_-1207062510', u'MULTIEQUAL_-1207063381'), (u'CALL_-1207064911', u'INDIRECT_-1207062975'), ('tmp_5744', u'PTRSUB_-1207061531'), (u'INDIRECT_-1207062041', u'CAST_-1207060871'), (u'CALL_-1207064293', u'INDIRECT_-1207062484'), (u'CALL_-1207064465', u'INDIRECT_-1207062480'), (u'PTRADD_-1207064327', u'CALL_-1207064371'), (u'COPY_-1207062091', u'CALL_-1207065870'), (u'CALL_-1207065360', u'INDIRECT_-1207062237'), (u'CALL_-1207064200', u'INDIRECT_-1207061326'), (u'CALL_-1207065402', u'INDIRECT_-1207062920'), (u'INDIRECT_-1207062859', u'CAST_-1207061154'), (u'PTRADD_-1207064489', u'LOAD_-1207064551'), (u'CALL_-1207064174', u'INDIRECT_-1207061412'), (u'CALL_-1207064288', u'INDIRECT_-1207062186'), (u'INDIRECT_-1207063111', u'MULTIEQUAL_-1207063035'), (u'INDIRECT_-1207063219', u'MULTIEQUAL_-1207063143'), (u'INDIRECT_-1207062416', u'MULTIEQUAL_-1207063127'), (u'CALL_-1207065099', u'INDIRECT_-1207063101'), (u'INDIRECT_-1207063435', u'INT_EQUAL_-1207065415'), (u'CALL_-1207065150', u'INDIRECT_-1207063193'), (u'CALL_-1207064465', u'INDIRECT_-1207062591'), (u'CALL_-1207064445', u'INDIRECT_-1207061478'), (u'CALL_-1207065150', u'INDIRECT_-1207063139'), (u'COPY_-1207061906', u'CALL_-1207064919'), ('tmp_11746', u'MULTIEQUAL_-1207063635'), (u'INDIRECT_-1207062418', u'MULTIEQUAL_-1207063111'), (u'CALL_-1207065150', u'INDIRECT_-1207063085'), (u'CALL_-1207064397', u'INDIRECT_-1207062151'), (u'INDIRECT_-1207062389', u'MULTIEQUAL_-1207062819'), (u'INDIRECT_-1207063137', u'COPY_-1207063173'), (u'MULTIEQUAL_-1207064169', u'CALL_-1207064308'), (u'CALL_-1207065289', u'INDIRECT_-1207063128'), (u'INDIRECT_-1207061362', u'MULTIEQUAL_-1207062237'), (u'CALL_-1207064397', u'INDIRECT_-1207062694'), (u'CALL_-1207064397', u'INDIRECT_-1207062478'), (u'INDIRECT_-1207063331', u'COPY_-1207063371'), (u'MULTIEQUAL_-1207063293', u'MULTIEQUAL_-1207063219'), (u'CALL_-1207065099', u'INDIRECT_-1207063047'), (u'CALL_-1207064911', u'INDIRECT_-1207062921'), (u'CALL_-1207064371', u'INDIRECT_-1207062186'), (u'CALL_-1207065123', u'INDIRECT_-1207062792'), (u'CALL_-1207064216', u'INDIRECT_-1207061378'), (u'INDIRECT_-1207062186', u'MULTIEQUAL_-1207062162'), (u'CAST_-1207060871', u'COPY_-1207060953'), ('const-0', u'CALL_-1207065360'), (u'INDIRECT_-1207062230', u'MULTIEQUAL_-1207062187'), (u'CALL_-1207064465', u'INDIRECT_-1207062426'), (u'CALL_-1207064472', u'INDIRECT_-1207062696'), (u'CALL_-1207064308', u'INDIRECT_-1207062146'), ('tmp_11723', u'MULTIEQUAL_-1207062437'), (u'INDIRECT_-1207063137', u'MULTIEQUAL_-1207063689'), ('const-5', u'CALL_-1207065870'), (u'CALL_-1207065360', u'INDIRECT_-1207062846'), (u'CALL_-1207065123', u'INDIRECT_-1207062025'), (u'CALL_-1207065075', u'INDIRECT_-1207062810'), (u'CALL_-1207064323', u'INDIRECT_-1207062500'), (u'INDIRECT_-1207062294', u'MULTIEQUAL_-1207062270'), (u'CALL_-1207064600', u'INDIRECT_-1207063137'), (u'INDIRECT_-1207061523', u'MULTIEQUAL_-1207061504'), (u'INDIRECT_-1207063240', u'MULTIEQUAL_-1207063184'), (u'BOOL_OR_-1207063701', u'CBRANCH_-1207065612'), (u'INDIRECT_-1207062913', u'INT_LESSEQUAL_-1207064543'), (u'MULTIEQUAL_-1207063273', u'COPY_-1207061905'), (u'INDIRECT_-1207063482', u'MULTIEQUAL_-1207063435'), (u'INDIRECT_-1207062780', u'MULTIEQUAL_-1207062765'), (u'INDIRECT_-1207062327', u'MULTIEQUAL_-1207062261'), (u'LOAD_-1207065263', u'CAST_-1207061664'), (u'INT_EQUAL_-1207065547', u'CBRANCH_-1207065543'), (u'CALL_-1207064421', u'INDIRECT_-1207061460'), (u'INDIRECT_-1207063182', u'MULTIEQUAL_-1207063127'), (u'INDIRECT_-1207063493', u'COPY_-1207063533'), (u'CALL_-1207064600', u'INDIRECT_-1207061881'), (u'CALL_-1207065834', u'INDIRECT_-1207063385'), (u'CALL_-1207064429', u'INDIRECT_-1207062844'), (u'INDIRECT_-1207062021', u'MULTIEQUAL_-1207062892'), (u'INDIRECT_-1207063128', u'MULTIEQUAL_-1207063073'), (u'INDIRECT_-1207062805', u'CAST_-1207061153'), (u'CALL_-1207064943', u'INDIRECT_-1207062780'), (u'MULTIEQUAL_-1207063523', u'CALL_-1207064323'), (u'CALL_-1207064323', u'CAST_-1207061222'), (u'CALL_-1207065099', u'INDIRECT_-1207063263'), (u'INDIRECT_-1207062759', u'LOAD_-1207064546'), (u'CALL_-1207064472', u'INDIRECT_-1207062315'), (u'INDIRECT_-1207062283', u'MULTIEQUAL_-1207062211'), (u'CALL_-1207065445', u'INDIRECT_-1207062283'), (u'INDIRECT_-1207062723', u'MULTIEQUAL_-1207062708'), (u'CALL_-1207064600', u'INDIRECT_-1207062921'), (u'CALL_-1207064216', u'INDIRECT_-1207062149'), ('const-1', u'INT_OR_-1207064239'), (u'INDIRECT_-1207063010', u'MULTIEQUAL_-1207062489'), (u'CALL_-1207064285', u'INDIRECT_-1207062805'), (u'CALL_-1207065099', u'INDIRECT_-1207063155'), (u'CALL_-1207065075', u'INDIRECT_-1207062648'), (u'CALL_-1207064911', u'INDIRECT_-1207063137'), (u'INT_AND_-1207063747', u'CALL_-1207064429'), (u'CALL_-1207065150', u'INDIRECT_-1207062758'), (u'CALL_-1207065507', u'INDIRECT_-1207063536'), ('tmp_2006', u'BRANCH_-1207064426'), (u'MULTIEQUAL_-1207063219', u'COPY_-1207061904'), (u'PTRSUB_-1207062054', u'CALL_-1207065918'), (u'CALL_-1207064308', u'INDIRECT_-1207061433'), (u'CALL_-1207064216', u'INDIRECT_-1207062206'), (u'INDIRECT_-1207062530', u'MULTIEQUAL_-1207062734'), (u'CALL_-1207064429', u'INDIRECT_-1207062409'), (u'CALL_-1207064285', u'INDIRECT_-1207062589'), (u'CALL_-1207064472', u'INDIRECT_-1207062480'), (u'MULTIEQUAL_-1207063019', u'CALL_-1207064308'), (u'CALL_-1207065754', u'INDIRECT_-1207062397'), ('tmp_5744', u'PTRSUB_-1207062054'), (u'INDIRECT_-1207063383', u'MULTIEQUAL_-1207063403'), ('const-433', u'LOAD_-1207064266'), (u'CALL_-1207065754', u'INDIRECT_-1207061987'), (u'CALL_-1207064174', u'INDIRECT_-1207062294'), (u'CALL_-1207064465', u'CAST_-1207061261'), (u'INDIRECT_-1207063193', u'MULTIEQUAL_-1207063143'), ('const-1', u'PTRADD_-1207064463'), (u'INDIRECT_-1207063093', u'MULTIEQUAL_-1207063050'), ('const-32', u'INT_EQUAL_-1207064536'), (u'CALL_-1207065834', u'INDIRECT_-1207063547'), (u'CALL_-1207065289', u'INDIRECT_-1207063290'), (u'MULTIEQUAL_-1207063381', u'COPY_-1207061906'), (u'CALL_-1207065402', u'INT_NOTEQUAL_-1207065387'), ('const-2', u'CALL_-1207064371'), (u'INDIRECT_-1207062975', u'MULTIEQUAL_-1207063527'), ('tmp_1209', u'CBRANCH_-1207065027'), (u'INDIRECT_-1207062443', u'MULTIEQUAL_-1207062873'), (u'CALL_-1207065870', u'INDIRECT_-1207063458'), (u'CALL_-1207064472', u'INDIRECT_-1207062642'), (u'CALL_-1207064421', u'INDIRECT_-1207062550'), (u'CALL_-1207065507', u'INDIRECT_-1207063101'), ('const-433', u'LOAD_-1207064546'), (u'CALL_-1207064371', u'INDIRECT_-1207062513'), (u'CALL_-1207064943', u'INDIRECT_-1207061902'), (u'CALL_-1207065123', u'INDIRECT_-1207061975'), (u'COPY_-1207061234', u'MULTIEQUAL_-1207062245'), (u'CALL_-1207065754', u'INDIRECT_-1207063056'), (u'CALL_-1207064421', u'INDIRECT_-1207062496'), (u'CALL_-1207065445', u'INDIRECT_-1207063489'), (u'CALL_-1207064421', u'INDIRECT_-1207062223'), (u'CALL_-1207065834', u'INDIRECT_-1207063601'), (u'CALL_-1207064911', u'INDIRECT_-1207061881'), ('const-1', u'PTRADD_-1207064446'), (u'INDIRECT_-1207062729', u'MULTIEQUAL_-1207062705'), (u'CALL_-1207064216', u'INDIRECT_-1207061328'), ('tmp_667', u'CBRANCH_-1207065564'), (u'INDIRECT_-1207062540', u'MULTIEQUAL_-1207063092'), (u'CALL_-1207065150', u'PTRADD_-1207065035'), (u'CALL_-1207065075', u'INDIRECT_-1207063191'), (u'CALL_-1207064174', u'INDIRECT_-1207062510'), (u'CALL_-1207065217', u'INDIRECT_-1207063348'), (u'CALL_-1207065217', u'INDIRECT_-1207062913'), ('const-0', u'RETURN_-1207064227'), (u'INDIRECT_-1207063513', u'MULTIEQUAL_-1207063457'), (u'MULTIEQUAL_-1207063239', u'MULTIEQUAL_-1207063349'), (u'INDIRECT_-1207062075', u'MULTIEQUAL_-1207062946'), (u'INDIRECT_-1207061312', u'MULTIEQUAL_-1207062187'), (u'INDIRECT_-1207063309', u'MULTIEQUAL_-1207063266'), ('const-4', u'CALL_-1207064943'), ('tmp_2093', u'CBRANCH_-1207064523'), (u'CALL_-1207065402', u'INDIRECT_-1207062257'), (u'INDIRECT_-1207062682', u'MULTIEQUAL_-1207063293'), (u'INDIRECT_-1207062805', u'COPY_-1207062808'), (u'INDIRECT_-1207062632', u'MULTIEQUAL_-1207063342'), (u'INDIRECT_-1207062683', u'MULTIEQUAL_-1207062162'), (u'CALL_-1207064943', u'INDIRECT_-1207063104'), (u'CALL_-1207065402', u'INDIRECT_-1207063409'), ('const-44', u'INT_NOTEQUAL_-1207065739'), (u'CALL_-1207065870', u'INDIRECT_-1207063131'), (u'CALL_-1207064371', u'INDIRECT_-1207062729'), (u'CALL_-1207064992', u'INDIRECT_-1207062923'), (u'CALL_-1207064992', u'INDIRECT_-1207062704'), (u'CALL_-1207064371', u'INDIRECT_-1207062240'), (u'INDIRECT_-1207063435', u'MULTIEQUAL_-1207063359'), (u'CALL_-1207065123', u'INDIRECT_-1207063173'), (u'CALL_-1207065445', u'INDIRECT_-1207063435'), (u'CALL_-1207064472', u'CALL_-1207064445'), (u'CALL_-1207064371', u'INDIRECT_-1207062567'), (u'CALL_-1207064919', u'INDIRECT_-1207062654'), (u'CALL_-1207065402', u'INDIRECT_-1207063355'), (u'CALL_-1207064200', u'INDIRECT_-1207062197'), (u'INDIRECT_-1207063132', u'MULTIEQUAL_-1207063076'), (u'CALL_-1207064919', u'INDIRECT_-1207062819'), (u'CALL_-1207065217', u'INT_ZEXT_-1207064006'), (u'MULTIEQUAL_-1207062299', u'CAST_-1207061100'), (u'INDIRECT_-1207062476', u'MULTIEQUAL_-1207062680'), (u'CALL_-1207064443', u'INDIRECT_-1207061407'), (u'CALL_-1207064472', u'PTRADD_-1207064327'), (u'LOAD_-1207064546', u'INT_EQUAL_-1207064526'), (u'CALL_-1207065049', u'INDIRECT_-1207063118'), (u'CALL_-1207064600', u'INDIRECT_-1207063029'), ('const-433', u'LOAD_-1207064588'), (u'MULTIEQUAL_-1207063073', u'MULTIEQUAL_-1207063057'), (u'INDIRECT_-1207062524', u'MULTIEQUAL_-1207063235'), (u'INDIRECT_-1207063112', u'COPY_-1207063152'), (u'INDIRECT_-1207063327', u'MULTIEQUAL_-1207063251'), (u'CALL_-1207064174', u'INDIRECT_-1207062402'), (u'INDIRECT_-1207062037', u'MULTIEQUAL_-1207062730'), (u'INDIRECT_-1207062956', u'MULTIEQUAL_-1207062435'), (u'INDIRECT_-1207062095', u'CAST_-1207060872'), (u'INDIRECT_-1207063463', u'CALL_-1207064200'), (u'INT_SEXT_-1207065199', u'CALL_-1207065099'), (u'INDIRECT_-1207063172', u'MULTIEQUAL_-1207062651'), (u'CALL_-1207064472', u'INDIRECT_-1207062207'), ('const--96', u'PTRSUB_-1207062054'), (u'CALL_-1207065049', u'INDIRECT_-1207062956'), (u'CALL_-1207065123', u'INDIRECT_-1207063011'), (u'CALL_-1207064600', u'INDIRECT_-1207062702'), (u'CALL_-1207065834', u'INDIRECT_-1207063655'), (u'INDIRECT_-1207062020', u'MULTIEQUAL_-1207061504'), (u'CALL_-1207065918', u'INDIRECT_-1207063459'), ('const-44', u'INT_NOTEQUAL_-1207064482'), (u'CALL_-1207064288', u'INDIRECT_-1207061419'), (u'INT_EQUAL_-1207064565', u'CBRANCH_-1207064558'), (u'CALL_-1207064943', u'INDIRECT_-1207062615'), (u'INDIRECT_-1207062314', u'MULTIEQUAL_-1207062518'), (u'MULTIEQUAL_-1207062965', u'MULTIEQUAL_-1207062949'), (u'COPY_-1207061361', u'MULTIEQUAL_-1207063161'), (u'INDIRECT_-1207063236', u'MULTIEQUAL_-1207063181'), ('const-4294967295', u'INT_AND_-1207063747'), (u'INDIRECT_-1207063198', u'MULTIEQUAL_-1207063128'), (u'INT_EQUAL_-1207065566', u'CBRANCH_-1207065564'), ('const-32', u'INT_EQUAL_-1207064526'), (u'MULTIEQUAL_-1207062361', u'MULTIEQUAL_-1207062287'), (u'INDIRECT_-1207063090', u'MULTIEQUAL_-1207063020'), (u'INT_EQUAL_-1207065637', u'BOOL_NEGATE_-1207061606'), (u'PTRADD_-1207064377', u'MULTIEQUAL_-1207062765'), ('const-1', u'PTRADD_-1207064377'), (u'CALL_-1207064429', u'INDIRECT_-1207062517'), (u'CALL_-1207064200', u'INDIRECT_-1207062524'), (u'CALL_-1207065715', u'INDIRECT_-1207063036'), ('const-168', u'PTRSUB_-1207060992'), (u'INDIRECT_-1207062855', u'MULTIEQUAL_-1207062800'), (u'INDIRECT_-1207062422', u'MULTIEQUAL_-1207062626'), ('tmp_11745', u'MULTIEQUAL_-1207063581'), (u'CALL_-1207065099', u'INDIRECT_-1207063209'), (u'CALL_-1207064429', u'INDIRECT_-1207061696'), (u'CALL_-1207065049', u'INDIRECT_-1207062737'), (u'INDIRECT_-1207063547', u'COPY_-1207063587'), (u'CALL_-1207065317', u'INDIRECT_-1207063147'), ('tmp_602', u'CBRANCH_-1207065612'), (u'CALL_-1207065150', u'INDIRECT_-1207062045'), (u'CALL_-1207065715', u'INDIRECT_-1207063633'), ('tmp_11747', u'MULTIEQUAL_-1207063689'), (u'INDIRECT_-1207062584', u'MULTIEQUAL_-1207062788'), (u'CALL_-1207064308', u'INDIRECT_-1207062473'), (u'CALL_-1207065402', u'INDIRECT_-1207062974'), (u'STORE_-1207064263', u'INDIRECT_-1207062199'), (u'CALL_-1207064992', u'INDIRECT_-1207062977'), (u'CALL_-1207065317', u'INDIRECT_-1207062928'), (u'CALL_-1207065715', u'INDIRECT_-1207063525'), (u'CAST_-1207061626', u'INT_SEXT_-1207065179'), (u'INDIRECT_-1207062143', u'MULTIEQUAL_-1207062854'), (u'CALL_-1207064443', u'INDIRECT_-1207062443'), (u'INDIRECT_-1207063275', u'MULTIEQUAL_-1207063294'), ('const-1355163', u'COPY_-1207064351'), (u'CALL_-1207065123', u'INDIRECT_-1207063119'), (u'CALL_-1207065317', u'INDIRECT_-1207063039'), (u'INDIRECT_-1207061746', u'MULTIEQUAL_-1207062361'), (u'INDIRECT_-1207062459', u'MULTIEQUAL_-1207062435'), (u'INDIRECT_-1207063186', u'MULTIEQUAL_-1207062626'), (u'CALL_-1207065360', u'INDIRECT_-1207063389'), (u'CALL_-1207064216', u'INDIRECT_-1207062368'), (u'INDIRECT_-1207063675', u'MULTIEQUAL_-1207063619'), (u'CALL_-1207064472', u'INDIRECT_-1207062426'), (u'CALL_-1207064600', u'CAST_-1207061424'), ('tmp_1740', u'BRANCH_-1207064248'), (u'MULTIEQUAL_-1207062091', u'MULTIEQUAL_-1207062075'), (u'CALL_-1207065150', u'INDIRECT_-1207063031'), (u'CALL_-1207064943', u'INDIRECT_-1207062834'), (u'INT_EQUAL_-1207065942', u'CBRANCH_-1207065940'), (u'INDIRECT_-1207062928', u'MULTIEQUAL_-1207062885'), (u'INDIRECT_-1207062921', u'COPY_-1207062957'), (u'CALL_-1207064288', u'INDIRECT_-1207062513'), (u'STORE_-1207064263', u'INDIRECT_-1207062037'), (u'CALL_-1207064943', u'INDIRECT_-1207063158'), (u'INDIRECT_-1207062942', u'MULTIEQUAL_-1207062927'), (u'MULTIEQUAL_-1207064409', u'CAST_-1207060910'), (u'CALL_-1207065099', u'INDIRECT_-1207062720'), (u'CALL_-1207064397', u'INDIRECT_-1207062748'), ('tmp_2474', u'INT_EQUAL_-1207065169'), (u'CALL_-1207064445', u'INDIRECT_-1207062460'), (u'INDIRECT_-1207063355', u'MULTIEQUAL_-1207063305'), ('tmp_2174', u'BRANCH_-1207064457'), (u'CALL_-1207064174', u'INDIRECT_-1207061362'), (u'INT_NOTEQUAL_-1207065333', u'CBRANCH_-1207065332'), (u'CALL_-1207065360', u'INDIRECT_-1207063281'), (u'INT_SEXT_-1207065192', u'CALL_-1207065075'), (u'INDIRECT_-1207063655', u'COPY_-1207063695'), (u'MULTIEQUAL_-1207062041', u'MULTIEQUAL_-1207062025'), ('tmp_1476', u'CBRANCH_-1207064558'), (u'INDIRECT_-1207062260', u'MULTIEQUAL_-1207062464'), (u'CALL_-1207064308', u'INDIRECT_-1207062365'), (u'INDIRECT_-1207063579', u'MULTIEQUAL_-1207063509'), (u'CALL_-1207065445', u'INDIRECT_-1207063327'), (u'INDIRECT_-1207063471', u'MULTIEQUAL_-1207063401'), ('const-68', u'INT_EQUAL_-1207065525'), (u'CALL_-1207064600', u'INDIRECT_-1207061459'), (u'CALL_-1207064200', u'INDIRECT_-1207062143'), (u'CALL_-1207064174', u'INDIRECT_-1207062021'), ('const-115', u'INT_EQUAL_-1207065942'), (u'MULTIEQUAL_-1207063288', u'MULTIEQUAL_-1207063273'), (u'MULTIEQUAL_-1207064409', u'CALL_-1207064216'), (u'INDIRECT_-1207062846', u'MULTIEQUAL_-1207062777'), ('const-100', u'INT_EQUAL_-1207065566'), (u'INDIRECT_-1207063078', u'MULTIEQUAL_-1207062518'), (u'INDIRECT_-1207062517', u'MULTIEQUAL_-1207063128'), (u'CALL_-1207064465', u'INDIRECT_-1207062915'), (u'CALL_-1207064465', u'INDIRECT_-1207062645'), (u'CALL_-1207064472', u'INDIRECT_-1207061498'), (u'CAST_-1207060872', u'COPY_-1207060957'), (u'INT_NOTEQUAL_-1207065903', u'CBRANCH_-1207065903'), (u'CALL_-1207064943', u'INDIRECT_-1207062669'), (u'CALL_-1207064911', u'INDIRECT_-1207062540'), (u'INDIRECT_-1207063064', u'MULTIEQUAL_-1207062543'), (u'CALL_-1207065099', u'INDIRECT_-1207062007'), (u'INDIRECT_-1207062348', u'MULTIEQUAL_-1207063219'), (u'INDIRECT_-1207062993', u'MULTIEQUAL_-1207062946'), (u'CALL_-1207065123', u'INDIRECT_-1207062903'), (u'INDIRECT_-1207062621', u'MULTIEQUAL_-1207062597'), (u'COPY_-1207060957', u'MULTIEQUAL_-1207062299'), ('const-0', u'CALL_-1207064200'), (u'CALL_-1207064919', u'INDIRECT_-1207062873'), (u'CALL_-1207064911', u'INDIRECT_-1207062702'), (u'CALL_-1207065317', u'INDIRECT_-1207062982'), (u'CALL_-1207064174', u'INDIRECT_-1207062075'), (u'INDIRECT_-1207062237', u'MULTIEQUAL_-1207062172'), (u'CALL_-1207064323', u'INDIRECT_-1207062446'), (u'CALL_-1207065870', u'CAST_-1207061994'), (u'CALL_-1207065150', u'PTRADD_-1207065005'), (u'CAST_-1207060910', u'CALL_-1207064174'), (u'CALL_-1207064285', u'INDIRECT_-1207062643'), (u'INDIRECT_-1207063039', u'MULTIEQUAL_-1207062996'), (u'CALL_-1207064943', u'INDIRECT_-1207062888'), ('tmp_11722', u'MULTIEQUAL_-1207062387'), (u'INDIRECT_-1207063489', u'MULTIEQUAL_-1207063413'), (u'CALL_-1207064429', u'INDIRECT_-1207062574'), (u'CALL_-1207064911', u'INDIRECT_-1207063029'), (u'CALL_-1207064600', u'INDIRECT_-1207062648'), (u'CALL_-1207064285', u'INDIRECT_-1207062424'), (u'CALL_-1207064919', u'INDIRECT_-1207061937'), (u'INDIRECT_-1207063119', u'MULTIEQUAL_-1207063050'), (u'CAST_-1207061696', u'MULTIEQUAL_-1207063288'), ('const-1', u'PTRADD_-1207064415'), (u'CALL_-1207064600', u'INDIRECT_-1207061931'), (u'BOOL_NEGATE_-1207061607', u'BOOL_AND_-1207065004'), ('tmp_11741', u'MULTIEQUAL_-1207063365'), (u'CALL_-1207064429', u'INDIRECT_-1207062628'), (u'CALL_-1207064200', u'INDIRECT_-1207062632'), (u'CALL_-1207064919', u'INDIRECT_-1207061887'), (u'COPY_-1207061763', u'MULTIEQUAL_-1207063342'), (u'INDIRECT_-1207063139', u'MULTIEQUAL_-1207063089'), (u'CALL_-1207065715', u'INDIRECT_-1207063471'), (u'INDIRECT_-1207062478', u'COPY_-1207062481'), (u'CALL_-1207065099', u'INDIRECT_-1207062828'), (u'CALL_-1207065049', u'INDIRECT_-1207062848'), (u'CALL_-1207065402', u'INDIRECT_-1207063301'), (u'STORE_-1207064263', u'INDIRECT_-1207062580'), (u'CALL_-1207064992', u'INDIRECT_-1207063031'), (u'CALL_-1207064216', u'INDIRECT_-1207061278'), (u'CALL_-1207065715', u'INDIRECT_-1207063255'), (u'CALL_-1207064288', u'INDIRECT_-1207062621'), (u'CALL_-1207064919', u'INDIRECT_-1207062708'), (u'INDIRECT_-1207062092', u'MULTIEQUAL_-1207061536'), (u'CAST_-1207060954', u'STORE_-1207064263'), ('const-0', u'SUBPIECE_-1207062103'), (u'MULTIEQUAL_-1207063563', u'MULTIEQUAL_-1207063673'), (u'CALL_-1207064285', u'INDIRECT_-1207062478'), (u'CALL_-1207065075', u'INDIRECT_-1207063083'), (u'CALL_-1207065075', u'INDIRECT_-1207061989'), (u'CALL_-1207065445', u'INDIRECT_-1207063111'), (u'CALL_-1207064371', u'INDIRECT_-1207061523'), (u'CALL_-1207065360', u'COPY_-1207061763'), (u'CALL_-1207064323', u'INDIRECT_-1207062827'), (u'CALL_-1207065754', u'INDIRECT_-1207063383'), (u'CALL_-1207064472', u'INDIRECT_-1207062804'), (u'CALL_-1207065150', u'INDIRECT_-1207062704'), (u'CALL_-1207065445', u'INDIRECT_-1207062892'), (u'CALL_-1207064308', u'INDIRECT_-1207062635'), (u'INDIRECT_-1207062913', u'COPY_-1207062916'), (u'MULTIEQUAL_-1207063184', u'COPY_-1207061960'), (u'CALL_-1207064397', u'INDIRECT_-1207062205'), ('tmp_2474', u'INT_EQUAL_-1207065942'), (u'INDIRECT_-1207063409', u'MULTIEQUAL_-1207063359'), (u'CALL_-1207064323', u'INDIRECT_-1207062935'), (u'CAST_-1207061644', u'CALL_-1207065217'), (u'COPY_-1207061419', u'MULTIEQUAL_-1207064232'), (u'INDIRECT_-1207062594', u'COPY_-1207061419'), (u'INDIRECT_-1207062791', u'MULTIEQUAL_-1207062270'), (u'COPY_-1207061960', u'MULTIEQUAL_-1207063161'), (u'MULTIEQUAL_-1207063509', u'MULTIEQUAL_-1207063619'), (u'CALL_-1207065918', u'INDIRECT_-1207063294'), (u'INT_SEXT_-1207065192', u'CALL_-1207064397'), (u'CALL_-1207064397', u'INDIRECT_-1207062424'), (u'CALL_-1207065217', u'INDIRECT_-1207062092'), (u'PTRADD_-1207064357', u'CALL_-1207064397'), (u'INDIRECT_-1207062402', u'MULTIEQUAL_-1207063273'), (u'MULTIEQUAL_-1207064409', u'INT_LESSEQUAL_-1207064543'), (u'CALL_-1207064288', u'INDIRECT_-1207062078'), (u'INDIRECT_-1207063212', u'MULTIEQUAL_-1207063165'), (u'MULTIEQUAL_-1207062311', u'MULTIEQUAL_-1207062237'), (u'CALL_-1207064216', u'INDIRECT_-1207062314'), ('tmp_1089', u'CBRANCH_-1207065167'), (u'CALL_-1207065317', u'INDIRECT_-1207063201'), (u'INDIRECT_-1207062751', u'MULTIEQUAL_-1207062191'), (u'CALL_-1207065360', u'INDIRECT_-1207062954'), (u'CALL_-1207065075', u'INDIRECT_-1207062756'), (u'INDIRECT_-1207061426', u'MULTIEQUAL_-1207062141'), (u'INDIRECT_-1207062759', u'COPY_-1207061449'), (u'INT_ZEXT_-1207063498', u'CALL_-1207064445'), (u'CALL_-1207064308', u'INDIRECT_-1207062527'), (u'CALL_-1207064429', u'INDIRECT_-1207062682'), (u'CALL_-1207064443', u'INDIRECT_-1207062605'), ('tmp_2144', u'CBRANCH_-1207064480'), (u'COPY_-1207062115', u'MULTIEQUAL_-1207064232'), (u'CALL_-1207064445', u'INDIRECT_-1207062406'), (u'CALL_-1207064308', u'INDIRECT_-1207062581'), (u'CALL_-1207065317', u'INDIRECT_-1207063363'), (u'INT_EQUAL_-1207065654', u'BOOL_NEGATE_-1207061607'), ('tmp_11743', u'MULTIEQUAL_-1207063473'), (u'INDIRECT_-1207063653', u'MULTIEQUAL_-1207063673'), (u'CALL_-1207065317', u'INDIRECT_-1207062111'), (u'INDIRECT_-1207061369', u'MULTIEQUAL_-1207062025'), (u'CALL_-1207065075', u'INDIRECT_-1207062867'), (u'PTRADD_-1207064460', u'COPY_-1207061431'), (u'MULTIEQUAL_-1207064169', u'PTRSUB_-1207061702'), (u'CALL_-1207064371', u'INDIRECT_-1207061423'), (u'CALL_-1207065289', u'INDIRECT_-1207063344'), ('const-1', u'PTRADD_-1207064489'), (u'INT_EQUAL_-1207065637', u'BOOL_OR_-1207063701'), (u'CALL_-1207065123', u'INDIRECT_-1207063065'), (u'INDIRECT_-1207061920', u'MULTIEQUAL_-1207061404'), ('tmp_1017', u'CBRANCH_-1207065236'), (u'CALL_-1207065402', u'INDIRECT_-1207062157'), ('tmp_2474', u'CALL_-1207065842'), ('tmp_181', u'CBRANCH_-1207065903'), (u'INDIRECT_-1207062161', u'MULTIEQUAL_-1207062122'), (u'CALL_-1207065834', u'INDIRECT_-1207063058'), (u'CALL_-1207065445', u'INDIRECT_-1207063054'), (u'MULTIEQUAL_-1207064409', u'COPY_-1207061214'), (u'INDIRECT_-1207062254', u'MULTIEQUAL_-1207062965'), (u'INDIRECT_-1207063158', u'MULTIEQUAL_-1207063143'), (u'CALL_-1207064943', u'INDIRECT_-1207063050'), (u'CALL_-1207064919', u'INDIRECT_-1207062546'), (u'CAST_-1207061261', u'CALL_-1207064429'), (u'CALL_-1207064308', u'INDIRECT_-1207062689'), (u'CALL_-1207065150', u'INDIRECT_-1207062977'), (u'MULTIEQUAL_-1207063455', u'MULTIEQUAL_-1207063565'), (u'CALL_-1207064288', u'INDIRECT_-1207062459'), (u'CALL_-1207065289', u'INDIRECT_-1207063020'), (u'LOAD_-1207064551', u'INT_EQUAL_-1207064536'), (u'CALL_-1207065842', u'INDIRECT_-1207063391'), ('const-433', u'LOAD_-1207065251'), (u'COPY_-1207061904', u'CALL_-1207064992'), (u'CALL_-1207064445', u'INDIRECT_-1207062622'), (u'CALL_-1207065842', u'INDIRECT_-1207063283'), (u'CALL_-1207065317', u'INDIRECT_-1207062874'), (u'INDIRECT_-1207062975', u'COPY_-1207063011'), (u'CALL_-1207064992', u'INDIRECT_-1207062815'), (u'INT_EQUAL_-1207065654', u'BOOL_OR_-1207063701'), (u'CALL_-1207065918', u'INDIRECT_-1207063567'), ('tmp_821', u'CBRANCH_-1207065413'), (u'INDIRECT_-1207061407', u'MULTIEQUAL_-1207061840'), (u'INDIRECT_-1207063074', u'MULTIEQUAL_-1207063019'), (u'CALL_-1207065217', u'INDIRECT_-1207062751'), (u'CALL_-1207064465', u'INDIRECT_-1207062753'), (u'CALL_-1207065317', u'INDIRECT_-1207062820'), (u'INT_NOTEQUAL_-1207065739', u'CBRANCH_-1207065738'), (u'INDIRECT_-1207063633', u'MULTIEQUAL_-1207063563'), (u'CALL_-1207065507', u'INDIRECT_-1207063212'), (u'INDIRECT_-1207063029', u'MULTIEQUAL_-1207063581'), (u'INDIRECT_-1207062867', u'MULTIEQUAL_-1207063419'), (u'CALL_-1207064421', u'INDIRECT_-1207062388'), (u'INDIRECT_-1207062197', u'MULTIEQUAL_-1207062908'), ('const-6', u'PTRADD_-1207065005'), (u'INDIRECT_-1207062874', u'MULTIEQUAL_-1207062831'), (u'CALL_-1207065075', u'INDIRECT_-1207062975')]
|
[(u'CALL_-1207065123', u'INDIRECT_-1207062015'), (u'INDIRECT_-1207063015', u'COPY_-1207063051'), (u'CALL_-1207065754', u'INDIRECT_-1207063204'), ('tmp_695', u'CBRANCH_-1207065543'), (u'COPY_-1207061943', u'CALL_-1207064919'), (u'INDIRECT_-1207063565', u'MULTIEQUAL_-1207063495'), (u'STORE_-1207064263', u'INDIRECT_-1207062674'), ('tmp_12307', u'MULTIEQUAL_-1207063567'), (u'CALL_-1207064472', u'INDIRECT_-1207062628'), (u'CALL_-1207064465', u'INDIRECT_-1207062520'), (u'CALL_-1207065834', u'INDIRECT_-1207063479'), (u'CALL_-1207065870', u'INDIRECT_-1207063714'), (u'INDIRECT_-1207062356', u'COPY_-1207062359'), (u'INDIRECT_-1207062348', u'MULTIEQUAL_-1207063059'), ('const-115', u'INT_EQUAL_-1207065169'), ('tmp_1842', u'CBRANCH_-1207064570'), (u'INDIRECT_-1207062449', u'MULTIEQUAL_-1207063060'), (u'CALL_-1207065918', u'INDIRECT_-1207063553'), (u'CALL_-1207065754', u'INDIRECT_-1207063477'), (u'INDIRECT_-1207062156', u'MULTIEQUAL_-1207062586'), (u'CALL_-1207064285', u'INDIRECT_-1207062464'), (u'INT_ADD_-1207064252', u'CAST_-1207060996'), (u'CALL_-1207064200', u'INDIRECT_-1207062564'), (u'CALL_-1207065360', u'INDIRECT_-1207062994'), (u'CALL_-1207065123', u'INDIRECT_-1207063321'), ('tmp_506', u'CBRANCH_-1207065672'), (u'CALL_-1207064397', u'INDIRECT_-1207061532'), (u'CALL_-1207064308', u'INDIRECT_-1207062621'), (u'INDIRECT_-1207063267', u'MULTIEQUAL_-1207063198'), ('const-0', u'INT_NOTEQUAL_-1207065586'), (u'CALL_-1207064600', u'INDIRECT_-1207061971'), (u'INDIRECT_-1207062674', u'MULTIEQUAL_-1207063367'), (u'CALL_-1207065918', u'INDIRECT_-1207063715'), (u'INT_NOTEQUAL_-1207065586', u'CBRANCH_-1207065586'), (u'CALL_-1207064919', u'INDIRECT_-1207063075'), (u'CALL_-1207064445', u'INDIRECT_-1207061618'), (u'CALL_-1207065289', u'INDIRECT_-1207063060'), (u'CALL_-1207065754', u'INDIRECT_-1207063315'), (u'CALL_-1207065317', u'INDIRECT_-1207063349'), (u'CALL_-1207064397', u'INDIRECT_-1207061482'), ('tmp_12301', u'MULTIEQUAL_-1207063240'), (u'CALL_-1207064293', u'INDIRECT_-1207062635'), (u'INDIRECT_-1207063125', u'MULTIEQUAL_-1207063075'), ('const-32768', u'INT_ADD_-1207065687'), (u'INDIRECT_-1207062237', u'MULTIEQUAL_-1207062948'), (u'PTRSUB_-1207061488', u'CALL_-1207064600'), (u'CALL_-1207065842', u'INDIRECT_-1207063701'), (u'INDIRECT_-1207063003', u'MULTIEQUAL_-1207062948'), ('const-1', u'PTRADD_-1207064460'), (u'CALL_-1207064371', u'INDIRECT_-1207062391'), (u'CALL_-1207064600', u'INDIRECT_-1207062853'), (u'INDIRECT_-1207062624', u'MULTIEQUAL_-1207062828'), (u'CALL_-1207065754', u'INDIRECT_-1207062437'), (u'CALL_-1207064943', u'INDIRECT_-1207063198'), (u'CALL_-1207065715', u'INDIRECT_-1207063130'), (u'CALL_-1207065217', u'INDIRECT_-1207063280'), (u'INDIRECT_-1207062953', u'INT_LESSEQUAL_-1207064543'), ('const-0', u'CALL_-1207064200'), (u'INDIRECT_-1207063553', u'MULTIEQUAL_-1207063497'), (u'MULTIEQUAL_-1207063441', u'MULTIEQUAL_-1207063367'), ('const-4', u'CALL_-1207064943'), (u'CALL_-1207065715', u'INDIRECT_-1207063184'), (u'CALL_-1207064445', u'INDIRECT_-1207062227'), (u'CALL_-1207065402', u'INDIRECT_-1207063014'), (u'INDIRECT_-1207062906', u'MULTIEQUAL_-1207062856'), (u'MULTIEQUAL_-1207064416', u'CALL_-1207064174'), (u'COPY_-1207061800', u'MULTIEQUAL_-1207063382'), (u'INDIRECT_-1207062688', u'COPY_-1207062724'), (u'INDIRECT_-1207063212', u'MULTIEQUAL_-1207062691'), (u'INDIRECT_-1207062185', u'MULTIEQUAL_-1207062878'), (u'INDIRECT_-1207062367', u'MULTIEQUAL_-1207062301'), (u'INDIRECT_-1207062629', u'COPY_-1207062632'), ('const-0', u'PTRSUB_-1207060953'), (u'MULTIEQUAL_-1207063549', u'MULTIEQUAL_-1207063659'), ('const-1', u'PTRADD_-1207064415'), (u'INDIRECT_-1207063317', u'COPY_-1207063357'), (u'CALL_-1207065123', u'INDIRECT_-1207062886'), (u'CALL_-1207064600', u'INDIRECT_-1207062580'), (u'CALL_-1207065099', u'INDIRECT_-1207063033'), (u'CALL_-1207065150', u'INDIRECT_-1207062963'), (u'CALL_-1207064472', u'INDIRECT_-1207062520'), (u'CALL_-1207064472', u'INDIRECT_-1207062790'), (u'INDIRECT_-1207063133', u'MULTIEQUAL_-1207063090'), (u'CALL_-1207065834', u'INDIRECT_-1207063206'), (u'PTRSUB_-1207062089', u'CALL_-1207065754'), (u'CALL_-1207064200', u'INDIRECT_-1207062348'), (u'CALL_-1207064911', u'INDIRECT_-1207062961'), (u'INDIRECT_-1207063033', u'MULTIEQUAL_-1207062986'), (u'CALL_-1207064445', u'INDIRECT_-1207062770'), (u'INDIRECT_-1207062791', u'INT_LESSEQUAL_-1207064502'), (u'CALL_-1207065123', u'INDIRECT_-1207062997'), (u'INDIRECT_-1207062614', u'MULTIEQUAL_-1207063224'), (u'CALL_-1207065289', u'INDIRECT_-1207063003'), (u'INDIRECT_-1207062634', u'COPY_-1207062670'), (u'INDIRECT_-1207063050', u'MULTIEQUAL_-1207062529'), (u'INDIRECT_-1207063204', u'MULTIEQUAL_-1207063224'), (u'INDIRECT_-1207063104', u'MULTIEQUAL_-1207062583'), ('const-44', u'INT_NOTEQUAL_-1207064482'), (u'CALL_-1207064943', u'INDIRECT_-1207062874'), (u'CALL_-1207065360', u'INDIRECT_-1207062277'), ('tmp_1445', u'BRANCH_-1207064423'), (u'INDIRECT_-1207063069', u'MULTIEQUAL_-1207063621'), (u'INDIRECT_-1207062182', u'MULTIEQUAL_-1207062131'), (u'INDIRECT_-1207063068', u'MULTIEQUAL_-1207063018'), (u'MULTIEQUAL_-1207063113', u'MULTIEQUAL_-1207063097'), (u'CALL_-1207064308', u'INDIRECT_-1207062294'), (u'INDIRECT_-1207063429', u'CALL_-1207065317'), (u'CALL_-1207064465', u'INDIRECT_-1207062685'), ('const-4', u'CALL_-1207064443'), (u'INDIRECT_-1207062799', u'COPY_-1207062835'), ('const-1', u'PTRADD_-1207064503'), (u'CALL_-1207064285', u'INDIRECT_-1207062518'), (u'CALL_-1207065842', u'INDIRECT_-1207063593'), (u'CALL_-1207065289', u'INDIRECT_-1207063168'), (u'CALL_-1207064308', u'INDIRECT_-1207062186'), ('const-1355139', u'COPY_-1207064594'), (u'CALL_-1207064472', u'INDIRECT_-1207062574'), (u'CALL_-1207065217', u'INDIRECT_-1207063334'), (u'INDIRECT_-1207063334', u'MULTIEQUAL_-1207063278'), ('tmp_5936', u'INT_EQUAL_-1207065169'), ('const-0', u'INT_EQUAL_-1207065415'), (u'CALL_-1207065217', u'INDIRECT_-1207063064'), (u'CALL_-1207065834', u'INDIRECT_-1207063152'), ('const-0', u'INT_NOTEQUAL_-1207065333'), (u'CALL_-1207065099', u'INDIRECT_-1207063195'), (u'CALL_-1207065150', u'INDIRECT_-1207062906'), (u'INT_EQUAL_-1207065525', u'CBRANCH_-1207065522'), (u'MULTIEQUAL_-1207063167', u'MULTIEQUAL_-1207063151'), (u'CALL_-1207064911', u'INDIRECT_-1207061971'), (u'INDIRECT_-1207062737', u'COPY_-1207062740'), ('const-8', u'INT_ADD_-1207064252'), (u'CALL_-1207065870', u'INDIRECT_-1207063498'), (u'INT_EQUAL_-1207064526', u'CBRANCH_-1207064523'), (u'INT_EQUAL_-1207065637', u'BOOL_OR_-1207065594'), (u'CALL_-1207065049', u'INDIRECT_-1207062723'), (u'COPY_-1207061247', u'MULTIEQUAL_-1207062285'), (u'INDIRECT_-1207061366', u'MULTIEQUAL_-1207062081'), (u'INT_SEXT_-1207065179', u'CALL_-1207065049'), ('const-2', u'CALL_-1207064371'), (u'CALL_-1207064443', u'INDIRECT_-1207062645'), (u'INDIRECT_-1207062601', u'MULTIEQUAL_-1207062586'), (u'INT_LESSEQUAL_-1207064502', u'CBRANCH_-1207064512'), (u'MULTIEQUAL_-1207063005', u'MULTIEQUAL_-1207062989'), (u'INDIRECT_-1207061686', u'MULTIEQUAL_-1207062301'), (u'CALL_-1207065049', u'INDIRECT_-1207063104'), (u'CALL_-1207064371', u'INDIRECT_-1207062172'), (u'INDIRECT_-1207063151', u'MULTIEQUAL_-1207063075'), (u'CALL_-1207065360', u'INDIRECT_-1207062227'), (u'INDIRECT_-1207063276', u'MULTIEQUAL_-1207063221'), (u'CALL_-1207064992', u'INDIRECT_-1207062855'), (u'MULTIEQUAL_-1207063495', u'MULTIEQUAL_-1207063605'), (u'INDIRECT_-1207063114', u'MULTIEQUAL_-1207063059'), (u'CALL_-1207065150', u'INT_ADD_-1207065081'), (u'INDIRECT_-1207062655', u'MULTIEQUAL_-1207062640'), (u'MULTIEQUAL_-1207063168', u'MULTIEQUAL_-1207063278'), (u'CALL_-1207065715', u'INDIRECT_-1207063457'), ('tmp_5936', u'INT_EQUAL_-1207065637'), (u'INDIRECT_-1207063060', u'MULTIEQUAL_-1207063005'), ('const-8', u'INT_ADD_-1207065237'), (u'CALL_-1207064174', u'INDIRECT_-1207062115'), (u'CALL_-1207065834', u'INDIRECT_-1207063317'), ('const--88', u'PTRSUB_-1207061488'), (u'CALL_-1207064919', u'INDIRECT_-1207062913'), (u'INDIRECT_-1207062404', u'MULTIEQUAL_-1207063097'), (u'INDIRECT_-1207063076', u'MULTIEQUAL_-1207063006'), (u'CAST_-1207061462', u'MULTIEQUAL_-1207064416'), ('tmp_1795', u'BRANCH_-1207064189'), (u'CALL_-1207064216', u'INDIRECT_-1207061318'), (u'COPY_-1207061275', u'MULTIEQUAL_-1207062339'), (u'INDIRECT_-1207062226', u'MULTIEQUAL_-1207062202'), (u'CALL_-1207064293', u'INDIRECT_-1207062362'), ('tmp_138', u'CBRANCH_-1207065940'), (u'CALL_-1207064200', u'INDIRECT_-1207062129'), (u'INDIRECT_-1207061871', u'MULTIEQUAL_-1207062427'), (u'INDIRECT_-1207063172', u'MULTIEQUAL_-1207062612'), (u'INDIRECT_-1207063205', u'MULTIEQUAL_-1207063129'), (u'CALL_-1207065870', u'INDIRECT_-1207063117'), (u'CAST_-1207061705', u'LOAD_-1207065251'), (u'CALL_-1207064200', u'INDIRECT_-1207062183'), (u'INDIRECT_-1207062886', u'MULTIEQUAL_-1207062817'), ('const-0', u'COPY_-1207064333'), (u'INDIRECT_-1207063168', u'MULTIEQUAL_-1207063113'), (u'CALL_-1207065445', u'CALL_-1207064992'), (u'CALL_-1207064174', u'INDIRECT_-1207062334'), (u'INT_EQUAL_-1207065637', u'BOOL_NEGATE_-1207061644'), (u'MULTIEQUAL_-1207063534', u'CALL_-1207064323'), (u'CALL_-1207064288', u'INDIRECT_-1207062661'), (u'INDIRECT_-1207062661', u'MULTIEQUAL_-1207062637'), (u'CALL_-1207064216', u'INDIRECT_-1207062462'), (u'INDIRECT_-1207062557', u'MULTIEQUAL_-1207063168'), (u'INDIRECT_-1207062961', u'COPY_-1207062997'), ('const-433', u'LOAD_-1207065251'), (u'CALL_-1207064323', u'INDIRECT_-1207062975'), (u'CALL_-1207065289', u'INDIRECT_-1207063276'), (u'CALL_-1207065402', u'INDIRECT_-1207063287'), (u'CALL_-1207065870', u'INDIRECT_-1207063552'), ('const-5', u'INT_ADD_-1207064403'), ('tmp_12299', u'MULTIEQUAL_-1207063132'), (u'CALL_-1207064421', u'INDIRECT_-1207061500'), (u'INDIRECT_-1207063069', u'COPY_-1207063105'), (u'CALL_-1207065123', u'INDIRECT_-1207063213'), (u'INDIRECT_-1207062688', u'MULTIEQUAL_-1207063240'), (u'INDIRECT_-1207063330', u'MULTIEQUAL_-1207063275'), (u'CALL_-1207065918', u'INDIRECT_-1207062513'), (u'CALL_-1207065402', u'INDIRECT_-1207063449'), (u'PTRSUB_-1207060953', u'CALL_-1207064216'), (u'CALL_-1207064397', u'INDIRECT_-1207062572'), (u'CALL_-1207064943', u'INDIRECT_-1207062655'), (u'INDIRECT_-1207063098', u'COPY_-1207063138'), (u'INDIRECT_-1207062699', u'MULTIEQUAL_-1207063129'), (u'CALL_-1207065507', u'INDIRECT_-1207063252'), (u'CALL_-1207065715', u'INDIRECT_-1207063295'), (u'CALL_-1207065289', u'INDIRECT_-1207062949'), (u'CALL_-1207064216', u'INDIRECT_-1207062516'), (u'INDIRECT_-1207062570', u'MULTIEQUAL_-1207062774'), (u'CALL_-1207065217', u'INDIRECT_-1207062182'), (u'CALL_-1207065715', u'INDIRECT_-1207063076'), (u'CALL_-1207065099', u'INDIRECT_-1207062868'), (u'CALL_-1207064174', u'INDIRECT_-1207062442'), (u'INT_AND_-1207065225', u'INT_EQUAL_-1207065239'), (u'MULTIEQUAL_-1207063059', u'CALL_-1207064308'), (u'CALL_-1207065317', u'INDIRECT_-1207062914'), ('const-433', u'LOAD_-1207064551'), (u'CALL_-1207064421', u'INDIRECT_-1207062644'), (u'INDIRECT_-1207062769', u'MULTIEQUAL_-1207062745'), (u'COPY_-1207061885', u'MULTIEQUAL_-1207064168'), (u'INDIRECT_-1207061921', u'MULTIEQUAL_-1207062477'), (u'COPY_-1207062139', u'INT_EQUAL_-1207065525'), (u'CALL_-1207064371', u'INDIRECT_-1207062445'), (u'CALL_-1207065445', u'INDIRECT_-1207062273'), (u'CALL_-1207064443', u'INDIRECT_-1207061447'), ('const-433', u'LOAD_-1207064508'), (u'CALL_-1207064465', u'INDIRECT_-1207062901'), (u'CALL_-1207064285', u'INDIRECT_-1207062737'), (u'CAST_-1207061462', u'INT_EQUAL_-1207064568'), (u'INDIRECT_-1207062169', u'MULTIEQUAL_-1207063040'), (u'CALL_-1207064421', u'INDIRECT_-1207062428'), (u'INDIRECT_-1207061547', u'MULTIEQUAL_-1207061980'), (u'CALL_-1207065870', u'INDIRECT_-1207063606'), (u'CALL_-1207065715', u'CALL_-1207064429'), (u'INDIRECT_-1207063369', u'MULTIEQUAL_-1207063389'), ('const-1355352', u'COPY_-1207061391'), (u'CALL_-1207064421', u'INDIRECT_-1207062806'), (u'CALL_-1207064293', u'INDIRECT_-1207062416'), (u'CALL_-1207064216', u'INDIRECT_-1207062408'), (u'CALL_-1207065754', u'INT_NOTEQUAL_-1207065739'), (u'CALL_-1207064600', u'INDIRECT_-1207062799'), (u'CALL_-1207064308', u'INDIRECT_-1207061523'), (u'CALL_-1207065402', u'INDIRECT_-1207062906'), (u'CALL_-1207065445', u'INDIRECT_-1207062323'), (u'INDIRECT_-1207063238', u'MULTIEQUAL_-1207063168'), (u'CALL_-1207064200', u'INDIRECT_-1207062075'), (u'INDIRECT_-1207062899', u'COPY_-1207062902'), (u'INDIRECT_-1207063150', u'MULTIEQUAL_-1207063170'), (u'INDIRECT_-1207062060', u'MULTIEQUAL_-1207061544'), (u'MULTIEQUAL_-1207063168', u'MULTIEQUAL_-1207063094'), (u'INDIRECT_-1207062408', u'MULTIEQUAL_-1207062612'), (u'CALL_-1207064465', u'INDIRECT_-1207062466'), (u'INDIRECT_-1207062968', u'MULTIEQUAL_-1207062925'), (u'INDIRECT_-1207062270', u'MULTIEQUAL_-1207062227'), (u'CALL_-1207065049', u'INDIRECT_-1207063212'), (u'INDIRECT_-1207062960', u'MULTIEQUAL_-1207062910'), (u'CALL_-1207065099', u'INDIRECT_-1207061997'), (u'INDIRECT_-1207062510', u'MULTIEQUAL_-1207063221'), ('tmp_12309', u'MULTIEQUAL_-1207063675'), (u'INDIRECT_-1207063367', u'MULTIEQUAL_-1207063291'), (u'CALL_-1207065123', u'INDIRECT_-1207062115'), (u'MULTIEQUAL_-1207064416', u'CALL_-1207064216'), (u'CALL_-1207064397', u'INDIRECT_-1207062626'), ('const-3', u'COPY_-1207064977'), ('tmp_1887', u'CBRANCH_-1207064532'), (u'CALL_-1207065150', u'INDIRECT_-1207063125'), (u'INT_NOTEQUAL_-1207064482', u'CBRANCH_-1207064480'), (u'CALL_-1207064472', u'INDIRECT_-1207061638'), (u'INDIRECT_-1207062841', u'MULTIEQUAL_-1207062786'), ('tmp_923', u'CBRANCH_-1207065332'), (u'CALL_-1207064445', u'INDIRECT_-1207062446'), (u'INDIRECT_-1207062247', u'MULTIEQUAL_-1207062201'), (u'INDIRECT_-1207062953', u'COPY_-1207062956'), (u'INDIRECT_-1207061368', u'MULTIEQUAL_-1207061576'), ('tmp_857', u'CBRANCH_-1207065387'), (u'INDIRECT_-1207063010', u'MULTIEQUAL_-1207062450'), (u'INDIRECT_-1207063414', u'MULTIEQUAL_-1207063367'), (u'CALL_-1207065049', u'INDIRECT_-1207062996'), (u'CALL_-1207064911', u'INDIRECT_-1207062580'), (u'INDIRECT_-1207062982', u'MULTIEQUAL_-1207062967'), (u'INDIRECT_-1207063313', u'MULTIEQUAL_-1207063237'), (u'INDIRECT_-1207062151', u'MULTIEQUAL_-1207062112'), (u'INT_NOTEQUAL_-1207064572', u'CBRANCH_-1207064570'), (u'INDIRECT_-1207061960', u'MULTIEQUAL_-1207061444'), (u'INT_ADD_-1207065105', u'CALL_-1207065099'), ('const-0', u'RETURN_-1207064853'), (u'CALL_-1207065049', u'INDIRECT_-1207063050'), (u'CALL_-1207064443', u'INDIRECT_-1207062318'), (u'CALL_-1207064472', u'INT_ADD_-1207064403'), (u'CALL_-1207064443', u'INDIRECT_-1207062375'), (u'CALL_-1207065870', u'INDIRECT_-1207063336'), (u'INDIRECT_-1207062895', u'MULTIEQUAL_-1207062840'), (u'CALL_-1207065150', u'INDIRECT_-1207062744'), (u'CALL_-1207065715', u'INDIRECT_-1207063349'), (u'INDIRECT_-1207062277', u'MULTIEQUAL_-1207062212'), (u'INDIRECT_-1207062098', u'COPY_-1207062139'), (u'INT_ADD_-1207065687', u'INT_LESS_-1207065663'), ('const-1', u'PTRADD_-1207064503'), (u'CALL_-1207065870', u'INDIRECT_-1207063444'), (u'CALL_-1207065834', u'INDIRECT_-1207063695'), (u'INDIRECT_-1207063184', u'MULTIEQUAL_-1207063114'), (u'INDIRECT_-1207063429', u'INT_NOTEQUAL_-1207065333'), (u'MULTIEQUAL_-1207062401', u'MULTIEQUAL_-1207062327'), (u'CALL_-1207064943', u'INDIRECT_-1207062709'), (u'INDIRECT_-1207062537', u'MULTIEQUAL_-1207062967'), (u'INDIRECT_-1207062483', u'MULTIEQUAL_-1207062913'), (u'INDIRECT_-1207063118', u'MULTIEQUAL_-1207062558'), ('tmp_413', u'CBRANCH_-1207065738'), (u'MULTIEQUAL_-1207063313', u'COPY_-1207061942'), (u'INDIRECT_-1207062456', u'MULTIEQUAL_-1207063167'), (u'INDIRECT_-1207063522', u'MULTIEQUAL_-1207063475'), (u'CALL_-1207064288', u'INDIRECT_-1207062607'), (u'CALL_-1207064443', u'INDIRECT_-1207062210'), (u'INDIRECT_-1207063258', u'MULTIEQUAL_-1207063278'), (u'INDIRECT_-1207063587', u'COPY_-1207063627'), (u'INDIRECT_-1207063479', u'COPY_-1207063519'), (u'INDIRECT_-1207062297', u'MULTIEQUAL_-1207062251'), (u'INDIRECT_-1207063159', u'MULTIEQUAL_-1207063090'), (u'CALL_-1207064911', u'INDIRECT_-1207061871'), (u'COPY_-1207061398', u'MULTIEQUAL_-1207063201'), (u'CALL_-1207064443', u'INDIRECT_-1207062429'), (u'CALL_-1207064600', u'CAST_-1207061462'), (u'CALL_-1207065715', u'INDIRECT_-1207063673'), (u'CALL_-1207065289', u'INDIRECT_-1207062182'), ('const-1', u'PTRADD_-1207064415'), ('const-32', u'INT_EQUAL_-1207064536'), ('const-1', u'CALL_-1207065099'), (u'INDIRECT_-1207062280', u'MULTIEQUAL_-1207063151'), (u'CALL_-1207064429', u'INDIRECT_-1207062503'), (u'CALL_-1207064600', u'INDIRECT_-1207062961'), ('const-1342533', u'PTRSUB_-1207065921'), (u'CALL_-1207065075', u'INDIRECT_-1207063177'), (u'CALL_-1207065842', u'INDIRECT_-1207063431'), (u'CALL_-1207065445', u'INDIRECT_-1207063040'), (u'INDIRECT_-1207063177', u'MULTIEQUAL_-1207063729'), (u'CALL_-1207065075', u'INDIRECT_-1207063069'), (u'MULTIEQUAL_-1207064416', u'COPY_-1207061247'), (u'CALL_-1207065918', u'INT_NOTEQUAL_-1207065903'), (u'INT_NOTEQUAL_-1207065387', u'CBRANCH_-1207065387'), (u'INDIRECT_-1207062061', u'MULTIEQUAL_-1207062932'), (u'CALL_-1207065289', u'INDIRECT_-1207062841'), (u'INDIRECT_-1207063639', u'MULTIEQUAL_-1207063659'), (u'CALL_-1207064600', u'INDIRECT_-1207062742'), (u'INDIRECT_-1207063693', u'MULTIEQUAL_-1207063713'), (u'CALL_-1207064911', u'INDIRECT_-1207062688'), (u'COPY_-1207062152', u'MULTIEQUAL_-1207064246'), (u'MULTIEQUAL_-1207063110', u'INT_NOTEQUAL_-1207064482'), (u'CALL_-1207064465', u'CALL_-1207064429'), ('const-168', u'INT_ADD_-1207064262'), (u'CALL_-1207064285', u'INDIRECT_-1207062356'), (u'CALL_-1207064323', u'INDIRECT_-1207062759'), (u'INT_EQUAL_-1207065239', u'CBRANCH_-1207065236'), (u'INDIRECT_-1207063403', u'MULTIEQUAL_-1207063333'), (u'CALL_-1207064288', u'INDIRECT_-1207062553'), (u'CALL_-1207065507', u'INDIRECT_-1207063360'), ('const-433', u'LOAD_-1207064588'), (u'MULTIEQUAL_-1207063224', u'LOAD_-1207064588'), (u'CALL_-1207064429', u'INDIRECT_-1207061786'), (u'MULTIEQUAL_-1207062081', u'MULTIEQUAL_-1207062065'), (u'CALL_-1207064371', u'INDIRECT_-1207062553'), (u'INDIRECT_-1207062553', u'MULTIEQUAL_-1207062529'), ('const-0', u'INT_NOTEQUAL_-1207065387'), (u'CALL_-1207065842', u'INDIRECT_-1207063377'), (u'CALL_-1207064429', u'INDIRECT_-1207062938'), (u'CALL_-1207064293', u'INDIRECT_-1207062689'), (u'CALL_-1207064445', u'INDIRECT_-1207062662'), (u'CALL_-1207064216', u'INDIRECT_-1207062189'), (u'CALL_-1207064992', u'INDIRECT_-1207063179'), ('const-0', u'CALL_-1207064465'), (u'MULTIEQUAL_-1207062301', u'MULTIEQUAL_-1207062227'), (u'INDIRECT_-1207062223', u'MULTIEQUAL_-1207062151'), (u'CALL_-1207064943', u'INDIRECT_-1207061992'), (u'CALL_-1207064288', u'INDIRECT_-1207061409'), (u'CALL_-1207064200', u'INDIRECT_-1207062510'), ('tmp_12310', u'MULTIEQUAL_-1207063729'), (u'CALL_-1207064308', u'INDIRECT_-1207061473'), (u'INDIRECT_-1207063094', u'MULTIEQUAL_-1207063018'), (u'CALL_-1207064443', u'INDIRECT_-1207062753'), ('const-8204', u'CALL_-1207064308'), (u'CALL_-1207065075', u'INDIRECT_-1207062742'), (u'CALL_-1207065289', u'INDIRECT_-1207063222'), (u'INDIRECT_-1207062334', u'MULTIEQUAL_-1207063205'), ('tmp_632', u'CBRANCH_-1207065586'), (u'MULTIEQUAL_-1207063006', u'MULTIEQUAL_-1207062932'), (u'CALL_-1207064323', u'INDIRECT_-1207062651'), ('const-115', u'INT_EQUAL_-1207065942'), (u'INDIRECT_-1207063475', u'CALL_-1207065402'), (u'INDIRECT_-1207063130', u'MULTIEQUAL_-1207063060'), (u'COPY_-1207064351', u'MULTIEQUAL_-1207063534'), (u'CALL_-1207064216', u'INDIRECT_-1207061368'), (u'INDIRECT_-1207062417', u'MULTIEQUAL_-1207062351'), (u'MULTIEQUAL_-1207063060', u'MULTIEQUAL_-1207062986'), (u'INDIRECT_-1207062860', u'MULTIEQUAL_-1207062817'), (u'CALL_-1207064472', u'INDIRECT_-1207061588'), (u'INDIRECT_-1207062940', u'MULTIEQUAL_-1207062871'), (u'CALL_-1207065842', u'INDIRECT_-1207063485'), (u'CALL_-1207064443', u'INDIRECT_-1207061547'), (u'CALL_-1207064308', u'INDIRECT_-1207062675'), (u'CALL_-1207065217', u'INDIRECT_-1207062953'), (u'MULTIEQUAL_-1207063421', u'COPY_-1207061943'), (u'CALL_-1207065049', u'INDIRECT_-1207061960'), (u'CALL_-1207064919', u'INDIRECT_-1207062748'), (u'INDIRECT_-1207063064', u'MULTIEQUAL_-1207062504'), (u'CALL_-1207065918', u'INDIRECT_-1207063499'), (u'LOAD_-1207064508', u'MULTIEQUAL_-1207063110'), (u'INDIRECT_-1207063769', u'MULTIEQUAL_-1207063713'), ('tmp_727', u'CBRANCH_-1207065522'), (u'CALL_-1207064323', u'INDIRECT_-1207062921'), (u'CALL_-1207065715', u'INDIRECT_-1207063511'), (u'CALL_-1207064943', u'INDIRECT_-1207062820'), (u'INDIRECT_-1207062961', u'MULTIEQUAL_-1207063513'), (u'INDIRECT_-1207063022', u'MULTIEQUAL_-1207062979'), ('const--96', u'PTRSUB_-1207062089'), (u'CALL_-1207064992', u'INDIRECT_-1207063071'), (u'CALL_-1207064288', u'INDIRECT_-1207062118'), (u'INDIRECT_-1207062464', u'COPY_-1207062467'), (u'CALL_-1207064288', u'INDIRECT_-1207062391'), (u'CALL_-1207064200', u'INDIRECT_-1207062672'), (u'BOOL_AND_-1207065004', u'CBRANCH_-1207065027'), (u'INDIRECT_-1207062979', u'MULTIEQUAL_-1207062932'), (u'INT_EQUAL_-1207064568', u'CBRANCH_-1207064566'), (u'CALL_-1207065289', u'INDIRECT_-1207062895'), (u'CALL_-1207065099', u'INDIRECT_-1207062814'), ('const-433', u'LOAD_-1207065263'), ('const-115', u'CALL_-1207064293'), (u'COPY_-1207062139', u'INT_EQUAL_-1207065547'), (u'INDIRECT_-1207062082', u'MULTIEQUAL_-1207061526'), (u'CALL_-1207065150', u'CALL_-1207065123'), ('const-0', u'INT_EQUAL_-1207064568'), (u'INDIRECT_-1207061942', u'MULTIEQUAL_-1207061930'), (u'CALL_-1207064174', u'INDIRECT_-1207062388'), (u'CALL_-1207064293', u'INDIRECT_-1207062743'), (u'INDIRECT_-1207063158', u'MULTIEQUAL_-1207062637'), (u'MULTIEQUAL_-1207062676', u'PTRADD_-1207064415'), (u'INDIRECT_-1207062799', u'LOAD_-1207064546'), (u'CALL_-1207065402', u'INDIRECT_-1207063068'), ('const-1', u'CALL_-1207064397'), (u'CALL_-1207064472', u'INDIRECT_-1207062301'), (u'CALL_-1207065445', u'INDIRECT_-1207063475'), ('const-0', u'INT_EQUAL_-1207065239'), ('const-0', u'CALL_-1207065870'), (u'CALL_-1207065099', u'INDIRECT_-1207062925'), (u'COPY_-1207061997', u'MULTIEQUAL_-1207063201'), (u'CALL_-1207064421', u'INDIRECT_-1207062536'), (u'INDIRECT_-1207063187', u'MULTIEQUAL_-1207063144'), (u'COPY_-1207061988', u'MULTIEQUAL_-1207063151'), (u'CALL_-1207064445', u'INDIRECT_-1207062608'), (u'CALL_-1207065715', u'INDIRECT_-1207063619'), (u'INDIRECT_-1207063152', u'COPY_-1207063192'), (u'INDIRECT_-1207063375', u'MULTIEQUAL_-1207063306'), (u'CALL_-1207065918', u'INDIRECT_-1207063391'), (u'CALL_-1207064445', u'INDIRECT_-1207062824'), (u'INDIRECT_-1207061497', u'MULTIEQUAL_-1207061930'), (u'INDIRECT_-1207062370', u'MULTIEQUAL_-1207062327'), (u'CALL_-1207065099', u'INDIRECT_-1207063249'), ('const-0', u'CALL_-1207065360'), (u'INT_ADD_-1207065081', u'CALL_-1207065075'), (u'MULTIEQUAL_-1207063441', u'MULTIEQUAL_-1207063551'), (u'CALL_-1207065842', u'INDIRECT_-1207063104'), ('tmp_5787', u'CALL_-1207065360'), (u'CALL_-1207065123', u'INDIRECT_-1207062943'), (u'CALL_-1207064397', u'INDIRECT_-1207062464'), (u'CALL_-1207064371', u'INDIRECT_-1207062607'), (u'CALL_-1207065842', u'INDIRECT_-1207063158'), (u'CALL_-1207064421', u'INDIRECT_-1207062263'), ('const-5', u'CALL_-1207064465'), (u'CALL_-1207065842', u'INDIRECT_-1207063266'), (u'INDIRECT_-1207062884', u'MULTIEQUAL_-1207063495'), (u'CALL_-1207065317', u'INDIRECT_-1207063403'), (u'INDIRECT_-1207063014', u'MULTIEQUAL_-1207062964'), (u'COPY_-1207064333', u'COPY_-1207062152'), (u'INDIRECT_-1207062763', u'MULTIEQUAL_-1207062748'), (u'INDIRECT_-1207062227', u'MULTIEQUAL_-1207062162'), (u'LOAD_-1207064278', u'INT_ADD_-1207064252'), (u'INT_OR_-1207064239', u'STORE_-1207064263'), (u'CALL_-1207064465', u'INDIRECT_-1207062574'), (u'LOAD_-1207064266', u'INT_OR_-1207064239'), (u'COPY_-1207060990', u'MULTIEQUAL_-1207062285'), (u'CALL_-1207064943', u'INDIRECT_-1207061892'), (u'CALL_-1207064397', u'INDIRECT_-1207062245'), (u'INDIRECT_-1207063222', u'MULTIEQUAL_-1207063167'), ('const-1777472', u'PTRSUB_-1207060953'), (u'CALL_-1207065360', u'INDIRECT_-1207063159'), (u'MULTIEQUAL_-1207063387', u'MULTIEQUAL_-1207063313'), (u'MULTIEQUAL_-1207063221', u'MULTIEQUAL_-1207063205'), (u'CALL_-1207064919', u'INDIRECT_-1207062694'), (u'CALL_-1207065289', u'INDIRECT_-1207063330'), (u'CALL_-1207064911', u'INDIRECT_-1207062799'), ('tmp_12300', u'MULTIEQUAL_-1207063186'), (u'INDIRECT_-1207062830', u'MULTIEQUAL_-1207063441'), (u'CALL_-1207065123', u'INDIRECT_-1207063267'), (u'INDIRECT_-1207062334', u'MULTIEQUAL_-1207062310'), (u'CALL_-1207064288', u'INDIRECT_-1207062445'), (u'INT_EQUAL_-1207064536', u'CBRANCH_-1207064532'), (u'CALL_-1207065317', u'INDIRECT_-1207063079'), (u'INT_ADD_-1207064403', u'CALL_-1207064397'), (u'CALL_-1207065075', u'INDIRECT_-1207062907'), (u'CALL_-1207064465', u'INDIRECT_-1207062739'), (u'CALL_-1207064421', u'INDIRECT_-1207062752'), (u'INDIRECT_-1207062135', u'COPY_-1207060994'), (u'INDIRECT_-1207062618', u'MULTIEQUAL_-1207063328'), ('const-1', u'PTRADD_-1207064377'), (u'CALL_-1207065715', u'INT_SEXT_-1207065179'), (u'PTRSUB_-1207061567', u'CALL_-1207064943'), (u'PTRSUB_-1207062089', u'CALL_-1207065918'), (u'CALL_-1207064200', u'INDIRECT_-1207061366'), ('tmp_1541', u'CBRANCH_-1207064512'), (u'CALL_-1207065402', u'INDIRECT_-1207063503'), (u'INDIRECT_-1207062645', u'MULTIEQUAL_-1207063075'), (u'INDIRECT_-1207062201', u'MULTIEQUAL_-1207062162'), (u'INDIRECT_-1207063172', u'MULTIEQUAL_-1207063116'), (u'INDIRECT_-1207062742', u'MULTIEQUAL_-1207063294'), (u'INDIRECT_-1207062634', u'MULTIEQUAL_-1207063186'), (u'CALL_-1207064421', u'INDIRECT_-1207062317'), (u'CALL_-1207064421', u'INDIRECT_-1207062209'), (u'INDIRECT_-1207062294', u'MULTIEQUAL_-1207063005'), ('const-1', u'INT_AND_-1207065225'), (u'BOOL_NEGATE_-1207061644', u'BOOL_AND_-1207065004'), (u'CALL_-1207064216', u'INDIRECT_-1207062624'), ('tmp_12302', u'MULTIEQUAL_-1207063294'), (u'LOAD_-1207065251', u'INT_AND_-1207065225'), (u'CALL_-1207064200', u'INDIRECT_-1207061416'), (u'INDIRECT_-1207063079', u'MULTIEQUAL_-1207063036'), (u'INDIRECT_-1207063090', u'MULTIEQUAL_-1207063075'), (u'CALL_-1207065099', u'INDIRECT_-1207063087'), (u'CALL_-1207064293', u'INDIRECT_-1207062470'), ('const-115', u'INT_EQUAL_-1207065654'), (u'CALL_-1207065289', u'INDIRECT_-1207062232'), ('const-100', u'INT_EQUAL_-1207065566'), (u'PTRADD_-1207064446', u'LOAD_-1207064508'), (u'CALL_-1207064397', u'INDIRECT_-1207062299'), (u'CALL_-1207064397', u'INDIRECT_-1207062353'), (u'COPY_-1207061391', u'CALL_-1207064465'), (u'CALL_-1207065150', u'INT_ADD_-1207065051'), (u'CALL_-1207065402', u'INDIRECT_-1207062247'), (u'CALL_-1207065754', u'INDIRECT_-1207063369'), (u'CALL_-1207064943', u'INDIRECT_-1207062763'), (u'CALL_-1207064421', u'INDIRECT_-1207061600'), (u'CALL_-1207065402', u'INDIRECT_-1207062960'), (u'CALL_-1207065075', u'INDIRECT_-1207062079'), (u'INDIRECT_-1207063087', u'MULTIEQUAL_-1207063040'), (u'COPY_-1207062139', u'INT_SEXT_-1207065199'), (u'CALL_-1207064429', u'INDIRECT_-1207062884'), ('tmp_5787', u'CALL_-1207065402'), (u'CALL_-1207065754', u'INDIRECT_-1207063258'), (u'CALL_-1207065834', u'INDIRECT_-1207063641'), ('const-1', u'PTRADD_-1207064460'), (u'INDIRECT_-1207063429', u'MULTIEQUAL_-1207063361'), (u'INDIRECT_-1207061736', u'MULTIEQUAL_-1207062351'), (u'CALL_-1207064992', u'INDIRECT_-1207062909'), (u'CALL_-1207064443', u'INDIRECT_-1207062699'), (u'CALL_-1207065075', u'INDIRECT_-1207063231'), (u'INDIRECT_-1207062820', u'MULTIEQUAL_-1207062805'), (u'MULTIEQUAL_-1207063114', u'MULTIEQUAL_-1207063224'), (u'MULTIEQUAL_-1207063224', u'PTRADD_-1207064463'), (u'CALL_-1207065217', u'INDIRECT_-1207063388'), (u'CALL_-1207064992', u'INDIRECT_-1207062744'), ('tmp_1508', u'CBRANCH_-1207064537'), (u'COPY_-1207061942', u'CALL_-1207064919'), (u'INDIRECT_-1207063341', u'MULTIEQUAL_-1207063291'), (u'CALL_-1207064600', u'INDIRECT_-1207063069'), (u'CALL_-1207065289', u'INDIRECT_-1207063438'), (u'CALL_-1207064323', u'INDIRECT_-1207062813'), (u'CALL_-1207064443', u'INDIRECT_-1207061497'), (u'INT_SEXT_-1207065179', u'CALL_-1207064371'), (u'INDIRECT_-1207062658', u'MULTIEQUAL_-1207063529'), (u'CALL_-1207064465', u'INDIRECT_-1207061703'), (u'INDIRECT_-1207062210', u'MULTIEQUAL_-1207062640'), (u'CALL_-1207064371', u'INDIRECT_-1207062499'), (u'CALL_-1207065317', u'INDIRECT_-1207063133'), ('const-2', u'PTRADD_-1207064463'), (u'CALL_-1207064445', u'INDIRECT_-1207062281'), (u'BOOL_NEGATE_-1207061645', u'BOOL_AND_-1207065004'), (u'CALL_-1207064472', u'INDIRECT_-1207062682'), (u'CALL_-1207065445', u'INDIRECT_-1207063367'), (u'INDIRECT_-1207063321', u'MULTIEQUAL_-1207063252'), (u'INDIRECT_-1207063349', u'MULTIEQUAL_-1207063306'), (u'INDIRECT_-1207063503', u'MULTIEQUAL_-1207063453'), (u'CALL_-1207065918', u'INDIRECT_-1207063280'), (u'CALL_-1207065317', u'INDIRECT_-1207062151'), (u'INDIRECT_-1207061971', u'MULTIEQUAL_-1207062527'), (u'INT_SEXT_-1207065199', u'CALL_-1207064421'), (u'CALL_-1207065075', u'INDIRECT_-1207063285'), (u'STORE_-1207064263', u'INDIRECT_-1207062512'), (u'STORE_-1207064263', u'INDIRECT_-1207062239'), (u'CALL_-1207065870', u'INDIRECT_-1207063171'), (u'CALL_-1207064943', u'INDIRECT_-1207062928'), (u'CALL_-1207064371', u'INDIRECT_-1207061513'), (u'INDIRECT_-1207063280', u'MULTIEQUAL_-1207062720'), (u'INDIRECT_-1207062776', u'MULTIEQUAL_-1207063387'), (u'CALL_-1207065507', u'INDIRECT_-1207063141'), (u'INDIRECT_-1207062932', u'MULTIEQUAL_-1207062856'), (u'CALL_-1207065123', u'INDIRECT_-1207062065'), (u'CALL_-1207064443', u'INDIRECT_-1207062483'), (u'INDIRECT_-1207061452', u'MULTIEQUAL_-1207062327'), (u'CALL_-1207065507', u'INDIRECT_-1207062979'), (u'CALL_-1207065150', u'INDIRECT_-1207063287'), (u'LOAD_-1207064588', u'INT_NOTEQUAL_-1207064572'), (u'INT_ADD_-1207065247', u'CAST_-1207061713'), ('tmp_1917', u'BRANCH_-1207064505'), ('tmp_1806', u'BRANCH_-1207064171'), (u'CALL_-1207065754', u'INDIRECT_-1207063585'), ('const-1', u'CALL_-1207065075'), (u'CALL_-1207064992', u'INDIRECT_-1207063125'), (u'INDIRECT_-1207063015', u'MULTIEQUAL_-1207063567'), (u'MULTIEQUAL_-1207063060', u'MULTIEQUAL_-1207063170'), (u'INDIRECT_-1207062318', u'MULTIEQUAL_-1207062748'), ('const-68', u'INT_EQUAL_-1207065525'), (u'INDIRECT_-1207062683', u'COPY_-1207062686'), (u'CALL_-1207064288', u'INDIRECT_-1207062715'), (u'PTRADD_-1207064377', u'MULTIEQUAL_-1207062805'), (u'INDIRECT_-1207063198', u'MULTIEQUAL_-1207063151'), (u'INDIRECT_-1207062273', u'MULTIEQUAL_-1207062201'), (u'CAST_-1207061713', u'LOAD_-1207065263'), (u'CALL_-1207064216', u'INDIRECT_-1207062135'), (u'CALL_-1207065150', u'INDIRECT_-1207063233'), (u'CALL_-1207065075', u'INDIRECT_-1207062796'), (u'MULTIEQUAL_-1207064416', u'INT_LESSEQUAL_-1207064543'), (u'CALL_-1207065402', u'INDIRECT_-1207062197'), (u'CALL_-1207065445', u'INDIRECT_-1207062932'), (u'CALL_-1207064429', u'INDIRECT_-1207061736'), ('tmp_1641', u'BRANCH_-1207064213'), (u'INDIRECT_-1207063259', u'MULTIEQUAL_-1207063183'), (u'CALL_-1207064600', u'INDIRECT_-1207062634'), (u'INDIRECT_-1207063673', u'MULTIEQUAL_-1207063603'), ('const-6', u'INT_ADD_-1207065051'), (u'CALL_-1207064465', u'INDIRECT_-1207063009'), (u'MULTIEQUAL_-1207063201', u'COPY_-1207061988'), (u'INDIRECT_-1207062907', u'COPY_-1207062943'), (u'CALL_-1207065918', u'INDIRECT_-1207063226'), (u'INDIRECT_-1207063371', u'COPY_-1207063411'), (u'COPY_-1207061416', u'MULTIEQUAL_-1207063201'), (u'INDIRECT_-1207063499', u'MULTIEQUAL_-1207063443'), ('const-6', u'INT_ADD_-1207064373'), (u'CALL_-1207064174', u'INDIRECT_-1207061402'), (u'INT_LESS_-1207065663', u'CBRANCH_-1207065672'), (u'INDIRECT_-1207063475', u'INT_EQUAL_-1207065415'), (u'INDIRECT_-1207061416', u'MULTIEQUAL_-1207062131'), (u'CALL_-1207065049', u'INDIRECT_-1207063266'), (u'INDIRECT_-1207062604', u'MULTIEQUAL_-1207063475'), (u'INDIRECT_-1207063287', u'MULTIEQUAL_-1207063237'), (u'INDIRECT_-1207062512', u'MULTIEQUAL_-1207063205'), (u'INDIRECT_-1207062197', u'MULTIEQUAL_-1207062151'), (u'INDIRECT_-1207062354', u'MULTIEQUAL_-1207062558'), (u'CALL_-1207065870', u'CALL_-1207065842'), (u'CALL_-1207065075', u'INDIRECT_-1207063015'), (u'INDIRECT_-1207063576', u'MULTIEQUAL_-1207063529'), (u'INT_EQUAL_-1207065169', u'CBRANCH_-1207065167'), (u'CALL_-1207064911', u'INDIRECT_-1207061921'), (u'CALL_-1207064308', u'INDIRECT_-1207062405'), (u'CALL_-1207064174', u'INDIRECT_-1207061452'), (u'INDIRECT_-1207063511', u'MULTIEQUAL_-1207063441'), (u'INDIRECT_-1207063503', u'CALL_-1207064200'), ('const-132', u'INT_EQUAL_-1207065547'), (u'CALL_-1207065715', u'INDIRECT_-1207062417'), (u'INDIRECT_-1207063144', u'MULTIEQUAL_-1207063129'), (u'INDIRECT_-1207063295', u'MULTIEQUAL_-1207063252'), ('const-0', u'RETURN_-1207065776'), (u'CALL_-1207065049', u'INDIRECT_-1207062777'), ('const-8', u'CALL_-1207065150'), (u'INDIRECT_-1207061509', u'MULTIEQUAL_-1207062165'), (u'INDIRECT_-1207062777', u'MULTIEQUAL_-1207062256'), (u'INDIRECT_-1207061463', u'MULTIEQUAL_-1207061444'), (u'CALL_-1207065715', u'INDIRECT_-1207063238'), (u'INDIRECT_-1207062458', u'MULTIEQUAL_-1207063151'), (u'INDIRECT_-1207061409', u'MULTIEQUAL_-1207062065'), (u'INDIRECT_-1207062580', u'MULTIEQUAL_-1207063132'), (u'CALL_-1207065317', u'INDIRECT_-1207062968'), (u'INDIRECT_-1207062888', u'MULTIEQUAL_-1207062367'), (u'INDIRECT_-1207062996', u'MULTIEQUAL_-1207062475'), (u'CALL_-1207065445', u'INDIRECT_-1207062986'), (u'INDIRECT_-1207061786', u'MULTIEQUAL_-1207062401'), (u'CALL_-1207065918', u'INDIRECT_-1207062098'), (u'CALL_-1207064288', u'INDIRECT_-1207062280'), (u'CALL_-1207065150', u'INDIRECT_-1207063017'), (u'INDIRECT_-1207062709', u'MULTIEQUAL_-1207062694'), (u'INDIRECT_-1207063715', u'MULTIEQUAL_-1207063659'), (u'CALL_-1207065289', u'INDIRECT_-1207063114'), (u'CALL_-1207064421', u'INDIRECT_-1207062590'), (u'CALL_-1207064992', u'INDIRECT_-1207062690'), (u'INDIRECT_-1207063266', u'MULTIEQUAL_-1207062745'), (u'INDIRECT_-1207062223', u'MULTIEQUAL_-1207063094'), (u'CALL_-1207065150', u'INDIRECT_-1207062135'), (u'INDIRECT_-1207062429', u'MULTIEQUAL_-1207062859'), (u'MULTIEQUAL_-1207063387', u'MULTIEQUAL_-1207063497'), (u'INDIRECT_-1207062994', u'MULTIEQUAL_-1207062925'), (u'CALL_-1207065150', u'INDIRECT_-1207062852'), (u'COPY_-1207061456', u'MULTIEQUAL_-1207064246'), (u'CALL_-1207064911', u'INDIRECT_-1207063123'), (u'CALL_-1207065360', u'INDIRECT_-1207063105'), (u'CALL_-1207064308', u'INDIRECT_-1207062240'), (u'MULTIEQUAL_-1207063603', u'MULTIEQUAL_-1207063713'), ('tmp_2050', u'CBRANCH_-1207064566'), (u'CALL_-1207064323', u'CALL_-1207064293'), (u'CALL_-1207065049', u'INDIRECT_-1207062888'), (u'INDIRECT_-1207061402', u'MULTIEQUAL_-1207062277'), (u'CALL_-1207064943', u'INDIRECT_-1207063036'), (u'CALL_-1207065507', u'INDIRECT_-1207063468'), (u'MULTIEQUAL_-1207063259', u'COPY_-1207061941'), (u'CALL_-1207064445', u'INDIRECT_-1207061518'), (u'MULTIEQUAL_-1207062339', u'COPY_-1207061223'), ('const-433', u'STORE_-1207064263'), (u'CALL_-1207064600', u'INDIRECT_-1207063123'), (u'CALL_-1207064421', u'INDIRECT_-1207062371'), (u'CALL_-1207064992', u'INDIRECT_-1207062636'), ('const-1', u'CALL_-1207064421'), ('const-98303', u'INT_LESS_-1207065663'), (u'CALL_-1207064371', u'INDIRECT_-1207062334'), (u'MULTIEQUAL_-1207062676', u'MULTIEQUAL_-1207062545'), (u'CALL_-1207065049', u'INDIRECT_-1207062831'), (u'CALL_-1207065918', u'INDIRECT_-1207063607'), (u'CALL_-1207065123', u'INDIRECT_-1207063105'), (u'INDIRECT_-1207062942', u'MULTIEQUAL_-1207062421'), (u'CALL_-1207064465', u'INDIRECT_-1207062793'), (u'CALL_-1207065507', u'INDIRECT_-1207063522'), (u'INDIRECT_-1207061466', u'MULTIEQUAL_-1207062181'), (u'INDIRECT_-1207063533', u'COPY_-1207063573'), (u'INDIRECT_-1207062853', u'MULTIEQUAL_-1207063405'), (u'CALL_-1207064443', u'INDIRECT_-1207062591'), (u'CALL_-1207064600', u'INDIRECT_-1207062907'), (u'CALL_-1207065715', u'INDIRECT_-1207063565'), (u'CALL_-1207065445', u'INDIRECT_-1207063259'), (u'INDIRECT_-1207062462', u'MULTIEQUAL_-1207062666'), (u'MULTIEQUAL_-1207064246', u'INT_EQUAL_-1207064565'), (u'INDIRECT_-1207063475', u'MULTIEQUAL_-1207063399'), (u'INDIRECT_-1207063306', u'MULTIEQUAL_-1207063259'), (u'CALL_-1207065445', u'INDIRECT_-1207063421'), (u'INT_EQUAL_-1207065415', u'CBRANCH_-1207065413'), (u'INDIRECT_-1207063457', u'MULTIEQUAL_-1207063387'), (u'CALL_-1207065402', u'INDIRECT_-1207062297'), (u'COPY_-1207061943', u'CALL_-1207064992'), (u'CALL_-1207064288', u'INDIRECT_-1207061459'), (u'CALL_-1207065834', u'INDIRECT_-1207063425'), (u'CALL_-1207064943', u'INDIRECT_-1207063090'), (u'CALL_-1207065834', u'INDIRECT_-1207063260'), (u'CALL_-1207064285', u'INDIRECT_-1207062629'), (u'CALL_-1207065918', u'INDIRECT_-1207063172'), (u'MULTIEQUAL_-1207063495', u'MULTIEQUAL_-1207063421'), (u'CALL_-1207064445', u'INDIRECT_-1207062554'), (u'INDIRECT_-1207062172', u'MULTIEQUAL_-1207062148'), (u'INDIRECT_-1207061418', u'MULTIEQUAL_-1207061626'), (u'INDIRECT_-1207062566', u'MULTIEQUAL_-1207063259'), (u'CALL_-1207065317', u'INDIRECT_-1207062860'), (u'CALL_-1207064288', u'INDIRECT_-1207062499'), (u'CALL_-1207065834', u'INDIRECT_-1207063533'), (u'CALL_-1207065075', u'INDIRECT_-1207062688'), (u'INDIRECT_-1207063360', u'MULTIEQUAL_-1207063313'), (u'INDIRECT_-1207063425', u'COPY_-1207063465'), (u'CALL_-1207065099', u'INDIRECT_-1207062979'), (u'CALL_-1207065402', u'INDIRECT_-1207063395'), ('const-110', u'INT_EQUAL_-1207065637'), (u'INDIRECT_-1207062799', u'MULTIEQUAL_-1207062545'), (u'INT_EQUAL_-1207065654', u'BOOL_OR_-1207065594'), (u'CALL_-1207064919', u'INDIRECT_-1207062640'), (u'INDIRECT_-1207063123', u'MULTIEQUAL_-1207063675'), (u'INDIRECT_-1207062320', u'MULTIEQUAL_-1207062277'), ('const-4', u'CALL_-1207064445'), (u'INDIRECT_-1207062938', u'MULTIEQUAL_-1207063549'), (u'CALL_-1207065217', u'INDIRECT_-1207062082'), (u'CALL_-1207064472', u'INDIRECT_-1207062355'), (u'MULTIEQUAL_-1207063333', u'MULTIEQUAL_-1207063259'), (u'INT_LESSEQUAL_-1207064543', u'CBRANCH_-1207064537'), (u'INDIRECT_-1207062986', u'MULTIEQUAL_-1207062910'), (u'INDIRECT_-1207062914', u'MULTIEQUAL_-1207062871'), (u'CALL_-1207065507', u'INDIRECT_-1207063414'), (u'CALL_-1207064919', u'INDIRECT_-1207062805'), (u'COPY_-1207061486', u'MULTIEQUAL_-1207062676'), ('tmp_5936', u'CALL_-1207065842'), (u'MULTIEQUAL_-1207064168', u'INT_ADD_-1207064262'), (u'CALL_-1207065842', u'INDIRECT_-1207063647'), (u'CALL_-1207065217', u'CALL_-1207065123'), (u'CALL_-1207064397', u'INDIRECT_-1207062410'), (u'INDIRECT_-1207062132', u'MULTIEQUAL_-1207061576'), (u'CALL_-1207064445', u'INDIRECT_-1207062389'), (u'CALL_-1207065289', u'CAST_-1207061738'), (u'INDIRECT_-1207063213', u'MULTIEQUAL_-1207063144'), (u'CALL_-1207065360', u'INDIRECT_-1207062940'), (u'CALL_-1207064429', u'INDIRECT_-1207062395'), (u'PTRADD_-1207064489', u'LOAD_-1207064551'), (u'CALL_-1207065317', u'INDIRECT_-1207063187'), (u'INDIRECT_-1207062391', u'MULTIEQUAL_-1207062367'), (u'CALL_-1207064371', u'INDIRECT_-1207062661'), (u'INDIRECT_-1207062323', u'MULTIEQUAL_-1207062251'), (u'CALL_-1207064600', u'INDIRECT_-1207061497'), (u'CALL_-1207064600', u'INDIRECT_-1207063015'), (u'INDIRECT_-1207062189', u'MULTIEQUAL_-1207062393'), ('const-1355163', u'COPY_-1207064351'), (u'CALL_-1207064308', u'INDIRECT_-1207062567'), (u'CALL_-1207064200', u'INDIRECT_-1207062237'), (u'CALL_-1207064465', u'INDIRECT_-1207062631'), (u'MULTIEQUAL_-1207064416', u'INT_LESSEQUAL_-1207064502'), (u'CALL_-1207065842', u'INDIRECT_-1207063212'), (u'CALL_-1207064600', u'INDIRECT_-1207061871'), (u'MULTIEQUAL_-1207063333', u'MULTIEQUAL_-1207063443'), (u'BOOL_OR_-1207065594', u'CBRANCH_-1207065612'), (u'CALL_-1207065360', u'INDIRECT_-1207063213'), ('const--1', u'PTRADD_-1207064377'), (u'CALL_-1207065217', u'CALL_-1207064445'), (u'INDIRECT_-1207063449', u'MULTIEQUAL_-1207063399'), (u'CALL_-1207064397', u'INDIRECT_-1207062734'), (u'MULTIEQUAL_-1207063441', u'INT_NOTEQUAL_-1207065586'), (u'CALL_-1207064397', u'INDIRECT_-1207062191'), (u'CALL_-1207064429', u'INDIRECT_-1207062776'), (u'INDIRECT_-1207062410', u'COPY_-1207062413'), (u'INDIRECT_-1207062845', u'INT_EQUAL_-1207064565'), (u'CALL_-1207064308', u'INDIRECT_-1207062351'), (u'CAST_-1207061004', u'LOAD_-1207064278'), ('tmp_12303', u'MULTIEQUAL_-1207063350'), (u'INDIRECT_-1207063421', u'MULTIEQUAL_-1207063345'), (u'INDIRECT_-1207063241', u'MULTIEQUAL_-1207063198'), (u'INDIRECT_-1207062723', u'MULTIEQUAL_-1207062202'), (u'INDIRECT_-1207062672', u'MULTIEQUAL_-1207063382'), (u'CALL_-1207065217', u'INDIRECT_-1207062899'), ('tmp_5936', u'INT_EQUAL_-1207065942'), (u'MULTIEQUAL_-1207063224', u'MULTIEQUAL_-1207063334'), (u'CALL_-1207065317', u'INDIRECT_-1207063241'), (u'INDIRECT_-1207062845', u'COPY_-1207061271'), (u'CALL_-1207064445', u'INDIRECT_-1207062335'), (u'CALL_-1207064288', u'INDIRECT_-1207061509'), (u'MULTIEQUAL_-1207063006', u'MULTIEQUAL_-1207063116'), (u'CALL_-1207064472', u'INDIRECT_-1207062409'), (u'MULTIEQUAL_-1207063328', u'MULTIEQUAL_-1207063313'), (u'CALL_-1207064323', u'INDIRECT_-1207062432'), (u'CALL_-1207065754', u'INDIRECT_-1207063096'), (u'CALL_-1207064293', u'INDIRECT_-1207062581'), (u'CALL_-1207065360', u'MULTIEQUAL_-1207064168'), (u'CALL_-1207065150', u'INDIRECT_-1207062035'), (u'STORE_-1207064263', u'INDIRECT_-1207062458'), (u'CALL_-1207065445', u'INDIRECT_-1207063151'), (u'CALL_-1207065402', u'INDIRECT_-1207063233'), (u'CALL_-1207064397', u'INDIRECT_-1207062518'), (u'INT_EQUAL_-1207065547', u'CBRANCH_-1207065543'), (u'INDIRECT_-1207061352', u'MULTIEQUAL_-1207062227'), (u'MULTIEQUAL_-1207064168', u'CALL_-1207064308'), (u'CALL_-1207065075', u'INDIRECT_-1207062029'), (u'CALL_-1207064911', u'INDIRECT_-1207063015'), (u'CALL_-1207065150', u'INDIRECT_-1207063341'), (u'CALL_-1207064919', u'INDIRECT_-1207062967'), (u'INDIRECT_-1207063529', u'MULTIEQUAL_-1207063453'), (u'INDIRECT_-1207062280', u'MULTIEQUAL_-1207062256'), (u'INDIRECT_-1207062499', u'MULTIEQUAL_-1207062475'), (u'INDIRECT_-1207063177', u'COPY_-1207063213'), (u'STORE_-1207064263', u'INDIRECT_-1207062566'), (u'CALL_-1207064472', u'INDIRECT_-1207062736'), (u'STORE_-1207064263', u'INDIRECT_-1207062185'), (u'INDIRECT_-1207063395', u'MULTIEQUAL_-1207063345'), (u'CALL_-1207064323', u'INDIRECT_-1207062540'), ('tmp_12306', u'MULTIEQUAL_-1207063513'), (u'CALL_-1207065507', u'INDIRECT_-1207063033'), (u'CALL_-1207064288', u'INDIRECT_-1207062172'), (u'CALL_-1207065754', u'INDIRECT_-1207063150'), (u'CALL_-1207065507', u'INDIRECT_-1207062270'), ('const-1', u'INT_OR_-1207064239'), (u'CALL_-1207064285', u'INDIRECT_-1207062683'), (u'INDIRECT_-1207062081', u'COPY_-1207060990'), (u'CALL_-1207065099', u'INDIRECT_-1207062047'), (u'MULTIEQUAL_-1207062786', u'MULTIEQUAL_-1207062770'), (u'CALL_-1207064308', u'INDIRECT_-1207061423'), (u'CALL_-1207064293', u'INDIRECT_-1207062851'), (u'CALL_-1207064216', u'INDIRECT_-1207062570'), (u'CALL_-1207064285', u'INDIRECT_-1207062410'), (u'CALL_-1207065150', u'INT_ADD_-1207065105'), (u'INDIRECT_-1207063641', u'COPY_-1207063681'), (u'CALL_-1207065715', u'INDIRECT_-1207062367'), (u'INDIRECT_-1207062251', u'MULTIEQUAL_-1207062212'), (u'INDIRECT_-1207062550', u'MULTIEQUAL_-1207063421'), (u'CALL_-1207064600', u'INDIRECT_-1207062688'), ('tmp_2006', u'BRANCH_-1207064426'), (u'INDIRECT_-1207062027', u'MULTIEQUAL_-1207062231'), (u'CALL_-1207065507', u'INDIRECT_-1207063087'), (u'INT_ADD_-1207064373', u'CALL_-1207064371'), (u'CALL_-1207065049', u'INDIRECT_-1207062669'), (u'INDIRECT_-1207062232', u'MULTIEQUAL_-1207062181'), (u'INDIRECT_-1207062992', u'MULTIEQUAL_-1207063603'), (u'CALL_-1207065715', u'INDIRECT_-1207063403'), (u'INDIRECT_-1207062025', u'INT_SEXT_-1207065192'), (u'INDIRECT_-1207062516', u'MULTIEQUAL_-1207062720'), (u'CALL_-1207064216', u'INDIRECT_-1207062246'), (u'INDIRECT_-1207062445', u'MULTIEQUAL_-1207062421'), ('const-5', u'CALL_-1207064323'), ('tmp_12818', u'MULTIEQUAL_-1207062104'), (u'CALL_-1207065099', u'INDIRECT_-1207063303'), (u'INDIRECT_-1207063423', u'MULTIEQUAL_-1207063443'), (u'CALL_-1207065402', u'INT_NOTEQUAL_-1207065387'), (u'INDIRECT_-1207063334', u'MULTIEQUAL_-1207062774'), ('tmp_1209', u'CBRANCH_-1207065027'), (u'CALL_-1207064216', u'INDIRECT_-1207062354'), (u'CALL_-1207065123', u'INDIRECT_-1207062724'), (u'CALL_-1207065870', u'INDIRECT_-1207063660'), (u'CALL_-1207065360', u'INDIRECT_-1207062886'), (u'CALL_-1207064308', u'INDIRECT_-1207062132'), (u'CALL_-1207065507', u'INDIRECT_-1207062320'), (u'MULTIEQUAL_-1207062351', u'MULTIEQUAL_-1207062277'), (u'COPY_-1207060994', u'MULTIEQUAL_-1207062339'), (u'CALL_-1207065918', u'INDIRECT_-1207062463'), ('const-4', u'INT_ADD_-1207065105'), (u'CALL_-1207064943', u'INDIRECT_-1207062982'), (u'CALL_-1207064465', u'INDIRECT_-1207062412'), (u'INDIRECT_-1207062899', u'COPY_-1207061275'), (u'INDIRECT_-1207063468', u'MULTIEQUAL_-1207063421'), ('const-168', u'INT_ADD_-1207065247'), (u'CALL_-1207064216', u'INDIRECT_-1207062300'), ('const-1', u'PTRADD_-1207064463'), (u'INDIRECT_-1207062350', u'MULTIEQUAL_-1207063043'), (u'MULTIEQUAL_-1207064416', u'CALL_-1207065217'), (u'CALL_-1207065870', u'INDIRECT_-1207063390'), (u'INDIRECT_-1207062075', u'MULTIEQUAL_-1207062786'), (u'CALL_-1207064919', u'INDIRECT_-1207061877'), ('const-1', u'PTRADD_-1207064446'), (u'CALL_-1207065507', u'INDIRECT_-1207063576'), (u'CALL_-1207064600', u'INDIRECT_-1207061921'), ('const-4', u'CALL_-1207065123'), ('tmp_667', u'CBRANCH_-1207065564'), (u'CALL_-1207065715', u'CALL_-1207065507'), (u'INT_ADD_-1207064427', u'CALL_-1207064421'), (u'CALL_-1207065217', u'INDIRECT_-1207063118'), (u'INDIRECT_-1207062182', u'MULTIEQUAL_-1207061626'), (u'INDIRECT_-1207062953', u'MULTIEQUAL_-1207062393'), (u'INDIRECT_-1207063233', u'MULTIEQUAL_-1207063183'), ('const-0', u'RETURN_-1207064227'), ('const-433', u'LOAD_-1207064266'), (u'MULTIEQUAL_-1207063603', u'MULTIEQUAL_-1207063529'), (u'CALL_-1207064919', u'INDIRECT_-1207062586'), (u'INDIRECT_-1207061447', u'MULTIEQUAL_-1207061880'), ('tmp_2093', u'CBRANCH_-1207064523'), (u'CALL_-1207064429', u'INDIRECT_-1207061686'), (u'CALL_-1207064285', u'INDIRECT_-1207062953'), (u'CALL_-1207065918', u'INDIRECT_-1207063661'), (u'CALL_-1207064992', u'INDIRECT_-1207062963'), (u'CALL_-1207064285', u'INDIRECT_-1207062791'), (u'INDIRECT_-1207063483', u'MULTIEQUAL_-1207063415'), ('const-0', u'CALL_-1207064323'), (u'INDIRECT_-1207062722', u'MULTIEQUAL_-1207063333'), (u'CALL_-1207064465', u'INDIRECT_-1207061803'), (u'CALL_-1207065317', u'INDIRECT_-1207063022'), (u'CALL_-1207065754', u'INDIRECT_-1207063423'), (u'CALL_-1207065317', u'INDIRECT_-1207063457'), (u'MULTIEQUAL_-1207063224', u'COPY_-1207061997'), (u'CALL_-1207065918', u'INDIRECT_-1207062563'), ('const-2', u'CALL_-1207065049'), (u'CALL_-1207065150', u'INDIRECT_-1207063071'), ('const--88', u'PTRSUB_-1207061567'), (u'INDIRECT_-1207063226', u'MULTIEQUAL_-1207063170'), (u'CALL_-1207064429', u'INDIRECT_-1207062668'), (u'CALL_-1207064472', u'CALL_-1207064445'), (u'CALL_-1207064919', u'INDIRECT_-1207061977'), (u'CALL_-1207064174', u'INDIRECT_-1207062550'), (u'CALL_-1207064174', u'INDIRECT_-1207062061'), (u'LOAD_-1207065263', u'INT_ADD_-1207065237'), (u'INDIRECT_-1207063607', u'MULTIEQUAL_-1207063551'), (u'INDIRECT_-1207062831', u'MULTIEQUAL_-1207062310'), (u'INDIRECT_-1207063040', u'MULTIEQUAL_-1207062964'), (u'INDIRECT_-1207062077', u'MULTIEQUAL_-1207062770'), (u'INDIRECT_-1207062300', u'MULTIEQUAL_-1207062504'), (u'CALL_-1207064429', u'INDIRECT_-1207062992'), (u'CAST_-1207061738', u'MULTIEQUAL_-1207063328'), (u'CALL_-1207065289', u'INDIRECT_-1207062132'), (u'CALL_-1207064174', u'INDIRECT_-1207062223'), (u'LOAD_-1207064546', u'INT_EQUAL_-1207064526'), (u'CALL_-1207064911', u'INDIRECT_-1207062742'), (u'CALL_-1207064323', u'INDIRECT_-1207062486'), (u'CALL_-1207065445', u'INDIRECT_-1207063529'), (u'PTRADD_-1207064463', u'COPY_-1207061398'), (u'CALL_-1207065715', u'INDIRECT_-1207062467'), (u'INDIRECT_-1207061992', u'MULTIEQUAL_-1207061980'), (u'CALL_-1207065123', u'INDIRECT_-1207063159'), (u'INDIRECT_-1207063661', u'MULTIEQUAL_-1207063605'), (u'INDIRECT_-1207062669', u'MULTIEQUAL_-1207062148'), (u'CALL_-1207064174', u'INDIRECT_-1207062280'), (u'MULTIEQUAL_-1207063279', u'MULTIEQUAL_-1207063205'), (u'INDIRECT_-1207062115', u'MULTIEQUAL_-1207062986'), (u'INDIRECT_-1207063252', u'MULTIEQUAL_-1207063205'), (u'CAST_-1207060996', u'LOAD_-1207064266'), (u'CALL_-1207064443', u'INDIRECT_-1207062537'), (u'INT_SEXT_-1207065199', u'CALL_-1207065099'), (u'CALL_-1207064465', u'INDIRECT_-1207062955'), (u'INDIRECT_-1207062715', u'MULTIEQUAL_-1207062691'), ('const-1', u'PTRADD_-1207064489'), (u'MULTIEQUAL_-1207063224', u'PTRADD_-1207064503'), (u'CALL_-1207064911', u'INDIRECT_-1207062634'), ('tmp_12308', u'MULTIEQUAL_-1207063621'), (u'CALL_-1207064911', u'INDIRECT_-1207063069'), (u'CALL_-1207065049', u'INDIRECT_-1207062010'), (u'INDIRECT_-1207062132', u'MULTIEQUAL_-1207062081'), (u'CALL_-1207064323', u'INDIRECT_-1207062705'), (u'CALL_-1207064288', u'INDIRECT_-1207062226'), (u'INDIRECT_-1207063477', u'MULTIEQUAL_-1207063497'), (u'INDIRECT_-1207062799', u'COPY_-1207061486'), (u'CALL_-1207064445', u'INDIRECT_-1207062716'), (u'INT_EQUAL_-1207064565', u'CBRANCH_-1207064558'), (u'INDIRECT_-1207062575', u'COPY_-1207062578'), (u'CALL_-1207064323', u'INDIRECT_-1207062867'), (u'CALL_-1207065870', u'INDIRECT_-1207063279'), (u'INT_EQUAL_-1207065566', u'CBRANCH_-1207065564'), (u'CALL_-1207064919', u'INDIRECT_-1207063021'), ('const-433', u'LOAD_-1207064278'), (u'INDIRECT_-1207063179', u'MULTIEQUAL_-1207063129'), (u'INDIRECT_-1207062620', u'MULTIEQUAL_-1207063313'), (u'CALL_-1207065754', u'INDIRECT_-1207062487'), (u'PTRSUB_-1207065921', u'MULTIEQUAL_-1207064416'), (u'CALL_-1207064371', u'INDIRECT_-1207062769'), (u'STORE_-1207064263', u'INDIRECT_-1207062131'), (u'MULTIEQUAL_-1207063114', u'MULTIEQUAL_-1207063040'), (u'CALL_-1207064911', u'INDIRECT_-1207062853'), (u'CALL_-1207064371', u'INDIRECT_-1207061563'), (u'INDIRECT_-1207062874', u'MULTIEQUAL_-1207062859'), (u'CALL_-1207065075', u'INDIRECT_-1207063123'), (u'CALL_-1207064445', u'INDIRECT_-1207062500'), (u'CALL_-1207065445', u'INDIRECT_-1207063094'), (u'CALL_-1207065075', u'INDIRECT_-1207061979'), (u'CALL_-1207064465', u'INDIRECT_-1207061753'), (u'CALL_-1207064472', u'INT_ADD_-1207064373'), (u'INDIRECT_-1207062607', u'MULTIEQUAL_-1207062583'), (u'CAST_-1207060996', u'STORE_-1207064263'), (u'INDIRECT_-1207062467', u'MULTIEQUAL_-1207062401'), (u'CALL_-1207065317', u'INDIRECT_-1207062201'), (u'STORE_-1207064263', u'INDIRECT_-1207062620'), ('tmp_602', u'CBRANCH_-1207065612'), (u'INDIRECT_-1207062845', u'COPY_-1207062848'), (u'PTRADD_-1207064503', u'COPY_-1207061416'), (u'CALL_-1207065445', u'INDIRECT_-1207063313'), (u'INDIRECT_-1207062753', u'MULTIEQUAL_-1207063183'), (u'MULTIEQUAL_-1207063224', u'PTRADD_-1207064489'), (u'INDIRECT_-1207063096', u'MULTIEQUAL_-1207063116'), (u'INDIRECT_-1207062129', u'MULTIEQUAL_-1207062840'), (u'INDIRECT_-1207063349', u'MULTIEQUAL_-1207063279'), (u'CALL_-1207065289', u'INDIRECT_-1207063384'), (u'MULTIEQUAL_-1207064416', u'COPY_-1207061251'), (u'CALL_-1207065507', u'INDIRECT_-1207062370'), (u'CALL_-1207065445', u'INDIRECT_-1207062223'), (u'CALL_-1207065049', u'INDIRECT_-1207063158'), (u'INDIRECT_-1207062518', u'COPY_-1207062521'), (u'CALL_-1207064200', u'INDIRECT_-1207062402'), (u'INDIRECT_-1207061459', u'MULTIEQUAL_-1207062115'), (u'COPY_-1207061271', u'MULTIEQUAL_-1207062285'), (u'STORE_-1207064263', u'INDIRECT_-1207062077'), (u'CALL_-1207064429', u'INDIRECT_-1207062449'), (u'CALL_-1207064992', u'INDIRECT_-1207062798'), (u'CALL_-1207064397', u'INDIRECT_-1207062788'), (u'INDIRECT_-1207061318', u'MULTIEQUAL_-1207061526'), ('const-1355163', u'COPY_-1207062126'), ('const-44', u'INT_NOTEQUAL_-1207065739'), (u'INDIRECT_-1207062668', u'MULTIEQUAL_-1207063279'), (u'MULTIEQUAL_-1207062948', u'MULTIEQUAL_-1207062932'), (u'CALL_-1207064288', u'INDIRECT_-1207062337'), (u'CALL_-1207065217', u'INDIRECT_-1207062845'), (u'INDIRECT_-1207063503', u'COPY_-1207061885'), ('tmp_1740', u'BRANCH_-1207064248'), (u'CALL_-1207064429', u'INDIRECT_-1207062557'), (u'INDIRECT_-1207063048', u'MULTIEQUAL_-1207062979'), (u'INDIRECT_-1207062791', u'COPY_-1207062794'), (u'INDIRECT_-1207062791', u'MULTIEQUAL_-1207062231'), (u'INT_EQUAL_-1207065942', u'CBRANCH_-1207065940'), (u'INDIRECT_-1207063206', u'COPY_-1207063246'), (u'INDIRECT_-1207062564', u'MULTIEQUAL_-1207063275'), (u'CALL_-1207064911', u'INDIRECT_-1207063177'), (u'INDIRECT_-1207063315', u'MULTIEQUAL_-1207063334'), ('tmp_5787', u'CALL_-1207065289'), ('const-0', u'PTRSUB_-1207065921'), (u'CALL_-1207065123', u'INDIRECT_-1207062832'), (u'CALL_-1207064371', u'INDIRECT_-1207061463'), (u'CALL_-1207065360', u'COPY_-1207061800'), ('tmp_2174', u'BRANCH_-1207064457'), (u'CALL_-1207065754', u'INDIRECT_-1207063639'), (u'CALL_-1207064200', u'INDIRECT_-1207062456'), (u'INT_NOTEQUAL_-1207065333', u'CBRANCH_-1207065332'), (u'LOAD_-1207064546', u'MULTIEQUAL_-1207063110'), (u'CALL_-1207064293', u'INDIRECT_-1207062905'), (u'CALL_-1207065918', u'INDIRECT_-1207063769'), (u'INT_SEXT_-1207065192', u'CALL_-1207065075'), (u'INDIRECT_-1207062799', u'PTRADD_-1207064460'), (u'CALL_-1207064465', u'INDIRECT_-1207062847'), (u'CALL_-1207065715', u'INT_ADD_-1207065687'), (u'CALL_-1207065217', u'INDIRECT_-1207062132'), (u'CALL_-1207064429', u'INDIRECT_-1207062830'), (u'CALL_-1207064323', u'INDIRECT_-1207062597'), ('const-433', u'LOAD_-1207064546'), ('tmp_12285', u'MULTIEQUAL_-1207062427'), ('tmp_12286', u'MULTIEQUAL_-1207062477'), ('tmp_1476', u'CBRANCH_-1207064558'), (u'CALL_-1207064421', u'INDIRECT_-1207061550'), (u'INDIRECT_-1207063198', u'MULTIEQUAL_-1207063183'), (u'CALL_-1207064174', u'INDIRECT_-1207062496'), (u'CALL_-1207065754', u'INDIRECT_-1207063531'), (u'CALL_-1207064174', u'INDIRECT_-1207062658'), ('tmp_5785', u'CALL_-1207065217'), (u'CALL_-1207064216', u'INDIRECT_-1207062081'), (u'CALL_-1207065754', u'INDIRECT_-1207063693'), (u'INDIRECT_-1207062503', u'MULTIEQUAL_-1207063114'), ('const-5', u'INT_ADD_-1207065081'), (u'INDIRECT_-1207062239', u'MULTIEQUAL_-1207062932'), (u'CALL_-1207064293', u'INDIRECT_-1207062797'), (u'CALL_-1207064472', u'INDIRECT_-1207062247'), (u'CALL_-1207065217', u'INDIRECT_-1207063010'), (u'INDIRECT_-1207063260', u'COPY_-1207063300'), ('tmp_12304', u'MULTIEQUAL_-1207063405'), (u'INT_NOTEQUAL_-1207065903', u'CBRANCH_-1207065903'), (u'INDIRECT_-1207062853', u'COPY_-1207062889'), (u'CALL_-1207065360', u'INDIRECT_-1207063048'), (u'INDIRECT_-1207062296', u'MULTIEQUAL_-1207062989'), (u'CALL_-1207064308', u'INDIRECT_-1207062513'), (u'INDIRECT_-1207062388', u'MULTIEQUAL_-1207063259'), (u'CALL_-1207065317', u'INDIRECT_-1207062251'), (u'INDIRECT_-1207063388', u'MULTIEQUAL_-1207062828'), (u'INDIRECT_-1207063280', u'MULTIEQUAL_-1207063224'), (u'PTRADD_-1207064415', u'MULTIEQUAL_-1207063350'), (u'CALL_-1207064472', u'INDIRECT_-1207062844'), (u'CALL_-1207065099', u'INDIRECT_-1207062706'), (u'STORE_-1207064263', u'INDIRECT_-1207062296'), (u'CALL_-1207064216', u'INDIRECT_-1207062027'), (u'INDIRECT_-1207063445', u'MULTIEQUAL_-1207063389'), (u'INDIRECT_-1207063531', u'MULTIEQUAL_-1207063551'), (u'CALL_-1207064285', u'INDIRECT_-1207062575'), (u'INT_ADD_-1207065051', u'CALL_-1207065049'), (u'CALL_-1207064919', u'INDIRECT_-1207063183'), (u'CALL_-1207065507', u'INDIRECT_-1207063198'), (u'CALL_-1207065918', u'INDIRECT_-1207063334'), (u'INDIRECT_-1207062928', u'MULTIEQUAL_-1207062913'), (u'INDIRECT_-1207062264', u'MULTIEQUAL_-1207062694'), (u'INDIRECT_-1207063457', u'MULTIEQUAL_-1207063415'), (u'PTRADD_-1207064460', u'COPY_-1207061468'), (u'INDIRECT_-1207061563', u'MULTIEQUAL_-1207061544'), (u'CALL_-1207064200', u'INDIRECT_-1207061466'), (u'MULTIEQUAL_-1207064168', u'INT_ADD_-1207065247'), ('const-44', u'INT_NOTEQUAL_-1207064572'), (u'CALL_-1207064308', u'INDIRECT_-1207062729'), ('const-44', u'INT_NOTEQUAL_-1207065903'), (u'CALL_-1207065217', u'INDIRECT_-1207063172'), (u'CALL_-1207064919', u'INDIRECT_-1207063129'), (u'INT_ADD_-1207065237', u'CAST_-1207061705'), (u'INDIRECT_-1207062634', u'COPY_-1207061456'), (u'INDIRECT_-1207062395', u'MULTIEQUAL_-1207063006'), (u'INT_ADD_-1207064262', u'CAST_-1207061004'), (u'CALL_-1207064919', u'INDIRECT_-1207062859'), (u'CALL_-1207064285', u'INDIRECT_-1207062845'), (u'INDIRECT_-1207062799', u'PTRADD_-1207064446'), ('const-4', u'INT_ADD_-1207064427'), (u'CALL_-1207064472', u'INDIRECT_-1207061538'), (u'MULTIEQUAL_-1207062181', u'MULTIEQUAL_-1207062165'), (u'CALL_-1207065150', u'INDIRECT_-1207062798'), (u'INDIRECT_-1207061892', u'MULTIEQUAL_-1207061880'), ('tmp_5784', u'PTRSUB_-1207061488'), (u'INDIRECT_-1207063619', u'MULTIEQUAL_-1207063549'), (u'CALL_-1207064200', u'INDIRECT_-1207062618'), (u'INDIRECT_-1207063226', u'MULTIEQUAL_-1207062666'), (u'CALL_-1207064421', u'INDIRECT_-1207062482'), (u'INDIRECT_-1207062742', u'COPY_-1207062778'), (u'INDIRECT_-1207062010', u'MULTIEQUAL_-1207061494'), (u'CALL_-1207065360', u'INDIRECT_-1207063429'), (u'CALL_-1207064397', u'INDIRECT_-1207062680'), (u'CALL_-1207065360', u'INDIRECT_-1207063267'), (u'CALL_-1207064445', u'INDIRECT_-1207061568'), (u'MULTIEQUAL_-1207062840', u'MULTIEQUAL_-1207062824'), (u'CALL_-1207065360', u'INDIRECT_-1207063483'), (u'CALL_-1207064293', u'INDIRECT_-1207062959'), (u'CALL_-1207065099', u'INDIRECT_-1207063141'), (u'COPY_-1207061468', u'MULTIEQUAL_-1207062676'), (u'CALL_-1207065360', u'INDIRECT_-1207063375'), (u'MULTIEQUAL_-1207063059', u'MULTIEQUAL_-1207063043'), (u'INDIRECT_-1207062183', u'MULTIEQUAL_-1207062894'), (u'CALL_-1207064919', u'INDIRECT_-1207061927'), (u'CALL_-1207064421', u'INDIRECT_-1207062698'), (u'STORE_-1207064263', u'INDIRECT_-1207062350'), (u'INDIRECT_-1207062442', u'MULTIEQUAL_-1207063313'), (u'CALL_-1207065754', u'INDIRECT_-1207062387'), (u'CALL_-1207065402', u'INDIRECT_-1207063125'), (u'INDIRECT_-1207063403', u'MULTIEQUAL_-1207063361'), ('const-1', u'PTRADD_-1207064446'), (u'CALL_-1207065834', u'INDIRECT_-1207063098'), (u'CALL_-1207065123', u'INDIRECT_-1207062778'), ('const-32', u'INT_EQUAL_-1207064526'), (u'CALL_-1207065075', u'INDIRECT_-1207062961'), (u'CALL_-1207065123', u'INDIRECT_-1207063051'), (u'INDIRECT_-1207063105', u'MULTIEQUAL_-1207063036'), (u'CALL_-1207064472', u'INDIRECT_-1207062466'), (u'INDIRECT_-1207062949', u'MULTIEQUAL_-1207062894'), (u'MULTIEQUAL_-1207062285', u'COPY_-1207061219'), (u'CALL_-1207064397', u'INDIRECT_-1207061582'), (u'INDIRECT_-1207063585', u'MULTIEQUAL_-1207063605'), (u'CALL_-1207064285', u'INDIRECT_-1207062899'), (u'CALL_-1207065360', u'INDIRECT_-1207063321'), ('tmp_12287', u'MULTIEQUAL_-1207062527'), (u'CALL_-1207065507', u'INDIRECT_-1207063306'), (u'CALL_-1207065834', u'INDIRECT_-1207063587'), (u'INT_SEXT_-1207065192', u'CALL_-1207064397'), (u'INDIRECT_-1207063295', u'MULTIEQUAL_-1207063224'), (u'CALL_-1207064443', u'INDIRECT_-1207062264'), (u'CALL_-1207064443', u'INDIRECT_-1207062156'), (u'CALL_-1207064371', u'INDIRECT_-1207062280'), ('tmp_5936', u'CALL_-1207064429'), (u'MULTIEQUAL_-1207063275', u'MULTIEQUAL_-1207063259'), (u'INDIRECT_-1207062907', u'MULTIEQUAL_-1207063459'), (u'INT_EQUAL_-1207065654', u'BOOL_NEGATE_-1207061645'), (u'CALL_-1207065918', u'INDIRECT_-1207063445'), ('tmp_1089', u'CBRANCH_-1207065167'), (u'INDIRECT_-1207062375', u'PTRADD_-1207064377'), (u'INDIRECT_-1207063695', u'COPY_-1207063735'), (u'CALL_-1207065049', u'INDIRECT_-1207062060'), (u'MULTIEQUAL_-1207063382', u'MULTIEQUAL_-1207063367'), (u'INDIRECT_-1207063391', u'MULTIEQUAL_-1207063334'), (u'CALL_-1207064293', u'INDIRECT_-1207062524'), (u'MULTIEQUAL_-1207063279', u'MULTIEQUAL_-1207063389'), (u'CALL_-1207064992', u'INDIRECT_-1207063233'), ('tmp_2144', u'CBRANCH_-1207064480'), ('tmp_5784', u'PTRSUB_-1207061567'), (u'CALL_-1207065099', u'INDIRECT_-1207062760'), (u'CALL_-1207064429', u'INDIRECT_-1207062614'), (u'CALL_-1207065834', u'INDIRECT_-1207063371'), (u'STORE_-1207064263', u'INDIRECT_-1207062404'), (u'CALL_-1207065217', u'INDIRECT_-1207062791'), (u'INDIRECT_-1207062177', u'MULTIEQUAL_-1207062112'), (u'CALL_-1207064308', u'INDIRECT_-1207062459'), (u'CALL_-1207064216', u'INDIRECT_-1207061418'), (u'INDIRECT_-1207062246', u'MULTIEQUAL_-1207062450'), (u'MULTIEQUAL_-1207062894', u'MULTIEQUAL_-1207062878'), (u'CALL_-1207064429', u'INDIRECT_-1207062722'), (u'COPY_-1207061251', u'MULTIEQUAL_-1207062339'), (u'INDIRECT_-1207063036', u'MULTIEQUAL_-1207063021'), (u'INDIRECT_-1207062591', u'MULTIEQUAL_-1207063021'), (u'CALL_-1207064472', u'INT_ADD_-1207064427'), (u'CALL_-1207064200', u'INDIRECT_-1207062294'), ('const-1', u'PTRADD_-1207064489'), (u'CALL_-1207064600', u'INDIRECT_-1207063177'), (u'CALL_-1207064911', u'INDIRECT_-1207062907'), (u'CALL_-1207065445', u'INDIRECT_-1207063205'), ('tmp_1017', u'CBRANCH_-1207065236'), (u'CALL_-1207065049', u'INDIRECT_-1207062942'), ('const-0', u'COPY_-1207064961'), (u'INDIRECT_-1207063141', u'MULTIEQUAL_-1207063094'), (u'CALL_-1207065870', u'INDIRECT_-1207063225'), (u'CALL_-1207065402', u'INDIRECT_-1207063179'), (u'CALL_-1207065075', u'INDIRECT_-1207062850'), (u'INDIRECT_-1207061497', u'MULTIEQUAL_-1207062104'), ('tmp_181', u'CBRANCH_-1207065903'), (u'COPY_-1207062139', u'INT_EQUAL_-1207065566'), (u'INDIRECT_-1207062496', u'MULTIEQUAL_-1207063367'), (u'MULTIEQUAL_-1207063549', u'MULTIEQUAL_-1207063475'), (u'COPY_-1207062126', u'CALL_-1207065870'), (u'CALL_-1207064323', u'INDIRECT_-1207062378'), ('tmp_12305', u'MULTIEQUAL_-1207063459'), (u'CALL_-1207065317', u'INDIRECT_-1207063295'), (u'INDIRECT_-1207062402', u'MULTIEQUAL_-1207063113'), (u'CALL_-1207065360', u'INDIRECT_-1207062177'), (u'LOAD_-1207064551', u'INT_EQUAL_-1207064536'), (u'CALL_-1207064943', u'INDIRECT_-1207062601'), (u'CALL_-1207064174', u'INDIRECT_-1207062604'), (u'INDIRECT_-1207062580', u'COPY_-1207062616'), (u'MULTIEQUAL_-1207064168', u'CALL_-1207064288'), (u'INDIRECT_-1207062131', u'MULTIEQUAL_-1207062824'), (u'CALL_-1207064371', u'INDIRECT_-1207062226'), (u'MULTIEQUAL_-1207062131', u'MULTIEQUAL_-1207062115'), (u'CALL_-1207064992', u'INDIRECT_-1207063017'), ('const-8', u'CALL_-1207064472'), (u'CALL_-1207064943', u'INDIRECT_-1207061942'), (u'CALL_-1207064174', u'INDIRECT_-1207061352'), (u'COPY_-1207061941', u'CALL_-1207064992'), ('tmp_821', u'CBRANCH_-1207065413'), (u'COPY_-1207064594', u'MULTIEQUAL_-1207063534'), (u'CALL_-1207065150', u'INDIRECT_-1207063179'), (u'CALL_-1207065099', u'INDIRECT_-1207062097'), ('tmp_5784', u'PTRSUB_-1207062089'), ('const-5', u'CALL_-1207065870'), (u'CALL_-1207065842', u'INDIRECT_-1207063539'), (u'INT_NOTEQUAL_-1207065739', u'CBRANCH_-1207065738'), (u'CALL_-1207064371', u'INDIRECT_-1207062715'), (u'INDIRECT_-1207061513', u'MULTIEQUAL_-1207061494'), (u'INDIRECT_-1207063123', u'COPY_-1207063159'), (u'CALL_-1207065842', u'INDIRECT_-1207063323'), (u'CALL_-1207065150', u'INDIRECT_-1207062085'), (u'CALL_-1207065217', u'INDIRECT_-1207063226'), (u'CALL_-1207064174', u'INDIRECT_-1207062169'), ('tmp_5936', u'INT_EQUAL_-1207065654'), (u'CALL_-1207065402', u'INDIRECT_-1207063341'), (u'CALL_-1207064943', u'INDIRECT_-1207063144'), (u'CALL_-1207065754', u'INDIRECT_-1207062025')]
| null | null |
0012a250
|
x64
|
O2
|
(translation_unit "void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}\n\n" (function_definition "void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" primitive_type (function_declarator "FUN_0012a250(int param_1,char *param_2,undefined8 param_3)" identifier (parameter_list "(int param_1,char *param_2,undefined8 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "undefined *puVar16;" type_identifier (pointer_declarator "*puVar16" * identifier) ;) (declaration "int local_60 [2];" primitive_type (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58 [2];" type_identifier (array_declarator "local_58 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined1 local_40;" type_identifier identifier ;) (expression_statement "puVar14 = &DAT_00147c45;" (assignment_expression "puVar14 = &DAT_00147c45" identifier = (pointer_expression "&DAT_00147c45" & identifier)) ;) (expression_statement "puVar16 = (undefined *)0x0;" (assignment_expression "puVar16 = (undefined *)0x0" identifier = (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" if (parenthesized_expression "(param_1 == 0x73)" ( (binary_expression "param_1 == 0x73" identifier == number_literal) )) (compound_statement "{\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" { (expression_statement "puVar14 = (undefined *)FUN_00128800(local_58);" (assignment_expression "puVar14 = (undefined *)FUN_00128800(local_58)" identifier = (cast_expression "(undefined *)FUN_00128800(local_58)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00128800(local_58)" identifier (argument_list "(local_58)" ( identifier ))))) ;) (expression_statement "pcVar15 = ".stab%c: missing string";" (assignment_expression "pcVar15 = ".stab%c: missing string"" identifier = (string_literal "".stab%c: missing string"" " string_content ")) ;) (if_statement "if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" if (parenthesized_expression "(puVar14 == (undefined *)0x0)" ( (binary_expression "puVar14 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" { (labeled_statement "LAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);" statement_identifier : (expression_statement "uVar11 = dcgettext(0,pcVar15,5);" (assignment_expression "uVar11 = dcgettext(0,pcVar15,5)" identifier = (call_expression "dcgettext(0,pcVar15,5)" identifier (argument_list "(0,pcVar15,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "FUN_00121590(uVar11,0x73);" (call_expression "FUN_00121590(uVar11,0x73)" identifier (argument_list "(uVar11,0x73)" ( identifier , number_literal ))) ;) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "cVar7 = *DAT_001b1e80;" (assignment_expression "cVar7 = *DAT_001b1e80" identifier = (pointer_expression "*DAT_001b1e80" * identifier)) ;) (if_statement "if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" if (parenthesized_expression "(cVar7 == ' ')" ( (binary_expression "cVar7 == ' '" identifier == (char_literal "' '" ' character ')) )) (compound_statement "{\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" { (expression_statement "cVar7 = DAT_001b1e80[1];" (assignment_expression "cVar7 = DAT_001b1e80[1]" identifier = (subscript_expression "DAT_001b1e80[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) })) (if_statement "if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" if (parenthesized_expression "(cVar7 != ',')" ( (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character ')) )) (compound_statement "{\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" { (expression_statement "pcVar15 = ".stab%c: missing comma";" (assignment_expression "pcVar15 = ".stab%c: missing comma"" identifier = (string_literal "".stab%c: missing comma"" " string_content ")) ;) (goto_statement "goto LAB_0012a59c;" goto statement_identifier ;) })) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) (expression_statement "puVar16 = DAT_001b1f58;" (assignment_expression "puVar16 = DAT_001b1f58" identifier = identifier) ;) })) (expression_statement "cVar7 = FUN_00128400(local_60);" (assignment_expression "cVar7 = FUN_00128400(local_60)" identifier = (call_expression "FUN_00128400(local_60)" identifier (argument_list "(local_60)" ( identifier )))) ;) (expression_statement "iVar4 = local_60[0];" (assignment_expression "iVar4 = local_60[0]" identifier = (subscript_expression "local_60[0]" identifier [ number_literal ])) ;) (if_statement "if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" if (parenthesized_expression "((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ','))" ( (binary_expression "(cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')" (parenthesized_expression "(cVar7 != ',')" ( (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character ')) )) || (parenthesized_expression "(cVar7 = FUN_00128400(local_60), cVar7 != ',')" ( (comma_expression "cVar7 = FUN_00128400(local_60), cVar7 != ','" (assignment_expression "cVar7 = FUN_00128400(local_60)" identifier = (call_expression "FUN_00128400(local_60)" identifier (argument_list "(local_60)" ( identifier )))) , (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character '))) ))) )) (compound_statement "{\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" { (labeled_statement "LAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);" statement_identifier : (expression_statement "uVar11 = dcgettext(0,".stab%c: missing comma",5);" (assignment_expression "uVar11 = dcgettext(0,".stab%c: missing comma",5)" identifier = (call_expression "dcgettext(0,".stab%c: missing comma",5)" identifier (argument_list "(0,".stab%c: missing comma",5)" ( number_literal , (string_literal "".stab%c: missing comma"" " string_content ") , number_literal )))) ;)) (expression_statement "FUN_00121590(uVar11,param_1);" (call_expression "FUN_00121590(uVar11,param_1)" identifier (argument_list "(uVar11,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "iVar8 = FUN_00122f60();" (assignment_expression "iVar8 = FUN_00122f60()" identifier = (call_expression "FUN_00122f60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" if (parenthesized_expression "(0x17fff < iVar8 + 0x8000U)" ( (binary_expression "0x17fff < iVar8 + 0x8000U" number_literal < (binary_expression "iVar8 + 0x8000U" identifier + number_literal)) )) (compound_statement "{\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" { (expression_statement "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );" (assignment_expression "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" identifier = (call_expression "dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" identifier (argument_list "(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" ( number_literal , (string_literal "".stab%c: description field \'%x\' too big, try a different debug format"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00121590(uVar11,param_1,iVar8);" (call_expression "FUN_00121590(uVar11,param_1,iVar8)" identifier (argument_list "(uVar11,param_1,iVar8)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "pcVar15 = DAT_001b1e80;" (assignment_expression "pcVar15 = DAT_001b1e80" identifier = identifier) ;) (if_statement "if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" if (parenthesized_expression "(param_1 == 0x73 || param_1 == 0x6e)" ( (binary_expression "param_1 == 0x73 || param_1 == 0x6e" (binary_expression "param_1 == 0x73" identifier == number_literal) || (binary_expression "param_1 == 0x6e" identifier == number_literal)) )) (compound_statement "{\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" { (if_statement "if (*DAT_001b1e80 != ',') goto LAB_0012a28a;" if (parenthesized_expression "(*DAT_001b1e80 != ',')" ( (binary_expression "*DAT_001b1e80 != ','" (pointer_expression "*DAT_001b1e80" * identifier) != (char_literal "','" ' character ')) )) (goto_statement "goto LAB_0012a28a;" goto statement_identifier ;)) (expression_statement "pcVar15 = DAT_001b1e80 + 1;" (assignment_expression "pcVar15 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) (if_statement "if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }" if (parenthesized_expression "(DAT_001b1e80[1] == ' ')" ( (binary_expression "DAT_001b1e80[1] == ' '" (subscript_expression "DAT_001b1e80[1]" identifier [ number_literal ]) == (char_literal "' '" ' character ')) )) (compound_statement "{\n pcVar15 = DAT_001b1e80 + 2;\n }" { (expression_statement "pcVar15 = DAT_001b1e80 + 2;" (assignment_expression "pcVar15 = DAT_001b1e80 + 2" identifier = (binary_expression "DAT_001b1e80 + 2" identifier + number_literal)) ;) })) })) (expression_statement "DAT_001b1e80 = pcVar15;" (assignment_expression "DAT_001b1e80 = pcVar15" identifier = identifier) ;) (if_statement "if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" if (parenthesized_expression "(DAT_001b1c8c != 0)" ( (binary_expression "DAT_001b1c8c != 0" identifier != number_literal) )) (compound_statement "{\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" { (if_statement "if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" if (parenthesized_expression "((iVar4 == 100) || (iVar4 == 0x84))" ( (binary_expression "(iVar4 == 100) || (iVar4 == 0x84)" (parenthesized_expression "(iVar4 == 100)" ( (binary_expression "iVar4 == 100" identifier == number_literal) )) || (parenthesized_expression "(iVar4 == 0x84)" ( (binary_expression "iVar4 == 0x84" identifier == number_literal) ))) )) (compound_statement "{\n FUN_0011e800(puVar14);\n }" { (expression_statement "FUN_0011e800(puVar14);" (call_expression "FUN_0011e800(puVar14)" identifier (argument_list "(puVar14)" ( identifier ))) ;) }) (else_clause "else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" else (if_statement "if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" if (parenthesized_expression "(iVar4 == 0x44)" ( (binary_expression "iVar4 == 0x44" identifier == number_literal) )) (compound_statement "{\n FUN_0011e7b0(iVar8);\n }" { (expression_statement "FUN_0011e7b0(iVar8);" (call_expression "FUN_0011e7b0(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))) ;) })))) })) (expression_statement "uVar3 = DAT_001b1d48;" (assignment_expression "uVar3 = DAT_001b1d48" identifier = identifier) ;) (expression_statement "uVar2 = DAT_001b1d44;" (assignment_expression "uVar2 = DAT_001b1d44" identifier = identifier) ;) (expression_statement "uVar11 = DAT_001b1ba8;" (assignment_expression "uVar11 = DAT_001b1ba8" identifier = identifier) ;) (expression_statement "uVar12 = FUN_0011aec0();" (assignment_expression "uVar12 = FUN_0011aec0()" identifier = (call_expression "FUN_0011aec0()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }" if (parenthesized_expression "((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0))" ( (binary_expression "(DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" (parenthesized_expression "(DAT_001b1460 == (char *)0x0)" ( (binary_expression "DAT_001b1460 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" ( (comma_expression "iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "iVar9 = strcmp(DAT_001b1460,param_2)" identifier = (call_expression "strcmp(DAT_001b1460,param_2)" identifier (argument_list "(DAT_001b1460,param_2)" ( identifier , identifier )))) , (comma_expression "lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "lVar13 = DAT_001b1458" identifier = identifier) , (binary_expression "iVar9 != 0" identifier != number_literal))) ))) )) (compound_statement "{\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }" { (expression_statement "lVar13 = FUN_0012b1b0(param_2,0);" (assignment_expression "lVar13 = FUN_0012b1b0(param_2,0)" identifier = (call_expression "FUN_0012b1b0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal )))) ;) (if_statement "if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }" if (parenthesized_expression "(DAT_001b1460 != (char *)0x0)" ( (binary_expression "DAT_001b1460 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(DAT_001b1460);\n }" { (expression_statement "free(DAT_001b1460);" (call_expression "free(DAT_001b1460)" identifier (argument_list "(DAT_001b1460)" ( identifier ))) ;) })) (expression_statement "DAT_001b1460 = (char *)xstrdup(param_2);" (assignment_expression "DAT_001b1460 = (char *)xstrdup(param_2)" identifier = (cast_expression "(char *)xstrdup(param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "DAT_001b1458 = lVar13;" (assignment_expression "DAT_001b1458 = lVar13" identifier = identifier) ;) }) (else_clause "else {\n FUN_0012b210(DAT_001b1458,0);\n }" else (compound_statement "{\n FUN_0012b210(DAT_001b1458,0);\n }" { (expression_statement "FUN_0012b210(DAT_001b1458,0);" (call_expression "FUN_0012b210(DAT_001b1458,0)" identifier (argument_list "(DAT_001b1458,0)" ( identifier , number_literal ))) ;) }))) (if_statement "if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" if (parenthesized_expression "((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1)" ( (binary_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1" (pointer_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8)" * (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" ( (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" * (cast_expression "(long *)(lVar13 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0xa8)" ( (binary_expression "lVar13 + 0xa8" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" { (expression_statement "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);" (call_expression "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c)" identifier (argument_list "(DAT_001b1e50,lVar13,0x200c)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00142ce0(lVar13);" (call_expression "FUN_00142ce0(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))) ;) (expression_statement "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);" (assignment_expression "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8)" identifier = (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" ( (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" * (cast_expression "(long *)(lVar13 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0xa8)" ( (binary_expression "lVar13 + 0xa8" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "*pbVar1 = *pbVar1 | 1;" (assignment_expression "*pbVar1 = *pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) | number_literal)) ;) })) (expression_statement "uVar10 = FUN_0012a140(puVar14,param_3);" (assignment_expression "uVar10 = FUN_0012a140(puVar14,param_3)" identifier = (call_expression "FUN_0012a140(puVar14,param_3)" identifier (argument_list "(puVar14,param_3)" ( identifier , identifier )))) ;) (if_statement "if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" if (parenthesized_expression "(param_1 == 0x73)" ( (binary_expression "param_1 == 0x73" identifier == number_literal) )) (compound_statement "{\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }" { (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" identifier = identifier) ;) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" identifier = identifier) ;) (if_statement "if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" if (parenthesized_expression "((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))" ( (binary_expression "(DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" (parenthesized_expression "(DAT_001b1f58 == puVar16)" ( (binary_expression "DAT_001b1f58 == puVar16" identifier == identifier) )) && (parenthesized_expression "((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" ( (parenthesized_expression "(puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))" ( (binary_expression "puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" (binary_expression "puVar14 <= DAT_001b1f48" identifier <= identifier) || (parenthesized_expression "(puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" ( (comma_expression "puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar5 = puVar14" identifier = identifier) , (comma_expression "puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar6 = puVar14" identifier = identifier) , (binary_expression "DAT_001b1f60 <= puVar14" identifier <= identifier))) ))) )) ))) )) (compound_statement "{\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" { (expression_statement "_obstack_free(&DAT_001b1f40,puVar14);" (call_expression "_obstack_free(&DAT_001b1f40,puVar14)" identifier (argument_list "(&DAT_001b1f40,puVar14)" ( (pointer_expression "&DAT_001b1f40" & identifier) , identifier ))) ;) (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" identifier = identifier) ;) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" identifier = identifier) ;) })) (expression_statement "DAT_001b1f58 = puVar6;" (assignment_expression "DAT_001b1f58 = puVar6" identifier = identifier) ;) (expression_statement "DAT_001b1f50 = puVar5;" (assignment_expression "DAT_001b1f50 = puVar5" identifier = identifier) ;) (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" identifier = (call_expression "FUN_0011ac60(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" identifier (argument_list "(lVar13,uVar10,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" identifier (argument_list "(lVar13 + 4,(long)iVar4,1)" ( (binary_expression "lVar13 + 4" identifier + number_literal) , (cast_expression "(long)iVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" identifier (argument_list "(lVar13 + 5,(long)local_60[0],1)" ( (binary_expression "lVar13 + 5" identifier + number_literal) , (cast_expression "(long)local_60[0]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "local_60[0]" identifier [ number_literal ])) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" identifier (argument_list "(lVar13 + 6,(long)iVar8,2)" ( (binary_expression "lVar13 + 6" identifier + number_literal) , (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) }) (else_clause "else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" else (compound_statement "{\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" { (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" identifier = (call_expression "FUN_0011ac60(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" identifier (argument_list "(lVar13,uVar10,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" identifier (argument_list "(lVar13 + 4,(long)iVar4,1)" ( (binary_expression "lVar13 + 4" identifier + number_literal) , (cast_expression "(long)iVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" identifier (argument_list "(lVar13 + 5,(long)local_60[0],1)" ( (binary_expression "lVar13 + 5" identifier + number_literal) , (cast_expression "(long)local_60[0]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "local_60[0]" identifier [ number_literal ])) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" identifier (argument_list "(lVar13 + 6,(long)iVar8,2)" ( (binary_expression "lVar13 + 6" identifier + number_literal) , (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (if_statement "if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" if (parenthesized_expression "(param_1 != 0x73 && param_1 != 0x6e)" ( (binary_expression "param_1 != 0x73 && param_1 != 0x6e" (binary_expression "param_1 != 0x73" identifier != number_literal) && (binary_expression "param_1 != 0x6e" identifier != number_literal)) )) (compound_statement "{\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" { (expression_statement "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);" (assignment_expression "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3)" (subscript_expression "local_58[0]" identifier [ number_literal ]) = (call_expression "FUN_0012d310(uVar11,uVar12,uVar3)" identifier (argument_list "(uVar11,uVar12,uVar3)" ( identifier , identifier , identifier )))) ;) (expression_statement "local_40 = 3;" (assignment_expression "local_40 = 3" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "FUN_001264c0(local_58,4);" (call_expression "FUN_001264c0(local_58,4)" identifier (argument_list "(local_58,4)" ( identifier , number_literal ))) ;) (goto_statement "goto LAB_0012a4a4;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00126bb0(4);" (call_expression "FUN_00126bb0(4)" identifier (argument_list "(4)" ( number_literal ))) ;) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + -1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + -1" identifier = (binary_expression "DAT_001b1e80 + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);" statement_identifier : (expression_statement "FUN_0012b210(uVar11,uVar2);" (call_expression "FUN_0012b210(uVar11,uVar2)" identifier (argument_list "(uVar11,uVar2)" ( identifier , identifier ))) ;)) (expression_statement "FUN_00123ac0();" (call_expression "FUN_00123ac0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void s_stab_generic(int what,char *stab_secname,char *stabstr_secname)\n\n{\n byte *pbVar1;\n segT seg;\n subsegT subseg;\n fragS *frag;\n int iVar2;\n _obstack_chunk *p_Var3;\n _obstack_chunk *p_Var4;\n char cVar5;\n uint line;\n int iVar6;\n uint uVar7;\n char *pcVar8;\n ulong uVar9;\n addressT ofs;\n segT seg_00;\n char *pcVar10;\n _obstack_chunk *file;\n long longint;\n int length;\n offsetT local_48;\n undefined1 local_40;\n \n file = (_obstack_chunk *)&DAT_00147c45;\n pcVar8 = (char *)0x0;\n if (what == 0x73) {\n file = (_obstack_chunk *)demand_copy_C_string(&length);\n pcVar8 = ".stab%c: missing string";\n if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }\n cVar5 = *input_line_pointer;\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n input_line_pointer = input_line_pointer + 1;\n pcVar8 = notes.next_free;\n }\n cVar5 = get_absolute_expression_and_terminator(&longint);\n iVar2 = (int)longint;\n if ((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')) {\nLAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);\n as_warn(pcVar8,what);\n ignore_rest_of_line();\n return;\n }\n uVar9 = get_absolute_expression();\n line = (uint)uVar9;\n if (0x17fff < line + 0x8000) {\n pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);\n as_warn(pcVar10,what,uVar9 & 0xffffffff);\n }\n pcVar10 = input_line_pointer;\n if (what == 0x73 || what == 0x6e) {\n if (*input_line_pointer != ',') goto LAB_0012a28a;\n pcVar10 = input_line_pointer + 1;\n if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }\n }\n input_line_pointer = pcVar10;\n if (listing != 0) {\n if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }\n }\n frag = frag_now;\n subseg = now_subseg;\n seg = now_seg;\n ofs = frag_now_fix();\n if ((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)) {\n seg_00 = subseg_new(stab_secname,0);\n if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }\n s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);\n s_stab_generic::lexical_block_11::cached_sec = seg_00;\n }\n else {\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }\n if ((*(byte *)((long)seg_00->userdata + 8) & 1) == 0) {\n bfd_set_section_flags(stdoutput,seg_00,0x200c);\n obj_elf_init_stab_section(seg_00);\n pbVar1 = (byte *)((long)seg_00->userdata + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar7 = get_stab_string_offset((char *)file,stabstr_secname);\n if (what == 0x73) {\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }\n notes.next_free = (char *)p_Var4;\n notes.object_base = (char *)p_Var3;\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n }\n else {\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }\n cons(4);\n input_line_pointer = input_line_pointer + -1;\nLAB_0012a4a4:\n subseg_set(seg,subseg);\n demand_empty_rest_of_line();\n return;\n}\n\n" (function_definition "void s_stab_generic(int what,char *stab_secname,char *stabstr_secname)\n\n{\n byte *pbVar1;\n segT seg;\n subsegT subseg;\n fragS *frag;\n int iVar2;\n _obstack_chunk *p_Var3;\n _obstack_chunk *p_Var4;\n char cVar5;\n uint line;\n int iVar6;\n uint uVar7;\n char *pcVar8;\n ulong uVar9;\n addressT ofs;\n segT seg_00;\n char *pcVar10;\n _obstack_chunk *file;\n long longint;\n int length;\n offsetT local_48;\n undefined1 local_40;\n \n file = (_obstack_chunk *)&DAT_00147c45;\n pcVar8 = (char *)0x0;\n if (what == 0x73) {\n file = (_obstack_chunk *)demand_copy_C_string(&length);\n pcVar8 = ".stab%c: missing string";\n if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }\n cVar5 = *input_line_pointer;\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n input_line_pointer = input_line_pointer + 1;\n pcVar8 = notes.next_free;\n }\n cVar5 = get_absolute_expression_and_terminator(&longint);\n iVar2 = (int)longint;\n if ((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')) {\nLAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);\n as_warn(pcVar8,what);\n ignore_rest_of_line();\n return;\n }\n uVar9 = get_absolute_expression();\n line = (uint)uVar9;\n if (0x17fff < line + 0x8000) {\n pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);\n as_warn(pcVar10,what,uVar9 & 0xffffffff);\n }\n pcVar10 = input_line_pointer;\n if (what == 0x73 || what == 0x6e) {\n if (*input_line_pointer != ',') goto LAB_0012a28a;\n pcVar10 = input_line_pointer + 1;\n if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }\n }\n input_line_pointer = pcVar10;\n if (listing != 0) {\n if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }\n }\n frag = frag_now;\n subseg = now_subseg;\n seg = now_seg;\n ofs = frag_now_fix();\n if ((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)) {\n seg_00 = subseg_new(stab_secname,0);\n if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }\n s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);\n s_stab_generic::lexical_block_11::cached_sec = seg_00;\n }\n else {\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }\n if ((*(byte *)((long)seg_00->userdata + 8) & 1) == 0) {\n bfd_set_section_flags(stdoutput,seg_00,0x200c);\n obj_elf_init_stab_section(seg_00);\n pbVar1 = (byte *)((long)seg_00->userdata + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar7 = get_stab_string_offset((char *)file,stabstr_secname);\n if (what == 0x73) {\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }\n notes.next_free = (char *)p_Var4;\n notes.object_base = (char *)p_Var3;\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n }\n else {\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }\n cons(4);\n input_line_pointer = input_line_pointer + -1;\nLAB_0012a4a4:\n subseg_set(seg,subseg);\n demand_empty_rest_of_line();\n return;\n}" primitive_type (function_declarator "s_stab_generic(int what,char *stab_secname,char *stabstr_secname)" identifier (parameter_list "(int what,char *stab_secname,char *stabstr_secname)" ( (parameter_declaration "int what" primitive_type identifier) , (parameter_declaration "char *stab_secname" primitive_type (pointer_declarator "*stab_secname" * identifier)) , (parameter_declaration "char *stabstr_secname" primitive_type (pointer_declarator "*stabstr_secname" * identifier)) ))) (compound_statement "{\n byte *pbVar1;\n segT seg;\n subsegT subseg;\n fragS *frag;\n int iVar2;\n _obstack_chunk *p_Var3;\n _obstack_chunk *p_Var4;\n char cVar5;\n uint line;\n int iVar6;\n uint uVar7;\n char *pcVar8;\n ulong uVar9;\n addressT ofs;\n segT seg_00;\n char *pcVar10;\n _obstack_chunk *file;\n long longint;\n int length;\n offsetT local_48;\n undefined1 local_40;\n \n file = (_obstack_chunk *)&DAT_00147c45;\n pcVar8 = (char *)0x0;\n if (what == 0x73) {\n file = (_obstack_chunk *)demand_copy_C_string(&length);\n pcVar8 = ".stab%c: missing string";\n if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }\n cVar5 = *input_line_pointer;\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n input_line_pointer = input_line_pointer + 1;\n pcVar8 = notes.next_free;\n }\n cVar5 = get_absolute_expression_and_terminator(&longint);\n iVar2 = (int)longint;\n if ((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')) {\nLAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);\n as_warn(pcVar8,what);\n ignore_rest_of_line();\n return;\n }\n uVar9 = get_absolute_expression();\n line = (uint)uVar9;\n if (0x17fff < line + 0x8000) {\n pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);\n as_warn(pcVar10,what,uVar9 & 0xffffffff);\n }\n pcVar10 = input_line_pointer;\n if (what == 0x73 || what == 0x6e) {\n if (*input_line_pointer != ',') goto LAB_0012a28a;\n pcVar10 = input_line_pointer + 1;\n if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }\n }\n input_line_pointer = pcVar10;\n if (listing != 0) {\n if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }\n }\n frag = frag_now;\n subseg = now_subseg;\n seg = now_seg;\n ofs = frag_now_fix();\n if ((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)) {\n seg_00 = subseg_new(stab_secname,0);\n if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }\n s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);\n s_stab_generic::lexical_block_11::cached_sec = seg_00;\n }\n else {\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }\n if ((*(byte *)((long)seg_00->userdata + 8) & 1) == 0) {\n bfd_set_section_flags(stdoutput,seg_00,0x200c);\n obj_elf_init_stab_section(seg_00);\n pbVar1 = (byte *)((long)seg_00->userdata + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar7 = get_stab_string_offset((char *)file,stabstr_secname);\n if (what == 0x73) {\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }\n notes.next_free = (char *)p_Var4;\n notes.object_base = (char *)p_Var3;\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n }\n else {\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }\n cons(4);\n input_line_pointer = input_line_pointer + -1;\nLAB_0012a4a4:\n subseg_set(seg,subseg);\n demand_empty_rest_of_line();\n return;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "segT seg;" type_identifier identifier ;) (declaration "subsegT subseg;" type_identifier identifier ;) (declaration "fragS *frag;" type_identifier (pointer_declarator "*frag" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "_obstack_chunk *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "_obstack_chunk *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "uint line;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "addressT ofs;" type_identifier identifier ;) (declaration "segT seg_00;" type_identifier identifier ;) (declaration "char *pcVar10;" primitive_type (pointer_declarator "*pcVar10" * identifier) ;) (declaration "_obstack_chunk *file;" type_identifier (pointer_declarator "*file" * identifier) ;) (declaration "long longint;" (sized_type_specifier "long" long) identifier ;) (declaration "int length;" primitive_type identifier ;) (declaration "offsetT local_48;" type_identifier identifier ;) (declaration "undefined1 local_40;" type_identifier identifier ;) (expression_statement "file = (_obstack_chunk *)&DAT_00147c45;" (assignment_expression "file = (_obstack_chunk *)&DAT_00147c45" identifier = (cast_expression "(_obstack_chunk *)&DAT_00147c45" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_00147c45" & identifier))) ;) (expression_statement "pcVar8 = (char *)0x0;" (assignment_expression "pcVar8 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (what == 0x73) {\n file = (_obstack_chunk *)demand_copy_C_string(&length);\n pcVar8 = ".stab%c: missing string";\n if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }\n cVar5 = *input_line_pointer;\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n input_line_pointer = input_line_pointer + 1;\n pcVar8 = notes.next_free;\n }" if (parenthesized_expression "(what == 0x73)" ( (binary_expression "what == 0x73" identifier == number_literal) )) (compound_statement "{\n file = (_obstack_chunk *)demand_copy_C_string(&length);\n pcVar8 = ".stab%c: missing string";\n if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }\n cVar5 = *input_line_pointer;\n if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }\n if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n input_line_pointer = input_line_pointer + 1;\n pcVar8 = notes.next_free;\n }" { (expression_statement "file = (_obstack_chunk *)demand_copy_C_string(&length);" (assignment_expression "file = (_obstack_chunk *)demand_copy_C_string(&length)" identifier = (cast_expression "(_obstack_chunk *)demand_copy_C_string(&length)" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "demand_copy_C_string(&length)" identifier (argument_list "(&length)" ( (pointer_expression "&length" & identifier) ))))) ;) (expression_statement "pcVar8 = ".stab%c: missing string";" (assignment_expression "pcVar8 = ".stab%c: missing string"" identifier = (string_literal "".stab%c: missing string"" " string_content ")) ;) (if_statement "if (file == (_obstack_chunk *)0x0) {\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }" if (parenthesized_expression "(file == (_obstack_chunk *)0x0)" ( (binary_expression "file == (_obstack_chunk *)0x0" identifier == (cast_expression "(_obstack_chunk *)0x0" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);\n as_warn(pcVar8,0x73);\n ignore_rest_of_line();\n return;\n }" { (labeled_statement "LAB_0012a59c:\n pcVar8 = (char *)dcgettext(0,pcVar8,5);" statement_identifier : (expression_statement "pcVar8 = (char *)dcgettext(0,pcVar8,5);" (assignment_expression "pcVar8 = (char *)dcgettext(0,pcVar8,5)" identifier = (cast_expression "(char *)dcgettext(0,pcVar8,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar8,5)" identifier (argument_list "(0,pcVar8,5)" ( number_literal , identifier , number_literal ))))) ;)) (expression_statement "as_warn(pcVar8,0x73);" (call_expression "as_warn(pcVar8,0x73)" identifier (argument_list "(pcVar8,0x73)" ( identifier , number_literal ))) ;) (expression_statement "ignore_rest_of_line();" (call_expression "ignore_rest_of_line()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "cVar5 = *input_line_pointer;" (assignment_expression "cVar5 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;) (if_statement "if (cVar5 == ' ') {\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" if (parenthesized_expression "(cVar5 == ' ')" ( (binary_expression "cVar5 == ' '" identifier == (char_literal "' '" ' character ')) )) (compound_statement "{\n cVar5 = input_line_pointer[1];\n input_line_pointer = input_line_pointer + 1;\n }" { (expression_statement "cVar5 = input_line_pointer[1];" (assignment_expression "cVar5 = input_line_pointer[1]" identifier = (subscript_expression "input_line_pointer[1]" identifier [ number_literal ])) ;) (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) })) (if_statement "if (cVar5 != ',') {\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" if (parenthesized_expression "(cVar5 != ',')" ( (binary_expression "cVar5 != ','" identifier != (char_literal "','" ' character ')) )) (compound_statement "{\n pcVar8 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" { (expression_statement "pcVar8 = ".stab%c: missing comma";" (assignment_expression "pcVar8 = ".stab%c: missing comma"" identifier = (string_literal "".stab%c: missing comma"" " string_content ")) ;) (goto_statement "goto LAB_0012a59c;" goto statement_identifier ;) })) (expression_statement "input_line_pointer = input_line_pointer + 1;" (assignment_expression "input_line_pointer = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (expression_statement "pcVar8 = notes.next_free;" (assignment_expression "pcVar8 = notes.next_free" identifier = (field_expression "notes.next_free" identifier . field_identifier)) ;) })) (expression_statement "cVar5 = get_absolute_expression_and_terminator(&longint);" (assignment_expression "cVar5 = get_absolute_expression_and_terminator(&longint)" identifier = (call_expression "get_absolute_expression_and_terminator(&longint)" identifier (argument_list "(&longint)" ( (pointer_expression "&longint" & identifier) )))) ;) (expression_statement "iVar2 = (int)longint;" (assignment_expression "iVar2 = (int)longint" identifier = (cast_expression "(int)longint" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if ((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')) {\nLAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);\n as_warn(pcVar8,what);\n ignore_rest_of_line();\n return;\n }" if (parenthesized_expression "((cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ','))" ( (binary_expression "(cVar5 != ',') || (cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')" (parenthesized_expression "(cVar5 != ',')" ( (binary_expression "cVar5 != ','" identifier != (char_literal "','" ' character ')) )) || (parenthesized_expression "(cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ',')" ( (comma_expression "cVar5 = get_absolute_expression_and_terminator(&longint), cVar5 != ','" (assignment_expression "cVar5 = get_absolute_expression_and_terminator(&longint)" identifier = (call_expression "get_absolute_expression_and_terminator(&longint)" identifier (argument_list "(&longint)" ( (pointer_expression "&longint" & identifier) )))) , (binary_expression "cVar5 != ','" identifier != (char_literal "','" ' character '))) ))) )) (compound_statement "{\nLAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);\n as_warn(pcVar8,what);\n ignore_rest_of_line();\n return;\n }" { (labeled_statement "LAB_0012a28a:\n pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);" statement_identifier : (expression_statement "pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0,".stab%c: missing comma",5)" identifier = (cast_expression "(char *)dcgettext(0,".stab%c: missing comma",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,".stab%c: missing comma",5)" identifier (argument_list "(0,".stab%c: missing comma",5)" ( number_literal , (string_literal "".stab%c: missing comma"" " string_content ") , number_literal ))))) ;)) (expression_statement "as_warn(pcVar8,what);" (call_expression "as_warn(pcVar8,what)" identifier (argument_list "(pcVar8,what)" ( identifier , identifier ))) ;) (expression_statement "ignore_rest_of_line();" (call_expression "ignore_rest_of_line()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar9 = get_absolute_expression();" (assignment_expression "uVar9 = get_absolute_expression()" identifier = (call_expression "get_absolute_expression()" identifier (argument_list "()" ( )))) ;) (expression_statement "line = (uint)uVar9;" (assignment_expression "line = (uint)uVar9" identifier = (cast_expression "(uint)uVar9" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (0x17fff < line + 0x8000) {\n pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);\n as_warn(pcVar10,what,uVar9 & 0xffffffff);\n }" if (parenthesized_expression "(0x17fff < line + 0x8000)" ( (binary_expression "0x17fff < line + 0x8000" number_literal < (binary_expression "line + 0x8000" identifier + number_literal)) )) (compound_statement "{\n pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);\n as_warn(pcVar10,what,uVar9 & 0xffffffff);\n }" { (expression_statement "pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5);" (assignment_expression "pcVar10 = (char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5)" identifier (argument_list "(0,\n ".stab%c: description field \'%x\' too big, try a different debug format"\n ,5)" ( number_literal , (string_literal "".stab%c: description field \'%x\' too big, try a different debug format"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal ))))) ;) (expression_statement "as_warn(pcVar10,what,uVar9 & 0xffffffff);" (call_expression "as_warn(pcVar10,what,uVar9 & 0xffffffff)" identifier (argument_list "(pcVar10,what,uVar9 & 0xffffffff)" ( identifier , identifier , (binary_expression "uVar9 & 0xffffffff" identifier & number_literal) ))) ;) })) (expression_statement "pcVar10 = input_line_pointer;" (assignment_expression "pcVar10 = input_line_pointer" identifier = identifier) ;) (if_statement "if (what == 0x73 || what == 0x6e) {\n if (*input_line_pointer != ',') goto LAB_0012a28a;\n pcVar10 = input_line_pointer + 1;\n if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }\n }" if (parenthesized_expression "(what == 0x73 || what == 0x6e)" ( (binary_expression "what == 0x73 || what == 0x6e" (binary_expression "what == 0x73" identifier == number_literal) || (binary_expression "what == 0x6e" identifier == number_literal)) )) (compound_statement "{\n if (*input_line_pointer != ',') goto LAB_0012a28a;\n pcVar10 = input_line_pointer + 1;\n if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }\n }" { (if_statement "if (*input_line_pointer != ',') goto LAB_0012a28a;" if (parenthesized_expression "(*input_line_pointer != ',')" ( (binary_expression "*input_line_pointer != ','" (pointer_expression "*input_line_pointer" * identifier) != (char_literal "','" ' character ')) )) (goto_statement "goto LAB_0012a28a;" goto statement_identifier ;)) (expression_statement "pcVar10 = input_line_pointer + 1;" (assignment_expression "pcVar10 = input_line_pointer + 1" identifier = (binary_expression "input_line_pointer + 1" identifier + number_literal)) ;) (if_statement "if (input_line_pointer[1] == ' ') {\n pcVar10 = input_line_pointer + 2;\n }" if (parenthesized_expression "(input_line_pointer[1] == ' ')" ( (binary_expression "input_line_pointer[1] == ' '" (subscript_expression "input_line_pointer[1]" identifier [ number_literal ]) == (char_literal "' '" ' character ')) )) (compound_statement "{\n pcVar10 = input_line_pointer + 2;\n }" { (expression_statement "pcVar10 = input_line_pointer + 2;" (assignment_expression "pcVar10 = input_line_pointer + 2" identifier = (binary_expression "input_line_pointer + 2" identifier + number_literal)) ;) })) })) (expression_statement "input_line_pointer = pcVar10;" (assignment_expression "input_line_pointer = pcVar10" identifier = identifier) ;) (if_statement "if (listing != 0) {\n if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }\n }" if (parenthesized_expression "(listing != 0)" ( (binary_expression "listing != 0" identifier != number_literal) )) (compound_statement "{\n if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }\n }" { (if_statement "if ((iVar2 == 100) || (iVar2 == 0x84)) {\n listing_source_file((char *)file);\n }\n else if (iVar2 == 0x44) {\n listing_source_line(line);\n }" if (parenthesized_expression "((iVar2 == 100) || (iVar2 == 0x84))" ( (binary_expression "(iVar2 == 100) || (iVar2 == 0x84)" (parenthesized_expression "(iVar2 == 100)" ( (binary_expression "iVar2 == 100" identifier == number_literal) )) || (parenthesized_expression "(iVar2 == 0x84)" ( (binary_expression "iVar2 == 0x84" identifier == number_literal) ))) )) (compound_statement "{\n listing_source_file((char *)file);\n }" { (expression_statement "listing_source_file((char *)file);" (call_expression "listing_source_file((char *)file)" identifier (argument_list "((char *)file)" ( (cast_expression "(char *)file" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) }) (else_clause "else if (iVar2 == 0x44) {\n listing_source_line(line);\n }" else (if_statement "if (iVar2 == 0x44) {\n listing_source_line(line);\n }" if (parenthesized_expression "(iVar2 == 0x44)" ( (binary_expression "iVar2 == 0x44" identifier == number_literal) )) (compound_statement "{\n listing_source_line(line);\n }" { (expression_statement "listing_source_line(line);" (call_expression "listing_source_line(line)" identifier (argument_list "(line)" ( identifier ))) ;) })))) })) (expression_statement "frag = frag_now;" (assignment_expression "frag = frag_now" identifier = identifier) ;) (expression_statement "subseg = now_subseg;" (assignment_expression "subseg = now_subseg" identifier = identifier) ;) (expression_statement "seg = now_seg;" (assignment_expression "seg = now_seg" identifier = identifier) ;) (expression_statement "ofs = frag_now_fix();" (assignment_expression "ofs = frag_now_fix()" identifier = (call_expression "frag_now_fix()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)) {\n seg_00 = subseg_new(stab_secname,0);\n if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }\n s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);\n s_stab_generic::lexical_block_11::cached_sec = seg_00;\n }\n else {\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }" if (parenthesized_expression "((s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0))" ( (binary_expression "(s_stab_generic::lexical_block_11::cached_secname == (char *)0x0) ||\n (iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)" (parenthesized_expression "(s_stab_generic::lexical_block_11::cached_secname == (char *)0x0)" ( (ERROR "s_stab_generic::lexical_block_11::" identifier : : identifier : :) (binary_expression "cached_secname == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::cached_sec, iVar6 != 0)" ( (ERROR "iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic::lexical_block_11::" (comma_expression "iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname),\n seg_00 = s_stab_generic" (assignment_expression "iVar6 = strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname)" identifier = (call_expression "strcmp(s_stab_generic::lexical_block_11::cached_secname,stab_secname)" identifier (argument_list "(s_stab_generic::lexical_block_11::cached_secname,stab_secname)" ( (ERROR "s_stab_generic::lexical_block_11::" identifier : : identifier : :) identifier , identifier )))) , (assignment_expression "seg_00 = s_stab_generic" identifier = identifier)) : : identifier : :) (comma_expression "cached_sec, iVar6 != 0" identifier , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n seg_00 = subseg_new(stab_secname,0);\n if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }\n s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);\n s_stab_generic::lexical_block_11::cached_sec = seg_00;\n }" { (expression_statement "seg_00 = subseg_new(stab_secname,0);" (assignment_expression "seg_00 = subseg_new(stab_secname,0)" identifier = (call_expression "subseg_new(stab_secname,0)" identifier (argument_list "(stab_secname,0)" ( identifier , number_literal )))) ;) (if_statement "if (s_stab_generic::lexical_block_11::cached_secname != (char *)0x0) {\n free(s_stab_generic::lexical_block_11::cached_secname);\n }" if (parenthesized_expression "(s_stab_generic::lexical_block_11::cached_secname != (char *)0x0)" ( (ERROR "s_stab_generic::lexical_block_11::" identifier : : identifier : :) (binary_expression "cached_secname != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(s_stab_generic::lexical_block_11::cached_secname);\n }" { (labeled_statement "free(s_stab_generic::lexical_block_11::cached_secname);" statement_identifier (ERROR "(s_stab_generic:" ( (type_descriptor "s_stab_generic" type_identifier) :) : (labeled_statement "lexical_block_11::cached_secname);" statement_identifier : (ERROR ":" :) (expression_statement "cached_secname);" identifier (ERROR ")" )) ;))) })) (labeled_statement "s_stab_generic::lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);" statement_identifier : (ERROR ":" :) (labeled_statement "lexical_block_11::cached_secname = (char *)xstrdup(stab_secname);" statement_identifier : (ERROR ":" :) (expression_statement "cached_secname = (char *)xstrdup(stab_secname);" (assignment_expression "cached_secname = (char *)xstrdup(stab_secname)" identifier = (cast_expression "(char *)xstrdup(stab_secname)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(stab_secname)" identifier (argument_list "(stab_secname)" ( identifier ))))) ;))) (labeled_statement "s_stab_generic::lexical_block_11::cached_sec = seg_00;" statement_identifier : (ERROR ":" :) (labeled_statement "lexical_block_11::cached_sec = seg_00;" statement_identifier : (ERROR ":" :) (expression_statement "cached_sec = seg_00;" (assignment_expression "cached_sec = seg_00" identifier = identifier) ;))) }) (else_clause "else {\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }" else (compound_statement "{\n subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);\n }" { (labeled_statement "subseg_set(s_stab_generic::lexical_block_11::cached_sec,0);" statement_identifier (ERROR "(s_stab_generic:" ( (type_descriptor "s_stab_generic" type_identifier) :) : (labeled_statement "lexical_block_11::cached_sec,0);" statement_identifier : (ERROR ":" :) (expression_statement "cached_sec,0);" (comma_expression "cached_sec,0" identifier , number_literal) (ERROR ")" )) ;))) }))) (if_statement "if ((*(byte *)((long)seg_00->userdata + 8) & 1) == 0) {\n bfd_set_section_flags(stdoutput,seg_00,0x200c);\n obj_elf_init_stab_section(seg_00);\n pbVar1 = (byte *)((long)seg_00->userdata + 8);\n *pbVar1 = *pbVar1 | 1;\n }" if (parenthesized_expression "((*(byte *)((long)seg_00->userdata + 8) & 1) == 0)" ( (binary_expression "(*(byte *)((long)seg_00->userdata + 8) & 1) == 0" (parenthesized_expression "(*(byte *)((long)seg_00->userdata + 8) & 1)" ( (binary_expression "*(byte *)((long)seg_00->userdata + 8) & 1" (pointer_expression "*(byte *)((long)seg_00->userdata + 8)" * (cast_expression "(byte *)((long)seg_00->userdata + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)seg_00->userdata + 8)" ( (binary_expression "(long)seg_00->userdata + 8" (cast_expression "(long)seg_00->userdata" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "seg_00->userdata" identifier -> field_identifier)) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n bfd_set_section_flags(stdoutput,seg_00,0x200c);\n obj_elf_init_stab_section(seg_00);\n pbVar1 = (byte *)((long)seg_00->userdata + 8);\n *pbVar1 = *pbVar1 | 1;\n }" { (expression_statement "bfd_set_section_flags(stdoutput,seg_00,0x200c);" (call_expression "bfd_set_section_flags(stdoutput,seg_00,0x200c)" identifier (argument_list "(stdoutput,seg_00,0x200c)" ( identifier , identifier , number_literal ))) ;) (expression_statement "obj_elf_init_stab_section(seg_00);" (call_expression "obj_elf_init_stab_section(seg_00)" identifier (argument_list "(seg_00)" ( identifier ))) ;) (expression_statement "pbVar1 = (byte *)((long)seg_00->userdata + 8);" (assignment_expression "pbVar1 = (byte *)((long)seg_00->userdata + 8)" identifier = (cast_expression "(byte *)((long)seg_00->userdata + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)seg_00->userdata + 8)" ( (binary_expression "(long)seg_00->userdata + 8" (cast_expression "(long)seg_00->userdata" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "seg_00->userdata" identifier -> field_identifier)) + number_literal) )))) ;) (expression_statement "*pbVar1 = *pbVar1 | 1;" (assignment_expression "*pbVar1 = *pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) | number_literal)) ;) })) (expression_statement "uVar7 = get_stab_string_offset((char *)file,stabstr_secname);" (assignment_expression "uVar7 = get_stab_string_offset((char *)file,stabstr_secname)" identifier = (call_expression "get_stab_string_offset((char *)file,stabstr_secname)" identifier (argument_list "((char *)file,stabstr_secname)" ( (cast_expression "(char *)file" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (if_statement "if (what == 0x73) {\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }\n notes.next_free = (char *)p_Var4;\n notes.object_base = (char *)p_Var3;\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n }\n else {\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }" if (parenthesized_expression "(what == 0x73)" ( (binary_expression "what == 0x73" identifier == number_literal) )) (compound_statement "{\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }\n notes.next_free = (char *)p_Var4;\n notes.object_base = (char *)p_Var3;\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n }" { (expression_statement "p_Var3 = (_obstack_chunk *)notes.object_base;" (assignment_expression "p_Var3 = (_obstack_chunk *)notes.object_base" identifier = (cast_expression "(_obstack_chunk *)notes.object_base" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "notes.object_base" identifier . field_identifier))) ;) (expression_statement "p_Var4 = (_obstack_chunk *)notes.next_free;" (assignment_expression "p_Var4 = (_obstack_chunk *)notes.next_free" identifier = (cast_expression "(_obstack_chunk *)notes.next_free" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "notes.next_free" identifier . field_identifier))) ;) (if_statement "if ((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))) {\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }" if (parenthesized_expression "((notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file))))" ( (binary_expression "(notes.next_free == pcVar8) &&\n ((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))" (parenthesized_expression "(notes.next_free == pcVar8)" ( (binary_expression "notes.next_free == pcVar8" (field_expression "notes.next_free" identifier . field_identifier) == identifier) )) && (parenthesized_expression "((file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)))" ( (parenthesized_expression "(file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file))" ( (binary_expression "file <= notes.chunk || (p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)" (binary_expression "file <= notes.chunk" identifier <= (field_expression "notes.chunk" identifier . field_identifier)) || (parenthesized_expression "(p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file)" ( (comma_expression "p_Var3 = file, p_Var4 = file, notes.chunk_limit <= file" (assignment_expression "p_Var3 = file" identifier = identifier) , (comma_expression "p_Var4 = file, notes.chunk_limit <= file" (assignment_expression "p_Var4 = file" identifier = identifier) , (binary_expression "notes.chunk_limit <= file" (field_expression "notes.chunk_limit" identifier . field_identifier) <= identifier))) ))) )) ))) )) (compound_statement "{\n _obstack_free(¬es,file);\n p_Var3 = (_obstack_chunk *)notes.object_base;\n p_Var4 = (_obstack_chunk *)notes.next_free;\n }" { (expression_statement "_obstack_free(¬es,file);" (call_expression "_obstack_free(¬es,file)" identifier (argument_list "(¬es,file)" ( (pointer_expression "¬es" & identifier) , identifier ))) ;) (expression_statement "p_Var3 = (_obstack_chunk *)notes.object_base;" (assignment_expression "p_Var3 = (_obstack_chunk *)notes.object_base" identifier = (cast_expression "(_obstack_chunk *)notes.object_base" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "notes.object_base" identifier . field_identifier))) ;) (expression_statement "p_Var4 = (_obstack_chunk *)notes.next_free;" (assignment_expression "p_Var4 = (_obstack_chunk *)notes.next_free" identifier = (cast_expression "(_obstack_chunk *)notes.next_free" ( (type_descriptor "_obstack_chunk *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "notes.next_free" identifier . field_identifier))) ;) })) (expression_statement "notes.next_free = (char *)p_Var4;" (assignment_expression "notes.next_free = (char *)p_Var4" (field_expression "notes.next_free" identifier . field_identifier) = (cast_expression "(char *)p_Var4" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "notes.object_base = (char *)p_Var3;" (assignment_expression "notes.object_base = (char *)p_Var3" (field_expression "notes.object_base" identifier . field_identifier) = (cast_expression "(char *)p_Var3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pcVar8 = frag_more(8);" (assignment_expression "pcVar8 = frag_more(8)" identifier = (call_expression "frag_more(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "md_number_to_chars(pcVar8,(ulong)uVar7,4);" (call_expression "md_number_to_chars(pcVar8,(ulong)uVar7,4)" identifier (argument_list "(pcVar8,(ulong)uVar7,4)" ( identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 4,(long)iVar2,1);" (call_expression "md_number_to_chars(pcVar8 + 4,(long)iVar2,1)" identifier (argument_list "(pcVar8 + 4,(long)iVar2,1)" ( (binary_expression "pcVar8 + 4" identifier + number_literal) , (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);" (call_expression "md_number_to_chars(pcVar8 + 5,(long)(int)longint,1)" identifier (argument_list "(pcVar8 + 5,(long)(int)longint,1)" ( (binary_expression "pcVar8 + 5" identifier + number_literal) , (cast_expression "(long)(int)longint" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)longint" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 6,(long)(int)line,2);" (call_expression "md_number_to_chars(pcVar8 + 6,(long)(int)line,2)" identifier (argument_list "(pcVar8 + 6,(long)(int)line,2)" ( (binary_expression "pcVar8 + 6" identifier + number_literal) , (cast_expression "(long)(int)line" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)line" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) }) (else_clause "else {\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }" else (compound_statement "{\n pcVar8 = frag_more(8);\n md_number_to_chars(pcVar8,(ulong)uVar7,4);\n md_number_to_chars(pcVar8 + 4,(long)iVar2,1);\n md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);\n md_number_to_chars(pcVar8 + 6,(long)(int)line,2);\n if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }\n }" { (expression_statement "pcVar8 = frag_more(8);" (assignment_expression "pcVar8 = frag_more(8)" identifier = (call_expression "frag_more(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "md_number_to_chars(pcVar8,(ulong)uVar7,4);" (call_expression "md_number_to_chars(pcVar8,(ulong)uVar7,4)" identifier (argument_list "(pcVar8,(ulong)uVar7,4)" ( identifier , (cast_expression "(ulong)uVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 4,(long)iVar2,1);" (call_expression "md_number_to_chars(pcVar8 + 4,(long)iVar2,1)" identifier (argument_list "(pcVar8 + 4,(long)iVar2,1)" ( (binary_expression "pcVar8 + 4" identifier + number_literal) , (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 5,(long)(int)longint,1);" (call_expression "md_number_to_chars(pcVar8 + 5,(long)(int)longint,1)" identifier (argument_list "(pcVar8 + 5,(long)(int)longint,1)" ( (binary_expression "pcVar8 + 5" identifier + number_literal) , (cast_expression "(long)(int)longint" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)longint" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (expression_statement "md_number_to_chars(pcVar8 + 6,(long)(int)line,2);" (call_expression "md_number_to_chars(pcVar8 + 6,(long)(int)line,2)" identifier (argument_list "(pcVar8 + 6,(long)(int)line,2)" ( (binary_expression "pcVar8 + 6" identifier + number_literal) , (cast_expression "(long)(int)line" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)line" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (if_statement "if (what != 0x73 && what != 0x6e) {\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }" if (parenthesized_expression "(what != 0x73 && what != 0x6e)" ( (binary_expression "what != 0x73 && what != 0x6e" (binary_expression "what != 0x73" identifier != number_literal) && (binary_expression "what != 0x6e" identifier != number_literal)) )) (compound_statement "{\n _length = symbol_temp_new(seg,ofs,frag);\n local_40 = 3;\n local_48 = 0;\n emit_expr((expressionS *)&length,4);\n goto LAB_0012a4a4;\n }" { (expression_statement "_length = symbol_temp_new(seg,ofs,frag);" (assignment_expression "_length = symbol_temp_new(seg,ofs,frag)" identifier = (call_expression "symbol_temp_new(seg,ofs,frag)" identifier (argument_list "(seg,ofs,frag)" ( identifier , identifier , identifier )))) ;) (expression_statement "local_40 = 3;" (assignment_expression "local_40 = 3" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "emit_expr((expressionS *)&length,4);" (call_expression "emit_expr((expressionS *)&length,4)" identifier (argument_list "((expressionS *)&length,4)" ( (cast_expression "(expressionS *)&length" ( (type_descriptor "expressionS *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&length" & identifier)) , number_literal ))) ;) (goto_statement "goto LAB_0012a4a4;" goto statement_identifier ;) })) }))) (expression_statement "cons(4);" (call_expression "cons(4)" identifier (argument_list "(4)" ( number_literal ))) ;) (expression_statement "input_line_pointer = input_line_pointer + -1;" (assignment_expression "input_line_pointer = input_line_pointer + -1" identifier = (binary_expression "input_line_pointer + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0012a4a4:\n subseg_set(seg,subseg);" statement_identifier : (expression_statement "subseg_set(seg,subseg);" (call_expression "subseg_set(seg,subseg)" identifier (argument_list "(seg,subseg)" ( identifier , identifier ))) ;)) (expression_statement "demand_empty_rest_of_line();" (call_expression "demand_empty_rest_of_line()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}\n\n" (function_definition "void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" primitive_type (function_declarator "FUN_0012a250(int param_1,char *param_2,undefined8 param_3)" identifier (parameter_list "(int param_1,char *param_2,undefined8 param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "char cVar7;" primitive_type identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined4 uVar10;" type_identifier identifier ;) (declaration "undefined8 uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "undefined *puVar16;" type_identifier (pointer_declarator "*puVar16" * identifier) ;) (declaration "int local_60 [2];" primitive_type (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58 [2];" type_identifier (array_declarator "local_58 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined1 local_40;" type_identifier identifier ;) (expression_statement "puVar14 = &DAT_00147c45;" (assignment_expression "puVar14 = &DAT_00147c45" identifier = (pointer_expression "&DAT_00147c45" & identifier)) ;) (expression_statement "puVar16 = (undefined *)0x0;" (assignment_expression "puVar16 = (undefined *)0x0" identifier = (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" if (parenthesized_expression "(param_1 == 0x73)" ( (binary_expression "param_1 == 0x73" identifier == number_literal) )) (compound_statement "{\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" { (expression_statement "puVar14 = (undefined *)FUN_00128800(local_58);" (assignment_expression "puVar14 = (undefined *)FUN_00128800(local_58)" identifier = (cast_expression "(undefined *)FUN_00128800(local_58)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00128800(local_58)" identifier (argument_list "(local_58)" ( identifier ))))) ;) (expression_statement "pcVar15 = ".stab%c: missing string";" (assignment_expression "pcVar15 = ".stab%c: missing string"" identifier = (string_literal "".stab%c: missing string"" " string_content ")) ;) (if_statement "if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" if (parenthesized_expression "(puVar14 == (undefined *)0x0)" ( (binary_expression "puVar14 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" { (labeled_statement "LAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);" statement_identifier : (expression_statement "uVar11 = dcgettext(0,pcVar15,5);" (assignment_expression "uVar11 = dcgettext(0,pcVar15,5)" identifier = (call_expression "dcgettext(0,pcVar15,5)" identifier (argument_list "(0,pcVar15,5)" ( number_literal , identifier , number_literal )))) ;)) (expression_statement "FUN_00121590(uVar11,0x73);" (call_expression "FUN_00121590(uVar11,0x73)" identifier (argument_list "(uVar11,0x73)" ( identifier , number_literal ))) ;) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "cVar7 = *DAT_001b1e80;" (assignment_expression "cVar7 = *DAT_001b1e80" identifier = (pointer_expression "*DAT_001b1e80" * identifier)) ;) (if_statement "if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" if (parenthesized_expression "(cVar7 == ' ')" ( (binary_expression "cVar7 == ' '" identifier == (char_literal "' '" ' character ')) )) (compound_statement "{\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" { (expression_statement "cVar7 = DAT_001b1e80[1];" (assignment_expression "cVar7 = DAT_001b1e80[1]" identifier = (subscript_expression "DAT_001b1e80[1]" identifier [ number_literal ])) ;) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) })) (if_statement "if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" if (parenthesized_expression "(cVar7 != ',')" ( (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character ')) )) (compound_statement "{\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" { (expression_statement "pcVar15 = ".stab%c: missing comma";" (assignment_expression "pcVar15 = ".stab%c: missing comma"" identifier = (string_literal "".stab%c: missing comma"" " string_content ")) ;) (goto_statement "goto LAB_0012a59c;" goto statement_identifier ;) })) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) (expression_statement "puVar16 = DAT_001b1f58;" (assignment_expression "puVar16 = DAT_001b1f58" identifier = identifier) ;) })) (expression_statement "cVar7 = FUN_00128400(local_60);" (assignment_expression "cVar7 = FUN_00128400(local_60)" identifier = (call_expression "FUN_00128400(local_60)" identifier (argument_list "(local_60)" ( identifier )))) ;) (expression_statement "iVar4 = local_60[0];" (assignment_expression "iVar4 = local_60[0]" identifier = (subscript_expression "local_60[0]" identifier [ number_literal ])) ;) (if_statement "if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" if (parenthesized_expression "((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ','))" ( (binary_expression "(cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')" (parenthesized_expression "(cVar7 != ',')" ( (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character ')) )) || (parenthesized_expression "(cVar7 = FUN_00128400(local_60), cVar7 != ',')" ( (comma_expression "cVar7 = FUN_00128400(local_60), cVar7 != ','" (assignment_expression "cVar7 = FUN_00128400(local_60)" identifier = (call_expression "FUN_00128400(local_60)" identifier (argument_list "(local_60)" ( identifier )))) , (binary_expression "cVar7 != ','" identifier != (char_literal "','" ' character '))) ))) )) (compound_statement "{\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" { (labeled_statement "LAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);" statement_identifier : (expression_statement "uVar11 = dcgettext(0,".stab%c: missing comma",5);" (assignment_expression "uVar11 = dcgettext(0,".stab%c: missing comma",5)" identifier = (call_expression "dcgettext(0,".stab%c: missing comma",5)" identifier (argument_list "(0,".stab%c: missing comma",5)" ( number_literal , (string_literal "".stab%c: missing comma"" " string_content ") , number_literal )))) ;)) (expression_statement "FUN_00121590(uVar11,param_1);" (call_expression "FUN_00121590(uVar11,param_1)" identifier (argument_list "(uVar11,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "iVar8 = FUN_00122f60();" (assignment_expression "iVar8 = FUN_00122f60()" identifier = (call_expression "FUN_00122f60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" if (parenthesized_expression "(0x17fff < iVar8 + 0x8000U)" ( (binary_expression "0x17fff < iVar8 + 0x8000U" number_literal < (binary_expression "iVar8 + 0x8000U" identifier + number_literal)) )) (compound_statement "{\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" { (expression_statement "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );" (assignment_expression "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" identifier = (call_expression "dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" identifier (argument_list "(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" ( number_literal , (string_literal "".stab%c: description field \'%x\' too big, try a different debug format"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_00121590(uVar11,param_1,iVar8);" (call_expression "FUN_00121590(uVar11,param_1,iVar8)" identifier (argument_list "(uVar11,param_1,iVar8)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "pcVar15 = DAT_001b1e80;" (assignment_expression "pcVar15 = DAT_001b1e80" identifier = identifier) ;) (if_statement "if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" if (parenthesized_expression "(param_1 == 0x73 || param_1 == 0x6e)" ( (binary_expression "param_1 == 0x73 || param_1 == 0x6e" (binary_expression "param_1 == 0x73" identifier == number_literal) || (binary_expression "param_1 == 0x6e" identifier == number_literal)) )) (compound_statement "{\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" { (if_statement "if (*DAT_001b1e80 != ',') goto LAB_0012a28a;" if (parenthesized_expression "(*DAT_001b1e80 != ',')" ( (binary_expression "*DAT_001b1e80 != ','" (pointer_expression "*DAT_001b1e80" * identifier) != (char_literal "','" ' character ')) )) (goto_statement "goto LAB_0012a28a;" goto statement_identifier ;)) (expression_statement "pcVar15 = DAT_001b1e80 + 1;" (assignment_expression "pcVar15 = DAT_001b1e80 + 1" identifier = (binary_expression "DAT_001b1e80 + 1" identifier + number_literal)) ;) (if_statement "if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }" if (parenthesized_expression "(DAT_001b1e80[1] == ' ')" ( (binary_expression "DAT_001b1e80[1] == ' '" (subscript_expression "DAT_001b1e80[1]" identifier [ number_literal ]) == (char_literal "' '" ' character ')) )) (compound_statement "{\n pcVar15 = DAT_001b1e80 + 2;\n }" { (expression_statement "pcVar15 = DAT_001b1e80 + 2;" (assignment_expression "pcVar15 = DAT_001b1e80 + 2" identifier = (binary_expression "DAT_001b1e80 + 2" identifier + number_literal)) ;) })) })) (expression_statement "DAT_001b1e80 = pcVar15;" (assignment_expression "DAT_001b1e80 = pcVar15" identifier = identifier) ;) (if_statement "if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" if (parenthesized_expression "(DAT_001b1c8c != 0)" ( (binary_expression "DAT_001b1c8c != 0" identifier != number_literal) )) (compound_statement "{\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" { (if_statement "if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" if (parenthesized_expression "((iVar4 == 100) || (iVar4 == 0x84))" ( (binary_expression "(iVar4 == 100) || (iVar4 == 0x84)" (parenthesized_expression "(iVar4 == 100)" ( (binary_expression "iVar4 == 100" identifier == number_literal) )) || (parenthesized_expression "(iVar4 == 0x84)" ( (binary_expression "iVar4 == 0x84" identifier == number_literal) ))) )) (compound_statement "{\n FUN_0011e800(puVar14);\n }" { (expression_statement "FUN_0011e800(puVar14);" (call_expression "FUN_0011e800(puVar14)" identifier (argument_list "(puVar14)" ( identifier ))) ;) }) (else_clause "else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" else (if_statement "if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" if (parenthesized_expression "(iVar4 == 0x44)" ( (binary_expression "iVar4 == 0x44" identifier == number_literal) )) (compound_statement "{\n FUN_0011e7b0(iVar8);\n }" { (expression_statement "FUN_0011e7b0(iVar8);" (call_expression "FUN_0011e7b0(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))) ;) })))) })) (expression_statement "uVar3 = DAT_001b1d48;" (assignment_expression "uVar3 = DAT_001b1d48" identifier = identifier) ;) (expression_statement "uVar2 = DAT_001b1d44;" (assignment_expression "uVar2 = DAT_001b1d44" identifier = identifier) ;) (expression_statement "uVar11 = DAT_001b1ba8;" (assignment_expression "uVar11 = DAT_001b1ba8" identifier = identifier) ;) (expression_statement "uVar12 = FUN_0011aec0();" (assignment_expression "uVar12 = FUN_0011aec0()" identifier = (call_expression "FUN_0011aec0()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }" if (parenthesized_expression "((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0))" ( (binary_expression "(DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" (parenthesized_expression "(DAT_001b1460 == (char *)0x0)" ( (binary_expression "DAT_001b1460 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" ( (comma_expression "iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "iVar9 = strcmp(DAT_001b1460,param_2)" identifier = (call_expression "strcmp(DAT_001b1460,param_2)" identifier (argument_list "(DAT_001b1460,param_2)" ( identifier , identifier )))) , (comma_expression "lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "lVar13 = DAT_001b1458" identifier = identifier) , (binary_expression "iVar9 != 0" identifier != number_literal))) ))) )) (compound_statement "{\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }" { (expression_statement "lVar13 = FUN_0012b1b0(param_2,0);" (assignment_expression "lVar13 = FUN_0012b1b0(param_2,0)" identifier = (call_expression "FUN_0012b1b0(param_2,0)" identifier (argument_list "(param_2,0)" ( identifier , number_literal )))) ;) (if_statement "if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }" if (parenthesized_expression "(DAT_001b1460 != (char *)0x0)" ( (binary_expression "DAT_001b1460 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(DAT_001b1460);\n }" { (expression_statement "free(DAT_001b1460);" (call_expression "free(DAT_001b1460)" identifier (argument_list "(DAT_001b1460)" ( identifier ))) ;) })) (expression_statement "DAT_001b1460 = (char *)xstrdup(param_2);" (assignment_expression "DAT_001b1460 = (char *)xstrdup(param_2)" identifier = (cast_expression "(char *)xstrdup(param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(param_2)" identifier (argument_list "(param_2)" ( identifier ))))) ;) (expression_statement "DAT_001b1458 = lVar13;" (assignment_expression "DAT_001b1458 = lVar13" identifier = identifier) ;) }) (else_clause "else {\n FUN_0012b210(DAT_001b1458,0);\n }" else (compound_statement "{\n FUN_0012b210(DAT_001b1458,0);\n }" { (expression_statement "FUN_0012b210(DAT_001b1458,0);" (call_expression "FUN_0012b210(DAT_001b1458,0)" identifier (argument_list "(DAT_001b1458,0)" ( identifier , number_literal ))) ;) }))) (if_statement "if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" if (parenthesized_expression "((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1)" ( (binary_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1" (pointer_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8)" * (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" ( (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" * (cast_expression "(long *)(lVar13 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0xa8)" ( (binary_expression "lVar13 + 0xa8" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" { (expression_statement "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);" (call_expression "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c)" identifier (argument_list "(DAT_001b1e50,lVar13,0x200c)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_00142ce0(lVar13);" (call_expression "FUN_00142ce0(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))) ;) (expression_statement "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);" (assignment_expression "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8)" identifier = (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" ( (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" * (cast_expression "(long *)(lVar13 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0xa8)" ( (binary_expression "lVar13 + 0xa8" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "*pbVar1 = *pbVar1 | 1;" (assignment_expression "*pbVar1 = *pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) = (binary_expression "*pbVar1 | 1" (pointer_expression "*pbVar1" * identifier) | number_literal)) ;) })) (expression_statement "uVar10 = FUN_0012a140(puVar14,param_3);" (assignment_expression "uVar10 = FUN_0012a140(puVar14,param_3)" identifier = (call_expression "FUN_0012a140(puVar14,param_3)" identifier (argument_list "(puVar14,param_3)" ( identifier , identifier )))) ;) (if_statement "if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" if (parenthesized_expression "(param_1 == 0x73)" ( (binary_expression "param_1 == 0x73" identifier == number_literal) )) (compound_statement "{\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }" { (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" identifier = identifier) ;) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" identifier = identifier) ;) (if_statement "if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" if (parenthesized_expression "((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))" ( (binary_expression "(DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" (parenthesized_expression "(DAT_001b1f58 == puVar16)" ( (binary_expression "DAT_001b1f58 == puVar16" identifier == identifier) )) && (parenthesized_expression "((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" ( (parenthesized_expression "(puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))" ( (binary_expression "puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" (binary_expression "puVar14 <= DAT_001b1f48" identifier <= identifier) || (parenthesized_expression "(puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" ( (comma_expression "puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar5 = puVar14" identifier = identifier) , (comma_expression "puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar6 = puVar14" identifier = identifier) , (binary_expression "DAT_001b1f60 <= puVar14" identifier <= identifier))) ))) )) ))) )) (compound_statement "{\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" { (expression_statement "_obstack_free(&DAT_001b1f40,puVar14);" (call_expression "_obstack_free(&DAT_001b1f40,puVar14)" identifier (argument_list "(&DAT_001b1f40,puVar14)" ( (pointer_expression "&DAT_001b1f40" & identifier) , identifier ))) ;) (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" identifier = identifier) ;) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" identifier = identifier) ;) })) (expression_statement "DAT_001b1f58 = puVar6;" (assignment_expression "DAT_001b1f58 = puVar6" identifier = identifier) ;) (expression_statement "DAT_001b1f50 = puVar5;" (assignment_expression "DAT_001b1f50 = puVar5" identifier = identifier) ;) (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" identifier = (call_expression "FUN_0011ac60(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" identifier (argument_list "(lVar13,uVar10,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" identifier (argument_list "(lVar13 + 4,(long)iVar4,1)" ( (binary_expression "lVar13 + 4" identifier + number_literal) , (cast_expression "(long)iVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" identifier (argument_list "(lVar13 + 5,(long)local_60[0],1)" ( (binary_expression "lVar13 + 5" identifier + number_literal) , (cast_expression "(long)local_60[0]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "local_60[0]" identifier [ number_literal ])) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" identifier (argument_list "(lVar13 + 6,(long)iVar8,2)" ( (binary_expression "lVar13 + 6" identifier + number_literal) , (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) }) (else_clause "else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" else (compound_statement "{\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" { (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" identifier = (call_expression "FUN_0011ac60(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" identifier (argument_list "(lVar13,uVar10,4)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" identifier (argument_list "(lVar13 + 4,(long)iVar4,1)" ( (binary_expression "lVar13 + 4" identifier + number_literal) , (cast_expression "(long)iVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" identifier (argument_list "(lVar13 + 5,(long)local_60[0],1)" ( (binary_expression "lVar13 + 5" identifier + number_literal) , (cast_expression "(long)local_60[0]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "local_60[0]" identifier [ number_literal ])) , number_literal ))) ;) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" identifier (argument_list "(lVar13 + 6,(long)iVar8,2)" ( (binary_expression "lVar13 + 6" identifier + number_literal) , (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , number_literal ))) ;) (if_statement "if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" if (parenthesized_expression "(param_1 != 0x73 && param_1 != 0x6e)" ( (binary_expression "param_1 != 0x73 && param_1 != 0x6e" (binary_expression "param_1 != 0x73" identifier != number_literal) && (binary_expression "param_1 != 0x6e" identifier != number_literal)) )) (compound_statement "{\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" { (expression_statement "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);" (assignment_expression "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3)" (subscript_expression "local_58[0]" identifier [ number_literal ]) = (call_expression "FUN_0012d310(uVar11,uVar12,uVar3)" identifier (argument_list "(uVar11,uVar12,uVar3)" ( identifier , identifier , identifier )))) ;) (expression_statement "local_40 = 3;" (assignment_expression "local_40 = 3" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "FUN_001264c0(local_58,4);" (call_expression "FUN_001264c0(local_58,4)" identifier (argument_list "(local_58,4)" ( identifier , number_literal ))) ;) (goto_statement "goto LAB_0012a4a4;" goto statement_identifier ;) })) }))) (expression_statement "FUN_00126bb0(4);" (call_expression "FUN_00126bb0(4)" identifier (argument_list "(4)" ( number_literal ))) ;) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + -1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + -1" identifier = (binary_expression "DAT_001b1e80 + -1" identifier + number_literal)) ;) (labeled_statement "LAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);" statement_identifier : (expression_statement "FUN_0012b210(uVar11,uVar2);" (call_expression "FUN_0012b210(uVar11,uVar2)" identifier (argument_list "(uVar11,uVar2)" ( identifier , identifier ))) ;)) (expression_statement "FUN_00123ac0();" (call_expression "FUN_00123ac0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (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 = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (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 (parenthesized_expression ( (binary_expression IDENT != (char_literal ' character ')) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression IDENT != (char_literal ' character '))) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) || (binary_expression IDENT == LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })))) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != LIT))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == IDENT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT <= IDENT) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT <= IDENT))) ))) )) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ])) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) , LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ])) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) && (binary_expression IDENT != LIT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0012a250(int param_1,char *param_2,undefined8 param_3)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012a250(int param_1,char *param_2,undefined8 param_3)" (identifier "FUN_0012a250") (parameter_list "(int param_1,char *param_2,undefined8 param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n int iVar4;\n undefined *puVar5;\n undefined *puVar6;\n char cVar7;\n int iVar8;\n int iVar9;\n undefined4 uVar10;\n undefined8 uVar11;\n undefined8 uVar12;\n long lVar13;\n undefined *puVar14;\n char *pcVar15;\n undefined *puVar16;\n int local_60 [2];\n undefined8 local_58 [2];\n undefined8 local_48;\n undefined1 local_40;\n \n puVar14 = &DAT_00147c45;\n puVar16 = (undefined *)0x0;\n if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }\n cVar7 = FUN_00128400(local_60);\n iVar4 = local_60[0];\n if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }\n iVar8 = FUN_00122f60();\n if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }\n pcVar15 = DAT_001b1e80;\n if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }\n DAT_001b1e80 = pcVar15;\n if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }\n uVar3 = DAT_001b1d48;\n uVar2 = DAT_001b1d44;\n uVar11 = DAT_001b1ba8;\n uVar12 = FUN_0011aec0();\n if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }\n if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }\n uVar10 = FUN_0012a140(puVar14,param_3);\n if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }\n FUN_00126bb0(4);\n DAT_001b1e80 = DAT_001b1e80 + -1;\nLAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);\n FUN_00123ac0();\n return;\n}" ({ "{") (declaration "byte *pbVar1;" (type_identifier "byte") (pointer_declarator "*pbVar1" (* "*") (identifier "pbVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "undefined *puVar5;" (type_identifier "undefined") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined *puVar6;" (type_identifier "undefined") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "char cVar7;" (primitive_type "char") (identifier "cVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "undefined4 uVar10;" (type_identifier "undefined4") (identifier "uVar10") (; ";")) (declaration "undefined8 uVar11;" (type_identifier "undefined8") (identifier "uVar11") (; ";")) (declaration "undefined8 uVar12;" (type_identifier "undefined8") (identifier "uVar12") (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "undefined *puVar14;" (type_identifier "undefined") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "char *pcVar15;" (primitive_type "char") (pointer_declarator "*pcVar15" (* "*") (identifier "pcVar15")) (; ";")) (declaration "undefined *puVar16;" (type_identifier "undefined") (pointer_declarator "*puVar16" (* "*") (identifier "puVar16")) (; ";")) (declaration "int local_60 [2];" (primitive_type "int") (array_declarator "local_60 [2]" (identifier "local_60") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_58 [2];" (type_identifier "undefined8") (array_declarator "local_58 [2]" (identifier "local_58") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined1 local_40;" (type_identifier "undefined1") (identifier "local_40") (; ";")) (expression_statement "puVar14 = &DAT_00147c45;" (assignment_expression "puVar14 = &DAT_00147c45" (identifier "puVar14") (= "=") (pointer_expression "&DAT_00147c45" (& "&") (identifier "DAT_00147c45"))) (; ";")) (expression_statement "puVar16 = (undefined *)0x0;" (assignment_expression "puVar16 = (undefined *)0x0" (identifier "puVar16") (= "=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (param_1 == 0x73) {\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" (if "if") (parenthesized_expression "(param_1 == 0x73)" (( "(") (binary_expression "param_1 == 0x73" (identifier "param_1") (== "==") (number_literal "0x73")) () ")")) (compound_statement "{\n puVar14 = (undefined *)FUN_00128800(local_58);\n pcVar15 = ".stab%c: missing string";\n if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }\n cVar7 = *DAT_001b1e80;\n if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }\n if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }\n DAT_001b1e80 = DAT_001b1e80 + 1;\n puVar16 = DAT_001b1f58;\n }" ({ "{") (expression_statement "puVar14 = (undefined *)FUN_00128800(local_58);" (assignment_expression "puVar14 = (undefined *)FUN_00128800(local_58)" (identifier "puVar14") (= "=") (cast_expression "(undefined *)FUN_00128800(local_58)" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00128800(local_58)" (identifier "FUN_00128800") (argument_list "(local_58)" (( "(") (identifier "local_58") () ")"))))) (; ";")) (expression_statement "pcVar15 = ".stab%c: missing string";" (assignment_expression "pcVar15 = ".stab%c: missing string"" (identifier "pcVar15") (= "=") (string_literal "".stab%c: missing string"" (" """) (string_content ".stab%c: missing string") (" """))) (; ";")) (if_statement "if (puVar14 == (undefined *)0x0) {\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" (if "if") (parenthesized_expression "(puVar14 == (undefined *)0x0)" (( "(") (binary_expression "puVar14 == (undefined *)0x0" (identifier "puVar14") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);\n FUN_00121590(uVar11,0x73);\n FUN_001238a0();\n return;\n }" ({ "{") (labeled_statement "LAB_0012a59c:\n uVar11 = dcgettext(0,pcVar15,5);" (statement_identifier "LAB_0012a59c") (: ":") (expression_statement "uVar11 = dcgettext(0,pcVar15,5);" (assignment_expression "uVar11 = dcgettext(0,pcVar15,5)" (identifier "uVar11") (= "=") (call_expression "dcgettext(0,pcVar15,5)" (identifier "dcgettext") (argument_list "(0,pcVar15,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar15") (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00121590(uVar11,0x73);" (call_expression "FUN_00121590(uVar11,0x73)" (identifier "FUN_00121590") (argument_list "(uVar11,0x73)" (( "(") (identifier "uVar11") (, ",") (number_literal "0x73") () ")"))) (; ";")) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" (identifier "FUN_001238a0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "cVar7 = *DAT_001b1e80;" (assignment_expression "cVar7 = *DAT_001b1e80" (identifier "cVar7") (= "=") (pointer_expression "*DAT_001b1e80" (* "*") (identifier "DAT_001b1e80"))) (; ";")) (if_statement "if (cVar7 == ' ') {\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" (if "if") (parenthesized_expression "(cVar7 == ' ')" (( "(") (binary_expression "cVar7 == ' '" (identifier "cVar7") (== "==") (char_literal "' '" (' "'") (character " ") (' "'"))) () ")")) (compound_statement "{\n cVar7 = DAT_001b1e80[1];\n DAT_001b1e80 = DAT_001b1e80 + 1;\n }" ({ "{") (expression_statement "cVar7 = DAT_001b1e80[1];" (assignment_expression "cVar7 = DAT_001b1e80[1]" (identifier "cVar7") (= "=") (subscript_expression "DAT_001b1e80[1]" (identifier "DAT_001b1e80") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" (identifier "DAT_001b1e80") (= "=") (binary_expression "DAT_001b1e80 + 1" (identifier "DAT_001b1e80") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if (cVar7 != ',') {\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" (if "if") (parenthesized_expression "(cVar7 != ',')" (( "(") (binary_expression "cVar7 != ','" (identifier "cVar7") (!= "!=") (char_literal "','" (' "'") (character ",") (' "'"))) () ")")) (compound_statement "{\n pcVar15 = ".stab%c: missing comma";\n goto LAB_0012a59c;\n }" ({ "{") (expression_statement "pcVar15 = ".stab%c: missing comma";" (assignment_expression "pcVar15 = ".stab%c: missing comma"" (identifier "pcVar15") (= "=") (string_literal "".stab%c: missing comma"" (" """) (string_content ".stab%c: missing comma") (" """))) (; ";")) (goto_statement "goto LAB_0012a59c;" (goto "goto") (statement_identifier "LAB_0012a59c") (; ";")) (} "}"))) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + 1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + 1" (identifier "DAT_001b1e80") (= "=") (binary_expression "DAT_001b1e80 + 1" (identifier "DAT_001b1e80") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar16 = DAT_001b1f58;" (assignment_expression "puVar16 = DAT_001b1f58" (identifier "puVar16") (= "=") (identifier "DAT_001b1f58")) (; ";")) (} "}"))) (expression_statement "cVar7 = FUN_00128400(local_60);" (assignment_expression "cVar7 = FUN_00128400(local_60)" (identifier "cVar7") (= "=") (call_expression "FUN_00128400(local_60)" (identifier "FUN_00128400") (argument_list "(local_60)" (( "(") (identifier "local_60") () ")")))) (; ";")) (expression_statement "iVar4 = local_60[0];" (assignment_expression "iVar4 = local_60[0]" (identifier "iVar4") (= "=") (subscript_expression "local_60[0]" (identifier "local_60") ([ "[") (number_literal "0") (] "]"))) (; ";")) (if_statement "if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" (if "if") (parenthesized_expression "((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ','))" (( "(") (binary_expression "(cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')" (parenthesized_expression "(cVar7 != ',')" (( "(") (binary_expression "cVar7 != ','" (identifier "cVar7") (!= "!=") (char_literal "','" (' "'") (character ",") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(cVar7 = FUN_00128400(local_60), cVar7 != ',')" (( "(") (comma_expression "cVar7 = FUN_00128400(local_60), cVar7 != ','" (assignment_expression "cVar7 = FUN_00128400(local_60)" (identifier "cVar7") (= "=") (call_expression "FUN_00128400(local_60)" (identifier "FUN_00128400") (argument_list "(local_60)" (( "(") (identifier "local_60") () ")")))) (, ",") (binary_expression "cVar7 != ','" (identifier "cVar7") (!= "!=") (char_literal "','" (' "'") (character ",") (' "'")))) () ")"))) () ")")) (compound_statement "{\nLAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);\n FUN_00121590(uVar11,param_1);\n FUN_001238a0();\n return;\n }" ({ "{") (labeled_statement "LAB_0012a28a:\n uVar11 = dcgettext(0,".stab%c: missing comma",5);" (statement_identifier "LAB_0012a28a") (: ":") (expression_statement "uVar11 = dcgettext(0,".stab%c: missing comma",5);" (assignment_expression "uVar11 = dcgettext(0,".stab%c: missing comma",5)" (identifier "uVar11") (= "=") (call_expression "dcgettext(0,".stab%c: missing comma",5)" (identifier "dcgettext") (argument_list "(0,".stab%c: missing comma",5)" (( "(") (number_literal "0") (, ",") (string_literal "".stab%c: missing comma"" (" """) (string_content ".stab%c: missing comma") (" """)) (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00121590(uVar11,param_1);" (call_expression "FUN_00121590(uVar11,param_1)" (identifier "FUN_00121590") (argument_list "(uVar11,param_1)" (( "(") (identifier "uVar11") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_001238a0();" (call_expression "FUN_001238a0()" (identifier "FUN_001238a0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "iVar8 = FUN_00122f60();" (assignment_expression "iVar8 = FUN_00122f60()" (identifier "iVar8") (= "=") (call_expression "FUN_00122f60()" (identifier "FUN_00122f60") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (0x17fff < iVar8 + 0x8000U) {\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" (if "if") (parenthesized_expression "(0x17fff < iVar8 + 0x8000U)" (( "(") (binary_expression "0x17fff < iVar8 + 0x8000U" (number_literal "0x17fff") (< "<") (binary_expression "iVar8 + 0x8000U" (identifier "iVar8") (+ "+") (number_literal "0x8000U"))) () ")")) (compound_statement "{\n uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );\n FUN_00121590(uVar11,param_1,iVar8);\n }" ({ "{") (expression_statement "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n );" (assignment_expression "uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" (identifier "uVar11") (= "=") (call_expression "dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" (identifier "dcgettext") (argument_list "(0,".stab%c: description field \'%x\' too big, try a different debug format",5\n )" (( "(") (number_literal "0") (, ",") (string_literal "".stab%c: description field \'%x\' too big, try a different debug format"" (" """) (string_content ".stab%c: description field ") (escape_sequence "\'") (string_content "%x") (escape_sequence "\'") (string_content " too big, try a different debug format") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00121590(uVar11,param_1,iVar8);" (call_expression "FUN_00121590(uVar11,param_1,iVar8)" (identifier "FUN_00121590") (argument_list "(uVar11,param_1,iVar8)" (( "(") (identifier "uVar11") (, ",") (identifier "param_1") (, ",") (identifier "iVar8") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar15 = DAT_001b1e80;" (assignment_expression "pcVar15 = DAT_001b1e80" (identifier "pcVar15") (= "=") (identifier "DAT_001b1e80")) (; ";")) (if_statement "if (param_1 == 0x73 || param_1 == 0x6e) {\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" (if "if") (parenthesized_expression "(param_1 == 0x73 || param_1 == 0x6e)" (( "(") (binary_expression "param_1 == 0x73 || param_1 == 0x6e" (binary_expression "param_1 == 0x73" (identifier "param_1") (== "==") (number_literal "0x73")) (|| "||") (binary_expression "param_1 == 0x6e" (identifier "param_1") (== "==") (number_literal "0x6e"))) () ")")) (compound_statement "{\n if (*DAT_001b1e80 != ',') goto LAB_0012a28a;\n pcVar15 = DAT_001b1e80 + 1;\n if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }\n }" ({ "{") (if_statement "if (*DAT_001b1e80 != ',') goto LAB_0012a28a;" (if "if") (parenthesized_expression "(*DAT_001b1e80 != ',')" (( "(") (binary_expression "*DAT_001b1e80 != ','" (pointer_expression "*DAT_001b1e80" (* "*") (identifier "DAT_001b1e80")) (!= "!=") (char_literal "','" (' "'") (character ",") (' "'"))) () ")")) (goto_statement "goto LAB_0012a28a;" (goto "goto") (statement_identifier "LAB_0012a28a") (; ";"))) (expression_statement "pcVar15 = DAT_001b1e80 + 1;" (assignment_expression "pcVar15 = DAT_001b1e80 + 1" (identifier "pcVar15") (= "=") (binary_expression "DAT_001b1e80 + 1" (identifier "DAT_001b1e80") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (DAT_001b1e80[1] == ' ') {\n pcVar15 = DAT_001b1e80 + 2;\n }" (if "if") (parenthesized_expression "(DAT_001b1e80[1] == ' ')" (( "(") (binary_expression "DAT_001b1e80[1] == ' '" (subscript_expression "DAT_001b1e80[1]" (identifier "DAT_001b1e80") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "' '" (' "'") (character " ") (' "'"))) () ")")) (compound_statement "{\n pcVar15 = DAT_001b1e80 + 2;\n }" ({ "{") (expression_statement "pcVar15 = DAT_001b1e80 + 2;" (assignment_expression "pcVar15 = DAT_001b1e80 + 2" (identifier "pcVar15") (= "=") (binary_expression "DAT_001b1e80 + 2" (identifier "DAT_001b1e80") (+ "+") (number_literal "2"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "DAT_001b1e80 = pcVar15;" (assignment_expression "DAT_001b1e80 = pcVar15" (identifier "DAT_001b1e80") (= "=") (identifier "pcVar15")) (; ";")) (if_statement "if (DAT_001b1c8c != 0) {\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" (if "if") (parenthesized_expression "(DAT_001b1c8c != 0)" (( "(") (binary_expression "DAT_001b1c8c != 0" (identifier "DAT_001b1c8c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }\n }" ({ "{") (if_statement "if ((iVar4 == 100) || (iVar4 == 0x84)) {\n FUN_0011e800(puVar14);\n }\n else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" (if "if") (parenthesized_expression "((iVar4 == 100) || (iVar4 == 0x84))" (( "(") (binary_expression "(iVar4 == 100) || (iVar4 == 0x84)" (parenthesized_expression "(iVar4 == 100)" (( "(") (binary_expression "iVar4 == 100" (identifier "iVar4") (== "==") (number_literal "100")) () ")")) (|| "||") (parenthesized_expression "(iVar4 == 0x84)" (( "(") (binary_expression "iVar4 == 0x84" (identifier "iVar4") (== "==") (number_literal "0x84")) () ")"))) () ")")) (compound_statement "{\n FUN_0011e800(puVar14);\n }" ({ "{") (expression_statement "FUN_0011e800(puVar14);" (call_expression "FUN_0011e800(puVar14)" (identifier "FUN_0011e800") (argument_list "(puVar14)" (( "(") (identifier "puVar14") () ")"))) (; ";")) (} "}")) (else_clause "else if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" (else "else") (if_statement "if (iVar4 == 0x44) {\n FUN_0011e7b0(iVar8);\n }" (if "if") (parenthesized_expression "(iVar4 == 0x44)" (( "(") (binary_expression "iVar4 == 0x44" (identifier "iVar4") (== "==") (number_literal "0x44")) () ")")) (compound_statement "{\n FUN_0011e7b0(iVar8);\n }" ({ "{") (expression_statement "FUN_0011e7b0(iVar8);" (call_expression "FUN_0011e7b0(iVar8)" (identifier "FUN_0011e7b0") (argument_list "(iVar8)" (( "(") (identifier "iVar8") () ")"))) (; ";")) (} "}"))))) (} "}"))) (expression_statement "uVar3 = DAT_001b1d48;" (assignment_expression "uVar3 = DAT_001b1d48" (identifier "uVar3") (= "=") (identifier "DAT_001b1d48")) (; ";")) (expression_statement "uVar2 = DAT_001b1d44;" (assignment_expression "uVar2 = DAT_001b1d44" (identifier "uVar2") (= "=") (identifier "DAT_001b1d44")) (; ";")) (expression_statement "uVar11 = DAT_001b1ba8;" (assignment_expression "uVar11 = DAT_001b1ba8" (identifier "uVar11") (= "=") (identifier "DAT_001b1ba8")) (; ";")) (expression_statement "uVar12 = FUN_0011aec0();" (assignment_expression "uVar12 = FUN_0011aec0()" (identifier "uVar12") (= "=") (call_expression "FUN_0011aec0()" (identifier "FUN_0011aec0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }\n else {\n FUN_0012b210(DAT_001b1458,0);\n }" (if "if") (parenthesized_expression "((DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0))" (( "(") (binary_expression "(DAT_001b1460 == (char *)0x0) ||\n (iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" (parenthesized_expression "(DAT_001b1460 == (char *)0x0)" (( "(") (binary_expression "DAT_001b1460 == (char *)0x0" (identifier "DAT_001b1460") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)" (( "(") (comma_expression "iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "iVar9 = strcmp(DAT_001b1460,param_2)" (identifier "iVar9") (= "=") (call_expression "strcmp(DAT_001b1460,param_2)" (identifier "strcmp") (argument_list "(DAT_001b1460,param_2)" (( "(") (identifier "DAT_001b1460") (, ",") (identifier "param_2") () ")")))) (, ",") (comma_expression "lVar13 = DAT_001b1458, iVar9 != 0" (assignment_expression "lVar13 = DAT_001b1458" (identifier "lVar13") (= "=") (identifier "DAT_001b1458")) (, ",") (binary_expression "iVar9 != 0" (identifier "iVar9") (!= "!=") (number_literal "0")))) () ")"))) () ")")) (compound_statement "{\n lVar13 = FUN_0012b1b0(param_2,0);\n if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }\n DAT_001b1460 = (char *)xstrdup(param_2);\n DAT_001b1458 = lVar13;\n }" ({ "{") (expression_statement "lVar13 = FUN_0012b1b0(param_2,0);" (assignment_expression "lVar13 = FUN_0012b1b0(param_2,0)" (identifier "lVar13") (= "=") (call_expression "FUN_0012b1b0(param_2,0)" (identifier "FUN_0012b1b0") (argument_list "(param_2,0)" (( "(") (identifier "param_2") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (DAT_001b1460 != (char *)0x0) {\n free(DAT_001b1460);\n }" (if "if") (parenthesized_expression "(DAT_001b1460 != (char *)0x0)" (( "(") (binary_expression "DAT_001b1460 != (char *)0x0" (identifier "DAT_001b1460") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(DAT_001b1460);\n }" ({ "{") (expression_statement "free(DAT_001b1460);" (call_expression "free(DAT_001b1460)" (identifier "free") (argument_list "(DAT_001b1460)" (( "(") (identifier "DAT_001b1460") () ")"))) (; ";")) (} "}"))) (expression_statement "DAT_001b1460 = (char *)xstrdup(param_2);" (assignment_expression "DAT_001b1460 = (char *)xstrdup(param_2)" (identifier "DAT_001b1460") (= "=") (cast_expression "(char *)xstrdup(param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xstrdup(param_2)" (identifier "xstrdup") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "DAT_001b1458 = lVar13;" (assignment_expression "DAT_001b1458 = lVar13" (identifier "DAT_001b1458") (= "=") (identifier "lVar13")) (; ";")) (} "}")) (else_clause "else {\n FUN_0012b210(DAT_001b1458,0);\n }" (else "else") (compound_statement "{\n FUN_0012b210(DAT_001b1458,0);\n }" ({ "{") (expression_statement "FUN_0012b210(DAT_001b1458,0);" (call_expression "FUN_0012b210(DAT_001b1458,0)" (identifier "FUN_0012b210") (argument_list "(DAT_001b1458,0)" (( "(") (identifier "DAT_001b1458") (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")))) (if_statement "if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" (if "if") (parenthesized_expression "((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1)" (( "(") (binary_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1" (pointer_expression "*(byte *)(*(long *)(lVar13 + 0xa8) + 8)" (* "*") (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" (( "(") (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" (* "*") (cast_expression "(long *)(lVar13 + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0xa8)" (( "(") (binary_expression "lVar13 + 0xa8" (identifier "lVar13") (+ "+") (number_literal "0xa8")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);\n FUN_00142ce0(lVar13);\n pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);\n *pbVar1 = *pbVar1 | 1;\n }" ({ "{") (expression_statement "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);" (call_expression "bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c)" (identifier "bfd_set_section_flags") (argument_list "(DAT_001b1e50,lVar13,0x200c)" (( "(") (identifier "DAT_001b1e50") (, ",") (identifier "lVar13") (, ",") (number_literal "0x200c") () ")"))) (; ";")) (expression_statement "FUN_00142ce0(lVar13);" (call_expression "FUN_00142ce0(lVar13)" (identifier "FUN_00142ce0") (argument_list "(lVar13)" (( "(") (identifier "lVar13") () ")"))) (; ";")) (expression_statement "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);" (assignment_expression "pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(*(long *)(lVar13 + 0xa8) + 8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar13 + 0xa8) + 8)" (( "(") (binary_expression "*(long *)(lVar13 + 0xa8) + 8" (pointer_expression "*(long *)(lVar13 + 0xa8)" (* "*") (cast_expression "(long *)(lVar13 + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0xa8)" (( "(") (binary_expression "lVar13 + 0xa8" (identifier "lVar13") (+ "+") (number_literal "0xa8")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (; ";")) (expression_statement "*pbVar1 = *pbVar1 | 1;" (assignment_expression "*pbVar1 = *pbVar1 | 1" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (= "=") (binary_expression "*pbVar1 | 1" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (| "|") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "uVar10 = FUN_0012a140(puVar14,param_3);" (assignment_expression "uVar10 = FUN_0012a140(puVar14,param_3)" (identifier "uVar10") (= "=") (call_expression "FUN_0012a140(puVar14,param_3)" (identifier "FUN_0012a140") (argument_list "(puVar14,param_3)" (( "(") (identifier "puVar14") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (param_1 == 0x73) {\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }\n else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" (if "if") (parenthesized_expression "(param_1 == 0x73)" (( "(") (binary_expression "param_1 == 0x73" (identifier "param_1") (== "==") (number_literal "0x73")) () ")")) (compound_statement "{\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }\n DAT_001b1f58 = puVar6;\n DAT_001b1f50 = puVar5;\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n }" ({ "{") (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" (identifier "puVar5") (= "=") (identifier "DAT_001b1f50")) (; ";")) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" (identifier "puVar6") (= "=") (identifier "DAT_001b1f58")) (; ";")) (if_statement "if ((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))\n {\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" (if "if") (parenthesized_expression "((DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))" (( "(") (binary_expression "(DAT_001b1f58 == puVar16) &&\n ((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" (parenthesized_expression "(DAT_001b1f58 == puVar16)" (( "(") (binary_expression "DAT_001b1f58 == puVar16" (identifier "DAT_001b1f58") (== "==") (identifier "puVar16")) () ")")) (&& "&&") (parenthesized_expression "((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)))" (( "(") (parenthesized_expression "(puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))" (( "(") (binary_expression "puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" (binary_expression "puVar14 <= DAT_001b1f48" (identifier "puVar14") (<= "<=") (identifier "DAT_001b1f48")) (|| "||") (parenthesized_expression "(puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14)" (( "(") (comma_expression "puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar5 = puVar14" (identifier "puVar5") (= "=") (identifier "puVar14")) (, ",") (comma_expression "puVar6 = puVar14, DAT_001b1f60 <= puVar14" (assignment_expression "puVar6 = puVar14" (identifier "puVar6") (= "=") (identifier "puVar14")) (, ",") (binary_expression "DAT_001b1f60 <= puVar14" (identifier "DAT_001b1f60") (<= "<=") (identifier "puVar14")))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n _obstack_free(&DAT_001b1f40,puVar14);\n puVar5 = DAT_001b1f50;\n puVar6 = DAT_001b1f58;\n }" ({ "{") (expression_statement "_obstack_free(&DAT_001b1f40,puVar14);" (call_expression "_obstack_free(&DAT_001b1f40,puVar14)" (identifier "_obstack_free") (argument_list "(&DAT_001b1f40,puVar14)" (( "(") (pointer_expression "&DAT_001b1f40" (& "&") (identifier "DAT_001b1f40")) (, ",") (identifier "puVar14") () ")"))) (; ";")) (expression_statement "puVar5 = DAT_001b1f50;" (assignment_expression "puVar5 = DAT_001b1f50" (identifier "puVar5") (= "=") (identifier "DAT_001b1f50")) (; ";")) (expression_statement "puVar6 = DAT_001b1f58;" (assignment_expression "puVar6 = DAT_001b1f58" (identifier "puVar6") (= "=") (identifier "DAT_001b1f58")) (; ";")) (} "}"))) (expression_statement "DAT_001b1f58 = puVar6;" (assignment_expression "DAT_001b1f58 = puVar6" (identifier "DAT_001b1f58") (= "=") (identifier "puVar6")) (; ";")) (expression_statement "DAT_001b1f50 = puVar5;" (assignment_expression "DAT_001b1f50 = puVar5" (identifier "DAT_001b1f50") (= "=") (identifier "puVar5")) (; ";")) (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" (identifier "lVar13") (= "=") (call_expression "FUN_0011ac60(8)" (identifier "FUN_0011ac60") (argument_list "(8)" (( "(") (number_literal "8") () ")")))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" (identifier "FUN_0013d1f0") (argument_list "(lVar13,uVar10,4)" (( "(") (identifier "lVar13") (, ",") (identifier "uVar10") (, ",") (number_literal "4") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 4,(long)iVar4,1)" (( "(") (binary_expression "lVar13 + 4" (identifier "lVar13") (+ "+") (number_literal "4")) (, ",") (cast_expression "(long)iVar4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar4")) (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 5,(long)local_60[0],1)" (( "(") (binary_expression "lVar13 + 5" (identifier "lVar13") (+ "+") (number_literal "5")) (, ",") (cast_expression "(long)local_60[0]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "local_60[0]" (identifier "local_60") ([ "[") (number_literal "0") (] "]"))) (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 6,(long)iVar8,2)" (( "(") (binary_expression "lVar13 + 6" (identifier "lVar13") (+ "+") (number_literal "6")) (, ",") (cast_expression "(long)iVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar8")) (, ",") (number_literal "2") () ")"))) (; ";")) (} "}")) (else_clause "else {\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" (else "else") (compound_statement "{\n lVar13 = FUN_0011ac60(8);\n FUN_0013d1f0(lVar13,uVar10,4);\n FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);\n FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);\n FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);\n if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }\n }" ({ "{") (expression_statement "lVar13 = FUN_0011ac60(8);" (assignment_expression "lVar13 = FUN_0011ac60(8)" (identifier "lVar13") (= "=") (call_expression "FUN_0011ac60(8)" (identifier "FUN_0011ac60") (argument_list "(8)" (( "(") (number_literal "8") () ")")))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13,uVar10,4);" (call_expression "FUN_0013d1f0(lVar13,uVar10,4)" (identifier "FUN_0013d1f0") (argument_list "(lVar13,uVar10,4)" (( "(") (identifier "lVar13") (, ",") (identifier "uVar10") (, ",") (number_literal "4") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);" (call_expression "FUN_0013d1f0(lVar13 + 4,(long)iVar4,1)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 4,(long)iVar4,1)" (( "(") (binary_expression "lVar13 + 4" (identifier "lVar13") (+ "+") (number_literal "4")) (, ",") (cast_expression "(long)iVar4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar4")) (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);" (call_expression "FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 5,(long)local_60[0],1)" (( "(") (binary_expression "lVar13 + 5" (identifier "lVar13") (+ "+") (number_literal "5")) (, ",") (cast_expression "(long)local_60[0]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "local_60[0]" (identifier "local_60") ([ "[") (number_literal "0") (] "]"))) (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);" (call_expression "FUN_0013d1f0(lVar13 + 6,(long)iVar8,2)" (identifier "FUN_0013d1f0") (argument_list "(lVar13 + 6,(long)iVar8,2)" (( "(") (binary_expression "lVar13 + 6" (identifier "lVar13") (+ "+") (number_literal "6")) (, ",") (cast_expression "(long)iVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar8")) (, ",") (number_literal "2") () ")"))) (; ";")) (if_statement "if (param_1 != 0x73 && param_1 != 0x6e) {\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" (if "if") (parenthesized_expression "(param_1 != 0x73 && param_1 != 0x6e)" (( "(") (binary_expression "param_1 != 0x73 && param_1 != 0x6e" (binary_expression "param_1 != 0x73" (identifier "param_1") (!= "!=") (number_literal "0x73")) (&& "&&") (binary_expression "param_1 != 0x6e" (identifier "param_1") (!= "!=") (number_literal "0x6e"))) () ")")) (compound_statement "{\n local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);\n local_40 = 3;\n local_48 = 0;\n FUN_001264c0(local_58,4);\n goto LAB_0012a4a4;\n }" ({ "{") (expression_statement "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);" (assignment_expression "local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3)" (subscript_expression "local_58[0]" (identifier "local_58") ([ "[") (number_literal "0") (] "]")) (= "=") (call_expression "FUN_0012d310(uVar11,uVar12,uVar3)" (identifier "FUN_0012d310") (argument_list "(uVar11,uVar12,uVar3)" (( "(") (identifier "uVar11") (, ",") (identifier "uVar12") (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "local_40 = 3;" (assignment_expression "local_40 = 3" (identifier "local_40") (= "=") (number_literal "3")) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_001264c0(local_58,4);" (call_expression "FUN_001264c0(local_58,4)" (identifier "FUN_001264c0") (argument_list "(local_58,4)" (( "(") (identifier "local_58") (, ",") (number_literal "4") () ")"))) (; ";")) (goto_statement "goto LAB_0012a4a4;" (goto "goto") (statement_identifier "LAB_0012a4a4") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_00126bb0(4);" (call_expression "FUN_00126bb0(4)" (identifier "FUN_00126bb0") (argument_list "(4)" (( "(") (number_literal "4") () ")"))) (; ";")) (expression_statement "DAT_001b1e80 = DAT_001b1e80 + -1;" (assignment_expression "DAT_001b1e80 = DAT_001b1e80 + -1" (identifier "DAT_001b1e80") (= "=") (binary_expression "DAT_001b1e80 + -1" (identifier "DAT_001b1e80") (+ "+") (number_literal "-1"))) (; ";")) (labeled_statement "LAB_0012a4a4:\n FUN_0012b210(uVar11,uVar2);" (statement_identifier "LAB_0012a4a4") (: ":") (expression_statement "FUN_0012b210(uVar11,uVar2);" (call_expression "FUN_0012b210(uVar11,uVar2)" (identifier "FUN_0012b210") (argument_list "(uVar11,uVar2)" (( "(") (identifier "uVar11") (, ",") (identifier "uVar2") () ")"))) (; ";"))) (expression_statement "FUN_00123ac0();" (call_expression "FUN_00123ac0()" (identifier "FUN_00123ac0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(int var_1,char *stab_secname,char *stabstr_secname)
{
type_1 *pbVar1;
type_2 seg;
type_3 subseg;
type_4 *frag;
int var_14;
type_5 *p_Var3;
type_5 *p_Var4;
char var_7;
type_6 var_11;
int var_19;
type_6 uVar7;
char *var_25;
type_7 var_12;
type_8 ofs;
type_2 seg_00;
char *pcVar10;
type_5 *var_3;
long longint;
int length;
type_9 local_48;
type_10 local_40;
var_3 = (type_5 *)&DAT_00147c45;
var_25 = (char *)0x0;
if (var_1 == 0x73) {
var_3 = (type_5 *)var_2(&length);
var_25 = ".stab%c: missing string";
if (var_3 == (type_5 *)0x0) {
LAB_0012a59c:
var_25 = (char *)var_4(0,var_25,5);
var_5(var_25,0x73);
var_6();
return;
}
var_7 = *var_8;
if (var_7 == ' ') {
var_7 = var_8[1];
var_8 = var_8 + 1;
}
if (var_7 != ',') {
var_25 = ".stab%c: missing comma";
goto LAB_0012a59c;
}
var_8 = var_8 + 1;
var_25 = notes.next_free;
}
var_7 = var_9(&longint);
var_14 = (int)longint;
if ((var_7 != ',') || (var_7 = var_9(&longint), var_7 != ',')) {
LAB_0012a28a:
var_25 = (char *)var_4(0,".stab%c: missing comma",5);
var_5(var_25,var_1);
var_6();
return;
}
var_12 = var_10();
var_11 = (type_6)var_12;
if (0x17fff < var_11 + 0x8000) {
pcVar10 = (char *)var_4(0,
".stab%c: description field \'%x\' too big, try a different debug format"
,5);
var_5(pcVar10,var_1,var_12 & 0xffffffff);
}
pcVar10 = var_8;
if (var_1 == 0x73 || var_1 == 0x6e) {
if (*var_8 != ',') goto LAB_0012a28a;
pcVar10 = var_8 + 1;
if (var_8[1] == ' ') {
pcVar10 = var_8 + 2;
}
}
var_8 = pcVar10;
if (var_13 != 0) {
if ((var_14 == 100) || (var_14 == 0x84)) {
var_15((char *)var_3);
}
else if (var_14 == 0x44) {
var_16(var_11);
}
}
frag = frag_now;
subseg = now_subseg;
seg = now_seg;
ofs = var_17();
if ((function_1::lexical_block_11::var_18 == (char *)0x0) ||
(var_19 = strcmp(function_1::lexical_block_11::var_18,stab_secname),
seg_00 = function_1::lexical_block_11::cached_sec, var_19 != 0)) {
seg_00 = var_20(stab_secname,0);
if (function_1::lexical_block_11::var_18 != (char *)0x0) {
free(function_1::lexical_block_11::var_18);
}
s_stab_generic::lexical_block_11::var_18 = (char *)var_21(stab_secname);
s_stab_generic::lexical_block_11::cached_sec = seg_00;
}
else {
subseg_set(function_1::lexical_block_11::cached_sec,0);
}
if ((*(type_1 *)((long)seg_00->userdata + 8) & 1) == 0) {
var_22(stdoutput,seg_00,0x200c);
var_23(seg_00);
pbVar1 = (type_1 *)((long)seg_00->userdata + 8);
*pbVar1 = *pbVar1 | 1;
}
uVar7 = var_24((char *)var_3,stabstr_secname);
if (var_1 == 0x73) {
p_Var3 = (type_5 *)notes.object_base;
p_Var4 = (type_5 *)notes.next_free;
if ((notes.next_free == var_25) &&
((var_3 <= notes.chunk || (p_Var3 = var_3, p_Var4 = var_3, notes.chunk_limit <= var_3)))) {
var_26(¬es,var_3);
p_Var3 = (type_5 *)notes.object_base;
p_Var4 = (type_5 *)notes.next_free;
}
notes.next_free = (char *)p_Var4;
notes.object_base = (char *)p_Var3;
var_25 = var_27(8);
var_28(var_25,(type_7)uVar7,4);
var_28(var_25 + 4,(long)var_14,1);
var_28(var_25 + 5,(long)(int)longint,1);
var_28(var_25 + 6,(long)(int)var_11,2);
}
else {
var_25 = var_27(8);
var_28(var_25,(type_7)uVar7,4);
var_28(var_25 + 4,(long)var_14,1);
var_28(var_25 + 5,(long)(int)longint,1);
var_28(var_25 + 6,(long)(int)var_11,2);
if (var_1 != 0x73 && var_1 != 0x6e) {
_length = var_29(seg,ofs,frag);
local_40 = 3;
local_48 = 0;
var_30((type_11 *)&length,4);
goto LAB_0012a4a4;
}
}
var_31(4);
var_8 = var_8 + -1;
LAB_0012a4a4:
var_32(seg,subseg);
var_33();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (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: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (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: (identifier))))) (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: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (char_literal (character))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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: (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) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) alternative: (else_clause (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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (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: (call_expression function: (identifier) 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 (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (parenthesized_expression (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)))))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(int param_1,char *param_2,undefined8 param_3)
{
byte *pbVar1;
undefined4 uVar2;
undefined8 uVar3;
int iVar4;
undefined *puVar5;
undefined *puVar6;
char cVar7;
int iVar8;
int iVar9;
undefined4 uVar10;
undefined8 uVar11;
undefined8 uVar12;
long lVar13;
undefined *puVar14;
char *pcVar15;
undefined *puVar16;
int local_60 [2];
undefined8 local_58 [2];
undefined8 local_48;
undefined1 local_40;
puVar14 = &DAT_00147c45;
puVar16 = (undefined *)0x0;
if (param_1 == 0x73) {
puVar14 = (undefined *)FUN_00128800(local_58);
pcVar15 = ".stab%c: missing string";
if (puVar14 == (undefined *)0x0) {
LAB_0012a59c:
uVar11 = dcgettext(0,pcVar15,5);
FUN_00121590(uVar11,0x73);
FUN_001238a0();
return;
}
cVar7 = *DAT_001b1e80;
if (cVar7 == ' ') {
cVar7 = DAT_001b1e80[1];
DAT_001b1e80 = DAT_001b1e80 + 1;
}
if (cVar7 != ',') {
pcVar15 = ".stab%c: missing comma";
goto LAB_0012a59c;
}
DAT_001b1e80 = DAT_001b1e80 + 1;
puVar16 = DAT_001b1f58;
}
cVar7 = FUN_00128400(local_60);
iVar4 = local_60[0];
if ((cVar7 != ',') || (cVar7 = FUN_00128400(local_60), cVar7 != ',')) {
LAB_0012a28a:
uVar11 = dcgettext(0,".stab%c: missing comma",5);
FUN_00121590(uVar11,param_1);
FUN_001238a0();
return;
}
iVar8 = FUN_00122f60();
if (0x17fff < iVar8 + 0x8000U) {
uVar11 = dcgettext(0,".stab%c: description field \'%x\' too big, try a different debug format",5
);
FUN_00121590(uVar11,param_1,iVar8);
}
pcVar15 = DAT_001b1e80;
if (param_1 == 0x73 || param_1 == 0x6e) {
if (*DAT_001b1e80 != ',') goto LAB_0012a28a;
pcVar15 = DAT_001b1e80 + 1;
if (DAT_001b1e80[1] == ' ') {
pcVar15 = DAT_001b1e80 + 2;
}
}
DAT_001b1e80 = pcVar15;
if (DAT_001b1c8c != 0) {
if ((iVar4 == 100) || (iVar4 == 0x84)) {
FUN_0011e800(puVar14);
}
else if (iVar4 == 0x44) {
FUN_0011e7b0(iVar8);
}
}
uVar3 = DAT_001b1d48;
uVar2 = DAT_001b1d44;
uVar11 = DAT_001b1ba8;
uVar12 = FUN_0011aec0();
if ((DAT_001b1460 == (char *)0x0) ||
(iVar9 = strcmp(DAT_001b1460,param_2), lVar13 = DAT_001b1458, iVar9 != 0)) {
lVar13 = FUN_0012b1b0(param_2,0);
if (DAT_001b1460 != (char *)0x0) {
free(DAT_001b1460);
}
DAT_001b1460 = (char *)xstrdup(param_2);
DAT_001b1458 = lVar13;
}
else {
FUN_0012b210(DAT_001b1458,0);
}
if ((*(byte *)(*(long *)(lVar13 + 0xa8) + 8) & 1) == 0) {
bfd_set_section_flags(DAT_001b1e50,lVar13,0x200c);
FUN_00142ce0(lVar13);
pbVar1 = (byte *)(*(long *)(lVar13 + 0xa8) + 8);
*pbVar1 = *pbVar1 | 1;
}
uVar10 = FUN_0012a140(puVar14,param_3);
if (param_1 == 0x73) {
puVar5 = DAT_001b1f50;
puVar6 = DAT_001b1f58;
if ((DAT_001b1f58 == puVar16) &&
((puVar14 <= DAT_001b1f48 || (puVar5 = puVar14, puVar6 = puVar14, DAT_001b1f60 <= puVar14))))
{
_obstack_free(&DAT_001b1f40,puVar14);
puVar5 = DAT_001b1f50;
puVar6 = DAT_001b1f58;
}
DAT_001b1f58 = puVar6;
DAT_001b1f50 = puVar5;
lVar13 = FUN_0011ac60(8);
FUN_0013d1f0(lVar13,uVar10,4);
FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);
FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);
FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);
}
else {
lVar13 = FUN_0011ac60(8);
FUN_0013d1f0(lVar13,uVar10,4);
FUN_0013d1f0(lVar13 + 4,(long)iVar4,1);
FUN_0013d1f0(lVar13 + 5,(long)local_60[0],1);
FUN_0013d1f0(lVar13 + 6,(long)iVar8,2);
if (param_1 != 0x73 && param_1 != 0x6e) {
local_58[0] = FUN_0012d310(uVar11,uVar12,uVar3);
local_40 = 3;
local_48 = 0;
FUN_001264c0(local_58,4);
goto LAB_0012a4a4;
}
}
FUN_00126bb0(4);
DAT_001b1e80 = DAT_001b1e80 + -1;
LAB_0012a4a4:
FUN_0012b210(uVar11,uVar2);
FUN_00123ac0();
return;
}
|
4968_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
next_addend
|
FUN_00226b50
|
/* DWARF original prototype: uint64_t next_addend(Track_relocs<32,_false> * this) */
uint64_t __thiscall gold::Track_relocs<32,_false>::next_addend(Track_relocs<32,_false> *this)
{
uint64_t uVar1;
uVar1 = 0;
if ((this->pos_ < this->len_) && (this->reloc_size_ != 8)) {
uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);
}
return uVar1;
}
|
long FUN_00226b50(long *param_1)
{
long lVar1;
lVar1 = 0;
if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {
lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);
}
return lVar1;
}
|
MOV RDX,qword ptr [RDI + 0x10]
XOR EAX,EAX
CMP RDX,qword ptr [RDI + 0x8]
JNC 0x00226b6a
CMP dword ptr [RDI + 0x18],0x8
JZ 0x00226b6a
MOV RAX,qword ptr [RDI]
MOVSXD RAX,dword ptr [RAX + RDX*0x1 + 0x8]
RET
| null | null | null | null |
[(u'COPY_-1203934303', u'MULTIEQUAL_-1203934221'), (u'LOAD_-1203934381', u'INT_ADD_-1203934253'), ('const-433', u'LOAD_-1203934324'), ('tmp_138', u'PTRSUB_-1203934217'), ('const-433', u'LOAD_-1203934342'), (u'PTRSUB_-1203934231', u'LOAD_-1203934381'), (u'PTRSUB_-1203934210', u'LOAD_-1203934324'), (u'INT_SEXT_-1203934299', u'MULTIEQUAL_-1203934221'), (u'PTRSUB_-1203934217', u'LOAD_-1203934342'), ('const-433', u'LOAD_-1203934316'), (u'LOAD_-1203934342', u'INT_NOTEQUAL_-1203934326'), (u'INT_NOTEQUAL_-1203934326', u'CBRANCH_-1203934324'), ('const-0', u'PTRSUB_-1203934210'), ('const-433', u'LOAD_-1203934381'), (u'PTRSUB_-1203934224', u'LOAD_-1203934362'), ('const-24', u'PTRSUB_-1203934217'), (u'PTRADD_-1203934254', u'CAST_-1203934207'), (u'LOAD_-1203934381', u'INT_LESS_-1203934347'), ('tmp_106', u'CBRANCH_-1203934324'), (u'INT_LESS_-1203934347', u'CBRANCH_-1203934343'), ('const-8', u'PTRSUB_-1203934224'), ('const-0', u'COPY_-1203934303'), ('const-433', u'LOAD_-1203934362'), ('const-8', u'INT_NOTEQUAL_-1203934326'), ('tmp_138', u'PTRSUB_-1203934224'), (u'LOAD_-1203934362', u'INT_LESS_-1203934347'), ('tmp_138', u'PTRSUB_-1203934231'), (u'LOAD_-1203934316', u'INT_SEXT_-1203934299'), ('const-0', u'RETURN_-1203934299'), ('const-1', u'PTRADD_-1203934254'), ('tmp_70', u'CBRANCH_-1203934343'), (u'MULTIEQUAL_-1203934221', u'RETURN_-1203934299'), ('tmp_138', u'PTRSUB_-1203934210'), (u'LOAD_-1203934324', u'PTRADD_-1203934254'), ('const-16', u'PTRSUB_-1203934231'), (u'INT_ADD_-1203934253', u'PTRADD_-1203934254'), (u'CAST_-1203934207', u'LOAD_-1203934316'), ('const-8', u'INT_ADD_-1203934253')]
|
[('const-433', u'LOAD_-1203934316'), (u'COPY_-1203934303', u'MULTIEQUAL_-1203934221'), ('const-8', u'INT_ADD_-1203934302'), (u'PTRADD_-1203934232', u'LOAD_-1203934381'), ('tmp_239', u'LOAD_-1203934324'), ('const-1', u'PTRADD_-1203934225'), (u'LOAD_-1203934381', u'INT_ADD_-1203934300'), (u'INT_SEXT_-1203934299', u'MULTIEQUAL_-1203934221'), ('const-8', u'PTRADD_-1203934225'), ('tmp_239', u'PTRADD_-1203934218'), (u'INT_NOTEQUAL_-1203934326', u'CBRANCH_-1203934324'), ('const-8', u'PTRADD_-1203934232'), (u'PTRADD_-1203934218', u'LOAD_-1203934342'), (u'CAST_-1203934222', u'INT_LESS_-1203934347'), ('tmp_106', u'CBRANCH_-1203934324'), (u'INT_ADD_-1203934300', u'CAST_-1203934206'), (u'PTRADD_-1203934225', u'LOAD_-1203934362'), (u'INT_LESS_-1203934347', u'CBRANCH_-1203934343'), ('const-3', u'PTRADD_-1203934218'), (u'LOAD_-1203934324', u'INT_ADD_-1203934302'), ('const-0', u'COPY_-1203934303'), (u'CAST_-1203934206', u'LOAD_-1203934316'), ('const-8', u'INT_NOTEQUAL_-1203934326'), (u'SUBPIECE_-1203934219', u'INT_NOTEQUAL_-1203934326'), ('const-2', u'PTRADD_-1203934232'), ('const-0', u'SUBPIECE_-1203934219'), (u'LOAD_-1203934362', u'CAST_-1203934222'), ('const-8', u'PTRADD_-1203934218'), ('const-433', u'LOAD_-1203934324'), (u'LOAD_-1203934316', u'INT_SEXT_-1203934299'), ('const-433', u'LOAD_-1203934362'), ('const-0', u'RETURN_-1203934299'), (u'LOAD_-1203934381', u'CAST_-1203934223'), ('tmp_70', u'CBRANCH_-1203934343'), ('const-433', u'LOAD_-1203934342'), (u'MULTIEQUAL_-1203934221', u'RETURN_-1203934299'), (u'CAST_-1203934223', u'INT_LESS_-1203934347'), ('tmp_239', u'PTRADD_-1203934232'), ('const-433', u'LOAD_-1203934381'), (u'INT_ADD_-1203934302', u'INT_ADD_-1203934300'), ('tmp_239', u'PTRADD_-1203934225'), (u'LOAD_-1203934342', u'SUBPIECE_-1203934219')]
| null | null |
00226b50
|
x64
|
O2
|
(translation_unit "long FUN_00226b50(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_00226b50(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00226b50(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (if_statement "if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" if (parenthesized_expression "(((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8))" ( (binary_expression "((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)" (parenthesized_expression "((ulong)param_1[2] < (ulong)param_1[1])" ( (binary_expression "(ulong)param_1[2] < (ulong)param_1[1]" (cast_expression "(ulong)param_1[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) && (parenthesized_expression "((int)param_1[3] != 8)" ( (binary_expression "(int)param_1[3] != 8" (cast_expression "(int)param_1[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != number_literal) ))) )) (compound_statement "{\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" { (expression_statement "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);" (assignment_expression "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2])" identifier = (cast_expression "(long)*(int *)(*param_1 + 8 + param_1[2])" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(*param_1 + 8 + param_1[2])" * (cast_expression "(int *)(*param_1 + 8 + param_1[2])" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 8 + param_1[2])" ( (binary_expression "*param_1 + 8 + param_1[2]" (binary_expression "*param_1 + 8" (pointer_expression "*param_1" * identifier) + number_literal) + (subscript_expression "param_1[2]" identifier [ number_literal ])) )))))) ;) })) (return_statement "return lVar1;" return identifier ;) })))
|
(translation_unit "/* DWARF original prototype: uint64_t next_addend(Track_relocs<32,_false> * this) */\n\nuint64_t __thiscall gold::Track_relocs<32,_false>::next_addend(Track_relocs<32,_false> *this)\n\n{\n uint64_t uVar1;\n \n uVar1 = 0;\n if ((this->pos_ < this->len_) && (this->reloc_size_ != 8)) {\n uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);\n }\n return uVar1;\n}\n\n" comment (declaration "uint64_t __thiscall gold::Track_relocs<32,_false>::next_addend(Track_relocs<32,_false> *this)\n\n{\n uint64_t uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::next_addend(Track_relocs<32,_false> *this)\n\n{\n uint64_t" identifier > : : (function_declarator "next_addend(Track_relocs<32,_false> *this)" identifier (parameter_list "(Track_relocs<32,_false> *this)" ( (parameter_declaration "Track_relocs" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { primitive_type) identifier ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if ((this->pos_ < this->len_) && (this->reloc_size_ != 8)) {\n uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);\n }" if (parenthesized_expression "((this->pos_ < this->len_) && (this->reloc_size_ != 8))" ( (binary_expression "(this->pos_ < this->len_) && (this->reloc_size_ != 8)" (parenthesized_expression "(this->pos_ < this->len_)" ( (binary_expression "this->pos_ < this->len_" (field_expression "this->pos_" identifier -> field_identifier) < (field_expression "this->len_" identifier -> field_identifier)) )) && (parenthesized_expression "(this->reloc_size_ != 8)" ( (binary_expression "this->reloc_size_ != 8" (field_expression "this->reloc_size_" identifier -> field_identifier) != number_literal) ))) )) (compound_statement "{\n uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);\n }" { (expression_statement "uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);" (assignment_expression "uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8)" identifier = (cast_expression "(uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8)" ( (type_descriptor "uint64_t" primitive_type) ) (pointer_expression "*(int *)(this->prelocs_ + this->pos_ + 8)" * (cast_expression "(int *)(this->prelocs_ + this->pos_ + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this->prelocs_ + this->pos_ + 8)" ( (binary_expression "this->prelocs_ + this->pos_ + 8" (binary_expression "this->prelocs_ + this->pos_" (field_expression "this->prelocs_" identifier -> field_identifier) + (field_expression "this->pos_" identifier -> field_identifier)) + number_literal) )))))) ;) })) (return_statement "return uVar1;" return identifier ;) (ERROR "}" }))
|
(translation_unit "long FUN_00226b50(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_00226b50(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00226b50(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (if_statement "if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" if (parenthesized_expression "(((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8))" ( (binary_expression "((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)" (parenthesized_expression "((ulong)param_1[2] < (ulong)param_1[1])" ( (binary_expression "(ulong)param_1[2] < (ulong)param_1[1]" (cast_expression "(ulong)param_1[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) && (parenthesized_expression "((int)param_1[3] != 8)" ( (binary_expression "(int)param_1[3] != 8" (cast_expression "(int)param_1[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[3]" identifier [ number_literal ])) != number_literal) ))) )) (compound_statement "{\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" { (expression_statement "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);" (assignment_expression "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2])" identifier = (cast_expression "(long)*(int *)(*param_1 + 8 + param_1[2])" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(*param_1 + 8 + param_1[2])" * (cast_expression "(int *)(*param_1 + 8 + param_1[2])" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 8 + param_1[2])" ( (binary_expression "*param_1 + 8 + param_1[2]" (binary_expression "*param_1 + 8" (pointer_expression "*param_1" * identifier) + number_literal) + (subscript_expression "param_1[2]" identifier [ number_literal ])) )))))) ;) })) (return_statement "return lVar1;" return identifier ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) && (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) + LIT) + (subscript_expression IDENT [ LIT ])) )))))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "long FUN_00226b50(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00226b50(long *param_1)" (identifier "FUN_00226b50") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = 0;\n if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" (identifier "lVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" (if "if") (parenthesized_expression "(((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8))" (( "(") (binary_expression "((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)" (parenthesized_expression "((ulong)param_1[2] < (ulong)param_1[1])" (( "(") (binary_expression "(ulong)param_1[2] < (ulong)param_1[1]" (cast_expression "(ulong)param_1[2]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (&& "&&") (parenthesized_expression "((int)param_1[3] != 8)" (( "(") (binary_expression "(int)param_1[3] != 8" (cast_expression "(int)param_1[3]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (!= "!=") (number_literal "8")) () ")"))) () ")")) (compound_statement "{\n lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);\n }" ({ "{") (expression_statement "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);" (assignment_expression "lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2])" (identifier "lVar1") (= "=") (cast_expression "(long)*(int *)(*param_1 + 8 + param_1[2])" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)(*param_1 + 8 + param_1[2])" (* "*") (cast_expression "(int *)(*param_1 + 8 + param_1[2])" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 8 + param_1[2])" (( "(") (binary_expression "*param_1 + 8 + param_1[2]" (binary_expression "*param_1 + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "8")) (+ "+") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) () ")")))))) (; ";")) (} "}"))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}")))
|
/* DWARF original prototype: uint64_t next_addend(Track_relocs<32,_false> * this) */
uint64_t __thiscall gold::Track_relocs<32,_false>::next_addend(Track_relocs<32,_false> *this)
{
uint64_t uVar1;
uVar1 = 0;
if ((this->pos_ < this->len_) && (this->reloc_size_ != 8)) {
uVar1 = (uint64_t)*(int *)(this->prelocs_ + this->pos_ + 8);
}
return uVar1;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))))))) (return_statement (identifier)))))
| null |
long MASKED(long *param_1)
{
long lVar1;
lVar1 = 0;
if (((ulong)param_1[2] < (ulong)param_1[1]) && ((int)param_1[3] != 8)) {
lVar1 = (long)*(int *)(*param_1 + 8 + param_1[2]);
}
return lVar1;
}
|
563_find_and_find_strip.c
|
quotearg_buffer
|
FUN_00122620
|
size_t quotearg_buffer(char *buffer,size_t buffersize,char *arg,size_t argsize,quoting_options *o)
{
int iVar1;
int *piVar2;
size_t sVar3;
if (o == (quoting_options *)0x0) {
o = &default_quoting_options;
}
piVar2 = __errno_location();
iVar1 = *piVar2;
sVar3 = quotearg_buffer_restyled
(buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,
o->left_quote,o->right_quote);
*piVar2 = iVar1;
return sVar3;
}
|
void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 *param_5)
{
int iVar1;
int *piVar2;
if (param_5 == (undefined4 *)0x0) {
param_5 = (undefined4 *)&DAT_0014e380;
}
piVar2 = __errno_location();
iVar1 = *piVar2;
FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,
*(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));
*piVar2 = iVar1;
return;
}
|
PUSH R15
LEA RAX,[0x14e380]
MOV R15,RDX
PUSH R14
MOV R14,RSI
PUSH R13
MOV R13,RDI
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,R8
SUB RSP,0x18
TEST R8,R8
CMOVZ RBX,RAX
MOV qword ptr [RSP + 0x8],RCX
CALL 0x001070e0
SUB RSP,0x8
MOV RDX,R15
MOV RSI,R14
MOV R12D,dword ptr [RAX]
MOV RBP,RAX
LEA RAX,[RBX + 0x8]
MOV R9D,dword ptr [RBX + 0x4]
PUSH qword ptr [RBX + 0x30]
MOV R8D,dword ptr [RBX]
MOV RDI,R13
PUSH qword ptr [RBX + 0x28]
PUSH RAX
MOV RCX,qword ptr [RSP + 0x28]
CALL 0x00121070
MOV dword ptr [RBP],R12D
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
| null | null | null | null |
[(u'LOAD_-1207097657', u'CALL_-1207097631'), (u'CALL_-1207097722', u'LOAD_-1207097700'), ('tmp_359', u'MULTIEQUAL_-1207097576'), ('const-433', u'LOAD_-1207097700'), ('const-433', u'LOAD_-1207097675'), (u'MULTIEQUAL_-1207097576', u'PTRSUB_-1207097451'), (u'MULTIEQUAL_-1207097576', u'PTRSUB_-1207097455'), (u'LOAD_-1207097668', u'CALL_-1207097631'), ('tmp_359', u'INT_EQUAL_-1207097744'), ('const-0', u'INT_EQUAL_-1207097744'), (u'MULTIEQUAL_-1207097576', u'PTRSUB_-1207097465'), (u'PTRSUB_-1207097455', u'LOAD_-1207097675'), ('tmp_356', u'CALL_-1207097631'), ('const-0', u'RETURN_-1207097567'), ('tmp_358', u'CALL_-1207097631'), ('tmp_112', u'CBRANCH_-1207097740'), ('tmp_355', u'CALL_-1207097631'), (u'INT_EQUAL_-1207097744', u'CBRANCH_-1207097740'), ('const-0', u'PTRSUB_-1207097678'), ('const-433', u'STORE_-1207097628'), (u'CALL_-1207097631', u'RETURN_-1207097567'), ('const-40', u'PTRSUB_-1207097444'), (u'LOAD_-1207097683', u'CALL_-1207097631'), (u'LOAD_-1207097700', u'STORE_-1207097628'), (u'PTRSUB_-1207097465', u'CALL_-1207097631'), (u'PTRSUB_-1207097451', u'LOAD_-1207097668'), ('const-0', u'PTRSUB_-1207097451'), (u'PTRSUB_-1207097460', u'LOAD_-1207097683'), (u'LOAD_-1207097675', u'CALL_-1207097631'), (u'CALL_-1207097722', u'STORE_-1207097628'), (u'PTRSUB_-1207097444', u'LOAD_-1207097657'), (u'MULTIEQUAL_-1207097576', u'PTRSUB_-1207097444'), ('tmp_357', u'CALL_-1207097631'), ('const-4', u'PTRSUB_-1207097460'), ('const-1368960', u'PTRSUB_-1207097678'), ('const-433', u'LOAD_-1207097683'), (u'MULTIEQUAL_-1207097576', u'PTRSUB_-1207097460'), ('const-433', u'LOAD_-1207097657'), (u'PTRSUB_-1207097678', u'MULTIEQUAL_-1207097576'), ('const-8', u'PTRSUB_-1207097465'), ('const-48', u'PTRSUB_-1207097455'), ('const-433', u'LOAD_-1207097668')]
|
[('const-433', u'LOAD_-1207097700'), (u'LOAD_-1207097657', u'CALL_-1207097631'), (u'CALL_-1207097722', u'LOAD_-1207097700'), ('const-4', u'PTRADD_-1207097468'), ('const-1368960', u'PTRSUB_-1207097678'), ('const-4', u'PTRADD_-1207097463'), ('tmp_487', u'INT_EQUAL_-1207097744'), ('const-12', u'PTRADD_-1207097463'), (u'MULTIEQUAL_-1207097579', u'PTRADD_-1207097453'), (u'LOAD_-1207097668', u'CALL_-1207097631'), ('const-10', u'PTRADD_-1207097453'), ('const-0', u'INT_EQUAL_-1207097744'), (u'PTRADD_-1207097463', u'CAST_-1207097461'), ('const-433', u'LOAD_-1207097675'), (u'PTRADD_-1207097468', u'LOAD_-1207097683'), ('const-0', u'RETURN_-1207097567'), (u'MULTIEQUAL_-1207097579', u'PTRADD_-1207097473'), ('tmp_483', u'CALL_-1207097631'), ('tmp_112', u'CBRANCH_-1207097740'), ('tmp_488', u'CALL_-1207097631'), (u'MULTIEQUAL_-1207097579', u'PTRADD_-1207097468'), ('const-433', u'LOAD_-1207097683'), ('const-4', u'PTRADD_-1207097453'), (u'INT_EQUAL_-1207097744', u'CBRANCH_-1207097740'), ('const-4', u'PTRADD_-1207097473'), ('const-433', u'LOAD_-1207097668'), ('tmp_479', u'CALL_-1207097631'), ('tmp_487', u'MULTIEQUAL_-1207097579'), (u'LOAD_-1207097683', u'CALL_-1207097631'), ('const-433', u'STORE_-1207097628'), (u'MULTIEQUAL_-1207097579', u'LOAD_-1207097668'), (u'LOAD_-1207097700', u'STORE_-1207097628'), (u'CAST_-1207097461', u'LOAD_-1207097675'), (u'PTRADD_-1207097473', u'CALL_-1207097631'), (u'LOAD_-1207097675', u'CALL_-1207097631'), (u'CALL_-1207097722', u'STORE_-1207097628'), ('const-2', u'PTRADD_-1207097473'), ('const-0', u'PTRSUB_-1207097678'), ('const-1', u'PTRADD_-1207097468'), (u'CAST_-1207097500', u'MULTIEQUAL_-1207097579'), ('const-433', u'LOAD_-1207097657'), (u'PTRADD_-1207097453', u'CAST_-1207097451'), ('tmp_481', u'CALL_-1207097631'), (u'MULTIEQUAL_-1207097579', u'PTRADD_-1207097463'), (u'CAST_-1207097451', u'LOAD_-1207097657'), (u'PTRSUB_-1207097678', u'CAST_-1207097500')]
| null | null |
00122620
|
x64
|
O2
|
(translation_unit "void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}\n\n" (function_definition "void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" primitive_type (function_declarator "FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (if_statement "if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }" if (parenthesized_expression "(param_5 == (undefined4 *)0x0)" ( (binary_expression "param_5 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_5 = (undefined4 *)&DAT_0014e380;\n }" { (expression_statement "param_5 = (undefined4 *)&DAT_0014e380;" (assignment_expression "param_5 = (undefined4 *)&DAT_0014e380" identifier = (cast_expression "(undefined4 *)&DAT_0014e380" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0014e380" & identifier))) ;) })) (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));" (call_expression "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" identifier (argument_list "(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" ( identifier , identifier , identifier , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (binary_expression "param_5 + 2" identifier + number_literal) , (pointer_expression "*(undefined8 *)(param_5 + 10)" * (cast_expression "(undefined8 *)(param_5 + 10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 10)" ( (binary_expression "param_5 + 10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_5 + 0xc)" * (cast_expression "(undefined8 *)(param_5 + 0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) )))) ))) ;) (expression_statement "*piVar2 = iVar1;" (assignment_expression "*piVar2 = iVar1" (pointer_expression "*piVar2" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "size_t quotearg_buffer(char *buffer,size_t buffersize,char *arg,size_t argsize,quoting_options *o)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n \n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n sVar3 = quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote);\n *piVar2 = iVar1;\n return sVar3;\n}\n\n" (function_definition "size_t quotearg_buffer(char *buffer,size_t buffersize,char *arg,size_t argsize,quoting_options *o)\n\n{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n \n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n sVar3 = quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote);\n *piVar2 = iVar1;\n return sVar3;\n}" primitive_type (function_declarator "quotearg_buffer(char *buffer,size_t buffersize,char *arg,size_t argsize,quoting_options *o)" identifier (parameter_list "(char *buffer,size_t buffersize,char *arg,size_t argsize,quoting_options *o)" ( (parameter_declaration "char *buffer" primitive_type (pointer_declarator "*buffer" * identifier)) , (parameter_declaration "size_t buffersize" primitive_type identifier) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "size_t argsize" primitive_type identifier) , (parameter_declaration "quoting_options *o" type_identifier (pointer_declarator "*o" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n size_t sVar3;\n \n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n sVar3 = quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote);\n *piVar2 = iVar1;\n return sVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (if_statement "if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }" if (parenthesized_expression "(o == (quoting_options *)0x0)" ( (binary_expression "o == (quoting_options *)0x0" identifier == (cast_expression "(quoting_options *)0x0" ( (type_descriptor "quoting_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n o = &default_quoting_options;\n }" { (expression_statement "o = &default_quoting_options;" (assignment_expression "o = &default_quoting_options" identifier = (pointer_expression "&default_quoting_options" & identifier)) ;) })) (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "sVar3 = quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote);" (assignment_expression "sVar3 = quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote)" identifier = (call_expression "quotearg_buffer_restyled\n (buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote)" identifier (argument_list "(buffer,buffersize,arg,argsize,o->style,o->flags,o->quote_these_too,\n o->left_quote,o->right_quote)" ( identifier , identifier , identifier , identifier , (field_expression "o->style" identifier -> field_identifier) , (field_expression "o->flags" identifier -> field_identifier) , (field_expression "o->quote_these_too" identifier -> field_identifier) , (field_expression "o->left_quote" identifier -> field_identifier) , (field_expression "o->right_quote" identifier -> field_identifier) )))) ;) (expression_statement "*piVar2 = iVar1;" (assignment_expression "*piVar2 = iVar1" (pointer_expression "*piVar2" * identifier) = identifier) ;) (return_statement "return sVar3;" return identifier ;) })))
|
(translation_unit "void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}\n\n" (function_definition "void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" primitive_type (function_declarator "FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (if_statement "if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }" if (parenthesized_expression "(param_5 == (undefined4 *)0x0)" ( (binary_expression "param_5 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_5 = (undefined4 *)&DAT_0014e380;\n }" { (expression_statement "param_5 = (undefined4 *)&DAT_0014e380;" (assignment_expression "param_5 = (undefined4 *)&DAT_0014e380" identifier = (cast_expression "(undefined4 *)&DAT_0014e380" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0014e380" & identifier))) ;) })) (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));" (call_expression "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" identifier (argument_list "(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" ( identifier , identifier , identifier , identifier , (pointer_expression "*param_5" * identifier) , (subscript_expression "param_5[1]" identifier [ number_literal ]) , (binary_expression "param_5 + 2" identifier + number_literal) , (pointer_expression "*(undefined8 *)(param_5 + 10)" * (cast_expression "(undefined8 *)(param_5 + 10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 10)" ( (binary_expression "param_5 + 10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_5 + 0xc)" * (cast_expression "(undefined8 *)(param_5 + 0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0xc)" ( (binary_expression "param_5 + 0xc" identifier + number_literal) )))) ))) ;) (expression_statement "*piVar2 = iVar1;" (assignment_expression "*piVar2 = iVar1" (pointer_expression "*piVar2" * identifier) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) , (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00122620(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" (identifier "FUN_00122620") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 *param_5)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 *param_5" (type_identifier "undefined4") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) () ")"))) (compound_statement "{\n int iVar1;\n int *piVar2;\n \n if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }\n piVar2 = __errno_location();\n iVar1 = *piVar2;\n FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));\n *piVar2 = iVar1;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (if_statement "if (param_5 == (undefined4 *)0x0) {\n param_5 = (undefined4 *)&DAT_0014e380;\n }" (if "if") (parenthesized_expression "(param_5 == (undefined4 *)0x0)" (( "(") (binary_expression "param_5 == (undefined4 *)0x0" (identifier "param_5") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n param_5 = (undefined4 *)&DAT_0014e380;\n }" ({ "{") (expression_statement "param_5 = (undefined4 *)&DAT_0014e380;" (assignment_expression "param_5 = (undefined4 *)&DAT_0014e380" (identifier "param_5") (= "=") (cast_expression "(undefined4 *)&DAT_0014e380" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0014e380" (& "&") (identifier "DAT_0014e380")))) (; ";")) (} "}"))) (expression_statement "piVar2 = __errno_location();" (assignment_expression "piVar2 = __errno_location()" (identifier "piVar2") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar1 = *piVar2;" (assignment_expression "iVar1 = *piVar2" (identifier "iVar1") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (expression_statement "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));" (call_expression "FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" (identifier "FUN_00121070") (argument_list "(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,\n *(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc))" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (pointer_expression "*param_5" (* "*") (identifier "param_5")) (, ",") (subscript_expression "param_5[1]" (identifier "param_5") ([ "[") (number_literal "1") (] "]")) (, ",") (binary_expression "param_5 + 2" (identifier "param_5") (+ "+") (number_literal "2")) (, ",") (pointer_expression "*(undefined8 *)(param_5 + 10)" (* "*") (cast_expression "(undefined8 *)(param_5 + 10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 10)" (( "(") (binary_expression "param_5 + 10" (identifier "param_5") (+ "+") (number_literal "10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_5 + 0xc)" (* "*") (cast_expression "(undefined8 *)(param_5 + 0xc)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0xc)" (( "(") (binary_expression "param_5 + 0xc" (identifier "param_5") (+ "+") (number_literal "0xc")) () ")")))) () ")"))) (; ";")) (expression_statement "*piVar2 = iVar1;" (assignment_expression "*piVar2 = iVar1" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (identifier "iVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
size_t function_1(char *buffer,size_t buffersize,char *arg,size_t argsize,type_1 *var_1)
{
int iVar1;
int *piVar2;
size_t sVar3;
if (var_1 == (type_1 *)0x0) {
var_1 = &default_quoting_options;
}
piVar2 = var_2();
iVar1 = *piVar2;
sVar3 = var_3
(buffer,buffersize,arg,argsize,var_1->style,var_1->flags,var_1->quote_these_too,
var_1->left_quote,var_1->right_quote);
*piVar2 = iVar1;
return sVar3;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator 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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal)) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 *param_5)
{
int iVar1;
int *piVar2;
if (param_5 == (undefined4 *)0x0) {
param_5 = (undefined4 *)&DAT_0014e380;
}
piVar2 = __errno_location();
iVar1 = *piVar2;
FUN_00121070(param_1,param_2,param_3,param_4,*param_5,param_5[1],param_5 + 2,
*(undefined8 *)(param_5 + 10),*(undefined8 *)(param_5 + 0xc));
*piVar2 = iVar1;
return;
}
|
467_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
|
symbol_warning
|
FUN_001235a0
|
bfd_boolean symbol_warning(char *warning,char *symbol,bfd *abfd)
{
int iVar1;
char *fmt;
warning_callback_info cinfo;
iVar1 = bfd_generic_link_read_symbols(abfd);
if (iVar1 == 0) {
fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);
einfo(fmt,abfd);
}
cinfo.asymbols = abfd->outsymbols;
cinfo.found = 0;
cinfo.warning = warning;
cinfo.symbol = symbol;
bfd_map_over_sections(abfd,warning_find_reloc,&cinfo);
return cinfo.found;
}
|
undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)
{
int iVar1;
undefined8 uVar2;
undefined4 local_38 [2];
undefined8 local_30;
undefined8 local_28;
undefined8 local_20;
iVar1 = bfd_generic_link_read_symbols(param_3);
if (iVar1 == 0) {
uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);
FUN_00129410(uVar2,param_3);
}
local_20 = *(undefined8 *)(param_3 + 0xb0);
local_38[0] = 0;
local_30 = param_1;
local_28 = param_2;
bfd_map_over_sections(param_3,FUN_00123cb0,local_38);
return local_38[0];
}
|
PUSH R12
MOV R12,RDI
MOV RDI,RDX
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDX
SUB RSP,0x20
CALL 0x0010d1f0
TEST EAX,EAX
JZ 0x00123600
MOV RAX,qword ptr [RBX + 0xb0]
MOV RDX,RSP
MOV RDI,RBX
LEA RSI,[0x123cb0]
MOV qword ptr [RSP + 0x8],R12
MOV qword ptr [RSP + 0x10],RBP
MOV qword ptr [RSP + 0x18],RAX
MOV dword ptr [RSP],0x0
CALL 0x0010dd10
MOV EAX,dword ptr [RSP]
ADD RSP,0x20
POP RBX
POP RBP
POP R12
RET
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x171498]
CALL 0x0010d380
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00129410
JMP 0x001235bd
| null | null | null | null |
[('const-0', u'COPY_-1207093740'), ('const-1195184', u'PTRSUB_-1207093451'), ('const-0', u'RETURN_-1207093678'), (u'PTRSUB_-1207093490', u'LOAD_-1207093789'), ('const-1512600', u'COPY_-1207093476'), ('tmp_90', u'CBRANCH_-1207093790'), (u'COPY_-1207093621', u'RETURN_-1207093678'), ('tmp_581', u'PTRSUB_-1207093504'), ('tmp_307', u'COPY_-1207093511'), (u'CAST_-1207093408', u'CALL_-1207093615'), (u'CALL_-1207093724', u'INDIRECT_-1207093478'), ('tmp_308', u'CALL_-1207093724'), (u'PTRSUB_-1207093451', u'CALL_-1207093724'), ('tmp_308', u'PTRSUB_-1207093490'), ('const-176', u'PTRSUB_-1207093490'), ('tmp_308', u'CALL_-1207093805'), (u'CALL_-1207093724', u'INDIRECT_-1207093483'), (u'CALL_-1207093643', u'CAST_-1207093408'), ('tmp_308', u'CALL_-1207093615'), (u'CALL_-1207093724', u'INDIRECT_-1207093473'), ('const-433', u'LOAD_-1207093789'), ('const-0', u'CALL_-1207093643'), (u'INT_EQUAL_-1207093791', u'CBRANCH_-1207093790'), ('tmp_306', u'COPY_-1207093512'), ('const-0', u'PTRSUB_-1207093451'), (u'PTRSUB_-1207093504', u'CALL_-1207093724'), ('tmp_289', u'BRANCH_-1207093612'), ('const--56', u'PTRSUB_-1207093504'), (u'INDIRECT_-1207093488', u'COPY_-1207093621'), ('const-0', u'INT_EQUAL_-1207093791'), (u'CALL_-1207093724', u'INDIRECT_-1207093488'), (u'COPY_-1207093476', u'CALL_-1207093643'), (u'CALL_-1207093805', u'INT_EQUAL_-1207093791'), ('const-5', u'CALL_-1207093643')]
|
[(u'INDIRECT_-1207093491', u'COPY_-1207093513'), ('const-433', u'LOAD_-1207093789'), ('const-1512600', u'COPY_-1207093477'), ('const--56', u'PTRSUB_-1207093505'), (u'CALL_-1207093724', u'INDIRECT_-1207093476'), ('const-1195184', u'PTRSUB_-1207093452'), (u'PTRSUB_-1207093452', u'CALL_-1207093724'), ('const-0', u'RETURN_-1207093678'), (u'INT_ADD_-1207093773', u'CAST_-1207093491'), ('tmp_579', u'CALL_-1207093724'), ('tmp_577', u'PTRSUB_-1207093505'), ('const-176', u'INT_ADD_-1207093773'), ('tmp_90', u'CBRANCH_-1207093790'), (u'CALL_-1207093724', u'INDIRECT_-1207093486'), (u'CALL_-1207093643', u'CALL_-1207093615'), ('tmp_581', u'COPY_-1207093513'), ('tmp_579', u'CALL_-1207093805'), ('const-0', u'CALL_-1207093643'), ('tmp_578', u'COPY_-1207093514'), (u'CALL_-1207093724', u'INDIRECT_-1207093481'), (u'COPY_-1207093477', u'CALL_-1207093643'), (u'CAST_-1207093491', u'LOAD_-1207093789'), ('tmp_579', u'CALL_-1207093615'), (u'INT_EQUAL_-1207093791', u'CBRANCH_-1207093790'), ('const-0', u'PTRSUB_-1207093452'), ('const-5', u'CALL_-1207093643'), (u'COPY_-1207093513', u'RETURN_-1207093678'), ('tmp_289', u'BRANCH_-1207093612'), ('const-0', u'COPY_-1207093740'), ('const-0', u'INT_EQUAL_-1207093791'), (u'CALL_-1207093724', u'INDIRECT_-1207093491'), (u'PTRSUB_-1207093505', u'CALL_-1207093724'), ('tmp_579', u'INT_ADD_-1207093773'), (u'CALL_-1207093805', u'INT_EQUAL_-1207093791')]
| null | null |
001235a0
|
x64
|
O2
|
(translation_unit "undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}\n\n" (function_definition "undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" type_identifier (function_declarator "FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined4 local_38 [2];" type_identifier (array_declarator "local_38 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "iVar1 = bfd_generic_link_read_symbols(param_3);" (assignment_expression "iVar1 = bfd_generic_link_read_symbols(param_3)" identifier = (call_expression "bfd_generic_link_read_symbols(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: could not read symbols: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: could not read symbols: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar2,param_3);" (call_expression "FUN_00129410(uVar2,param_3)" identifier (argument_list "(uVar2,param_3)" ( identifier , identifier ))) ;) })) (expression_statement "local_20 = *(undefined8 *)(param_3 + 0xb0);" (assignment_expression "local_20 = *(undefined8 *)(param_3 + 0xb0)" identifier = (pointer_expression "*(undefined8 *)(param_3 + 0xb0)" * (cast_expression "(undefined8 *)(param_3 + 0xb0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb0)" ( (binary_expression "param_3 + 0xb0" identifier + number_literal) ))))) ;) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" identifier = identifier) ;) (expression_statement "local_28 = param_2;" (assignment_expression "local_28 = param_2" identifier = identifier) ;) (expression_statement "bfd_map_over_sections(param_3,FUN_00123cb0,local_38);" (call_expression "bfd_map_over_sections(param_3,FUN_00123cb0,local_38)" identifier (argument_list "(param_3,FUN_00123cb0,local_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return local_38[0];" return (subscript_expression "local_38[0]" identifier [ number_literal ]) ;) })))
|
(translation_unit "bfd_boolean symbol_warning(char *warning,char *symbol,bfd *abfd)\n\n{\n int iVar1;\n char *fmt;\n warning_callback_info cinfo;\n \n iVar1 = bfd_generic_link_read_symbols(abfd);\n if (iVar1 == 0) {\n fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n einfo(fmt,abfd);\n }\n cinfo.asymbols = abfd->outsymbols;\n cinfo.found = 0;\n cinfo.warning = warning;\n cinfo.symbol = symbol;\n bfd_map_over_sections(abfd,warning_find_reloc,&cinfo);\n return cinfo.found;\n}\n\n" (function_definition "bfd_boolean symbol_warning(char *warning,char *symbol,bfd *abfd)\n\n{\n int iVar1;\n char *fmt;\n warning_callback_info cinfo;\n \n iVar1 = bfd_generic_link_read_symbols(abfd);\n if (iVar1 == 0) {\n fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n einfo(fmt,abfd);\n }\n cinfo.asymbols = abfd->outsymbols;\n cinfo.found = 0;\n cinfo.warning = warning;\n cinfo.symbol = symbol;\n bfd_map_over_sections(abfd,warning_find_reloc,&cinfo);\n return cinfo.found;\n}" type_identifier (function_declarator "symbol_warning(char *warning,char *symbol,bfd *abfd)" identifier (parameter_list "(char *warning,char *symbol,bfd *abfd)" ( (parameter_declaration "char *warning" primitive_type (pointer_declarator "*warning" * identifier)) , (parameter_declaration "char *symbol" primitive_type (pointer_declarator "*symbol" * identifier)) , (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) ))) (compound_statement "{\n int iVar1;\n char *fmt;\n warning_callback_info cinfo;\n \n iVar1 = bfd_generic_link_read_symbols(abfd);\n if (iVar1 == 0) {\n fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n einfo(fmt,abfd);\n }\n cinfo.asymbols = abfd->outsymbols;\n cinfo.found = 0;\n cinfo.warning = warning;\n cinfo.symbol = symbol;\n bfd_map_over_sections(abfd,warning_find_reloc,&cinfo);\n return cinfo.found;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (declaration "warning_callback_info cinfo;" type_identifier identifier ;) (expression_statement "iVar1 = bfd_generic_link_read_symbols(abfd);" (assignment_expression "iVar1 = bfd_generic_link_read_symbols(abfd)" identifier = (call_expression "bfd_generic_link_read_symbols(abfd)" identifier (argument_list "(abfd)" ( identifier )))) ;) (if_statement "if (iVar1 == 0) {\n fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n einfo(fmt,abfd);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n einfo(fmt,abfd);\n }" { (expression_statement "fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: could not read symbols: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: could not read symbols: %E\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt,abfd);" (call_expression "einfo(fmt,abfd)" identifier (argument_list "(fmt,abfd)" ( identifier , identifier ))) ;) })) (expression_statement "cinfo.asymbols = abfd->outsymbols;" (assignment_expression "cinfo.asymbols = abfd->outsymbols" (field_expression "cinfo.asymbols" identifier . field_identifier) = (field_expression "abfd->outsymbols" identifier -> field_identifier)) ;) (expression_statement "cinfo.found = 0;" (assignment_expression "cinfo.found = 0" (field_expression "cinfo.found" identifier . field_identifier) = number_literal) ;) (expression_statement "cinfo.warning = warning;" (assignment_expression "cinfo.warning = warning" (field_expression "cinfo.warning" identifier . field_identifier) = identifier) ;) (expression_statement "cinfo.symbol = symbol;" (assignment_expression "cinfo.symbol = symbol" (field_expression "cinfo.symbol" identifier . field_identifier) = identifier) ;) (expression_statement "bfd_map_over_sections(abfd,warning_find_reloc,&cinfo);" (call_expression "bfd_map_over_sections(abfd,warning_find_reloc,&cinfo)" identifier (argument_list "(abfd,warning_find_reloc,&cinfo)" ( identifier , identifier , (pointer_expression "&cinfo" & identifier) ))) ;) (return_statement "return cinfo.found;" return (field_expression "cinfo.found" identifier . field_identifier) ;) })))
|
(translation_unit "undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}\n\n" (function_definition "undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" type_identifier (function_declarator "FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined4 local_38 [2];" type_identifier (array_declarator "local_38 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "iVar1 = bfd_generic_link_read_symbols(param_3);" (assignment_expression "iVar1 = bfd_generic_link_read_symbols(param_3)" identifier = (call_expression "bfd_generic_link_read_symbols(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier = (call_expression "dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" identifier (argument_list "(0,"%F%P: %pB: could not read symbols: %E\n",5)" ( number_literal , (string_literal ""%F%P: %pB: could not read symbols: %E\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar2,param_3);" (call_expression "FUN_00129410(uVar2,param_3)" identifier (argument_list "(uVar2,param_3)" ( identifier , identifier ))) ;) })) (expression_statement "local_20 = *(undefined8 *)(param_3 + 0xb0);" (assignment_expression "local_20 = *(undefined8 *)(param_3 + 0xb0)" identifier = (pointer_expression "*(undefined8 *)(param_3 + 0xb0)" * (cast_expression "(undefined8 *)(param_3 + 0xb0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb0)" ( (binary_expression "param_3 + 0xb0" identifier + number_literal) ))))) ;) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" identifier = identifier) ;) (expression_statement "local_28 = param_2;" (assignment_expression "local_28 = param_2" identifier = identifier) ;) (expression_statement "bfd_map_over_sections(param_3,FUN_00123cb0,local_38);" (call_expression "bfd_map_over_sections(param_3,FUN_00123cb0,local_38)" identifier (argument_list "(param_3,FUN_00123cb0,local_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return local_38[0];" return (subscript_expression "local_38[0]" identifier [ number_literal ]) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return (subscript_expression IDENT [ LIT ]) ;) })))
|
(function_definition "undefined4 FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" (type_identifier "undefined4") (function_declarator "FUN_001235a0(undefined8 param_1,undefined8 param_2,long param_3)" (identifier "FUN_001235a0") (parameter_list "(undefined8 param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined4 local_38 [2];\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n iVar1 = bfd_generic_link_read_symbols(param_3);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }\n local_20 = *(undefined8 *)(param_3 + 0xb0);\n local_38[0] = 0;\n local_30 = param_1;\n local_28 = param_2;\n bfd_map_over_sections(param_3,FUN_00123cb0,local_38);\n return local_38[0];\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined4 local_38 [2];" (type_identifier "undefined4") (array_declarator "local_38 [2]" (identifier "local_38") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "iVar1 = bfd_generic_link_read_symbols(param_3);" (assignment_expression "iVar1 = bfd_generic_link_read_symbols(param_3)" (identifier "iVar1") (= "=") (call_expression "bfd_generic_link_read_symbols(param_3)" (identifier "bfd_generic_link_read_symbols") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);\n FUN_00129410(uVar2,param_3);\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P: %pB: could not read symbols: %E\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P: %pB: could not read symbols: %E\n"" (" """) (string_content "%F%P: %pB: could not read symbols: %E") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129410(uVar2,param_3);" (call_expression "FUN_00129410(uVar2,param_3)" (identifier "FUN_00129410") (argument_list "(uVar2,param_3)" (( "(") (identifier "uVar2") (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (expression_statement "local_20 = *(undefined8 *)(param_3 + 0xb0);" (assignment_expression "local_20 = *(undefined8 *)(param_3 + 0xb0)" (identifier "local_20") (= "=") (pointer_expression "*(undefined8 *)(param_3 + 0xb0)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0xb0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xb0)" (( "(") (binary_expression "param_3 + 0xb0" (identifier "param_3") (+ "+") (number_literal "0xb0")) () ")"))))) (; ";")) (expression_statement "local_38[0] = 0;" (assignment_expression "local_38[0] = 0" (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_30 = param_1;" (assignment_expression "local_30 = param_1" (identifier "local_30") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_28 = param_2;" (assignment_expression "local_28 = param_2" (identifier "local_28") (= "=") (identifier "param_2")) (; ";")) (expression_statement "bfd_map_over_sections(param_3,FUN_00123cb0,local_38);" (call_expression "bfd_map_over_sections(param_3,FUN_00123cb0,local_38)" (identifier "bfd_map_over_sections") (argument_list "(param_3,FUN_00123cb0,local_38)" (( "(") (identifier "param_3") (, ",") (identifier "FUN_00123cb0") (, ",") (identifier "local_38") () ")"))) (; ";")) (return_statement "return local_38[0];" (return "return") (subscript_expression "local_38[0]" (identifier "local_38") ([ "[") (number_literal "0") (] "]")) (; ";")) (} "}")))
|
type_1 function_1(char *warning,char *symbol,type_2 *abfd)
{
int var_2;
char *fmt;
type_3 cinfo;
var_2 = var_1(abfd);
if (var_2 == 0) {
fmt = (char *)var_3(0,"%F%P: %pB: could not read symbols: %E\n",5);
var_4(fmt,abfd);
}
cinfo.asymbols = abfd->outsymbols;
cinfo.found = 0;
cinfo.warning = warning;
cinfo.symbol = symbol;
var_5(abfd,warning_find_reloc,&cinfo);
return cinfo.found;
}
| 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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)))))) (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: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement (subscript_expression argument: (identifier) index: (number_literal))))))
| null |
undefined4 MASKED(undefined8 param_1,undefined8 param_2,long param_3)
{
int iVar1;
undefined8 uVar2;
undefined4 local_38 [2];
undefined8 local_30;
undefined8 local_28;
undefined8 local_20;
iVar1 = bfd_generic_link_read_symbols(param_3);
if (iVar1 == 0) {
uVar2 = dcgettext(0,"%F%P: %pB: could not read symbols: %E\n",5);
FUN_00129410(uVar2,param_3);
}
local_20 = *(undefined8 *)(param_3 + 0xb0);
local_38[0] = 0;
local_30 = param_1;
local_28 = param_2;
bfd_map_over_sections(param_3,FUN_00123cb0,local_38);
return local_38[0];
}
|
380_x86_64-linux-gnux32-as_and_x86_64-linux-gnux32-as_strip.c
|
stringer_append_char
|
FUN_0011e9a0
|
void stringer_append_char(int c,int bitsize)
{
char *pcVar1;
char *format;
if ((c != 0) && ((now_seg->flags & 0x103) == 1)) {
pcVar1 = now_seg->name;
format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);
as_bad(format,pcVar1);
}
if (target_big_endian == 0) {
frag_append_1_char(c);
if (bitsize == 0x10) goto LAB_0011ea09;
if (0x10 < bitsize) goto LAB_0011e9d5;
if (bitsize != 8) goto LAB_0011ea43;
}
else {
if (bitsize != 0x10) {
if (bitsize < 0x11) {
if (bitsize != 8) goto LAB_0011ea43;
goto LAB_0011ea25;
}
LAB_0011e9d5:
if (bitsize != 0x20) {
if (bitsize != 0x40) {
LAB_0011ea43:
/* WARNING: Subroutine does not return */
as_abort("../../gas/read.c",0x14ac,"stringer_append_char");
}
frag_append_1_char(0);
frag_append_1_char(0);
frag_append_1_char(0);
frag_append_1_char(0);
}
frag_append_1_char(0);
frag_append_1_char(0);
}
LAB_0011ea09:
frag_append_1_char(0);
}
if (target_big_endian == 0) {
return;
}
LAB_0011ea25:
frag_append_1_char(c);
return;
}
|
void FUN_0011e9a0(int param_1,int param_2)
{
undefined8 uVar1;
undefined8 uVar2;
if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {
uVar1 = *DAT_001e44a8;
uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);
FUN_0011da70(uVar2,uVar1);
}
if (DAT_001e36b8 == 0) {
FUN_00117220(param_1);
if (param_2 == 0x10) goto LAB_0011ea09;
if (0x10 < param_2) goto LAB_0011e9d5;
if (param_2 != 8) goto LAB_0011ea43;
}
else {
if (param_2 != 0x10) {
if (param_2 < 0x11) {
if (param_2 != 8) goto LAB_0011ea43;
goto LAB_0011ea25;
}
LAB_0011e9d5:
if (param_2 != 0x20) {
if (param_2 != 0x40) {
LAB_0011ea43:
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");
}
FUN_00117220(0);
FUN_00117220(0);
FUN_00117220(0);
FUN_00117220(0);
}
FUN_00117220(0);
FUN_00117220(0);
}
LAB_0011ea09:
FUN_00117220(0);
}
if (DAT_001e36b8 == 0) {
return;
}
LAB_0011ea25:
FUN_00117220(param_1);
return;
}
|
PUSH R12
PUSH RBP
MOV EBP,EDI
PUSH RBX
MOV EBX,ESI
TEST EDI,EDI
JZ 0x0011e9c4
MOV RDX,qword ptr [0x001e44a8]
MOV EAX,dword ptr [RDX + 0x20]
AND EAX,0x103
CMP EAX,0x1
JZ 0x0011ea60
MOV EDX,dword ptr [0x001e36b8]
TEST EDX,EDX
JZ 0x0011ea30
CMP EBX,0x10
JZ 0x0011ea09
JLE 0x0011ea20
CMP EBX,0x20
JZ 0x0011e9fb
CMP EBX,0x40
JNZ 0x0011ea43
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
XOR EDI,EDI
CALL 0x00117220
MOV EAX,dword ptr [0x001e36b8]
TEST EAX,EAX
JNZ 0x0011ea25
POP RBX
POP RBP
POP R12
RET
CMP EBX,0x8
JNZ 0x0011ea43
POP RBX
MOV EDI,EBP
POP RBP
POP R12
JMP 0x00117220
MOV EDI,EBP
CALL 0x00117220
CMP EBX,0x10
JZ 0x0011ea09
JG 0x0011e9d5
CMP EBX,0x8
JZ 0x0011ea10
LEA RDX,[0x14ee80]
MOV ESI,0x14ac
LEA RDI,[0x14e520]
CALL 0x0011dd00
MOV R12,qword ptr [RDX]
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x14d8a0]
CALL 0x001081c0
MOV RDI,RAX
MOV RSI,R12
XOR EAX,EAX
CALL 0x0011da70
JMP 0x0011e9c4
| null | null | null | null |
[('tmp_851', u'INT_NOTEQUAL_-1206982203'), (u'CALL_-1206981724', u'INDIRECT_-1206981157'), (u'MULTIEQUAL_-1206981310', u'MULTIEQUAL_-1206981295'), (u'CALL_-1206981863', u'INDIRECT_-1206981194'), ('tmp_646', u'CBRANCH_-1206981852'), ('const-1', u'INT_EQUAL_-1206982159'), (u'INT_NOTEQUAL_-1206982079', u'CBRANCH_-1206982077'), (u'MULTIEQUAL_-1206981273', u'MULTIEQUAL_-1206981162'), ('const-0', u'CALL_-1206982018'), ('const-17', u'INT_SLESS_-1206982103'), ('tmp_852', u'INT_NOTEQUAL_-1206982079'), (u'MULTIEQUAL_-1206981238', u'COPY_-1206981288'), (u'INDIRECT_-1206981143', u'MULTIEQUAL_-1206981310'), (u'MULTIEQUAL_-1206981310', u'MULTIEQUAL_-1206981216'), ('const-0', u'CALL_-1206981998'), (u'CALL_-1206981724', u'INDIRECT_-1206981135'), (u'INDIRECT_-1206981196', u'MULTIEQUAL_-1206981162'), ('tmp_254', u'CBRANCH_-1206982077'), ('tmp_852', u'INT_SLESS_-1206982103'), ('const-1369376', u'COPY_-1206981118'), (u'CALL_-1206981724', u'CAST_-1206981024'), (u'MULTIEQUAL_-1206981310', u'INT_EQUAL_-1206982132'), ('tmp_124', u'CBRANCH_-1206982157'), ('tmp_56', u'CBRANCH_-1206982203'), ('tmp_154', u'CBRANCH_-1206982131'), (u'INDIRECT_-1206981218', u'MULTIEQUAL_-1206981184'), ('const-0', u'INT_EQUAL_-1206982132'), (u'INDIRECT_-1206981218', u'MULTIEQUAL_-1206981246'), (u'MULTIEQUAL_-1206981310', u'MULTIEQUAL_-1206981184'), ('tmp_2799', u'PTRSUB_-1206981040'), (u'CALL_-1206981998', u'INDIRECT_-1206981251'), (u'CALL_-1206981830', u'INDIRECT_-1206981218'), ('const-433', u'LOAD_-1206981762'), (u'CALL_-1206981830', u'INDIRECT_-1206981196'), (u'INT_EQUAL_-1206981916', u'CBRANCH_-1206981914'), ('const-1', u'RETURN_-1206981808'), ('const-0', u'PTRSUB_-1206981040'), (u'MULTIEQUAL_-1206981295', u'MULTIEQUAL_-1206981261'), ('tmp_2800', u'MULTIEQUAL_-1206981310'), ('const-433', u'LOAD_-1206982194'), ('const-0', u'CALL_-1206981938'), (u'INT_EQUAL_-1206982159', u'CBRANCH_-1206982157'), (u'CALL_-1206981998', u'INDIRECT_-1206981273'), (u'CALL_-1206982058', u'INDIRECT_-1206981275'), ('const-16', u'INT_SLESS_-1206981800'), (u'CALL_-1206981938', u'INDIRECT_-1206981227'), ('const-5', u'CALL_-1206981724'), ('const-32', u'PTRSUB_-1206981214'), (u'CALL_-1206981978', u'INDIRECT_-1206981243'), ('tmp_851', u'CALL_-1206981863'), (u'MULTIEQUAL_-1206981216', u'MULTIEQUAL_-1206981194'), (u'MULTIEQUAL_-1206981288', u'MULTIEQUAL_-1206981162'), (u'INDIRECT_-1206981196', u'MULTIEQUAL_-1206981216'), ('tmp_192', u'CBRANCH_-1206982110'), (u'INDIRECT_-1206981227', u'MULTIEQUAL_-1206981216'), ('const-0', u'RETURN_-1206981888'), ('tmp_688', u'CBRANCH_-1206981813'), (u'CALL_-1206982058', u'INDIRECT_-1206981297'), (u'INDIRECT_-1206981257', u'MULTIEQUAL_-1206981246'), (u'INDIRECT_-1206981218', u'MULTIEQUAL_-1206981238'), (u'MULTIEQUAL_-1206981288', u'MULTIEQUAL_-1206981224'), (u'INT_NOTEQUAL_-1206981792', u'CBRANCH_-1206981791'), (u'CALL_-1206981696', u'INDIRECT_-1206981143'), ('const-259', u'INT_AND_-1206982161'), ('const-32', u'INT_NOTEQUAL_-1206982095'), (u'INT_EQUAL_-1206982132', u'CBRANCH_-1206982131'), ('const-0', u'CALL_-1206981724'), (u'COPY_-1206981118', u'CALL_-1206981813'), (u'CALL_-1206982038', u'INDIRECT_-1206981289'), (u'INT_SLESS_-1206981800', u'CBRANCH_-1206981807'), ('tmp_852', u'INT_SLESS_-1206981800'), (u'MULTIEQUAL_-1206981310', u'MULTIEQUAL_-1206981246'), ('tmp_851', u'CALL_-1206981830'), ('const-64', u'INT_NOTEQUAL_-1206982079'), ('const-0', u'CALL_-1206982038'), (u'INT_EQUAL_-1206981815', u'CBRANCH_-1206981813'), (u'CAST_-1206981024', u'CALL_-1206981696'), (u'CALL_-1206981978', u'INDIRECT_-1206981265'), (u'CALL_-1206982018', u'INDIRECT_-1206981281'), ('tmp_698', u'CBRANCH_-1206981807'), (u'CALL_-1206981813', u'INDIRECT_-1206981159'), (u'COPY_-1206981117', u'CALL_-1206981813'), ('tmp_852', u'INT_NOTEQUAL_-1206981792'), (u'LOAD_-1206981762', u'CALL_-1206981696'), (u'CALL_-1206981696', u'INDIRECT_-1206981121'), (u'INDIRECT_-1206981194', u'COPY_-1206981252'), ('const-0', u'RETURN_-1206981859'), (u'INDIRECT_-1206981249', u'MULTIEQUAL_-1206981238'), (u'INDIRECT_-1206981218', u'MULTIEQUAL_-1206981295'), ('const-0', u'CALL_-1206982058'), (u'INT_NOTEQUAL_-1206982203', u'CBRANCH_-1206982203'), ('tmp_852', u'INT_EQUAL_-1206981815'), ('tmp_184', u'CBRANCH_-1206982115'), ('tmp_811', u'BRANCH_-1206981693'), (u'INDIRECT_-1206981196', u'MULTIEQUAL_-1206981273'), (u'CALL_-1206981958', u'INDIRECT_-1206981235'), ('const-8', u'INT_NOTEQUAL_-1206981854'), (u'INT_NOTEQUAL_-1206981854', u'CBRANCH_-1206981852'), ('tmp_524', u'CBRANCH_-1206981914'), ('const-1371776', u'COPY_-1206981117'), (u'INT_NOTEQUAL_-1206982095', u'CBRANCH_-1206982094'), ('const-0', u'INT_NOTEQUAL_-1206982203'), (u'CALL_-1206981938', u'INDIRECT_-1206981249'), (u'CALL_-1206981813', u'INDIRECT_-1206981181'), ('const-16', u'INT_NOTEQUAL_-1206982116'), (u'INDIRECT_-1206981216', u'COPY_-1206981274'), ('tmp_852', u'INT_NOTEQUAL_-1206981854'), ('tmp_2799', u'PTRSUB_-1206981214'), ('tmp_852', u'INT_NOTEQUAL_-1206982116'), (u'INT_AND_-1206982161', u'INT_EQUAL_-1206982159'), (u'MULTIEQUAL_-1206981288', u'MULTIEQUAL_-1206981194'), (u'CALL_-1206981958', u'INDIRECT_-1206981257'), (u'MULTIEQUAL_-1206981238', u'MULTIEQUAL_-1206981216'), ('const-0', u'CALL_-1206981958'), (u'LOAD_-1206982194', u'INT_AND_-1206982161'), (u'MULTIEQUAL_-1206981216', u'COPY_-1206981266'), ('const-1366176', u'COPY_-1206981092'), (u'PTRSUB_-1206981040', u'LOAD_-1206981762'), (u'PTRSUB_-1206981214', u'LOAD_-1206982194'), ('tmp_222', u'CBRANCH_-1206982094'), (u'INDIRECT_-1206981273', u'MULTIEQUAL_-1206981261'), ('const-0', u'INT_EQUAL_-1206981916'), ('tmp_2799', u'MULTIEQUAL_-1206981288'), (u'INDIRECT_-1206981121', u'MULTIEQUAL_-1206981288'), (u'CALL_-1206982018', u'INDIRECT_-1206981259'), (u'MULTIEQUAL_-1206981273', u'MULTIEQUAL_-1206981239'), (u'INDIRECT_-1206981251', u'MULTIEQUAL_-1206981239'), (u'MULTIEQUAL_-1206981288', u'MULTIEQUAL_-1206981273'), (u'COPY_-1206981092', u'CALL_-1206981724'), ('const-16', u'INT_EQUAL_-1206981815'), (u'INT_NOTEQUAL_-1206982116', u'CBRANCH_-1206982115'), (u'INDIRECT_-1206981159', u'COPY_-1206981208'), (u'INT_SLESS_-1206982103', u'CBRANCH_-1206982110'), (u'INDIRECT_-1206981235', u'MULTIEQUAL_-1206981224'), ('tmp_852', u'INT_NOTEQUAL_-1206982095'), ('const-0', u'CALL_-1206981978'), ('const-5292', u'CALL_-1206981813'), (u'MULTIEQUAL_-1206981295', u'MULTIEQUAL_-1206981184'), ('const-8', u'INT_NOTEQUAL_-1206981792'), (u'INDIRECT_-1206981196', u'MULTIEQUAL_-1206981224'), (u'MULTIEQUAL_-1206981238', u'INT_EQUAL_-1206981916'), (u'CALL_-1206982038', u'INDIRECT_-1206981267'), (u'CALL_-1206981863', u'INDIRECT_-1206981216'), ('tmp_728', u'CBRANCH_-1206981791'), (u'INDIRECT_-1206981181', u'COPY_-1206981230')]
|
[('const-0', u'CALL_-1206981978'), (u'INDIRECT_-1206981245', u'MULTIEQUAL_-1206981234'), ('tmp_646', u'CBRANCH_-1206981852'), ('const-4', u'PTRADD_-1206981232'), (u'INT_NOTEQUAL_-1206982079', u'CBRANCH_-1206982077'), (u'CALL_-1206981696', u'INDIRECT_-1206981139'), (u'INDIRECT_-1206981234', u'COPY_-1206981292'), ('const-0', u'CALL_-1206981724'), ('tmp_254', u'CBRANCH_-1206982077'), (u'MULTIEQUAL_-1206981256', u'INT_EQUAL_-1206981916'), ('const-32', u'INT_NOTEQUAL_-1206982095'), (u'CALL_-1206981958', u'INDIRECT_-1206981275'), (u'MULTIEQUAL_-1206981328', u'MULTIEQUAL_-1206981313'), (u'CALL_-1206981978', u'INDIRECT_-1206981283'), ('const-0', u'CALL_-1206981958'), (u'MULTIEQUAL_-1206981328', u'MULTIEQUAL_-1206981202'), ('tmp_124', u'CBRANCH_-1206982157'), (u'INDIRECT_-1206981267', u'MULTIEQUAL_-1206981256'), (u'INDIRECT_-1206981236', u'MULTIEQUAL_-1206981256'), ('tmp_56', u'CBRANCH_-1206982203'), ('tmp_154', u'CBRANCH_-1206982131'), ('const-1', u'INT_EQUAL_-1206982159'), ('const-0', u'INT_EQUAL_-1206982132'), (u'CALL_-1206981958', u'INDIRECT_-1206981253'), (u'MULTIEQUAL_-1206981234', u'COPY_-1206981284'), ('tmp_2178', u'INT_EQUAL_-1206981815'), ('const-16', u'INT_EQUAL_-1206981815'), ('const-0', u'CALL_-1206982038'), (u'COPY_-1206981135', u'CALL_-1206981813'), ('const-16', u'INT_SLESS_-1206981800'), (u'CALL_-1206981724', u'CALL_-1206981696'), (u'INT_EQUAL_-1206981916', u'CBRANCH_-1206981914'), (u'CALL_-1206982058', u'INDIRECT_-1206981293'), ('const-1', u'RETURN_-1206981808'), (u'INDIRECT_-1206981161', u'MULTIEQUAL_-1206981328'), ('const-8', u'INT_NOTEQUAL_-1206981792'), (u'CALL_-1206982018', u'INDIRECT_-1206981277'), ('const-5', u'CALL_-1206981724'), (u'INT_EQUAL_-1206982159', u'CBRANCH_-1206982157'), ('const-64', u'INT_NOTEQUAL_-1206982079'), ('tmp_2851', u'CALL_-1206981863'), (u'MULTIEQUAL_-1206981306', u'MULTIEQUAL_-1206981291'), ('const-0', u'CALL_-1206982058'), (u'INDIRECT_-1206981275', u'MULTIEQUAL_-1206981264'), (u'MULTIEQUAL_-1206981313', u'MULTIEQUAL_-1206981202'), (u'INDIRECT_-1206981214', u'MULTIEQUAL_-1206981234'), (u'INDIRECT_-1206981236', u'MULTIEQUAL_-1206981202'), ('tmp_192', u'CBRANCH_-1206982110'), (u'MULTIEQUAL_-1206981306', u'MULTIEQUAL_-1206981242'), ('const-0', u'RETURN_-1206981888'), ('tmp_688', u'CBRANCH_-1206981813'), ('tmp_2178', u'INT_SLESS_-1206981800'), ('tmp_2815', u'MULTIEQUAL_-1206981328'), ('tmp_2178', u'INT_NOTEQUAL_-1206982095'), (u'INDIRECT_-1206981269', u'MULTIEQUAL_-1206981257'), (u'INT_NOTEQUAL_-1206981792', u'CBRANCH_-1206981791'), ('const-259', u'INT_AND_-1206982161'), (u'MULTIEQUAL_-1206981313', u'MULTIEQUAL_-1206981279'), (u'INT_EQUAL_-1206982132', u'CBRANCH_-1206982131'), (u'INDIRECT_-1206981236', u'MULTIEQUAL_-1206981313'), (u'INDIRECT_-1206981253', u'MULTIEQUAL_-1206981242'), (u'COPY_-1206981109', u'CALL_-1206981724'), (u'MULTIEQUAL_-1206981234', u'MULTIEQUAL_-1206981212'), (u'MULTIEQUAL_-1206981328', u'INT_EQUAL_-1206982132'), ('tmp_2178', u'INT_NOTEQUAL_-1206982079'), ('tmp_2851', u'INT_NOTEQUAL_-1206982203'), (u'CALL_-1206981813', u'INDIRECT_-1206981199'), (u'INT_SLESS_-1206981800', u'CBRANCH_-1206981807'), (u'INDIRECT_-1206981139', u'MULTIEQUAL_-1206981306'), (u'MULTIEQUAL_-1206981328', u'MULTIEQUAL_-1206981234'), (u'INT_EQUAL_-1206981815', u'CBRANCH_-1206981813'), (u'CALL_-1206982058', u'INDIRECT_-1206981315'), ('tmp_698', u'CBRANCH_-1206981807'), ('const-5292', u'CALL_-1206981813'), (u'MULTIEQUAL_-1206981291', u'MULTIEQUAL_-1206981180'), ('const-0', u'CALL_-1206981938'), ('const-433', u'LOAD_-1206982194'), ('const-16', u'INT_NOTEQUAL_-1206982116'), (u'CALL_-1206981863', u'INDIRECT_-1206981212'), ('tmp_2178', u'INT_NOTEQUAL_-1206981792'), ('const-8', u'INT_NOTEQUAL_-1206981854'), ('const-8', u'PTRADD_-1206981232'), (u'INDIRECT_-1206981214', u'MULTIEQUAL_-1206981291'), ('const-0', u'CALL_-1206982018'), ('tmp_2178', u'INT_NOTEQUAL_-1206981854'), ('const-17', u'INT_SLESS_-1206982103'), (u'LOAD_-1206981762', u'CALL_-1206981696'), ('const-0', u'RETURN_-1206981859'), (u'INDIRECT_-1206981214', u'MULTIEQUAL_-1206981180'), ('tmp_2814', u'MULTIEQUAL_-1206981306'), (u'INDIRECT_-1206981177', u'COPY_-1206981226'), ('tmp_2814', u'PTRADD_-1206981232'), (u'MULTIEQUAL_-1206981291', u'MULTIEQUAL_-1206981257'), (u'CALL_-1206982038', u'INDIRECT_-1206981285'), (u'INT_NOTEQUAL_-1206982203', u'CBRANCH_-1206982203'), (u'CALL_-1206981938', u'INDIRECT_-1206981267'), ('tmp_2851', u'CALL_-1206981830'), (u'COPY_-1206981134', u'CALL_-1206981813'), ('const-1369376', u'COPY_-1206981135'), (u'MULTIEQUAL_-1206981306', u'MULTIEQUAL_-1206981212'), ('tmp_184', u'CBRANCH_-1206982115'), ('tmp_811', u'BRANCH_-1206981693'), (u'CALL_-1206981830', u'INDIRECT_-1206981214'), (u'CALL_-1206981724', u'INDIRECT_-1206981153'), (u'CALL_-1206981998', u'INDIRECT_-1206981269'), (u'INT_NOTEQUAL_-1206981854', u'CBRANCH_-1206981852'), ('tmp_524', u'CBRANCH_-1206981914'), (u'INT_NOTEQUAL_-1206982095', u'CBRANCH_-1206982094'), (u'INDIRECT_-1206981291', u'MULTIEQUAL_-1206981279'), (u'MULTIEQUAL_-1206981256', u'COPY_-1206981306'), ('const-0', u'INT_NOTEQUAL_-1206982203'), (u'INDIRECT_-1206981199', u'COPY_-1206981248'), ('const-0', u'CALL_-1206981998'), (u'CALL_-1206981696', u'INDIRECT_-1206981161'), ('const-1371776', u'COPY_-1206981134'), (u'INT_AND_-1206982161', u'INT_EQUAL_-1206982159'), (u'INDIRECT_-1206981236', u'MULTIEQUAL_-1206981264'), (u'CALL_-1206982038', u'INDIRECT_-1206981307'), (u'INDIRECT_-1206981214', u'MULTIEQUAL_-1206981242'), ('tmp_2814', u'LOAD_-1206981762'), ('tmp_2178', u'INT_NOTEQUAL_-1206982116'), (u'MULTIEQUAL_-1206981256', u'MULTIEQUAL_-1206981234'), ('const-433', u'LOAD_-1206981762'), (u'LOAD_-1206982194', u'INT_AND_-1206982161'), ('tmp_222', u'CBRANCH_-1206982094'), ('const-0', u'INT_EQUAL_-1206981916'), (u'INDIRECT_-1206981212', u'COPY_-1206981270'), (u'CALL_-1206982018', u'INDIRECT_-1206981299'), ('tmp_2178', u'INT_SLESS_-1206982103'), (u'CALL_-1206981830', u'INDIRECT_-1206981236'), (u'CALL_-1206981978', u'INDIRECT_-1206981261'), (u'MULTIEQUAL_-1206981306', u'MULTIEQUAL_-1206981180'), (u'CALL_-1206981863', u'INDIRECT_-1206981234'), ('const-1366176', u'COPY_-1206981109'), (u'PTRADD_-1206981232', u'CAST_-1206981232'), (u'INT_NOTEQUAL_-1206982116', u'CBRANCH_-1206982115'), (u'CALL_-1206981998', u'INDIRECT_-1206981291'), (u'CALL_-1206981938', u'INDIRECT_-1206981245'), (u'INT_SLESS_-1206982103', u'CBRANCH_-1206982110'), (u'CALL_-1206981813', u'INDIRECT_-1206981177'), (u'CALL_-1206981724', u'INDIRECT_-1206981175'), ('tmp_728', u'CBRANCH_-1206981791'), (u'MULTIEQUAL_-1206981328', u'MULTIEQUAL_-1206981264'), (u'CAST_-1206981232', u'LOAD_-1206982194')]
| null | null |
0011e9a0
|
x64
|
O2
|
(translation_unit "void FUN_0011e9a0(int param_1,int param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}\n\n" (function_definition "void FUN_0011e9a0(int param_1,int param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0011e9a0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" if (parenthesized_expression "((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1))" ( (binary_expression "(param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" ( (binary_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1" (parenthesized_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103)" ( (binary_expression "*(uint *)(DAT_001e44a8 + 4) & 0x103" (pointer_expression "*(uint *)(DAT_001e44a8 + 4)" * (cast_expression "(uint *)(DAT_001e44a8 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e44a8 + 4)" ( (binary_expression "DAT_001e44a8 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" { (expression_statement "uVar1 = *DAT_001e44a8;" (assignment_expression "uVar1 = *DAT_001e44a8" identifier = (pointer_expression "*DAT_001e44a8" * identifier)) ;) (expression_statement "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);" (assignment_expression "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier = (call_expression "dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier (argument_list "(0,"attempt to store non-empty string in section `%s\'",5)" ( number_literal , (string_literal ""attempt to store non-empty string in section `%s\'"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar2,uVar1);" (call_expression "FUN_0011da70(uVar2,uVar1)" identifier (argument_list "(uVar2,uVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" if (parenthesized_expression "(DAT_001e36b8 == 0)" ( (binary_expression "DAT_001e36b8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }" { (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if (param_2 == 0x10) goto LAB_0011ea09;" if (parenthesized_expression "(param_2 == 0x10)" ( (binary_expression "param_2 == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0011ea09;" goto statement_identifier ;)) (if_statement "if (0x10 < param_2) goto LAB_0011e9d5;" if (parenthesized_expression "(0x10 < param_2)" ( (binary_expression "0x10 < param_2" number_literal < identifier) )) (goto_statement "goto LAB_0011e9d5;" goto statement_identifier ;)) (if_statement "if (param_2 != 8) goto LAB_0011ea43;" if (parenthesized_expression "(param_2 != 8)" ( (binary_expression "param_2 != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) }) (else_clause "else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" else (compound_statement "{\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" { (if_statement "if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" if (parenthesized_expression "(param_2 != 0x10)" ( (binary_expression "param_2 != 0x10" identifier != number_literal) )) (compound_statement "{\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" { (if_statement "if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" if (parenthesized_expression "(param_2 < 0x11)" ( (binary_expression "param_2 < 0x11" identifier < number_literal) )) (compound_statement "{\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" { (if_statement "if (param_2 != 8) goto LAB_0011ea43;" if (parenthesized_expression "(param_2 != 8)" ( (binary_expression "param_2 != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) (goto_statement "goto LAB_0011ea25;" goto statement_identifier ;) })) (labeled_statement "LAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" statement_identifier : (if_statement "if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" if (parenthesized_expression "(param_2 != 0x20)" ( (binary_expression "param_2 != 0x20" identifier != number_literal) )) (compound_statement "{\n if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" { (if_statement "if (param_2 != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" if (parenthesized_expression "(param_2 != 0x40)" ( (binary_expression "param_2 != 0x40" identifier != number_literal) )) (compound_statement "{\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" { (labeled_statement "LAB_0011ea43:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" statement_identifier : comment (expression_statement "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" (call_expression "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char")" identifier (argument_list "("../../gas/read.c",0x14ac,"stringer_append_char")" ( (string_literal ""../../gas/read.c"" " string_content ") , number_literal , (string_literal ""stringer_append_char"" " string_content ") ))) ;)) })) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) }))) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) })) (labeled_statement "LAB_0011ea09:\n FUN_00117220(0);" statement_identifier : (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) }))) (if_statement "if (DAT_001e36b8 == 0) {\n return;\n }" if (parenthesized_expression "(DAT_001e36b8 == 0)" ( (binary_expression "DAT_001e36b8 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011ea25:\n FUN_00117220(param_1);" statement_identifier : (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void stringer_append_char(int c,int bitsize)\n\n{\n char *pcVar1;\n char *format;\n \n if ((c != 0) && ((now_seg->flags & 0x103) == 1)) {\n pcVar1 = now_seg->name;\n format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n as_bad(format,pcVar1);\n }\n if (target_big_endian == 0) {\n frag_append_1_char(c);\n if (bitsize == 0x10) goto LAB_0011ea09;\n if (0x10 < bitsize) goto LAB_0011e9d5;\n if (bitsize != 8) goto LAB_0011ea43;\n }\n else {\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }\n if (target_big_endian == 0) {\n return;\n }\nLAB_0011ea25:\n frag_append_1_char(c);\n return;\n}\n\n" (function_definition "void stringer_append_char(int c,int bitsize)\n\n{\n char *pcVar1;\n char *format;\n \n if ((c != 0) && ((now_seg->flags & 0x103) == 1)) {\n pcVar1 = now_seg->name;\n format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n as_bad(format,pcVar1);\n }\n if (target_big_endian == 0) {\n frag_append_1_char(c);\n if (bitsize == 0x10) goto LAB_0011ea09;\n if (0x10 < bitsize) goto LAB_0011e9d5;\n if (bitsize != 8) goto LAB_0011ea43;\n }\n else {\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }\n if (target_big_endian == 0) {\n return;\n }\nLAB_0011ea25:\n frag_append_1_char(c);\n return;\n}" primitive_type (function_declarator "stringer_append_char(int c,int bitsize)" identifier (parameter_list "(int c,int bitsize)" ( (parameter_declaration "int c" primitive_type identifier) , (parameter_declaration "int bitsize" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n char *format;\n \n if ((c != 0) && ((now_seg->flags & 0x103) == 1)) {\n pcVar1 = now_seg->name;\n format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n as_bad(format,pcVar1);\n }\n if (target_big_endian == 0) {\n frag_append_1_char(c);\n if (bitsize == 0x10) goto LAB_0011ea09;\n if (0x10 < bitsize) goto LAB_0011e9d5;\n if (bitsize != 8) goto LAB_0011ea43;\n }\n else {\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }\n if (target_big_endian == 0) {\n return;\n }\nLAB_0011ea25:\n frag_append_1_char(c);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (if_statement "if ((c != 0) && ((now_seg->flags & 0x103) == 1)) {\n pcVar1 = now_seg->name;\n format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n as_bad(format,pcVar1);\n }" if (parenthesized_expression "((c != 0) && ((now_seg->flags & 0x103) == 1))" ( (binary_expression "(c != 0) && ((now_seg->flags & 0x103) == 1)" (parenthesized_expression "(c != 0)" ( (binary_expression "c != 0" identifier != number_literal) )) && (parenthesized_expression "((now_seg->flags & 0x103) == 1)" ( (binary_expression "(now_seg->flags & 0x103) == 1" (parenthesized_expression "(now_seg->flags & 0x103)" ( (binary_expression "now_seg->flags & 0x103" (field_expression "now_seg->flags" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pcVar1 = now_seg->name;\n format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n as_bad(format,pcVar1);\n }" { (expression_statement "pcVar1 = now_seg->name;" (assignment_expression "pcVar1 = now_seg->name" identifier = (field_expression "now_seg->name" identifier -> field_identifier)) ;) (expression_statement "format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5);" (assignment_expression "format = (char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier = (cast_expression "(char *)dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier (argument_list "(0,"attempt to store non-empty string in section `%s\'",5)" ( number_literal , (string_literal ""attempt to store non-empty string in section `%s\'"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad(format,pcVar1);" (call_expression "as_bad(format,pcVar1)" identifier (argument_list "(format,pcVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (target_big_endian == 0) {\n frag_append_1_char(c);\n if (bitsize == 0x10) goto LAB_0011ea09;\n if (0x10 < bitsize) goto LAB_0011e9d5;\n if (bitsize != 8) goto LAB_0011ea43;\n }\n else {\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }" if (parenthesized_expression "(target_big_endian == 0)" ( (binary_expression "target_big_endian == 0" identifier == number_literal) )) (compound_statement "{\n frag_append_1_char(c);\n if (bitsize == 0x10) goto LAB_0011ea09;\n if (0x10 < bitsize) goto LAB_0011e9d5;\n if (bitsize != 8) goto LAB_0011ea43;\n }" { (expression_statement "frag_append_1_char(c);" (call_expression "frag_append_1_char(c)" identifier (argument_list "(c)" ( identifier ))) ;) (if_statement "if (bitsize == 0x10) goto LAB_0011ea09;" if (parenthesized_expression "(bitsize == 0x10)" ( (binary_expression "bitsize == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0011ea09;" goto statement_identifier ;)) (if_statement "if (0x10 < bitsize) goto LAB_0011e9d5;" if (parenthesized_expression "(0x10 < bitsize)" ( (binary_expression "0x10 < bitsize" number_literal < identifier) )) (goto_statement "goto LAB_0011e9d5;" goto statement_identifier ;)) (if_statement "if (bitsize != 8) goto LAB_0011ea43;" if (parenthesized_expression "(bitsize != 8)" ( (binary_expression "bitsize != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) }) (else_clause "else {\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }" else (compound_statement "{\n if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\nLAB_0011ea09:\n frag_append_1_char(0);\n }" { (if_statement "if (bitsize != 0x10) {\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }" if (parenthesized_expression "(bitsize != 0x10)" ( (binary_expression "bitsize != 0x10" identifier != number_literal) )) (compound_statement "{\n if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n }" { (if_statement "if (bitsize < 0x11) {\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" if (parenthesized_expression "(bitsize < 0x11)" ( (binary_expression "bitsize < 0x11" identifier < number_literal) )) (compound_statement "{\n if (bitsize != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" { (if_statement "if (bitsize != 8) goto LAB_0011ea43;" if (parenthesized_expression "(bitsize != 8)" ( (binary_expression "bitsize != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) (goto_statement "goto LAB_0011ea25;" goto statement_identifier ;) })) (labeled_statement "LAB_0011e9d5:\n if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }" statement_identifier : (if_statement "if (bitsize != 0x20) {\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }" if (parenthesized_expression "(bitsize != 0x20)" ( (binary_expression "bitsize != 0x20" identifier != number_literal) )) (compound_statement "{\n if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n frag_append_1_char(0);\n }" { (if_statement "if (bitsize != 0x40) {\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }" if (parenthesized_expression "(bitsize != 0x40)" ( (binary_expression "bitsize != 0x40" identifier != number_literal) )) (compound_statement "{\nLAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");\n }" { (labeled_statement "LAB_0011ea43:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/read.c",0x14ac,"stringer_append_char");" statement_identifier : comment (expression_statement "as_abort("../../gas/read.c",0x14ac,"stringer_append_char");" (call_expression "as_abort("../../gas/read.c",0x14ac,"stringer_append_char")" identifier (argument_list "("../../gas/read.c",0x14ac,"stringer_append_char")" ( (string_literal ""../../gas/read.c"" " string_content ") , number_literal , (string_literal ""stringer_append_char"" " string_content ") ))) ;)) })) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) }))) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;) })) (labeled_statement "LAB_0011ea09:\n frag_append_1_char(0);" statement_identifier : (expression_statement "frag_append_1_char(0);" (call_expression "frag_append_1_char(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) }))) (if_statement "if (target_big_endian == 0) {\n return;\n }" if (parenthesized_expression "(target_big_endian == 0)" ( (binary_expression "target_big_endian == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011ea25:\n frag_append_1_char(c);" statement_identifier : (expression_statement "frag_append_1_char(c);" (call_expression "frag_append_1_char(c)" identifier (argument_list "(c)" ( identifier ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0011e9a0(int param_1,int param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}\n\n" (function_definition "void FUN_0011e9a0(int param_1,int param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0011e9a0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (if_statement "if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" if (parenthesized_expression "((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1))" ( (binary_expression "(param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" ( (binary_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1" (parenthesized_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103)" ( (binary_expression "*(uint *)(DAT_001e44a8 + 4) & 0x103" (pointer_expression "*(uint *)(DAT_001e44a8 + 4)" * (cast_expression "(uint *)(DAT_001e44a8 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e44a8 + 4)" ( (binary_expression "DAT_001e44a8 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" { (expression_statement "uVar1 = *DAT_001e44a8;" (assignment_expression "uVar1 = *DAT_001e44a8" identifier = (pointer_expression "*DAT_001e44a8" * identifier)) ;) (expression_statement "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);" (assignment_expression "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier = (call_expression "dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" identifier (argument_list "(0,"attempt to store non-empty string in section `%s\'",5)" ( number_literal , (string_literal ""attempt to store non-empty string in section `%s\'"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar2,uVar1);" (call_expression "FUN_0011da70(uVar2,uVar1)" identifier (argument_list "(uVar2,uVar1)" ( identifier , identifier ))) ;) })) (if_statement "if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" if (parenthesized_expression "(DAT_001e36b8 == 0)" ( (binary_expression "DAT_001e36b8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }" { (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (if_statement "if (param_2 == 0x10) goto LAB_0011ea09;" if (parenthesized_expression "(param_2 == 0x10)" ( (binary_expression "param_2 == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0011ea09;" goto statement_identifier ;)) (if_statement "if (0x10 < param_2) goto LAB_0011e9d5;" if (parenthesized_expression "(0x10 < param_2)" ( (binary_expression "0x10 < param_2" number_literal < identifier) )) (goto_statement "goto LAB_0011e9d5;" goto statement_identifier ;)) (if_statement "if (param_2 != 8) goto LAB_0011ea43;" if (parenthesized_expression "(param_2 != 8)" ( (binary_expression "param_2 != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) }) (else_clause "else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" else (compound_statement "{\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" { (if_statement "if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" if (parenthesized_expression "(param_2 != 0x10)" ( (binary_expression "param_2 != 0x10" identifier != number_literal) )) (compound_statement "{\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" { (if_statement "if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" if (parenthesized_expression "(param_2 < 0x11)" ( (binary_expression "param_2 < 0x11" identifier < number_literal) )) (compound_statement "{\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" { (if_statement "if (param_2 != 8) goto LAB_0011ea43;" if (parenthesized_expression "(param_2 != 8)" ( (binary_expression "param_2 != 8" identifier != number_literal) )) (goto_statement "goto LAB_0011ea43;" goto statement_identifier ;)) (goto_statement "goto LAB_0011ea25;" goto statement_identifier ;) })) (labeled_statement "LAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" statement_identifier : (if_statement "if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" if (parenthesized_expression "(param_2 != 0x20)" ( (binary_expression "param_2 != 0x20" identifier != number_literal) )) (compound_statement "{\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" { (if_statement "if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" if (parenthesized_expression "(param_2 != 0x40)" ( (binary_expression "param_2 != 0x40" identifier != number_literal) )) (compound_statement "{\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" { (labeled_statement "LAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" statement_identifier : (expression_statement "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" (call_expression "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char")" identifier (argument_list "("../../gas/read.c",0x14ac,"stringer_append_char")" ( (string_literal ""../../gas/read.c"" " string_content ") , number_literal , (string_literal ""stringer_append_char"" " string_content ") ))) ;)) })) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) }))) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;) })) (labeled_statement "LAB_0011ea09:\n FUN_00117220(0);" statement_identifier : (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" identifier (argument_list "(0)" ( number_literal ))) ;)) }))) (if_statement "if (DAT_001e36b8 == 0) {\n return;\n }" if (parenthesized_expression "(DAT_001e36b8 == 0)" ( (binary_expression "DAT_001e36b8 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0011ea25:\n FUN_00117220(param_1);" statement_identifier : (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;)) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (return_statement return ;) })))
|
(function_definition "void FUN_0011e9a0(int param_1,int param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011e9a0(int param_1,int param_2)" (identifier "FUN_0011e9a0") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }\n if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }\n if (DAT_001e36b8 == 0) {\n return;\n }\nLAB_0011ea25:\n FUN_00117220(param_1);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (if_statement "if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" (if "if") (parenthesized_expression "((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1))" (( "(") (binary_expression "(param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)" (( "(") (binary_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1" (parenthesized_expression "(*(uint *)(DAT_001e44a8 + 4) & 0x103)" (( "(") (binary_expression "*(uint *)(DAT_001e44a8 + 4) & 0x103" (pointer_expression "*(uint *)(DAT_001e44a8 + 4)" (* "*") (cast_expression "(uint *)(DAT_001e44a8 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001e44a8 + 4)" (( "(") (binary_expression "DAT_001e44a8 + 4" (identifier "DAT_001e44a8") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "0x103")) () ")")) (== "==") (number_literal "1")) () ")"))) () ")")) (compound_statement "{\n uVar1 = *DAT_001e44a8;\n uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);\n FUN_0011da70(uVar2,uVar1);\n }" ({ "{") (expression_statement "uVar1 = *DAT_001e44a8;" (assignment_expression "uVar1 = *DAT_001e44a8" (identifier "uVar1") (= "=") (pointer_expression "*DAT_001e44a8" (* "*") (identifier "DAT_001e44a8"))) (; ";")) (expression_statement "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);" (assignment_expression "uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"attempt to store non-empty string in section `%s\'",5)" (identifier "dcgettext") (argument_list "(0,"attempt to store non-empty string in section `%s\'",5)" (( "(") (number_literal "0") (, ",") (string_literal ""attempt to store non-empty string in section `%s\'"" (" """) (string_content "attempt to store non-empty string in section `%s") (escape_sequence "\'") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011da70(uVar2,uVar1);" (call_expression "FUN_0011da70(uVar2,uVar1)" (identifier "FUN_0011da70") (argument_list "(uVar2,uVar1)" (( "(") (identifier "uVar2") (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (if_statement "if (DAT_001e36b8 == 0) {\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }\n else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" (if "if") (parenthesized_expression "(DAT_001e36b8 == 0)" (( "(") (binary_expression "DAT_001e36b8 == 0" (identifier "DAT_001e36b8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00117220(param_1);\n if (param_2 == 0x10) goto LAB_0011ea09;\n if (0x10 < param_2) goto LAB_0011e9d5;\n if (param_2 != 8) goto LAB_0011ea43;\n }" ({ "{") (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" (identifier "FUN_00117220") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (if_statement "if (param_2 == 0x10) goto LAB_0011ea09;" (if "if") (parenthesized_expression "(param_2 == 0x10)" (( "(") (binary_expression "param_2 == 0x10" (identifier "param_2") (== "==") (number_literal "0x10")) () ")")) (goto_statement "goto LAB_0011ea09;" (goto "goto") (statement_identifier "LAB_0011ea09") (; ";"))) (if_statement "if (0x10 < param_2) goto LAB_0011e9d5;" (if "if") (parenthesized_expression "(0x10 < param_2)" (( "(") (binary_expression "0x10 < param_2" (number_literal "0x10") (< "<") (identifier "param_2")) () ")")) (goto_statement "goto LAB_0011e9d5;" (goto "goto") (statement_identifier "LAB_0011e9d5") (; ";"))) (if_statement "if (param_2 != 8) goto LAB_0011ea43;" (if "if") (parenthesized_expression "(param_2 != 8)" (( "(") (binary_expression "param_2 != 8" (identifier "param_2") (!= "!=") (number_literal "8")) () ")")) (goto_statement "goto LAB_0011ea43;" (goto "goto") (statement_identifier "LAB_0011ea43") (; ";"))) (} "}")) (else_clause "else {\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" (else "else") (compound_statement "{\n if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }\nLAB_0011ea09:\n FUN_00117220(0);\n }" ({ "{") (if_statement "if (param_2 != 0x10) {\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" (if "if") (parenthesized_expression "(param_2 != 0x10)" (( "(") (binary_expression "param_2 != 0x10" (identifier "param_2") (!= "!=") (number_literal "0x10")) () ")")) (compound_statement "{\n if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }\nLAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }\n FUN_00117220(0);\n FUN_00117220(0);\n }" ({ "{") (if_statement "if (param_2 < 0x11) {\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" (if "if") (parenthesized_expression "(param_2 < 0x11)" (( "(") (binary_expression "param_2 < 0x11" (identifier "param_2") (< "<") (number_literal "0x11")) () ")")) (compound_statement "{\n if (param_2 != 8) goto LAB_0011ea43;\n goto LAB_0011ea25;\n }" ({ "{") (if_statement "if (param_2 != 8) goto LAB_0011ea43;" (if "if") (parenthesized_expression "(param_2 != 8)" (( "(") (binary_expression "param_2 != 8" (identifier "param_2") (!= "!=") (number_literal "8")) () ")")) (goto_statement "goto LAB_0011ea43;" (goto "goto") (statement_identifier "LAB_0011ea43") (; ";"))) (goto_statement "goto LAB_0011ea25;" (goto "goto") (statement_identifier "LAB_0011ea25") (; ";")) (} "}"))) (labeled_statement "LAB_0011e9d5:\n if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" (statement_identifier "LAB_0011e9d5") (: ":") (if_statement "if (param_2 != 0x20) {\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" (if "if") (parenthesized_expression "(param_2 != 0x20)" (( "(") (binary_expression "param_2 != 0x20" (identifier "param_2") (!= "!=") (number_literal "0x20")) () ")")) (compound_statement "{\n if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n FUN_00117220(0);\n }" ({ "{") (if_statement "if (param_2 != 0x40) {\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" (if "if") (parenthesized_expression "(param_2 != 0x40)" (( "(") (binary_expression "param_2 != 0x40" (identifier "param_2") (!= "!=") (number_literal "0x40")) () ")")) (compound_statement "{\nLAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");\n }" ({ "{") (labeled_statement "LAB_0011ea43:\n \n FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" (statement_identifier "LAB_0011ea43") (: ":") (expression_statement "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");" (call_expression "FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char")" (identifier "FUN_0011dd00") (argument_list "("../../gas/read.c",0x14ac,"stringer_append_char")" (( "(") (string_literal ""../../gas/read.c"" (" """) (string_content "../../gas/read.c") (" """)) (, ",") (number_literal "0x14ac") (, ",") (string_literal ""stringer_append_char"" (" """) (string_content "stringer_append_char") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (} "}")))) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_0011ea09:\n FUN_00117220(0);" (statement_identifier "LAB_0011ea09") (: ":") (expression_statement "FUN_00117220(0);" (call_expression "FUN_00117220(0)" (identifier "FUN_00117220") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";"))) (} "}")))) (if_statement "if (DAT_001e36b8 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(DAT_001e36b8 == 0)" (( "(") (binary_expression "DAT_001e36b8 == 0" (identifier "DAT_001e36b8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0011ea25:\n FUN_00117220(param_1);" (statement_identifier "LAB_0011ea25") (: ":") (expression_statement "FUN_00117220(param_1);" (call_expression "FUN_00117220(param_1)" (identifier "FUN_00117220") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(int var_1,int var_6)
{
char *pcVar1;
char *format;
if ((var_1 != 0) && ((now_seg->flags & 0x103) == 1)) {
pcVar1 = now_seg->name;
format = (char *)var_2(0,"attempt to store non-empty string in section `%s\'",5);
var_3(format,pcVar1);
}
if (var_4 == 0) {
var_5(var_1);
if (var_6 == 0x10) goto LAB_0011ea09;
if (0x10 < var_6) goto LAB_0011e9d5;
if (var_6 != 8) goto LAB_0011ea43;
}
else {
if (var_6 != 0x10) {
if (var_6 < 0x11) {
if (var_6 != 8) goto LAB_0011ea43;
goto LAB_0011ea25;
}
LAB_0011e9d5:
if (var_6 != 0x20) {
if (var_6 != 0x40) {
LAB_0011ea43:
/* WARNING: Subroutine does not return */
var_7("../../gas/read.c",0x14ac,"stringer_append_char");
}
var_5(0);
var_5(0);
var_5(0);
var_5(0);
}
var_5(0);
var_5(0);
}
LAB_0011ea09:
var_5(0);
}
if (var_4 == 0) {
return;
}
LAB_0011ea25:
var_5(var_1);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (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)))))) (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (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 (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 (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (labeled_statement label: (statement_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 (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (return_statement))))
| null |
void MASKED(int param_1,int param_2)
{
undefined8 uVar1;
undefined8 uVar2;
if ((param_1 != 0) && ((*(uint *)(DAT_001e44a8 + 4) & 0x103) == 1)) {
uVar1 = *DAT_001e44a8;
uVar2 = dcgettext(0,"attempt to store non-empty string in section `%s\'",5);
FUN_0011da70(uVar2,uVar1);
}
if (DAT_001e36b8 == 0) {
FUN_00117220(param_1);
if (param_2 == 0x10) goto LAB_0011ea09;
if (0x10 < param_2) goto LAB_0011e9d5;
if (param_2 != 8) goto LAB_0011ea43;
}
else {
if (param_2 != 0x10) {
if (param_2 < 0x11) {
if (param_2 != 8) goto LAB_0011ea43;
goto LAB_0011ea25;
}
LAB_0011e9d5:
if (param_2 != 0x20) {
if (param_2 != 0x40) {
LAB_0011ea43:
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/read.c",0x14ac,"stringer_append_char");
}
FUN_00117220(0);
FUN_00117220(0);
FUN_00117220(0);
FUN_00117220(0);
}
FUN_00117220(0);
FUN_00117220(0);
}
LAB_0011ea09:
FUN_00117220(0);
}
if (DAT_001e36b8 == 0) {
return;
}
LAB_0011ea25:
FUN_00117220(param_1);
return;
}
|
187_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
|
dwarf2_where
|
FUN_00112a80
|
void dwarf2_where(dwarf2_line_info *line)
{
uint uVar1;
char *filename;
line->filenum = 0;
line->line = 0;
line->column = 0;
line->isa = 0;
line->flags = 0;
line->discriminator = 0;
line->view = (symbolS *)0x0;
filename = as_where(&line->line);
uVar1 = get_filenum(filename,0);
line->column = 0;
line->filenum = uVar1;
uVar1 = current.isa;
line->flags = 1;
line->isa = uVar1;
uVar1 = current.discriminator;
line->view = (symbolS *)0x0;
line->discriminator = uVar1;
return;
}
|
void FUN_00112a80(undefined1 (*param_1) [16])
{
undefined4 uVar1;
undefined8 uVar2;
*param_1 = (undefined1 [16])0x0;
param_1[1] = (undefined1 [16])0x0;
uVar2 = FUN_0011c3f0();
uVar1 = FUN_00111cb0(uVar2,0);
*(undefined4 *)(*param_1 + 8) = 0;
*(undefined4 *)*param_1 = uVar1;
uVar1 = DAT_0016348c;
*(undefined4 *)param_1[1] = 1;
*(undefined4 *)(*param_1 + 0xc) = uVar1;
uVar1 = DAT_00163494;
*(undefined8 *)(param_1[1] + 8) = 0;
*(undefined4 *)(param_1[1] + 4) = uVar1;
return;
}
|
PUSH RBX
PXOR XMM0,XMM0
MOV RBX,RDI
LEA RDI,[RDI + 0x4]
MOVUPS xmmword ptr [RDI + -0x4],XMM0
MOVUPS xmmword ptr [RDI + 0xc],XMM0
CALL 0x0011c3f0
XOR ESI,ESI
MOV RDI,RAX
CALL 0x00111cb0
MOV dword ptr [RBX + 0x8],0x0
MOV dword ptr [RBX],EAX
MOV EAX,dword ptr [0x0016348c]
MOV dword ptr [RBX + 0x10],0x1
MOV dword ptr [RBX + 0xc],EAX
MOV EAX,dword ptr [0x00163494]
MOV qword ptr [RBX + 0x18],0x0
MOV dword ptr [RBX + 0x14],EAX
POP RBX
RET
| null | null | null | null |
[('tmp_157', u'PTRSUB_-1207030926'), ('const-0', u'PTRSUB_-1207030914'), ('const-0', u'PTRSUB_-1207030939'), (u'CALL_-1207031126', u'INDIRECT_-1207030959'), (u'INDIRECT_-1207030942', u'COPY_-1207030962'), ('const-433', u'STORE_-1207030996'), (u'PTRSUB_-1207030936', u'STORE_-1207030996'), (u'PTRSUB_-1207030927', u'STORE_-1207030988'), ('const-20', u'PTRSUB_-1207030927'), (u'STORE_-1207031137', u'INDIRECT_-1207030970'), ('tmp_157', u'PTRSUB_-1207030887'), (u'CALL_-1207031102', u'INDIRECT_-1207030959'), ('tmp_157', u'PTRSUB_-1207030938'), ('tmp_157', u'PTRSUB_-1207030905'), ('const-0', u'CALL_-1207031102'), ('const-0', u'STORE_-1207030997'), ('const-8', u'PTRSUB_-1207030922'), (u'STORE_-1207031098', u'INDIRECT_-1207030950'), (u'PTRSUB_-1207030938', u'STORE_-1207030998'), ('tmp_157', u'PTRSUB_-1207030897'), ('tmp_157', u'PTRSUB_-1207030914'), (u'PTRSUB_-1207030937', u'STORE_-1207030997'), (u'STORE_-1207031137', u'INDIRECT_-1207030959'), (u'CALL_-1207031126', u'INDIRECT_-1207030970'), (u'PTRSUB_-1207030914', u'STORE_-1207031089'), (u'STORE_-1207031041', u'INDIRECT_-1207030906'), ('const-12', u'PTRSUB_-1207030897'), ('const-433', u'STORE_-1207031041'), ('tmp_157', u'PTRSUB_-1207030951'), ('const-433', u'STORE_-1207031137'), (u'CALL_-1207031126', u'CALL_-1207031102'), (u'COPY_-1207030946', u'STORE_-1207031041'), ('const-0', u'STORE_-1207030998'), ('const-433', u'STORE_-1207031066'), (u'STORE_-1207031066', u'INDIRECT_-1207030925'), (u'STORE_-1207031076', u'INDIRECT_-1207030922'), (u'STORE_-1207031052', u'INDIRECT_-1207030915'), (u'PTRSUB_-1207030878', u'STORE_-1207031041'), (u'STORE_-1207031144', u'INDIRECT_-1207030964'), (u'INDIRECT_-1207030895', u'COPY_-1207030959'), ('tmp_157', u'PTRSUB_-1207030936'), ('const-16', u'PTRSUB_-1207030928'), ('const-0', u'RETURN_-1207031023'), (u'COPY_-1207030962', u'STORE_-1207031066'), ('const-433', u'STORE_-1207031144'), ('const-0', u'STORE_-1207030996'), (u'PTRSUB_-1207030928', u'STORE_-1207031137'), ('const-12', u'PTRSUB_-1207030936'), (u'CALL_-1207031102', u'INDIRECT_-1207030948'), ('const-24', u'PTRSUB_-1207030926'), ('tmp_157', u'PTRSUB_-1207030878'), (u'CALL_-1207031102', u'STORE_-1207031089'), (u'PTRSUB_-1207030905', u'STORE_-1207031076'), ('const-0', u'STORE_-1207030988'), (u'INDIRECT_-1207030914', u'COPY_-1207030946'), ('const-433', u'STORE_-1207030997'), ('const-0', u'STORE_-1207031144'), ('tmp_157', u'PTRSUB_-1207030937'), ('const-0', u'STORE_-1207030987'), (u'PTRSUB_-1207030922', u'STORE_-1207031098'), (u'STORE_-1207031076', u'INDIRECT_-1207030933'), ('const-433', u'STORE_-1207031089'), ('const-1', u'STORE_-1207031076'), ('const-0', u'STORE_-1207031052'), (u'STORE_-1207031041', u'INDIRECT_-1207030895'), (u'STORE_-1207031089', u'INDIRECT_-1207030942'), ('tmp_157', u'PTRSUB_-1207030939'), ('const-433', u'STORE_-1207030987'), ('const-4', u'PTRSUB_-1207030938'), ('const-24', u'PTRSUB_-1207030887'), ('const-20', u'PTRSUB_-1207030878'), ('tmp_157', u'PTRSUB_-1207030928'), ('const-433', u'STORE_-1207031098'), (u'STORE_-1207031066', u'INDIRECT_-1207030914'), (u'PTRSUB_-1207030926', u'STORE_-1207030987'), ('const-433', u'STORE_-1207030998'), (u'PTRSUB_-1207030939', u'STORE_-1207031144'), ('const-433', u'STORE_-1207031076'), (u'PTRSUB_-1207030887', u'STORE_-1207031052'), (u'STORE_-1207031052', u'INDIRECT_-1207030904'), ('const-0', u'STORE_-1207031137'), (u'PTRSUB_-1207030897', u'STORE_-1207031066'), ('tmp_157', u'PTRSUB_-1207030927'), (u'PTRSUB_-1207030951', u'CALL_-1207031126'), (u'STORE_-1207031098', u'INDIRECT_-1207030939'), ('const-433', u'STORE_-1207030988'), ('const-433', u'STORE_-1207031052'), (u'INDIRECT_-1207030906', u'COPY_-1207030970'), (u'STORE_-1207031089', u'INDIRECT_-1207030931'), ('tmp_157', u'PTRSUB_-1207030922'), ('const-0', u'STORE_-1207031098'), (u'STORE_-1207031144', u'INDIRECT_-1207030975'), ('const-8', u'PTRSUB_-1207030937'), ('const-4', u'PTRSUB_-1207030951'), ('const-16', u'PTRSUB_-1207030905')]
|
[(u'PTRSUB_-1207030893', u'PTRADD_-1207030893'), (u'STORE_-1207031052', u'INDIRECT_-1207030912'), ('const-433', u'STORE_-1207031089'), (u'CAST_-1207030890', u'STORE_-1207031076'), (u'STORE_-1207031089', u'INDIRECT_-1207030928'), (u'STORE_-1207031066', u'INDIRECT_-1207030911'), (u'PTRADD_-1207030893', u'CAST_-1207030882'), ('tmp_292', u'PTRSUB_-1207030920'), ('const-1', u'PTRADD_-1207030903'), ('const-0', u'STORE_-1207031144'), ('const-0', u'PTRSUB_-1207030893'), (u'CALL_-1207031126', u'INDIRECT_-1207030956'), ('const-433', u'STORE_-1207031144'), ('const-433', u'STORE_-1207031076'), ('const-0', u'PTRSUB_-1207030901'), ('tmp_292', u'PTRADD_-1207030872'), (u'STORE_-1207031076', u'INDIRECT_-1207030919'), (u'CAST_-1207030899', u'STORE_-1207031089'), (u'PTRSUB_-1207030911', u'CAST_-1207030899'), (u'PTRSUB_-1207030901', u'CAST_-1207030890'), ('const-8', u'PTRADD_-1207030881'), ('const-1', u'PTRADD_-1207030920'), ('const-433', u'STORE_-1207031066'), (u'COPY_-1207030965', u'STORE_-1207031066'), (u'STORE_-1207031066', u'INDIRECT_-1207030922'), (u'INDIRECT_-1207030903', u'COPY_-1207030967'), ('tmp_292', u'PTRADD_-1207030883'), (u'PTRADD_-1207030941', u'STORE_-1207031137'), ('const-0', u'STORE_-1207031137'), (u'STORE_-1207031052', u'INDIRECT_-1207030901'), (u'STORE_-1207031098', u'INDIRECT_-1207030947'), ('const-1', u'STORE_-1207031076'), ('const-16', u'PTRADD_-1207030883'), (u'CALL_-1207031126', u'CALL_-1207031102'), (u'COPY_-1207030949', u'STORE_-1207031041'), (u'PTRSUB_-1207030920', u'PTRADD_-1207030920'), ('const-0', u'PTRSUB_-1207030870'), (u'STORE_-1207031137', u'INDIRECT_-1207030967'), ('tmp_292', u'PTRSUB_-1207030911'), ('const-4', u'PTRADD_-1207030870'), (u'PTRADD_-1207030903', u'PTRSUB_-1207030901'), (u'PTRSUB_-1207030870', u'PTRADD_-1207030870'), (u'CAST_-1207030872', u'STORE_-1207031052'), (u'CAST_-1207030907', u'STORE_-1207031098'), ('const-16', u'PTRADD_-1207030903'), ('const-0', u'PTRSUB_-1207030911'), ('tmp_292', u'PTRADD_-1207030903'), (u'STORE_-1207031041', u'INDIRECT_-1207030892'), (u'PTRSUB_-1207030881', u'PTRADD_-1207030881'), (u'STORE_-1207031144', u'INDIRECT_-1207030961'), (u'CALL_-1207031126', u'INDIRECT_-1207030967'), (u'STORE_-1207031076', u'INDIRECT_-1207030930'), ('tmp_292', u'PTRADD_-1207030941'), ('const-0', u'RETURN_-1207031023'), (u'INDIRECT_-1207030939', u'COPY_-1207030965'), ('const-0', u'CALL_-1207031102'), ('const-0', u'PTRSUB_-1207030920'), (u'CALL_-1207031102', u'INDIRECT_-1207030945'), (u'CAST_-1207030863', u'STORE_-1207031041'), ('const-0', u'PTRSUB_-1207030881'), (u'PTRADD_-1207030881', u'CAST_-1207030872'), (u'STORE_-1207031089', u'INDIRECT_-1207030939'), (u'STORE_-1207031144', u'INDIRECT_-1207030972'), ('const-8', u'PTRADD_-1207030920'), ('tmp_292', u'STORE_-1207031144'), ('const-1', u'PTRADD_-1207030883'), ('const-1', u'PTRADD_-1207030872'), (u'CALL_-1207031102', u'STORE_-1207031089'), ('const-16', u'PTRADD_-1207030872'), ('const-1', u'PTRADD_-1207030941'), (u'PTRADD_-1207030872', u'PTRSUB_-1207030870'), (u'CALL_-1207031102', u'INDIRECT_-1207030956'), ('const-0', u'STORE_-1207031052'), ('const-0', u'STORE_-1207031098'), (u'STORE_-1207031041', u'INDIRECT_-1207030903'), ('const-1', u'PTRADD_-1207030870'), (u'PTRADD_-1207030920', u'CAST_-1207030907'), (u'PTRADD_-1207030870', u'CAST_-1207030863'), (u'STORE_-1207031137', u'INDIRECT_-1207030956'), ('const-433', u'STORE_-1207031052'), ('const-16', u'PTRADD_-1207030941'), (u'PTRADD_-1207030883', u'PTRSUB_-1207030881'), ('const-433', u'STORE_-1207031041'), ('const-12', u'PTRADD_-1207030893'), ('const-433', u'STORE_-1207031137'), ('tmp_292', u'PTRSUB_-1207030893'), (u'INDIRECT_-1207030911', u'COPY_-1207030949'), ('const-1', u'PTRADD_-1207030893'), (u'INDIRECT_-1207030892', u'COPY_-1207030956'), (u'CAST_-1207030882', u'STORE_-1207031066'), (u'STORE_-1207031098', u'INDIRECT_-1207030936'), ('const-433', u'STORE_-1207031098'), ('const-1', u'PTRADD_-1207030881')]
| null | null |
00112a80
|
x64
|
O2
|
(translation_unit "void FUN_00112a80(undefined1 (*param_1) [16])\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_00112a80(undefined1 (*param_1) [16])\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_00112a80(undefined1 (*param_1) [16])" identifier (parameter_list "(undefined1 (*param_1) [16])" ( (parameter_declaration "undefined1 (*param_1) [16]" type_identifier (array_declarator "(*param_1) [16]" (parenthesized_declarator "(*param_1)" ( (pointer_declarator "*param_1" * identifier) )) [ number_literal ])) ))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "*param_1 = (undefined1 [16])0x0;" (assignment_expression "*param_1 = (undefined1 [16])0x0" (pointer_expression "*param_1" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "param_1[1] = (undefined1 [16])0x0;" (assignment_expression "param_1[1] = (undefined1 [16])0x0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "uVar2 = FUN_0011c3f0();" (assignment_expression "uVar2 = FUN_0011c3f0()" identifier = (call_expression "FUN_0011c3f0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar1 = FUN_00111cb0(uVar2,0);" (assignment_expression "uVar1 = FUN_00111cb0(uVar2,0)" identifier = (call_expression "FUN_00111cb0(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal )))) ;) (expression_statement "*(undefined4 *)(*param_1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 8) = 0" (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" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)*param_1 = uVar1;" (assignment_expression "*(undefined4 *)*param_1 = uVar1" (pointer_expression "*(undefined4 *)*param_1" * (cast_expression "(undefined4 *)*param_1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) = identifier) ;) (expression_statement "uVar1 = DAT_0016348c;" (assignment_expression "uVar1 = DAT_0016348c" identifier = identifier) ;) (expression_statement "*(undefined4 *)param_1[1] = 1;" (assignment_expression "*(undefined4 *)param_1[1] = 1" (pointer_expression "*(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 ]))) = number_literal) ;) (expression_statement "*(undefined4 *)(*param_1 + 0xc) = uVar1;" (assignment_expression "*(undefined4 *)(*param_1 + 0xc) = uVar1" (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" (pointer_expression "*param_1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = DAT_00163494;" (assignment_expression "uVar1 = DAT_00163494" identifier = identifier) ;) (expression_statement "*(undefined8 *)(param_1[1] + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1[1] + 8) = 0" (pointer_expression "*(undefined8 *)(param_1[1] + 8)" * (cast_expression "(undefined8 *)(param_1[1] + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1[1] + 4) = uVar1;" (assignment_expression "*(undefined4 *)(param_1[1] + 4) = uVar1" (pointer_expression "*(undefined4 *)(param_1[1] + 4)" * (cast_expression "(undefined4 *)(param_1[1] + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 4)" ( (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void dwarf2_where(dwarf2_line_info *line)\n\n{\n uint uVar1;\n char *filename;\n \n line->filenum = 0;\n line->line = 0;\n line->column = 0;\n line->isa = 0;\n line->flags = 0;\n line->discriminator = 0;\n line->view = (symbolS *)0x0;\n filename = as_where(&line->line);\n uVar1 = get_filenum(filename,0);\n line->column = 0;\n line->filenum = uVar1;\n uVar1 = current.isa;\n line->flags = 1;\n line->isa = uVar1;\n uVar1 = current.discriminator;\n line->view = (symbolS *)0x0;\n line->discriminator = uVar1;\n return;\n}\n\n" (function_definition "void dwarf2_where(dwarf2_line_info *line)\n\n{\n uint uVar1;\n char *filename;\n \n line->filenum = 0;\n line->line = 0;\n line->column = 0;\n line->isa = 0;\n line->flags = 0;\n line->discriminator = 0;\n line->view = (symbolS *)0x0;\n filename = as_where(&line->line);\n uVar1 = get_filenum(filename,0);\n line->column = 0;\n line->filenum = uVar1;\n uVar1 = current.isa;\n line->flags = 1;\n line->isa = uVar1;\n uVar1 = current.discriminator;\n line->view = (symbolS *)0x0;\n line->discriminator = uVar1;\n return;\n}" primitive_type (function_declarator "dwarf2_where(dwarf2_line_info *line)" identifier (parameter_list "(dwarf2_line_info *line)" ( (parameter_declaration "dwarf2_line_info *line" type_identifier (pointer_declarator "*line" * identifier)) ))) (compound_statement "{\n uint uVar1;\n char *filename;\n \n line->filenum = 0;\n line->line = 0;\n line->column = 0;\n line->isa = 0;\n line->flags = 0;\n line->discriminator = 0;\n line->view = (symbolS *)0x0;\n filename = as_where(&line->line);\n uVar1 = get_filenum(filename,0);\n line->column = 0;\n line->filenum = uVar1;\n uVar1 = current.isa;\n line->flags = 1;\n line->isa = uVar1;\n uVar1 = current.discriminator;\n line->view = (symbolS *)0x0;\n line->discriminator = uVar1;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "char *filename;" primitive_type (pointer_declarator "*filename" * identifier) ;) (expression_statement "line->filenum = 0;" (assignment_expression "line->filenum = 0" (field_expression "line->filenum" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->line = 0;" (assignment_expression "line->line = 0" (field_expression "line->line" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->column = 0;" (assignment_expression "line->column = 0" (field_expression "line->column" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->isa = 0;" (assignment_expression "line->isa = 0" (field_expression "line->isa" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->flags = 0;" (assignment_expression "line->flags = 0" (field_expression "line->flags" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->discriminator = 0;" (assignment_expression "line->discriminator = 0" (field_expression "line->discriminator" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->view = (symbolS *)0x0;" (assignment_expression "line->view = (symbolS *)0x0" (field_expression "line->view" identifier -> field_identifier) = (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "filename = as_where(&line->line);" (assignment_expression "filename = as_where(&line->line)" identifier = (call_expression "as_where(&line->line)" identifier (argument_list "(&line->line)" ( (pointer_expression "&line->line" & (field_expression "line->line" identifier -> field_identifier)) )))) ;) (expression_statement "uVar1 = get_filenum(filename,0);" (assignment_expression "uVar1 = get_filenum(filename,0)" identifier = (call_expression "get_filenum(filename,0)" identifier (argument_list "(filename,0)" ( identifier , number_literal )))) ;) (expression_statement "line->column = 0;" (assignment_expression "line->column = 0" (field_expression "line->column" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->filenum = uVar1;" (assignment_expression "line->filenum = uVar1" (field_expression "line->filenum" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar1 = current.isa;" (assignment_expression "uVar1 = current.isa" identifier = (field_expression "current.isa" identifier . field_identifier)) ;) (expression_statement "line->flags = 1;" (assignment_expression "line->flags = 1" (field_expression "line->flags" identifier -> field_identifier) = number_literal) ;) (expression_statement "line->isa = uVar1;" (assignment_expression "line->isa = uVar1" (field_expression "line->isa" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar1 = current.discriminator;" (assignment_expression "uVar1 = current.discriminator" identifier = (field_expression "current.discriminator" identifier . field_identifier)) ;) (expression_statement "line->view = (symbolS *)0x0;" (assignment_expression "line->view = (symbolS *)0x0" (field_expression "line->view" identifier -> field_identifier) = (cast_expression "(symbolS *)0x0" ( (type_descriptor "symbolS *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "line->discriminator = uVar1;" (assignment_expression "line->discriminator = uVar1" (field_expression "line->discriminator" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00112a80(undefined1 (*param_1) [16])\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_00112a80(undefined1 (*param_1) [16])\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" primitive_type (function_declarator "FUN_00112a80(undefined1 (*param_1) [16])" identifier (parameter_list "(undefined1 (*param_1) [16])" ( (parameter_declaration "undefined1 (*param_1) [16]" type_identifier (array_declarator "(*param_1) [16]" (parenthesized_declarator "(*param_1)" ( (pointer_declarator "*param_1" * identifier) )) [ number_literal ])) ))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "*param_1 = (undefined1 [16])0x0;" (assignment_expression "*param_1 = (undefined1 [16])0x0" (pointer_expression "*param_1" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "param_1[1] = (undefined1 [16])0x0;" (assignment_expression "param_1[1] = (undefined1 [16])0x0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "uVar2 = FUN_0011c3f0();" (assignment_expression "uVar2 = FUN_0011c3f0()" identifier = (call_expression "FUN_0011c3f0()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar1 = FUN_00111cb0(uVar2,0);" (assignment_expression "uVar1 = FUN_00111cb0(uVar2,0)" identifier = (call_expression "FUN_00111cb0(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal )))) ;) (expression_statement "*(undefined4 *)(*param_1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 8) = 0" (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" (pointer_expression "*param_1" * identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)*param_1 = uVar1;" (assignment_expression "*(undefined4 *)*param_1 = uVar1" (pointer_expression "*(undefined4 *)*param_1" * (cast_expression "(undefined4 *)*param_1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) = identifier) ;) (expression_statement "uVar1 = DAT_0016348c;" (assignment_expression "uVar1 = DAT_0016348c" identifier = identifier) ;) (expression_statement "*(undefined4 *)param_1[1] = 1;" (assignment_expression "*(undefined4 *)param_1[1] = 1" (pointer_expression "*(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 ]))) = number_literal) ;) (expression_statement "*(undefined4 *)(*param_1 + 0xc) = uVar1;" (assignment_expression "*(undefined4 *)(*param_1 + 0xc) = uVar1" (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" (pointer_expression "*param_1" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = DAT_00163494;" (assignment_expression "uVar1 = DAT_00163494" identifier = identifier) ;) (expression_statement "*(undefined8 *)(param_1[1] + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1[1] + 8) = 0" (pointer_expression "*(undefined8 *)(param_1[1] + 8)" * (cast_expression "(undefined8 *)(param_1[1] + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1[1] + 4) = uVar1;" (assignment_expression "*(undefined4 *)(param_1[1] + 4) = uVar1" (pointer_expression "*(undefined4 *)(param_1[1] + 4)" * (cast_expression "(undefined4 *)(param_1[1] + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 4)" ( (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (array_declarator (parenthesized_declarator ( (pointer_declarator * IDENT) )) [ LIT ])) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_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 (subscript_expression IDENT [ LIT ]) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00112a80(undefined1 (*param_1) [16])\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00112a80(undefined1 (*param_1) [16])" (identifier "FUN_00112a80") (parameter_list "(undefined1 (*param_1) [16])" (( "(") (parameter_declaration "undefined1 (*param_1) [16]" (type_identifier "undefined1") (array_declarator "(*param_1) [16]" (parenthesized_declarator "(*param_1)" (( "(") (pointer_declarator "*param_1" (* "*") (identifier "param_1")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined8 uVar2;\n \n *param_1 = (undefined1 [16])0x0;\n param_1[1] = (undefined1 [16])0x0;\n uVar2 = FUN_0011c3f0();\n uVar1 = FUN_00111cb0(uVar2,0);\n *(undefined4 *)(*param_1 + 8) = 0;\n *(undefined4 *)*param_1 = uVar1;\n uVar1 = DAT_0016348c;\n *(undefined4 *)param_1[1] = 1;\n *(undefined4 *)(*param_1 + 0xc) = uVar1;\n uVar1 = DAT_00163494;\n *(undefined8 *)(param_1[1] + 8) = 0;\n *(undefined4 *)(param_1[1] + 4) = uVar1;\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "*param_1 = (undefined1 [16])0x0;" (assignment_expression "*param_1 = (undefined1 [16])0x0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "param_1[1] = (undefined1 [16])0x0;" (assignment_expression "param_1[1] = (undefined1 [16])0x0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar2 = FUN_0011c3f0();" (assignment_expression "uVar2 = FUN_0011c3f0()" (identifier "uVar2") (= "=") (call_expression "FUN_0011c3f0()" (identifier "FUN_0011c3f0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar1 = FUN_00111cb0(uVar2,0);" (assignment_expression "uVar1 = FUN_00111cb0(uVar2,0)" (identifier "uVar1") (= "=") (call_expression "FUN_00111cb0(uVar2,0)" (identifier "FUN_00111cb0") (argument_list "(uVar2,0)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(*param_1 + 8) = 0;" (assignment_expression "*(undefined4 *)(*param_1 + 8) = 0" (pointer_expression "*(undefined4 *)(*param_1 + 8)" (* "*") (cast_expression "(undefined4 *)(*param_1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 8)" (( "(") (binary_expression "*param_1 + 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)*param_1 = uVar1;" (assignment_expression "*(undefined4 *)*param_1 = uVar1" (pointer_expression "*(undefined4 *)*param_1" (* "*") (cast_expression "(undefined4 *)*param_1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = DAT_0016348c;" (assignment_expression "uVar1 = DAT_0016348c" (identifier "uVar1") (= "=") (identifier "DAT_0016348c")) (; ";")) (expression_statement "*(undefined4 *)param_1[1] = 1;" (assignment_expression "*(undefined4 *)param_1[1] = 1" (pointer_expression "*(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") (] "]")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined4 *)(*param_1 + 0xc) = uVar1;" (assignment_expression "*(undefined4 *)(*param_1 + 0xc) = uVar1" (pointer_expression "*(undefined4 *)(*param_1 + 0xc)" (* "*") (cast_expression "(undefined4 *)(*param_1 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0xc)" (( "(") (binary_expression "*param_1 + 0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "uVar1 = DAT_00163494;" (assignment_expression "uVar1 = DAT_00163494" (identifier "uVar1") (= "=") (identifier "DAT_00163494")) (; ";")) (expression_statement "*(undefined8 *)(param_1[1] + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1[1] + 8) = 0" (pointer_expression "*(undefined8 *)(param_1[1] + 8)" (* "*") (cast_expression "(undefined8 *)(param_1[1] + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 8)" (( "(") (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1[1] + 4) = uVar1;" (assignment_expression "*(undefined4 *)(param_1[1] + 4) = uVar1" (pointer_expression "*(undefined4 *)(param_1[1] + 4)" (* "*") (cast_expression "(undefined4 *)(param_1[1] + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 4)" (( "(") (binary_expression "param_1[1] + 4" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *line)
{
type_2 uVar1;
char *filename;
line->filenum = 0;
line->line = 0;
line->column = 0;
line->isa = 0;
line->flags = 0;
line->discriminator = 0;
line->view = (type_3 *)0x0;
filename = var_1(&line->line);
uVar1 = var_2(filename,0);
line->column = 0;
line->filenum = uVar1;
uVar1 = current.isa;
line->flags = 1;
line->isa = uVar1;
uVar1 = current.discriminator;
line->view = (type_3 *)0x0;
line->discriminator = uVar1;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (array_declarator declarator: (parenthesized_declarator (pointer_declarator declarator: (identifier))) size: (number_literal))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (pointer_expression argument: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (identifier))) (return_statement))))
| null |
void MASKED(undefined1 (*param_1) [16])
{
undefined4 uVar1;
undefined8 uVar2;
*param_1 = (undefined1 [16])0x0;
param_1[1] = (undefined1 [16])0x0;
uVar2 = FUN_0011c3f0();
uVar1 = FUN_00111cb0(uVar2,0);
*(undefined4 *)(*param_1 + 8) = 0;
*(undefined4 *)*param_1 = uVar1;
uVar1 = DAT_0016348c;
*(undefined4 *)param_1[1] = 1;
*(undefined4 *)(*param_1 + 0xc) = uVar1;
uVar1 = DAT_00163494;
*(undefined8 *)(param_1[1] + 8) = 0;
*(undefined4 *)(param_1[1] + 4) = uVar1;
return;
}
|
131_hppa64-linux-gnu-strings_and_hppa64-linux-gnu-strings_strip.c
|
bfd_openr
|
bfd_openr
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openr(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_openr(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206939510')]
|
[('const-1', u'RETURN_-1206939510')]
| null | null |
00109080
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_openr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr(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_openr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_openr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr(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_openr(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_openr(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_openr(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_openr(void)" (identifier "bfd_openr") (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();
}
|
92_unexpand_and_unexpand_strip.c
|
quotearg_alloc
|
FUN_00105180
|
char * quotearg_alloc(char *arg,size_t argsize,quoting_options *o)
{
char *pcVar1;
pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o);
return pcVar1;
}
|
void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)
{
FUN_00105090(param_1,param_2,0,param_3);
return;
}
|
MOV RCX,RDX
XOR EDX,EDX
JMP 0x00105090
| null | null | null | null |
[('const-0', u'RETURN_-1206955621'), ('tmp_38', u'CALL_-1206955625'), (u'CALL_-1206955625', u'RETURN_-1206955621'), ('tmp_37', u'CALL_-1206955625'), ('tmp_39', u'CALL_-1206955625'), ('const-0', u'CALL_-1206955625')]
|
[('tmp_105', u'CALL_-1206955625'), ('const-0', u'CALL_-1206955625'), ('tmp_84', u'CALL_-1206955625'), ('const-0', u'RETURN_-1206955621'), ('tmp_106', u'CALL_-1206955625')]
| null | null |
00105180
|
x64
|
O2
|
(translation_unit "void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}\n\n" (function_definition "void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" primitive_type (function_declarator "FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" { (expression_statement "FUN_00105090(param_1,param_2,0,param_3);" (call_expression "FUN_00105090(param_1,param_2,0,param_3)" identifier (argument_list "(param_1,param_2,0,param_3)" ( identifier , identifier , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "char * quotearg_alloc(char *arg,size_t argsize,quoting_options *o)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_alloc(char *arg,size_t argsize,quoting_options *o)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o);\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_alloc(char *arg,size_t argsize,quoting_options *o)" * (function_declarator "quotearg_alloc(char *arg,size_t argsize,quoting_options *o)" identifier (parameter_list "(char *arg,size_t argsize,quoting_options *o)" ( (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "size_t argsize" primitive_type identifier) , (parameter_declaration "quoting_options *o" type_identifier (pointer_declarator "*o" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o);" (assignment_expression "pcVar1 = quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o)" identifier = (call_expression "quotearg_alloc_mem(arg,argsize,(size_t *)0x0,o)" identifier (argument_list "(arg,argsize,(size_t *)0x0,o)" ( identifier , identifier , (cast_expression "(size_t *)0x0" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}\n\n" (function_definition "void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" primitive_type (function_declarator "FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" { (expression_statement "FUN_00105090(param_1,param_2,0,param_3);" (call_expression "FUN_00105090(param_1,param_2,0,param_3)" identifier (argument_list "(param_1,param_2,0,param_3)" ( identifier , 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) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00105180(undefined8 param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00105180") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_00105090(param_1,param_2,0,param_3);\n return;\n}" ({ "{") (expression_statement "FUN_00105090(param_1,param_2,0,param_3);" (call_expression "FUN_00105090(param_1,param_2,0,param_3)" (identifier "FUN_00105090") (argument_list "(param_1,param_2,0,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
char * function_1(char *arg,size_t argsize,type_1 *o)
{
char *pcVar1;
pcVar1 = var_1(arg,argsize,(size_t *)0x0,o);
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (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) (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3)
{
FUN_00105090(param_1,param_2,0,param_3);
return;
}
|
105_alpha-linux-gnu-objdump_and_alpha-linux-gnu-objdump_strip.c
|
bfd_simple_get_relocated_section_contents
|
bfd_simple_get_relocated_section_contents
|
void bfd_simple_get_relocated_section_contents(void)
{
(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();
return;
}
|
void bfd_simple_get_relocated_section_contents(void)
{
(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();
return;
}
|
JMP qword ptr [0x00155348]
| null | null | null | null |
[(u'INDIRECT_-1206946092', u'COPY_-1206946151'), ('const-0', u'RETURN_-1206946149'), (u'CALLIND_-1206946152', u'INDIRECT_-1206946092'), ('tmp_22', u'CAST_-1206946087'), (u'CAST_-1206946087', u'CALLIND_-1206946152')]
|
[(u'INDIRECT_-1206946092', u'COPY_-1206946151'), ('const-0', u'RETURN_-1206946149'), (u'CALLIND_-1206946152', u'INDIRECT_-1206946092'), ('tmp_22', u'CAST_-1206946087'), (u'CAST_-1206946087', u'CALLIND_-1206946152')]
| null | null |
00107690
|
x64
|
O2
|
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" primitive_type (function_declarator "bfd_simple_get_relocated_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();" (call_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)()" (parenthesized_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)" ( (pointer_expression "*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" * (cast_expression "(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" primitive_type (function_declarator "bfd_simple_get_relocated_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();" (call_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)()" (parenthesized_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)" ( (pointer_expression "*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" * (cast_expression "(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" primitive_type (function_declarator "bfd_simple_get_relocated_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();" (call_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)()" (parenthesized_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)" ( (pointer_expression "*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" * (cast_expression "(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_simple_get_relocated_section_contents(void)" (identifier "bfd_simple_get_relocated_section_contents") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)();" (call_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)()" (parenthesized_expression "(*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348)" (( "(") (pointer_expression "*(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" (* "*") (cast_expression "(code *)PTR_bfd_simple_get_relocated_section_contents_00155348" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_simple_get_relocated_section_contents_00155348"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_simple_get_relocated_section_contents_00155348)();
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_00155348)();
return;
}
|
689_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
FUN_00158f15
|
FUN_00158f15
|
void FUN_00158f15(void)
{
facet *unaff_RBX;
std::locale::facet::~facet(unaff_RBX);
operator_delete(unaff_RBX);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00158f15(void)
{
FUN_0033a780();
FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
|
MOV RDI,RBX
CALL 0x0033a780
MOV RDI,RBX
CALL 0x00338a50
MOV RDI,RBP
CALL 0x003c66c0
| null | null | null | null |
[('tmp_79', u'CALL_-1207267550'), ('const-1', u'RETURN_-1207267521'), ('tmp_79', u'CALL_-1207267538')]
|
[('const-1', u'RETURN_-1207267521')]
| null | null |
00158f15
|
x64
|
O2
|
(translation_unit "void FUN_00158f15(void)\n\n{\n FUN_0033a780();\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00158f15(void)\n\n{\n FUN_0033a780();\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}" primitive_type (function_declarator "FUN_00158f15(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0033a780();\n FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}" { (expression_statement "FUN_0033a780();" (call_expression "FUN_0033a780()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00158f15(void)\n\n{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_00158f15(void)\n\n{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_00158f15(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "facet *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (labeled_statement "std::locale::facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (labeled_statement "locale::facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (expression_statement "~facet(unaff_RBX);" (unary_expression "~facet(unaff_RBX)" ~ (call_expression "facet(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier )))) ;)))) (expression_statement "operator_delete(unaff_RBX);" (call_expression "operator_delete(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00158f15(void)\n\n{\n FUN_0033a780();\n FUN_00338a50();\n \n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00158f15(void)\n\n{\n FUN_0033a780();\n FUN_00338a50();\n \n FUN_003c66c0();\n}" primitive_type (function_declarator "FUN_00158f15(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0033a780();\n FUN_00338a50();\n \n FUN_003c66c0();\n}" { (expression_statement "FUN_0033a780();" (call_expression "FUN_0033a780()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00158f15(void)\n\n{\n FUN_0033a780();\n FUN_00338a50();\n \n FUN_003c66c0();\n}" (primitive_type "void") (function_declarator "FUN_00158f15(void)" (identifier "FUN_00158f15") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0033a780();\n FUN_00338a50();\n \n FUN_003c66c0();\n}" ({ "{") (expression_statement "FUN_0033a780();" (call_expression "FUN_0033a780()" (identifier "FUN_0033a780") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" (identifier "FUN_00338a50") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_003c66c0();" (call_expression "FUN_003c66c0()" (identifier "FUN_003c66c0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
type_1 *unaff_RBX;
std::locale::facet::~type_1(unaff_RBX);
var_1(unaff_RBX);
/* WARNING: Subroutine does not return */
var_2();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
FUN_0033a780();
FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
|
2634_sqlite3_and_sqlite3_strip.c
|
deflateInit2_
|
deflateInit2_
|
/* WARNING: Control flow encountered bad instruction data */
void deflateInit2_(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void deflateInit2_(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1204141334')]
|
[('const-1', u'RETURN_-1204141334')]
| null | null |
002542e0
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid deflateInit2_(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void deflateInit2_(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "deflateInit2_(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 deflateInit2_(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void deflateInit2_(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "deflateInit2_(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 deflateInit2_(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void deflateInit2_(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "deflateInit2_(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 deflateInit2_(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "deflateInit2_(void)" (identifier "deflateInit2_") (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();
}
|
80_sg_persist_and_sg_persist_strip.c
|
sg_if_can2stderr
|
sg_if_can2stderr
|
/* WARNING: Control flow encountered bad instruction data */
void sg_if_can2stderr(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void sg_if_can2stderr(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206935334')]
|
[('const-1', u'RETURN_-1206935334')]
| null | null |
0010a0d0
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_if_can2stderr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_if_can2stderr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_if_can2stderr(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 sg_if_can2stderr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_if_can2stderr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sg_if_can2stderr(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 sg_if_can2stderr(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void sg_if_can2stderr(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sg_if_can2stderr(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 sg_if_can2stderr(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "sg_if_can2stderr(void)" (identifier "sg_if_can2stderr") (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();
}
|
9349_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
do_compare
|
FUN_003146e0
|
/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_compare(wchar_t const*,
wchar_t const*, wchar_t const*, wchar_t const*) const */
void std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_compare
(wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t *param_4)
{
__collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6));
return;
}
|
void FUN_003146e0(long param_1)
{
FUN_00311da0(*(undefined8 *)(param_1 + 0x18));
return;
}
|
MOV RDI,qword ptr [RDI + 0x18]
JMP 0x00311da0
| null | null | null | null |
[(u'PTRADD_-1204926673', u'CAST_-1204926673'), ('const-6', u'PTRADD_-1204926673'), (u'LOAD_-1204926749', u'CALL_-1204926738'), (u'CAST_-1204926673', u'LOAD_-1204926749'), ('const-433', u'LOAD_-1204926749'), ('tmp_16', u'PTRADD_-1204926673'), ('const-4', u'PTRADD_-1204926673'), ('const-0', u'RETURN_-1204926734')]
|
[('const-433', u'LOAD_-1204926749'), (u'LOAD_-1204926749', u'CALL_-1204926738'), (u'CAST_-1204926677', u'LOAD_-1204926749'), ('tmp_28', u'INT_ADD_-1204926733'), ('const-24', u'INT_ADD_-1204926733'), (u'INT_ADD_-1204926733', u'CAST_-1204926677'), ('const-0', u'RETURN_-1204926734')]
| null | null |
003146e0
|
x64
|
O2
|
(translation_unit "void FUN_003146e0(long param_1)\n\n{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}\n\n" (function_definition "void FUN_003146e0(long param_1)\n\n{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" primitive_type (function_declarator "FUN_003146e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" { (expression_statement "FUN_00311da0(*(undefined8 *)(param_1 + 0x18));" (call_expression "FUN_00311da0(*(undefined8 *)(param_1 + 0x18))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x18))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_compare(wchar_t const*,\n wchar_t const*, wchar_t const*, wchar_t const*) const */\n\nvoid std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_compare\n (wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t *param_4)\n\n{\n __collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6));\n return;\n}\n\n" comment (function_definition "void std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::do_compare\n (wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t *param_4)\n\n{\n __collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6));\n return;\n}" primitive_type (ERROR "std::__facet_shims::(anonymous_namespace)::collate_shim<wchar_t>::" identifier : : identifier : : ( identifier ) : : identifier < identifier > : :) (function_declarator "do_compare\n (wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t *param_4)" identifier (parameter_list "(wchar_t *param_1,wchar_t *param_2,wchar_t *param_3,wchar_t *param_4)" ( (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "wchar_t *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "wchar_t *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "wchar_t *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n __collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6));\n return;\n}" { (expression_statement "__collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6));" (binary_expression "__collate_compare<wchar_t>(*(undefined8 *)(param_1 + 6))" (binary_expression "__collate_compare<wchar_t" identifier < identifier) > (parenthesized_expression "(*(undefined8 *)(param_1 + 6))" ( (pointer_expression "*(undefined8 *)(param_1 + 6)" * (cast_expression "(undefined8 *)(param_1 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 6)" ( (binary_expression "param_1 + 6" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_003146e0(long param_1)\n\n{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}\n\n" (function_definition "void FUN_003146e0(long param_1)\n\n{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" primitive_type (function_declarator "FUN_003146e0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" { (expression_statement "FUN_00311da0(*(undefined8 *)(param_1 + 0x18));" (call_expression "FUN_00311da0(*(undefined8 *)(param_1 + 0x18))" identifier (argument_list "(*(undefined8 *)(param_1 + 0x18))" ( (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_003146e0(long param_1)\n\n{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" (primitive_type "void") (function_declarator "FUN_003146e0(long param_1)" (identifier "FUN_003146e0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_00311da0(*(undefined8 *)(param_1 + 0x18));\n return;\n}" ({ "{") (expression_statement "FUN_00311da0(*(undefined8 *)(param_1 + 0x18));" (call_expression "FUN_00311da0(*(undefined8 *)(param_1 + 0x18))" (identifier "FUN_00311da0") (argument_list "(*(undefined8 *)(param_1 + 0x18))" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::__facet_shims::(anonymous namespace)::collate_shim<wchar_t>::do_compare(wchar_t const*,
wchar_t const*, wchar_t const*, wchar_t const*) const */
void std::__facet_shims::(anonymous_namespace)::collate_shim<type_1>::function_1
(type_1 *var_2,type_1 *param_2,type_1 *param_3,type_1 *param_4)
{
var_1<type_1>(*(type_2 *)(var_2 + 6));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement))))
| null |
void MASKED(long param_1)
{
FUN_00311da0(*(undefined8 *)(param_1 + 0x18));
return;
}
|
148_sha512sum_and_sha512sum_strip.c
|
rpl_fcntl
|
FUN_0010aa80
|
/* WARNING: Restarted to delay deadcode elimination for space: stack */
int rpl_fcntl(int fd,int action,...)
{
long lVar1;
int iVar2;
uint uVar3;
int iVar4;
int *piVar5;
ulong in_RDX;
int __fd;
int target;
long in_FS_OFFSET;
va_list arg;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (action != 0x406) {
iVar2 = fcntl(fd,action,in_RDX);
goto LAB_0010aafe;
}
if (rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0) {
iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);
if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))
goto LAB_0010aafe;
LAB_0010ab38:
uVar3 = fcntl(__fd,1);
if (-1 < (int)uVar3) {
iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));
iVar2 = __fd;
if (iVar4 != -1) goto LAB_0010aafe;
}
piVar5 = __errno_location();
iVar2 = -1;
iVar4 = *piVar5;
close(__fd);
*piVar5 = iVar4;
}
else {
iVar2 = fcntl(fd,0x406);
if (iVar2 < 0) {
piVar5 = __errno_location();
if (*piVar5 == 0x16) {
iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);
if (iVar2 < 0) goto LAB_0010aafe;
rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;
__fd = iVar2;
goto LAB_0010ab38;
}
}
rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;
}
LAB_0010aafe:
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
/* WARNING: Restarted to delay deadcode elimination for space: stack */
int FUN_0010aa80(ulong param_1,int param_2,ulong param_3)
{
long lVar1;
int iVar2;
uint uVar3;
int iVar4;
int *piVar5;
int __fd;
long in_FS_OFFSET;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 != 0x406) {
iVar2 = fcntl((int)param_1,param_2,param_3);
goto LAB_0010aafe;
}
if (DAT_0010f3d8 < 0) {
iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);
if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;
LAB_0010ab38:
uVar3 = fcntl(__fd,1);
if (-1 < (int)uVar3) {
iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));
iVar2 = __fd;
if (iVar4 != -1) goto LAB_0010aafe;
}
piVar5 = __errno_location();
iVar2 = -1;
iVar4 = *piVar5;
close(__fd);
*piVar5 = iVar4;
}
else {
iVar2 = fcntl((int)param_1,0x406);
if (iVar2 < 0) {
piVar5 = __errno_location();
if (*piVar5 == 0x16) {
iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);
if (iVar2 < 0) goto LAB_0010aafe;
DAT_0010f3d8 = -1;
__fd = iVar2;
goto LAB_0010ab38;
}
}
DAT_0010f3d8 = 1;
}
LAB_0010aafe:
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
PUSH R12
PUSH RBP
MOV EBP,EDI
PUSH RBX
SUB RSP,0x50
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x38],RCX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x18],RAX
XOR EAX,EAX
LEA RAX,[RSP + 0x70]
MOV dword ptr [RSP],0x10
MOV qword ptr [RSP + 0x8],RAX
LEA RAX,[RSP + 0x20]
MOV qword ptr [RSP + 0x10],RAX
CMP ESI,0x406
JNZ 0x0010ab88
MOV R12D,dword ptr [RAX + 0x10]
MOV EAX,dword ptr [0x0010f3d8]
MOV dword ptr [RSP],0x18
MOV EDX,R12D
TEST EAX,EAX
JS 0x0010ab20
XOR EAX,EAX
CALL 0x00102090
MOV EBX,EAX
TEST EAX,EAX
JS 0x0010aba0
MOV dword ptr [0x0010f3d8],0x1
MOV RCX,qword ptr [RSP + 0x18]
XOR RCX,qword ptr FS:[0x28]
MOV EAX,EBX
JNZ 0x0010abd5
ADD RSP,0x50
POP RBX
POP RBP
POP R12
RET
XOR ESI,ESI
XOR EAX,EAX
CALL 0x0010aa80
MOV EBX,EAX
TEST EAX,EAX
JS 0x0010aafe
CMP dword ptr [0x0010f3d8],-0x1
JNZ 0x0010aafe
XOR EAX,EAX
MOV ESI,0x1
MOV EDI,EBX
CALL 0x00102090
TEST EAX,EAX
JS 0x0010ab62
OR EAX,0x1
MOV ESI,0x2
MOV EDI,EBX
MOV EDX,EAX
XOR EAX,EAX
CALL 0x00102090
CMP EAX,-0x1
JNZ 0x0010aafe
CALL 0x00102050
MOV EDI,EBX
MOV EBX,0xffffffff
MOV R12D,dword ptr [RAX]
MOV RBP,RAX
CALL 0x00102190
MOV dword ptr [RBP],R12D
JMP 0x0010aafe
MOV RAX,qword ptr [RSP + 0x10]
MOV RDX,qword ptr [RAX + 0x10]
XOR EAX,EAX
CALL 0x00102090
MOV EBX,EAX
JMP 0x0010aafe
CALL 0x00102050
CMP dword ptr [RAX],0x16
JNZ 0x0010aaf4
MOV EDX,R12D
XOR ESI,ESI
MOV EDI,EBP
XOR EAX,EAX
CALL 0x0010aa80
MOV EBX,EAX
TEST EAX,EAX
JS 0x0010aafe
MOV dword ptr [0x0010f3d8],0xffffffff
JMP 0x0010ab38
CALL 0x00102110
| null | null | null | null |
[(u'LOAD_-1206932613', u'INT_EQUAL_-1206932601'), ('const-1030', u'CALL_-1206932658'), ('const-2', u'CALL_-1206932372'), (u'INT_AND_-1206932125', u'CALL_-1206932373'), (u'CALL_-1206932219', u'INDIRECT_-1206931618'), ('tmp_969', u'CALL_-1206932373'), (u'INDIRECT_-1206931728', u'INT_NOTEQUAL_-1206932339'), ('tmp_334', u'CBRANCH_-1206932588'), ('const-433', u'STORE_-1206932316'), ('const-4294967295', u'INT_AND_-1206932125'), ('const-4294967295', u'COPY_-1206932323'), (u'CALL_-1206932373', u'COPY_-1206931602'), ('tmp_222', u'CBRANCH_-1206932677'), (u'MULTIEQUAL_-1206931926', u'MULTIEQUAL_-1206931919'), (u'MULTIEQUAL_-1206931801', u'COPY_-1206932152'), ('tmp_719', u'CBRANCH_-1206932354'), (u'CAST_-1206931521', u'INT_SLESS_-1206932418'), (u'CALL_-1206932408', u'INDIRECT_-1206931602'), ('const-0', u'CALL_-1206932345'), (u'INDIRECT_-1206931889', u'MULTIEQUAL_-1206931919'), ('tmp_450', u'CBRANCH_-1206932389'), ('const-4294967295', u'INT_SLESS_-1206932418'), ('const-40', u'INT_ADD_-1206932599'), (u'CALL_-1206932319', u'INDIRECT_-1206931641'), ('tmp_846', u'CBRANCH_-1206932354'), (u'INT_NOTEQUAL_-1206932339', u'CBRANCH_-1206932333'), (u'COPY_-1206931672', u'MULTIEQUAL_-1206931801'), (u'CALL_-1206932372', u'INT_NOTEQUAL_-1206932356'), (u'INT_OR_-1206932390', u'INT_ZEXT_-1206932013'), ('const-0', u'INT_SLESS_-1206932326'), ('const-0', u'INT_SLESS_-1206932639'), (u'CALL_-1206932345', u'INT_SLESS_-1206932326'), (u'CALL_-1206932658', u'COPY_-1206931672'), (u'INDIRECT_-1206931832', u'MULTIEQUAL_-1206931919'), ('const-0', u'CALL_-1206932373'), (u'INDIRECT_-1206931695', u'MULTIEQUAL_-1206931653'), (u'CALL_-1206932219', u'MULTIEQUAL_-1206931801'), ('const-433', u'LOAD_-1206932407'), (u'INT_AND_-1206931911', u'CALL_-1206932345'), (u'INT_SLESS_-1206932677', u'CBRANCH_-1206932677'), (u'INDIRECT_-1206931632', u'MULTIEQUAL_-1206931754'), ('const-433', u'LOAD_-1206932613'), (u'CALL_-1206932408', u'INDIRECT_-1206931763'), (u'INDIRECT_-1206931763', u'MULTIEQUAL_-1206931926'), (u'INT_SLESS_-1206932639', u'CBRANCH_-1206932639'), (u'CALL_-1206932347', u'LOAD_-1206932336'), (u'INDIRECT_-1206931618', u'MULTIEQUAL_-1206931754'), (u'COPY_-1206931562', u'MULTIEQUAL_-1206931801'), (u'INDIRECT_-1206931728', u'MULTIEQUAL_-1206931697'), (u'INDIRECT_-1206931779', u'MULTIEQUAL_-1206931919'), ('const-4294967295', u'INT_AND_-1206931911'), ('const-4294967295', u'COPY_-1206931750'), ('tmp_969', u'CALL_-1206932219'), ('tmp_2369', u'INT_ADD_-1206932799'), (u'INT_NOTEQUAL_-1206932356', u'CBRANCH_-1206932354'), (u'CALL_-1206932658', u'INT_SLESS_-1206932639'), (u'MULTIEQUAL_-1206931739', u'CALL_-1206932433'), (u'INDIRECT_-1206931951', u'MULTIEQUAL_-1206931926'), (u'MULTIEQUAL_-1206931739', u'CALL_-1206932372'), ('tmp_617', u'CBRANCH_-1206932418'), (u'CALL_-1206932658', u'INDIRECT_-1206931951'), (u'INDIRECT_-1206931728', u'MULTIEQUAL_-1206931754'), ('tmp_970', u'INT_NOTEQUAL_-1206932730'), ('tmp_970', u'CALL_-1206932219'), (u'CALL_-1206932433', u'INDIRECT_-1206931695'), (u'CALL_-1206932373', u'INT_SLESS_-1206932354'), (u'INT_ADD_-1206932799', u'CAST_-1206931700'), ('const-433', u'LOAD_-1206932815'), (u'INT_ADD_-1206932599', u'CAST_-1206931587'), ('tmp_3235', u'INT_SLESS_-1206932677'), (u'INDIRECT_-1206931739', u'MULTIEQUAL_-1206931919'), (u'CALL_-1206932319', u'INDIRECT_-1206931802'), (u'INDIRECT_-1206931543', u'COPY_-1206931601'), ('tmp_969', u'CALL_-1206932345'), (u'INDIRECT_-1206931671', u'MULTIEQUAL_-1206931754'), (u'LOAD_-1206932407', u'INT_EQUAL_-1206932392'), (u'CAST_-1206931700', u'LOAD_-1206932815'), ('tmp_286', u'CBRANCH_-1206932639'), (u'INT_EQUAL_-1206932392', u'CBRANCH_-1206932389'), (u'INT_SLESS_-1206932418', u'CBRANCH_-1206932418'), (u'CALL_-1206932345', u'INDIRECT_-1206931739'), (u'CAST_-1206931587', u'LOAD_-1206932613'), (u'CALL_-1206932345', u'COPY_-1206931467'), (u'CALL_-1206932373', u'INDIRECT_-1206931728'), (u'MULTIEQUAL_-1206931919', u'INT_ADD_-1206932599'), ('const-4294967295', u'INT_NOTEQUAL_-1206932339'), ('tmp_878', u'CBRANCH_-1206932333'), (u'MULTIEQUAL_-1206931739', u'COPY_-1206931562'), (u'LOAD_-1206932336', u'STORE_-1206932316'), ('const-1', u'CALL_-1206932433'), (u'CALL_-1206932347', u'INDIRECT_-1206931660'), (u'INDIRECT_-1206931889', u'MULTIEQUAL_-1206931860'), (u'LOAD_-1206932815', u'INT_EQUAL_-1206932601'), (u'CALL_-1206932433', u'CAST_-1206931521'), ('tmp_552', u'BRANCH_-1206932309'), ('const-433', u'LOAD_-1206932336'), ('const-22', u'INT_EQUAL_-1206932392'), (u'INDIRECT_-1206931802', u'MULTIEQUAL_-1206931919'), (u'CALL_-1206932658', u'INDIRECT_-1206931790'), ('const-1030', u'INT_NOTEQUAL_-1206932730'), (u'CALL_-1206932347', u'INDIRECT_-1206931821'), (u'CALL_-1206932433', u'INT_OR_-1206932390'), (u'COPY_-1206931449', u'MULTIEQUAL_-1206931739'), ('tmp_757', u'BRANCH_-1206932310'), ('const-1', u'INT_OR_-1206932390'), ('const-1', u'RETURN_-1206932355'), (u'COPY_-1206932152', u'RETURN_-1206932545'), (u'COPY_-1206931602', u'MULTIEQUAL_-1206931739'), (u'INT_ZEXT_-1206932013', u'CALL_-1206932372'), (u'CALL_-1206932345', u'COPY_-1206931449'), (u'CALL_-1206932372', u'INDIRECT_-1206931832'), (u'CALL_-1206932372', u'INDIRECT_-1206931671'), (u'STORE_-1206932316', u'INDIRECT_-1206931632'), ('const-0', u'INT_SLESS_-1206932354'), (u'INT_SLESS_-1206932354', u'CBRANCH_-1206932354'), (u'MULTIEQUAL_-1206931739', u'CALL_-1206932319'), ('const-1', u'COPY_-1206932636'), (u'COPY_-1206931467', u'MULTIEQUAL_-1206931801'), ('tmp_969', u'CALL_-1206932658'), (u'INT_EQUAL_-1206932601', u'CBRANCH_-1206932588'), (u'CALL_-1206932219', u'INDIRECT_-1206931779'), ('const-40', u'INT_ADD_-1206932799'), ('const-0', u'INT_SLESS_-1206932677'), ('const-4294967295', u'INT_NOTEQUAL_-1206932356'), (u'COPY_-1206932323', u'MULTIEQUAL_-1206931697'), (u'INDIRECT_-1206931739', u'MULTIEQUAL_-1206931860'), (u'INDIRECT_-1206931832', u'MULTIEQUAL_-1206931817'), (u'CALL_-1206932360', u'INDIRECT_-1206931543'), ('tmp_2367', u'INT_AND_-1206932125'), ('tmp_2367', u'CALL_-1206932219'), (u'CALL_-1206932345', u'INDIRECT_-1206931578'), (u'COPY_-1206932636', u'MULTIEQUAL_-1206931754'), ('tmp_548', u'CBRANCH_-1206932326'), (u'INT_NOTEQUAL_-1206932730', u'CBRANCH_-1206932725'), ('tmp_934', u'BRANCH_-1206932212'), (u'INDIRECT_-1206931671', u'MULTIEQUAL_-1206931653'), ('const-0', u'RETURN_-1206932545'), (u'CALL_-1206932433', u'INDIRECT_-1206931856'), (u'COPY_-1206931750', u'MULTIEQUAL_-1206931801'), (u'MULTIEQUAL_-1206931754', u'COPY_-1206931787'), ('tmp_173', u'CBRANCH_-1206932725'), (u'CALL_-1206932373', u'MULTIEQUAL_-1206931801'), (u'INDIRECT_-1206931856', u'MULTIEQUAL_-1206931817'), ('tmp_2367', u'INT_AND_-1206931911'), (u'INDIRECT_-1206931578', u'MULTIEQUAL_-1206931754'), (u'CALL_-1206932373', u'INDIRECT_-1206931889'), (u'CALL_-1206932408', u'LOAD_-1206932407'), (u'INT_SLESS_-1206932326', u'CBRANCH_-1206932326'), (u'CALL_-1206932347', u'STORE_-1206932316')]
|
[(u'MULTIEQUAL_-1206931753', u'CALL_-1206932433'), (u'COPY_-1206932323', u'MULTIEQUAL_-1206931715'), ('const-0', u'SUBPIECE_-1206932102'), (u'LOAD_-1206932613', u'INT_EQUAL_-1206932601'), (u'INDIRECT_-1206931689', u'MULTIEQUAL_-1206931772'), (u'CALL_-1206932433', u'INDIRECT_-1206931867'), (u'CALL_-1206932658', u'INDIRECT_-1206931962'), ('tmp_2343', u'CALL_-1206932219'), ('const-2', u'CALL_-1206932372'), (u'INT_AND_-1206931916', u'CALL_-1206932345'), ('const-4294967295', u'INT_SLESS_-1206932418'), (u'INDIRECT_-1206931900', u'MULTIEQUAL_-1206931871'), ('tmp_334', u'CBRANCH_-1206932588'), ('const-4294967295', u'COPY_-1206931764'), ('tmp_2574', u'CALL_-1206932219'), ('tmp_2343', u'INT_AND_-1206931916'), (u'SUBPIECE_-1206932102', u'CALL_-1206932219'), ('const-4294967295', u'COPY_-1206932323'), (u'COPY_-1206931578', u'MULTIEQUAL_-1206931815'), (u'MULTIEQUAL_-1206931772', u'COPY_-1206931805'), ('tmp_222', u'CBRANCH_-1206932677'), (u'CALL_-1206932433', u'INDIRECT_-1206931713'), (u'INDIRECT_-1206931900', u'MULTIEQUAL_-1206931930'), ('const-1030', u'CALL_-1206932658'), (u'INDIRECT_-1206931843', u'MULTIEQUAL_-1206931828'), (u'CALL_-1206932345', u'COPY_-1206931465'), (u'COPY_-1206931465', u'MULTIEQUAL_-1206931753'), ('tmp_719', u'CBRANCH_-1206932354'), ('tmp_2345', u'INT_ADD_-1206932799'), (u'CALL_-1206932219', u'INDIRECT_-1206931790'), ('const-433', u'LOAD_-1206932613'), ('tmp_450', u'CBRANCH_-1206932389'), ('const-40', u'INT_ADD_-1206932599'), ('tmp_846', u'CBRANCH_-1206932354'), (u'INT_NOTEQUAL_-1206932339', u'CBRANCH_-1206932333'), (u'INDIRECT_-1206931750', u'MULTIEQUAL_-1206931930'), ('const-433', u'STORE_-1206932316'), (u'COPY_-1206931764', u'MULTIEQUAL_-1206931815'), (u'CALL_-1206932373', u'COPY_-1206931618'), (u'INDIRECT_-1206931774', u'MULTIEQUAL_-1206931937'), (u'CALL_-1206932658', u'COPY_-1206931688'), (u'CALL_-1206932372', u'INT_NOTEQUAL_-1206932356'), ('const-433', u'LOAD_-1206932336'), (u'COPY_-1206932636', u'MULTIEQUAL_-1206931772'), ('tmp_3206', u'INT_SLESS_-1206932677'), (u'COPY_-1206931688', u'MULTIEQUAL_-1206931815'), (u'INDIRECT_-1206931867', u'MULTIEQUAL_-1206931828'), ('const-0', u'INT_SLESS_-1206932326'), (u'CALL_-1206932373', u'INDIRECT_-1206931900'), ('const-0', u'INT_SLESS_-1206932639'), (u'CALL_-1206932345', u'INT_SLESS_-1206932326'), ('const-0', u'CALL_-1206932345'), ('const-0', u'CALL_-1206932373'), (u'CAST_-1206931716', u'LOAD_-1206932815'), (u'CALL_-1206932219', u'MULTIEQUAL_-1206931815'), ('const-4294967295', u'INT_AND_-1206932130'), (u'INT_AND_-1206931817', u'CALL_-1206932345'), (u'INT_SLESS_-1206932677', u'CBRANCH_-1206932677'), (u'INT_AND_-1206932130', u'CALL_-1206932373'), (u'CAST_-1206931537', u'INT_SLESS_-1206932418'), (u'STORE_-1206932316', u'INDIRECT_-1206931650'), (u'CALL_-1206932360', u'INDIRECT_-1206931561'), (u'CALL_-1206932345', u'INDIRECT_-1206931750'), (u'INDIRECT_-1206931636', u'MULTIEQUAL_-1206931772'), (u'INDIRECT_-1206931813', u'MULTIEQUAL_-1206931930'), (u'INT_SLESS_-1206932639', u'CBRANCH_-1206932639'), (u'CALL_-1206932373', u'INDIRECT_-1206931746'), (u'INDIRECT_-1206931750', u'MULTIEQUAL_-1206931871'), (u'CALL_-1206932347', u'LOAD_-1206932336'), ('tmp_2341', u'INT_AND_-1206931817'), (u'CALL_-1206932319', u'INDIRECT_-1206931813'), (u'INDIRECT_-1206931596', u'MULTIEQUAL_-1206931772'), (u'COPY_-1206931483', u'MULTIEQUAL_-1206931815'), (u'COPY_-1206931618', u'MULTIEQUAL_-1206931753'), (u'INDIRECT_-1206931746', u'MULTIEQUAL_-1206931715'), (u'CALL_-1206932345', u'INDIRECT_-1206931596'), (u'INT_NOTEQUAL_-1206932356', u'CBRANCH_-1206932354'), (u'CALL_-1206932658', u'INT_SLESS_-1206932639'), (u'INDIRECT_-1206931843', u'MULTIEQUAL_-1206931930'), (u'INT_ADD_-1206932599', u'CAST_-1206931603'), (u'CAST_-1206931603', u'LOAD_-1206932613'), (u'INT_OR_-1206932390', u'INT_ZEXT_-1206932018'), ('tmp_617', u'CBRANCH_-1206932418'), (u'CALL_-1206932373', u'INT_SLESS_-1206932354'), (u'MULTIEQUAL_-1206931753', u'CALL_-1206932372'), ('const-4294967295', u'INT_AND_-1206931916'), ('const-433', u'LOAD_-1206932815'), (u'INDIRECT_-1206931689', u'MULTIEQUAL_-1206931671'), ('tmp_2341', u'SUBPIECE_-1206932102'), (u'LOAD_-1206932407', u'INT_EQUAL_-1206932392'), (u'MULTIEQUAL_-1206931753', u'CALL_-1206932319'), ('tmp_286', u'CBRANCH_-1206932639'), (u'INT_EQUAL_-1206932392', u'CBRANCH_-1206932389'), (u'COPY_-1206931672', u'RETURN_-1206932545'), (u'INT_SLESS_-1206932418', u'CBRANCH_-1206932418'), ('const-4294967295', u'INT_AND_-1206931817'), ('const-4294967295', u'INT_NOTEQUAL_-1206932356'), ('tmp_2574', u'INT_NOTEQUAL_-1206932730'), (u'CALL_-1206932319', u'INDIRECT_-1206931659'), ('tmp_878', u'CBRANCH_-1206932333'), ('const-433', u'LOAD_-1206932407'), (u'INDIRECT_-1206931962', u'MULTIEQUAL_-1206931937'), ('const-4294967295', u'INT_NOTEQUAL_-1206932339'), (u'INDIRECT_-1206931746', u'MULTIEQUAL_-1206931772'), (u'LOAD_-1206932336', u'STORE_-1206932316'), (u'SUBPIECE_-1206932102', u'CALL_-1206932658'), (u'CALL_-1206932433', u'CAST_-1206931537'), ('tmp_2341', u'CALL_-1206932373'), (u'LOAD_-1206932815', u'INT_EQUAL_-1206932601'), ('tmp_552', u'BRANCH_-1206932309'), (u'CALL_-1206932347', u'INDIRECT_-1206931678'), ('const-22', u'INT_EQUAL_-1206932392'), ('const-1030', u'INT_NOTEQUAL_-1206932730'), (u'INDIRECT_-1206931650', u'MULTIEQUAL_-1206931772'), (u'CALL_-1206932433', u'INT_OR_-1206932390'), (u'INT_ADD_-1206932799', u'CAST_-1206931716'), ('tmp_757', u'BRANCH_-1206932310'), (u'MULTIEQUAL_-1206931930', u'INT_ADD_-1206932599'), (u'CALL_-1206932345', u'COPY_-1206931483'), (u'CALL_-1206932373', u'MULTIEQUAL_-1206931815'), ('const-1', u'INT_OR_-1206932390'), ('const-1', u'RETURN_-1206932355'), (u'MULTIEQUAL_-1206931753', u'COPY_-1206931578'), (u'CALL_-1206932408', u'INDIRECT_-1206931620'), (u'INDIRECT_-1206931746', u'INT_NOTEQUAL_-1206932339'), ('tmp_2343', u'INT_AND_-1206932130'), ('const-0', u'INT_SLESS_-1206932354'), (u'INT_SLESS_-1206932354', u'CBRANCH_-1206932354'), (u'INDIRECT_-1206931561', u'COPY_-1206931619'), (u'CALL_-1206932219', u'INDIRECT_-1206931636'), ('const-1', u'COPY_-1206932636'), (u'CALL_-1206932372', u'INDIRECT_-1206931689'), (u'INT_EQUAL_-1206932601', u'CBRANCH_-1206932588'), ('const-40', u'INT_ADD_-1206932799'), ('const-0', u'INT_SLESS_-1206932677'), (u'MULTIEQUAL_-1206931815', u'COPY_-1206931672'), ('tmp_548', u'CBRANCH_-1206932326'), (u'INT_NOTEQUAL_-1206932730', u'CBRANCH_-1206932725'), ('tmp_934', u'BRANCH_-1206932212'), ('const-0', u'RETURN_-1206932545'), ('const-1', u'CALL_-1206932433'), (u'INT_ZEXT_-1206932018', u'CALL_-1206932372'), (u'CALL_-1206932372', u'INDIRECT_-1206931843'), (u'CALL_-1206932347', u'INDIRECT_-1206931832'), ('tmp_173', u'CBRANCH_-1206932725'), (u'MULTIEQUAL_-1206931937', u'MULTIEQUAL_-1206931930'), (u'INDIRECT_-1206931713', u'MULTIEQUAL_-1206931671'), (u'CALL_-1206932658', u'INDIRECT_-1206931808'), (u'CALL_-1206932408', u'INDIRECT_-1206931774'), (u'CALL_-1206932408', u'LOAD_-1206932407'), (u'INT_SLESS_-1206932326', u'CBRANCH_-1206932326'), (u'INDIRECT_-1206931790', u'MULTIEQUAL_-1206931930'), (u'CALL_-1206932347', u'STORE_-1206932316')]
| null | null |
0010aa80
|
x64
|
O2
|
(translation_unit "/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nint FUN_0010aa80(ulong param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" comment (function_definition "int FUN_0010aa80(ulong param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_0010aa80(ulong param_1,int param_2,ulong param_3)" identifier (parameter_list "(ulong param_1,int param_2,ulong param_3)" ( (parameter_declaration "ulong param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int __fd;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" if (parenthesized_expression "(param_2 != 0x406)" ( (binary_expression "param_2 != 0x406" identifier != number_literal) )) (compound_statement "{\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" { (expression_statement "iVar2 = fcntl((int)param_1,param_2,param_3);" (assignment_expression "iVar2 = fcntl((int)param_1,param_2,param_3)" identifier = (call_expression "fcntl((int)param_1,param_2,param_3)" identifier (argument_list "((int)param_1,param_2,param_3)" ( (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) , identifier , identifier )))) ;) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;) })) (if_statement "if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" if (parenthesized_expression "(DAT_0010f3d8 < 0)" ( (binary_expression "DAT_0010f3d8 < 0" identifier < number_literal) )) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }" { (expression_statement "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" identifier = (call_expression "FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" identifier (argument_list "(param_1,0,param_3 & 0xffffffff)" ( identifier , number_literal , (binary_expression "param_3 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;" if (parenthesized_expression "((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1))" ( (binary_expression "(iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)" (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(__fd = iVar2, DAT_0010f3d8 != -1)" ( (comma_expression "__fd = iVar2, DAT_0010f3d8 != -1" (assignment_expression "__fd = iVar2" identifier = identifier) , (binary_expression "DAT_0010f3d8 != -1" identifier != number_literal)) ))) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (labeled_statement "LAB_0010ab38:\n uVar3 = fcntl(__fd,1);" statement_identifier : (expression_statement "uVar3 = fcntl(__fd,1);" (assignment_expression "uVar3 = fcntl(__fd,1)" identifier = (call_expression "fcntl(__fd,1)" identifier (argument_list "(__fd,1)" ( identifier , number_literal )))) ;)) (if_statement "if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" if (parenthesized_expression "(-1 < (int)uVar3)" ( (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" { (expression_statement "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));" (assignment_expression "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier = (call_expression "fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier (argument_list "(__fd,2,(ulong)(uVar3 | 1))" ( identifier , number_literal , (call_expression "(ulong)(uVar3 | 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar3 | 1)" ( (binary_expression "uVar3 | 1" identifier | number_literal) ))) )))) ;) (expression_statement "iVar2 = __fd;" (assignment_expression "iVar2 = __fd" identifier = identifier) ;) (if_statement "if (iVar4 != -1) goto LAB_0010aafe;" if (parenthesized_expression "(iVar4 != -1)" ( (binary_expression "iVar4 != -1" identifier != number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) })) (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar2 = -1;" (assignment_expression "iVar2 = -1" identifier = number_literal) ;) (expression_statement "iVar4 = *piVar5;" (assignment_expression "iVar4 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "close(__fd);" (call_expression "close(__fd)" identifier (argument_list "(__fd)" ( identifier ))) ;) (expression_statement "*piVar5 = iVar4;" (assignment_expression "*piVar5 = iVar4" (pointer_expression "*piVar5" * identifier) = identifier) ;) }) (else_clause "else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" else (compound_statement "{\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" { (expression_statement "iVar2 = fcntl((int)param_1,0x406);" (assignment_expression "iVar2 = fcntl((int)param_1,0x406)" identifier = (call_expression "fcntl((int)param_1,0x406)" identifier (argument_list "((int)param_1,0x406)" ( (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal )))) ;) (if_statement "if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" if (parenthesized_expression "(*piVar5 == 0x16)" ( (binary_expression "*piVar5 == 0x16" (pointer_expression "*piVar5" * identifier) == number_literal) )) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" { (expression_statement "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" identifier = (call_expression "FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" identifier (argument_list "(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" ( (binary_expression "param_1 & 0xffffffff" identifier & number_literal) , number_literal , (binary_expression "param_3 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if (iVar2 < 0) goto LAB_0010aafe;" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (expression_statement "DAT_0010f3d8 = -1;" (assignment_expression "DAT_0010f3d8 = -1" identifier = number_literal) ;) (expression_statement "__fd = iVar2;" (assignment_expression "__fd = iVar2" identifier = identifier) ;) (goto_statement "goto LAB_0010ab38;" goto statement_identifier ;) })) })) (expression_statement "DAT_0010f3d8 = 1;" (assignment_expression "DAT_0010f3d8 = 1" identifier = number_literal) ;) }))) (labeled_statement "LAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" statement_identifier : (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" if (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nint rpl_fcntl(int fd,int action,...)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n ulong in_RDX;\n int __fd;\n int target;\n long in_FS_OFFSET;\n va_list arg;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (action != 0x406) {\n iVar2 = fcntl(fd,action,in_RDX);\n goto LAB_0010aafe;\n }\n if (rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" comment (function_definition "int rpl_fcntl(int fd,int action,...)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n ulong in_RDX;\n int __fd;\n int target;\n long in_FS_OFFSET;\n va_list arg;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (action != 0x406) {\n iVar2 = fcntl(fd,action,in_RDX);\n goto LAB_0010aafe;\n }\n if (rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" primitive_type (function_declarator "rpl_fcntl(int fd,int action,...)" identifier (parameter_list "(int fd,int action,...)" ( (parameter_declaration "int fd" primitive_type identifier) , (parameter_declaration "int action" primitive_type identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n ulong in_RDX;\n int __fd;\n int target;\n long in_FS_OFFSET;\n va_list arg;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (action != 0x406) {\n iVar2 = fcntl(fd,action,in_RDX);\n goto LAB_0010aafe;\n }\n if (rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "ulong in_RDX;" type_identifier identifier ;) (declaration "int __fd;" primitive_type identifier ;) (declaration "int target;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "va_list arg;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (action != 0x406) {\n iVar2 = fcntl(fd,action,in_RDX);\n goto LAB_0010aafe;\n }" if (parenthesized_expression "(action != 0x406)" ( (binary_expression "action != 0x406" identifier != number_literal) )) (compound_statement "{\n iVar2 = fcntl(fd,action,in_RDX);\n goto LAB_0010aafe;\n }" { (expression_statement "iVar2 = fcntl(fd,action,in_RDX);" (assignment_expression "iVar2 = fcntl(fd,action,in_RDX)" identifier = (call_expression "fcntl(fd,action,in_RDX)" identifier (argument_list "(fd,action,in_RDX)" ( identifier , identifier , identifier )))) ;) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;) })) (if_statement "if (rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }" if (parenthesized_expression "(rpl_fcntl::lexical_block_5::have_dupfd_cloexec < 0)" ( (ERROR "rpl_fcntl::lexical_block_5::" identifier : : identifier : :) (binary_expression "have_dupfd_cloexec < 0" identifier < number_literal) )) (compound_statement "{\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }" { (expression_statement "iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);" (assignment_expression "iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff)" identifier = (call_expression "rpl_fcntl(fd,0,in_RDX & 0xffffffff)" identifier (argument_list "(fd,0,in_RDX & 0xffffffff)" ( identifier , number_literal , (binary_expression "in_RDX & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if ((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))\n goto LAB_0010aafe;" if (parenthesized_expression "((iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1))" ( (binary_expression "(iVar2 < 0) || (__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1)" (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(__fd = iVar2, rpl_fcntl::lexical_block_5::have_dupfd_cloexec != -1)" ( (ERROR "__fd = iVar2, rpl_fcntl::lexical_block_5::" (comma_expression "__fd = iVar2, rpl_fcntl" (assignment_expression "__fd = iVar2" identifier = identifier) , identifier) : : identifier : :) (binary_expression "have_dupfd_cloexec != -1" identifier != number_literal) ))) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (labeled_statement "LAB_0010ab38:\n uVar3 = fcntl(__fd,1);" statement_identifier : (expression_statement "uVar3 = fcntl(__fd,1);" (assignment_expression "uVar3 = fcntl(__fd,1)" identifier = (call_expression "fcntl(__fd,1)" identifier (argument_list "(__fd,1)" ( identifier , number_literal )))) ;)) (if_statement "if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" if (parenthesized_expression "(-1 < (int)uVar3)" ( (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" { (expression_statement "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));" (assignment_expression "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier = (call_expression "fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier (argument_list "(__fd,2,(ulong)(uVar3 | 1))" ( identifier , number_literal , (call_expression "(ulong)(uVar3 | 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar3 | 1)" ( (binary_expression "uVar3 | 1" identifier | number_literal) ))) )))) ;) (expression_statement "iVar2 = __fd;" (assignment_expression "iVar2 = __fd" identifier = identifier) ;) (if_statement "if (iVar4 != -1) goto LAB_0010aafe;" if (parenthesized_expression "(iVar4 != -1)" ( (binary_expression "iVar4 != -1" identifier != number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) })) (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar2 = -1;" (assignment_expression "iVar2 = -1" identifier = number_literal) ;) (expression_statement "iVar4 = *piVar5;" (assignment_expression "iVar4 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "close(__fd);" (call_expression "close(__fd)" identifier (argument_list "(__fd)" ( identifier ))) ;) (expression_statement "*piVar5 = iVar4;" (assignment_expression "*piVar5 = iVar4" (pointer_expression "*piVar5" * identifier) = identifier) ;) }) (else_clause "else {\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }" else (compound_statement "{\n iVar2 = fcntl(fd,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;\n }" { (expression_statement "iVar2 = fcntl(fd,0x406);" (assignment_expression "iVar2 = fcntl(fd,0x406)" identifier = (call_expression "fcntl(fd,0x406)" identifier (argument_list "(fd,0x406)" ( identifier , number_literal )))) ;) (if_statement "if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*piVar5 == 0x16) {\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" if (parenthesized_expression "(*piVar5 == 0x16)" ( (binary_expression "*piVar5 == 0x16" (pointer_expression "*piVar5" * identifier) == number_literal) )) (compound_statement "{\n iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" { (expression_statement "iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff);" (assignment_expression "iVar2 = rpl_fcntl(fd,0,in_RDX & 0xffffffff)" identifier = (call_expression "rpl_fcntl(fd,0,in_RDX & 0xffffffff)" identifier (argument_list "(fd,0,in_RDX & 0xffffffff)" ( identifier , number_literal , (binary_expression "in_RDX & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if (iVar2 < 0) goto LAB_0010aafe;" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (labeled_statement "rpl_fcntl::lexical_block_5::have_dupfd_cloexec = -1;" statement_identifier : (ERROR ":" :) (labeled_statement "lexical_block_5::have_dupfd_cloexec = -1;" statement_identifier : (ERROR ":" :) (expression_statement "have_dupfd_cloexec = -1;" (assignment_expression "have_dupfd_cloexec = -1" identifier = number_literal) ;))) (expression_statement "__fd = iVar2;" (assignment_expression "__fd = iVar2" identifier = identifier) ;) (goto_statement "goto LAB_0010ab38;" goto statement_identifier ;) })) })) (labeled_statement "rpl_fcntl::lexical_block_5::have_dupfd_cloexec = 1;" statement_identifier : (ERROR ":" :) (labeled_statement "lexical_block_5::have_dupfd_cloexec = 1;" statement_identifier : (ERROR ":" :) (expression_statement "have_dupfd_cloexec = 1;" (assignment_expression "have_dupfd_cloexec = 1" identifier = number_literal) ;))) }))) (labeled_statement "LAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" statement_identifier : (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" if (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int FUN_0010aa80(ulong param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "int FUN_0010aa80(ulong param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n \n __stack_chk_fail();\n}" primitive_type (function_declarator "FUN_0010aa80(ulong param_1,int param_2,ulong param_3)" identifier (parameter_list "(ulong param_1,int param_2,ulong param_3)" ( (parameter_declaration "ulong param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n \n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int __fd;" primitive_type identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" if (parenthesized_expression "(param_2 != 0x406)" ( (binary_expression "param_2 != 0x406" identifier != number_literal) )) (compound_statement "{\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" { (expression_statement "iVar2 = fcntl((int)param_1,param_2,param_3);" (assignment_expression "iVar2 = fcntl((int)param_1,param_2,param_3)" identifier = (call_expression "fcntl((int)param_1,param_2,param_3)" identifier (argument_list "((int)param_1,param_2,param_3)" ( (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) , identifier , identifier )))) ;) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;) })) (if_statement "if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" if (parenthesized_expression "(DAT_0010f3d8 < 0)" ( (binary_expression "DAT_0010f3d8 < 0" identifier < number_literal) )) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }" { (expression_statement "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" identifier = (call_expression "FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" identifier (argument_list "(param_1,0,param_3 & 0xffffffff)" ( identifier , number_literal , (binary_expression "param_3 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;" if (parenthesized_expression "((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1))" ( (binary_expression "(iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)" (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(__fd = iVar2, DAT_0010f3d8 != -1)" ( (comma_expression "__fd = iVar2, DAT_0010f3d8 != -1" (assignment_expression "__fd = iVar2" identifier = identifier) , (binary_expression "DAT_0010f3d8 != -1" identifier != number_literal)) ))) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (labeled_statement "LAB_0010ab38:\n uVar3 = fcntl(__fd,1);" statement_identifier : (expression_statement "uVar3 = fcntl(__fd,1);" (assignment_expression "uVar3 = fcntl(__fd,1)" identifier = (call_expression "fcntl(__fd,1)" identifier (argument_list "(__fd,1)" ( identifier , number_literal )))) ;)) (if_statement "if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" if (parenthesized_expression "(-1 < (int)uVar3)" ( (binary_expression "-1 < (int)uVar3" number_literal < (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" { (expression_statement "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));" (assignment_expression "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier = (call_expression "fcntl(__fd,2,(ulong)(uVar3 | 1))" identifier (argument_list "(__fd,2,(ulong)(uVar3 | 1))" ( identifier , number_literal , (call_expression "(ulong)(uVar3 | 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar3 | 1)" ( (binary_expression "uVar3 | 1" identifier | number_literal) ))) )))) ;) (expression_statement "iVar2 = __fd;" (assignment_expression "iVar2 = __fd" identifier = identifier) ;) (if_statement "if (iVar4 != -1) goto LAB_0010aafe;" if (parenthesized_expression "(iVar4 != -1)" ( (binary_expression "iVar4 != -1" identifier != number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) })) (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar2 = -1;" (assignment_expression "iVar2 = -1" identifier = number_literal) ;) (expression_statement "iVar4 = *piVar5;" (assignment_expression "iVar4 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) (expression_statement "close(__fd);" (call_expression "close(__fd)" identifier (argument_list "(__fd)" ( identifier ))) ;) (expression_statement "*piVar5 = iVar4;" (assignment_expression "*piVar5 = iVar4" (pointer_expression "*piVar5" * identifier) = identifier) ;) }) (else_clause "else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" else (compound_statement "{\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" { (expression_statement "iVar2 = fcntl((int)param_1,0x406);" (assignment_expression "iVar2 = fcntl((int)param_1,0x406)" identifier = (call_expression "fcntl((int)param_1,0x406)" identifier (argument_list "((int)param_1,0x406)" ( (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) , number_literal )))) ;) (if_statement "if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" { (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" if (parenthesized_expression "(*piVar5 == 0x16)" ( (binary_expression "*piVar5 == 0x16" (pointer_expression "*piVar5" * identifier) == number_literal) )) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" { (expression_statement "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" identifier = (call_expression "FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" identifier (argument_list "(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" ( (binary_expression "param_1 & 0xffffffff" identifier & number_literal) , number_literal , (binary_expression "param_3 & 0xffffffff" identifier & number_literal) )))) ;) (if_statement "if (iVar2 < 0) goto LAB_0010aafe;" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0010aafe;" goto statement_identifier ;)) (expression_statement "DAT_0010f3d8 = -1;" (assignment_expression "DAT_0010f3d8 = -1" identifier = number_literal) ;) (expression_statement "__fd = iVar2;" (assignment_expression "__fd = iVar2" identifier = identifier) ;) (goto_statement "goto LAB_0010ab38;" goto statement_identifier ;) })) })) (expression_statement "DAT_0010f3d8 = 1;" (assignment_expression "DAT_0010f3d8 = 1" identifier = number_literal) ;) }))) (labeled_statement "LAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" statement_identifier : (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" if (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) }))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , IDENT , IDENT )))) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != LIT)) ))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT | LIT) ))) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT & LIT) , LIT , (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int FUN_0010aa80(ulong param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n \n __stack_chk_fail();\n}" (primitive_type "int") (function_declarator "FUN_0010aa80(ulong param_1,int param_2,ulong param_3)" (identifier "FUN_0010aa80") (parameter_list "(ulong param_1,int param_2,ulong param_3)" (( "(") (parameter_declaration "ulong param_1" (type_identifier "ulong") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int *piVar5;\n int __fd;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }\n if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }\nLAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "int __fd;" (primitive_type "int") (identifier "__fd") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (param_2 != 0x406) {\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" (if "if") (parenthesized_expression "(param_2 != 0x406)" (( "(") (binary_expression "param_2 != 0x406" (identifier "param_2") (!= "!=") (number_literal "0x406")) () ")")) (compound_statement "{\n iVar2 = fcntl((int)param_1,param_2,param_3);\n goto LAB_0010aafe;\n }" ({ "{") (expression_statement "iVar2 = fcntl((int)param_1,param_2,param_3);" (assignment_expression "iVar2 = fcntl((int)param_1,param_2,param_3)" (identifier "iVar2") (= "=") (call_expression "fcntl((int)param_1,param_2,param_3)" (identifier "fcntl") (argument_list "((int)param_1,param_2,param_3)" (( "(") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")")))) (; ";")) (goto_statement "goto LAB_0010aafe;" (goto "goto") (statement_identifier "LAB_0010aafe") (; ";")) (} "}"))) (if_statement "if (DAT_0010f3d8 < 0) {\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }\n else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" (if "if") (parenthesized_expression "(DAT_0010f3d8 < 0)" (( "(") (binary_expression "DAT_0010f3d8 < 0" (identifier "DAT_0010f3d8") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);\n if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;\nLAB_0010ab38:\n uVar3 = fcntl(__fd,1);\n if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }\n piVar5 = __errno_location();\n iVar2 = -1;\n iVar4 = *piVar5;\n close(__fd);\n *piVar5 = iVar4;\n }" ({ "{") (expression_statement "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" (identifier "iVar2") (= "=") (call_expression "FUN_0010aa80(param_1,0,param_3 & 0xffffffff)" (identifier "FUN_0010aa80") (argument_list "(param_1,0,param_3 & 0xffffffff)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (binary_expression "param_3 & 0xffffffff" (identifier "param_3") (& "&") (number_literal "0xffffffff")) () ")")))) (; ";")) (if_statement "if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;" (if "if") (parenthesized_expression "((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1))" (( "(") (binary_expression "(iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)" (parenthesized_expression "(iVar2 < 0)" (( "(") (binary_expression "iVar2 < 0" (identifier "iVar2") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(__fd = iVar2, DAT_0010f3d8 != -1)" (( "(") (comma_expression "__fd = iVar2, DAT_0010f3d8 != -1" (assignment_expression "__fd = iVar2" (identifier "__fd") (= "=") (identifier "iVar2")) (, ",") (binary_expression "DAT_0010f3d8 != -1" (identifier "DAT_0010f3d8") (!= "!=") (number_literal "-1"))) () ")"))) () ")")) (goto_statement "goto LAB_0010aafe;" (goto "goto") (statement_identifier "LAB_0010aafe") (; ";"))) (labeled_statement "LAB_0010ab38:\n uVar3 = fcntl(__fd,1);" (statement_identifier "LAB_0010ab38") (: ":") (expression_statement "uVar3 = fcntl(__fd,1);" (assignment_expression "uVar3 = fcntl(__fd,1)" (identifier "uVar3") (= "=") (call_expression "fcntl(__fd,1)" (identifier "fcntl") (argument_list "(__fd,1)" (( "(") (identifier "__fd") (, ",") (number_literal "1") () ")")))) (; ";"))) (if_statement "if (-1 < (int)uVar3) {\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" (if "if") (parenthesized_expression "(-1 < (int)uVar3)" (( "(") (binary_expression "-1 < (int)uVar3" (number_literal "-1") (< "<") (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3"))) () ")")) (compound_statement "{\n iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));\n iVar2 = __fd;\n if (iVar4 != -1) goto LAB_0010aafe;\n }" ({ "{") (expression_statement "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));" (assignment_expression "iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1))" (identifier "iVar4") (= "=") (call_expression "fcntl(__fd,2,(ulong)(uVar3 | 1))" (identifier "fcntl") (argument_list "(__fd,2,(ulong)(uVar3 | 1))" (( "(") (identifier "__fd") (, ",") (number_literal "2") (, ",") (call_expression "(ulong)(uVar3 | 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar3 | 1)" (( "(") (binary_expression "uVar3 | 1" (identifier "uVar3") (| "|") (number_literal "1")) () ")"))) () ")")))) (; ";")) (expression_statement "iVar2 = __fd;" (assignment_expression "iVar2 = __fd" (identifier "iVar2") (= "=") (identifier "__fd")) (; ";")) (if_statement "if (iVar4 != -1) goto LAB_0010aafe;" (if "if") (parenthesized_expression "(iVar4 != -1)" (( "(") (binary_expression "iVar4 != -1" (identifier "iVar4") (!= "!=") (number_literal "-1")) () ")")) (goto_statement "goto LAB_0010aafe;" (goto "goto") (statement_identifier "LAB_0010aafe") (; ";"))) (} "}"))) (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" (identifier "piVar5") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar2 = -1;" (assignment_expression "iVar2 = -1" (identifier "iVar2") (= "=") (number_literal "-1")) (; ";")) (expression_statement "iVar4 = *piVar5;" (assignment_expression "iVar4 = *piVar5" (identifier "iVar4") (= "=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) (; ";")) (expression_statement "close(__fd);" (call_expression "close(__fd)" (identifier "close") (argument_list "(__fd)" (( "(") (identifier "__fd") () ")"))) (; ";")) (expression_statement "*piVar5 = iVar4;" (assignment_expression "*piVar5 = iVar4" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (= "=") (identifier "iVar4")) (; ";")) (} "}")) (else_clause "else {\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" (else "else") (compound_statement "{\n iVar2 = fcntl((int)param_1,0x406);\n if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }\n DAT_0010f3d8 = 1;\n }" ({ "{") (expression_statement "iVar2 = fcntl((int)param_1,0x406);" (assignment_expression "iVar2 = fcntl((int)param_1,0x406)" (identifier "iVar2") (= "=") (call_expression "fcntl((int)param_1,0x406)" (identifier "fcntl") (argument_list "((int)param_1,0x406)" (( "(") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (, ",") (number_literal "0x406") () ")")))) (; ";")) (if_statement "if (iVar2 < 0) {\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" (if "if") (parenthesized_expression "(iVar2 < 0)" (( "(") (binary_expression "iVar2 < 0" (identifier "iVar2") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n piVar5 = __errno_location();\n if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }\n }" ({ "{") (expression_statement "piVar5 = __errno_location();" (assignment_expression "piVar5 = __errno_location()" (identifier "piVar5") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (*piVar5 == 0x16) {\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" (if "if") (parenthesized_expression "(*piVar5 == 0x16)" (( "(") (binary_expression "*piVar5 == 0x16" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (== "==") (number_literal "0x16")) () ")")) (compound_statement "{\n iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);\n if (iVar2 < 0) goto LAB_0010aafe;\n DAT_0010f3d8 = -1;\n __fd = iVar2;\n goto LAB_0010ab38;\n }" ({ "{") (expression_statement "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff);" (assignment_expression "iVar2 = FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" (identifier "iVar2") (= "=") (call_expression "FUN_0010aa80(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" (identifier "FUN_0010aa80") (argument_list "(param_1 & 0xffffffff,0,param_3 & 0xffffffff)" (( "(") (binary_expression "param_1 & 0xffffffff" (identifier "param_1") (& "&") (number_literal "0xffffffff")) (, ",") (number_literal "0") (, ",") (binary_expression "param_3 & 0xffffffff" (identifier "param_3") (& "&") (number_literal "0xffffffff")) () ")")))) (; ";")) (if_statement "if (iVar2 < 0) goto LAB_0010aafe;" (if "if") (parenthesized_expression "(iVar2 < 0)" (( "(") (binary_expression "iVar2 < 0" (identifier "iVar2") (< "<") (number_literal "0")) () ")")) (goto_statement "goto LAB_0010aafe;" (goto "goto") (statement_identifier "LAB_0010aafe") (; ";"))) (expression_statement "DAT_0010f3d8 = -1;" (assignment_expression "DAT_0010f3d8 = -1" (identifier "DAT_0010f3d8") (= "=") (number_literal "-1")) (; ";")) (expression_statement "__fd = iVar2;" (assignment_expression "__fd = iVar2" (identifier "__fd") (= "=") (identifier "iVar2")) (; ";")) (goto_statement "goto LAB_0010ab38;" (goto "goto") (statement_identifier "LAB_0010ab38") (; ";")) (} "}"))) (} "}"))) (expression_statement "DAT_0010f3d8 = 1;" (assignment_expression "DAT_0010f3d8 = 1" (identifier "DAT_0010f3d8") (= "=") (number_literal "1")) (; ";")) (} "}")))) (labeled_statement "LAB_0010aafe:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" (statement_identifier "LAB_0010aafe") (: ":") (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return iVar2;\n }" (if "if") (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "lVar1 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "lVar1") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return iVar2;\n }" ({ "{") (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Restarted to delay deadcode elimination for space: stack */
int function_1(int fd,int var_2,...)
{
long var_11;
int var_6;
type_1 var_7;
int var_8;
int *piVar5;
type_2 var_5;
int __fd;
int target;
long var_1;
type_3 arg;
var_11 = *(long *)(var_1 + 0x28);
if (var_2 != 0x406) {
var_6 = var_3(fd,var_2,var_5);
goto LAB_0010aafe;
}
if (function_1::lexical_block_5::var_4 < 0) {
var_6 = function_1(fd,0,var_5 & 0xffffffff);
if ((var_6 < 0) || (__fd = var_6, function_1::lexical_block_5::var_4 != -1))
goto LAB_0010aafe;
LAB_0010ab38:
var_7 = var_3(__fd,1);
if (-1 < (int)var_7) {
var_8 = var_3(__fd,2,(type_2)(var_7 | 1));
var_6 = __fd;
if (var_8 != -1) goto LAB_0010aafe;
}
piVar5 = var_9();
var_6 = -1;
var_8 = *piVar5;
var_10(__fd);
*piVar5 = var_8;
}
else {
var_6 = var_3(fd,0x406);
if (var_6 < 0) {
piVar5 = var_9();
if (*piVar5 == 0x16) {
var_6 = function_1(fd,0,var_5 & 0xffffffff);
if (var_6 < 0) goto LAB_0010aafe;
rpl_fcntl::lexical_block_5::var_4 = -1;
__fd = var_6;
goto LAB_0010ab38;
}
}
rpl_fcntl::lexical_block_5::var_4 = 1;
}
LAB_0010aafe:
if (var_11 == *(long *)(var_1 + 0x28)) {
return var_6;
}
/* WARNING: Subroutine does not return */
var_12();
}
| 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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (identifier) (identifier))))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (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 (identifier) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal) (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: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
int MASKED(ulong param_1,int param_2,ulong param_3)
{
long lVar1;
int iVar2;
uint uVar3;
int iVar4;
int *piVar5;
int __fd;
long in_FS_OFFSET;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 != 0x406) {
iVar2 = fcntl((int)param_1,param_2,param_3);
goto LAB_0010aafe;
}
if (DAT_0010f3d8 < 0) {
iVar2 = MASKED(param_1,0,param_3 & 0xffffffff);
if ((iVar2 < 0) || (__fd = iVar2, DAT_0010f3d8 != -1)) goto LAB_0010aafe;
LAB_0010ab38:
uVar3 = fcntl(__fd,1);
if (-1 < (int)uVar3) {
iVar4 = fcntl(__fd,2,(ulong)(uVar3 | 1));
iVar2 = __fd;
if (iVar4 != -1) goto LAB_0010aafe;
}
piVar5 = __errno_location();
iVar2 = -1;
iVar4 = *piVar5;
close(__fd);
*piVar5 = iVar4;
}
else {
iVar2 = fcntl((int)param_1,0x406);
if (iVar2 < 0) {
piVar5 = __errno_location();
if (*piVar5 == 0x16) {
iVar2 = MASKED(param_1 & 0xffffffff,0,param_3 & 0xffffffff);
if (iVar2 < 0) goto LAB_0010aafe;
DAT_0010f3d8 = -1;
__fd = iVar2;
goto LAB_0010ab38;
}
}
DAT_0010f3d8 = 1;
}
LAB_0010aafe:
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return iVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
1088_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
~Struct_no_relro
|
FUN_0015c8d0
|
/* DWARF original prototype: void ~Struct_no_relro(Struct_no_relro * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_relro::~Struct_no_relro(Struct_no_relro *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
return;
}
return;
}
|
void FUN_0015c8d0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0049f988;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a50((undefined8 *)param_1[1]);
return;
}
return;
}
|
LEA RAX,[0x49f988]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x0015c8f0
MOV RDI,RDX
JMP 0x00338a50
RET
| null | null | null | null |
[('tmp_68', u'PTRSUB_-1207252662'), (u'PTRSUB_-1207252651', u'INT_NOTEQUAL_-1207252741'), (u'PTRSUB_-1207252668', u'PTRSUB_-1207252667'), ('const-433', u'STORE_-1207252765'), (u'PTRSUB_-1207252654', u'PTRSUB_-1207252651'), ('tmp_68', u'PTRSUB_-1207252668'), (u'PTRSUB_-1207252662', u'PTRSUB_-1207252658'), (u'CAST_-1207252647', u'INT_NOTEQUAL_-1207252741'), (u'PTRSUB_-1207252659', u'LOAD_-1207252773'), ('const-433', u'LOAD_-1207252773'), ('const-0', u'PTRSUB_-1207252665'), ('const-8', u'PTRSUB_-1207252658'), ('const-8', u'PTRSUB_-1207252668'), ('const-0', u'PTRSUB_-1207252659'), (u'LOAD_-1207252773', u'CAST_-1207252647'), ('const-0', u'PTRSUB_-1207252663'), (u'PTRSUB_-1207252667', u'PTRSUB_-1207252663'), (u'CAST_-1207252655', u'STORE_-1207252765'), ('tmp_68', u'PTRSUB_-1207252658'), ('const-0', u'PTRSUB_-1207252658'), (u'PTRSUB_-1207252665', u'CAST_-1207252655'), ('tmp_48', u'CBRANCH_-1207252740'), (u'PTRSUB_-1207252658', u'STORE_-1207252765'), ('const-0', u'PTRSUB_-1207252662'), (u'PTRSUB_-1207252658', u'PTRSUB_-1207252654'), (u'LOAD_-1207252773', u'CALL_-1207252731'), ('const-4848008', u'PTRSUB_-1207252665'), ('const-0', u'PTRSUB_-1207252654'), ('const-0', u'RETURN_-1207252718'), ('const-16', u'PTRSUB_-1207252651'), (u'PTRSUB_-1207252663', u'PTRSUB_-1207252659'), ('const-0', u'PTRSUB_-1207252667'), (u'INT_NOTEQUAL_-1207252741', u'CBRANCH_-1207252740'), ('const-0', u'RETURN_-1207252727')]
|
[('const-433', u'LOAD_-1207252773'), ('const-4848008', u'PTRSUB_-1207252666'), ('tmp_109', u'PTRADD_-1207252670'), ('tmp_109', u'PTRADD_-1207252662'), (u'CAST_-1207252669', u'INT_NOTEQUAL_-1207252741'), ('const-1', u'PTRADD_-1207252670'), ('tmp_48', u'CBRANCH_-1207252740'), ('const-0', u'PTRSUB_-1207252666'), ('const-3', u'PTRADD_-1207252662'), ('const-8', u'PTRADD_-1207252670'), (u'LOAD_-1207252773', u'CAST_-1207252669'), ('const-433', u'STORE_-1207252765'), (u'PTRADD_-1207252670', u'LOAD_-1207252773'), ('const-0', u'RETURN_-1207252718'), (u'PTRSUB_-1207252666', u'STORE_-1207252765'), (u'PTRADD_-1207252662', u'INT_NOTEQUAL_-1207252741'), (u'CAST_-1207252669', u'CALL_-1207252731'), ('tmp_109', u'STORE_-1207252765'), ('const-8', u'PTRADD_-1207252662'), (u'INT_NOTEQUAL_-1207252741', u'CBRANCH_-1207252740'), ('const-0', u'RETURN_-1207252727')]
| null | null |
0015c8d0
|
x64
|
O2
|
(translation_unit "void FUN_0015c8d0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015c8d0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015c8d0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0049f988;" (assignment_expression "*param_1 = &PTR_FUN_0049f988" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0049f988" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00338a50((undefined8 *)param_1[1]);" (call_expression "FUN_00338a50((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_no_relro(Struct_no_relro * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_relro::~Struct_no_relro(Struct_no_relro *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_relro::~Struct_no_relro(Struct_no_relro *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_relro::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_relro(Struct_no_relro *this,int __in_chrg)" identifier (parameter_list "(Struct_no_relro *this,int __in_chrg)" ( (parameter_declaration "Struct_no_relro *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_0049f988" (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_0049f988" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_0049f988" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0015c8d0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0015c8d0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0015c8d0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0049f988;" (assignment_expression "*param_1 = &PTR_FUN_0049f988" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0049f988" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00338a50((undefined8 *)param_1[1]);" (call_expression "FUN_00338a50((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0015c8d0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015c8d0(undefined8 *param_1)" (identifier "FUN_0015c8d0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_0049f988;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0049f988;" (assignment_expression "*param_1 = &PTR_FUN_0049f988" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0049f988" (& "&") (identifier "PTR_FUN_0049f988"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_00338a50((undefined8 *)param_1[1]);" (call_expression "FUN_00338a50((undefined8 *)param_1[1])" (identifier "FUN_00338a50") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_no_relro(Struct_no_relro * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_0049f988;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0049f988;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a50((undefined8 *)param_1[1]);
return;
}
return;
}
|
2653_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
do_gc_process_relocs
|
FUN_001867f0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_true> * this,
Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */
void __thiscall
gold::Sized_relobj_incr<64,_true>::do_gc_process_relocs
(Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,
Read_relocs_data *param_3)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs");
}
|
void FUN_001867f0(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");
}
|
SUB RSP,0x8
LEA RDX,[0x373c20]
MOV ESI,0x972
LEA RDI,[0x373468]
CALL 0x0017c650
| null | null | null | null |
[('const-1', u'RETURN_-1207474143'), ('const-2418', u'CALL_-1207474148'), ('const-3617896', u'COPY_-1207474133'), ('const-3619872', u'COPY_-1207474132'), (u'COPY_-1207474133', u'CALL_-1207474148'), (u'COPY_-1207474132', u'CALL_-1207474148')]
|
[('const-2418', u'CALL_-1207474148'), ('const-1', u'RETURN_-1207474143'), ('const-3617896', u'COPY_-1207474135'), (u'COPY_-1207474134', u'CALL_-1207474148'), ('const-3619872', u'COPY_-1207474134'), (u'COPY_-1207474135', u'CALL_-1207474148')]
| null | null |
001867f0
|
x64
|
O2
|
(translation_unit "void FUN_001867f0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" (function_definition "void FUN_001867f0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" primitive_type (function_declarator "FUN_001867f0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" { comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" identifier (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_gc_process_relocs"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_true> * this,\n Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_true>::do_gc_process_relocs\n (Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" comment comment (ERROR "void __thiscall\ngold::Sized_relobj_incr<64,_true>::do_gc_process_relocs\n (Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0x972," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_gc_process_relocs\n (Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)\n\n{" identifier > : : (function_declarator "do_gc_process_relocs\n (Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" identifier (parameter_list "(Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_relocs_data *param_3)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Layout *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Read_relocs_data *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) {) comment identifier ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal ,) (expression_statement ""do_gc_process_relocs");" (string_literal ""do_gc_process_relocs"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
|
(translation_unit "void FUN_001867f0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}\n\n" (function_definition "void FUN_001867f0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" primitive_type (function_declarator "FUN_001867f0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" { (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" identifier (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_gc_process_relocs"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_001867f0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" (primitive_type "void") (function_declarator "FUN_001867f0(void)" (identifier "FUN_001867f0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0x972,"do_gc_process_relocs")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0x972") (, ",") (string_literal ""do_gc_process_relocs"" (" """) (string_content "do_gc_process_relocs") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_incr<64,_true> * this,
Symbol_table * param_1, Layout * param_2, Read_relocs_data * param_3) */
void __thiscall
gold::Sized_relobj_incr<64,_true>::do_gc_process_relocs
(Sized_relobj_incr<64,_true> *this,Symbol_table *param_1,Layout *param_2,
Read_relocs_data *param_3)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0x972,"do_gc_process_relocs");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0x972,"do_gc_process_relocs");
}
|
8544_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
_M_date_time_formats
|
FUN_00300d80
|
/* std::__timepunct<char>::_M_date_time_formats(char const**) const */
void __thiscall std::__timepunct<char>::_M_date_time_formats(__timepunct<char> *this,char **param_1)
{
long lVar1;
lVar1 = *(long *)(this + 0x10);
*param_1 = *(char **)(lVar1 + 0x30);
param_1[1] = *(char **)(lVar1 + 0x38);
return;
}
|
void FUN_00300d80(long param_1,undefined8 *param_2)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x10);
*param_2 = *(undefined8 *)(lVar1 + 0x30);
param_2[1] = *(undefined8 *)(lVar1 + 0x38);
return;
}
|
MOV RAX,qword ptr [RDI + 0x10]
MOV RDX,qword ptr [RAX + 0x30]
MOV qword ptr [RSI],RDX
MOV RAX,qword ptr [RAX + 0x38]
MOV qword ptr [RSI + 0x8],RAX
RET
| null | null | null | null |
[('const-433', u'STORE_-1204875873'), ('const-8', u'PTRADD_-1204875806'), (u'CAST_-1204875821', u'LOAD_-1204875901'), (u'LOAD_-1204875882', u'STORE_-1204875873'), (u'LOAD_-1204875901', u'INT_ADD_-1204875878'), ('tmp_48', u'STORE_-1204875886'), ('const-433', u'LOAD_-1204875894'), ('const-16', u'PTRADD_-1204875839'), ('const-48', u'INT_ADD_-1204875878'), (u'INT_ADD_-1204875866', u'CAST_-1204875808'), (u'PTRADD_-1204875839', u'CAST_-1204875821'), (u'PTRADD_-1204875806', u'STORE_-1204875873'), ('const-433', u'STORE_-1204875886'), ('tmp_48', u'PTRADD_-1204875806'), ('tmp_47', u'PTRADD_-1204875839'), ('const-0', u'RETURN_-1204875859'), (u'INT_ADD_-1204875878', u'CAST_-1204875816'), ('const-56', u'INT_ADD_-1204875866'), (u'LOAD_-1204875901', u'INT_ADD_-1204875866'), ('const-1', u'PTRADD_-1204875839'), (u'CAST_-1204875808', u'LOAD_-1204875882'), ('const-433', u'LOAD_-1204875882'), ('const-1', u'PTRADD_-1204875806'), (u'LOAD_-1204875894', u'STORE_-1204875886'), (u'CAST_-1204875816', u'LOAD_-1204875894'), ('const-433', u'LOAD_-1204875901')]
|
[('const-8', u'PTRADD_-1204875806'), ('const-433', u'LOAD_-1204875882'), (u'CAST_-1204875821', u'LOAD_-1204875901'), (u'LOAD_-1204875882', u'STORE_-1204875873'), (u'LOAD_-1204875901', u'INT_ADD_-1204875878'), ('const-48', u'INT_ADD_-1204875878'), (u'INT_ADD_-1204875866', u'CAST_-1204875808'), ('const-1', u'PTRADD_-1204875806'), (u'PTRADD_-1204875806', u'STORE_-1204875873'), ('tmp_49', u'INT_ADD_-1204875885'), ('const-16', u'INT_ADD_-1204875885'), ('const-433', u'STORE_-1204875873'), ('const-0', u'RETURN_-1204875859'), ('const-433', u'LOAD_-1204875901'), (u'INT_ADD_-1204875878', u'CAST_-1204875816'), ('const-56', u'INT_ADD_-1204875866'), ('const-433', u'STORE_-1204875886'), (u'LOAD_-1204875901', u'INT_ADD_-1204875866'), ('tmp_50', u'STORE_-1204875886'), (u'CAST_-1204875808', u'LOAD_-1204875882'), ('const-433', u'LOAD_-1204875894'), (u'LOAD_-1204875894', u'STORE_-1204875886'), (u'INT_ADD_-1204875885', u'CAST_-1204875821'), (u'CAST_-1204875816', u'LOAD_-1204875894'), ('tmp_50', u'PTRADD_-1204875806')]
| null | null |
00300d80
|
x64
|
O2
|
(translation_unit "void FUN_00300d80(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}\n\n" (function_definition "void FUN_00300d80(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" primitive_type (function_declarator "FUN_00300d80(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x30);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x30)" (pointer_expression "*param_2" * identifier) = (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" * (cast_expression "(undefined8 *)(lVar1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x38);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x38)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x38)" * (cast_expression "(undefined8 *)(lVar1 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::__timepunct<char>::_M_date_time_formats(char const**) const */\n\nvoid __thiscall std::__timepunct<char>::_M_date_time_formats(__timepunct<char> *this,char **param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x30);\n param_1[1] = *(char **)(lVar1 + 0x38);\n return;\n}\n\n" comment (function_definition "void __thiscall std::__timepunct<char>::_M_date_time_formats(__timepunct<char> *this,char **param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x30);\n param_1[1] = *(char **)(lVar1 + 0x38);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__timepunct<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "_M_date_time_formats(__timepunct<char> *this,char **param_1)" identifier (parameter_list "(__timepunct<char> *this,char **param_1)" ( (parameter_declaration "__timepunct<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char **param_1" primitive_type (pointer_declarator "**param_1" * (pointer_declarator "*param_1" * identifier))) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x30);\n param_1[1] = *(char **)(lVar1 + 0x38);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(this + 0x10);" (assignment_expression "lVar1 = *(long *)(this + 0x10)" identifier = (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = *(char **)(lVar1 + 0x30);" (assignment_expression "*param_1 = *(char **)(lVar1 + 0x30)" (pointer_expression "*param_1" * identifier) = (pointer_expression "*(char **)(lVar1 + 0x30)" * (cast_expression "(char **)(lVar1 + 0x30)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "param_1[1] = *(char **)(lVar1 + 0x38);" (assignment_expression "param_1[1] = *(char **)(lVar1 + 0x38)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "*(char **)(lVar1 + 0x38)" * (cast_expression "(char **)(lVar1 + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00300d80(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}\n\n" (function_definition "void FUN_00300d80(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" primitive_type (function_declarator "FUN_00300d80(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x30);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x30)" (pointer_expression "*param_2" * identifier) = (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" * (cast_expression "(undefined8 *)(lVar1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x38);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x38)" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (pointer_expression "*(undefined8 *)(lVar1 + 0x38)" * (cast_expression "(undefined8 *)(lVar1 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) ))))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00300d80(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00300d80(long param_1,undefined8 *param_2)" (identifier "FUN_00300d80") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x30);\n param_2[1] = *(undefined8 *)(lVar1 + 0x38);\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "*param_2 = *(undefined8 *)(lVar1 + 0x30);" (assignment_expression "*param_2 = *(undefined8 *)(lVar1 + 0x30)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x30)" (( "(") (binary_expression "lVar1 + 0x30" (identifier "lVar1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "param_2[1] = *(undefined8 *)(lVar1 + 0x38);" (assignment_expression "param_2[1] = *(undefined8 *)(lVar1 + 0x38)" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "*(undefined8 *)(lVar1 + 0x38)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x38)" (( "(") (binary_expression "lVar1 + 0x38" (identifier "lVar1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::__timepunct<char>::_M_date_time_formats(char const**) const */
void __thiscall std::type_1<char>::function_1(type_1<char> *var_1,char **param_1)
{
long var_2;
var_2 = *(long *)(var_1 + 0x10);
*param_1 = *(char **)(var_2 + 0x30);
param_1[1] = *(char **)(var_2 + 0x38);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 *param_2)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x10);
*param_2 = *(undefined8 *)(lVar1 + 0x30);
param_2[1] = *(undefined8 *)(lVar1 + 0x38);
return;
}
|
7399_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
qualifier_string
|
FUN_002c29a0
|
char * qualifier_string(int type_quals)
{
switch(type_quals) {
case 0:
return "";
case 1:
return "const";
case 2:
return "volatile";
case 3:
return "const volatile";
case 4:
return "__restrict";
case 5:
return "const __restrict";
case 6:
return "volatile __restrict";
case 7:
return "const volatile __restrict";
default:
/* WARNING: Subroutine does not return */
abort();
}
}
|
char * FUN_002c29a0(undefined4 param_1)
{
switch(param_1) {
case 0:
return "";
case 1:
return "const";
case 2:
return "volatile";
case 3:
return "const volatile";
case 4:
return "__restrict";
case 5:
return "const __restrict";
case 6:
return "volatile __restrict";
case 7:
return "const volatile __restrict";
default:
/* WARNING: Subroutine does not return */
abort();
}
}
|
SUB RSP,0x8
CMP EDI,0x7
JA 0x0014e4eb
LEA RDX,[0x38e4bc]
MOV EDI,EDI
MOVSXD RAX,dword ptr [RDX + RDI*0x4]
ADD RAX,RDX
JMP RAX
LEA RAX,[0x38df8a]
ADD RSP,0x8
RET
LEA RAX,[0x38df84]
ADD RSP,0x8
RET
LEA RAX,[0x38df79]
ADD RSP,0x8
RET
LEA RAX,[0x38df93]
ADD RSP,0x8
RET
LEA RAX,[0x38df70]
ADD RSP,0x8
RET
LEA RAX,[0x38df6a]
ADD RSP,0x8
RET
LEA RAX,[0x38b016]
ADD RSP,0x8
RET
LEA RAX,[0x38f61d]
ADD RSP,0x8
RET
| null | null | null | null |
[('const-3727225', u'COPY_-1204606412'), (u'COPY_-1204606406', u'RETURN_-1204606374'), (u'COPY_-1204606296', u'RETURN_-1204606264'), ('tmp_416', u'BRANCHIND_-1204606487'), ('const-3727236', u'COPY_-1204606415'), ('const-0', u'RETURN_-1204606374'), ('const-0', u'RETURN_-1204606383'), ('const-0', u'RETURN_-1204606371'), ('const-3727216', u'COPY_-1204606406'), ('const-1', u'RETURN_-1207180000'), ('const-3727242', u'COPY_-1204606418'), ('const-0', u'RETURN_-1204606261'), ('const-0', u'RETURN_-1204606264'), ('const-0', u'RETURN_-1204606380'), (u'COPY_-1204606412', u'RETURN_-1204606380'), (u'COPY_-1204606418', u'RETURN_-1204606386'), (u'COPY_-1204606409', u'RETURN_-1204606377'), ('const-0', u'RETURN_-1204606377'), (u'COPY_-1204606293', u'RETURN_-1204606261'), (u'COPY_-1204606403', u'RETURN_-1204606371'), (u'COPY_-1204606415', u'RETURN_-1204606383'), ('const-3727210', u'COPY_-1204606403'), ('const-3733021', u'COPY_-1204606293'), ('const-3715094', u'COPY_-1204606296'), ('const-0', u'RETURN_-1204606386'), ('const-3727251', u'COPY_-1204606409')]
|
[(u'COPY_-1204606406', u'RETURN_-1204606374'), (u'COPY_-1204606296', u'RETURN_-1204606264'), ('const-0', u'RETURN_-1204606374'), ('const-3727216', u'COPY_-1204606406'), ('const-3727242', u'COPY_-1204606418'), ('const-3733021', u'COPY_-1204606293'), ('const-0', u'RETURN_-1204606383'), ('const-3727251', u'COPY_-1204606409'), ('const-0', u'RETURN_-1204606371'), ('tmp_489', u'BRANCHIND_-1204606487'), ('const-1', u'RETURN_-1207180000'), ('const-0', u'RETURN_-1204606261'), ('const-0', u'RETURN_-1204606264'), ('const-0', u'RETURN_-1204606380'), ('const-3727225', u'COPY_-1204606412'), ('const-3727210', u'COPY_-1204606403'), (u'COPY_-1204606412', u'RETURN_-1204606380'), (u'COPY_-1204606418', u'RETURN_-1204606386'), (u'COPY_-1204606409', u'RETURN_-1204606377'), ('const-0', u'RETURN_-1204606377'), (u'COPY_-1204606293', u'RETURN_-1204606261'), (u'COPY_-1204606403', u'RETURN_-1204606371'), (u'COPY_-1204606415', u'RETURN_-1204606383'), ('const-0', u'RETURN_-1204606386'), ('const-3727236', u'COPY_-1204606415'), ('const-3715094', u'COPY_-1204606296')]
| null | null |
002c29a0
|
x64
|
O2
|
(translation_unit "char * FUN_002c29a0(undefined4 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}\n\n" (function_definition "char * FUN_002c29a0(undefined4 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}" primitive_type (pointer_declarator "* FUN_002c29a0(undefined4 param_1)" * (function_declarator "FUN_002c29a0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}" { (switch_statement "switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }" { (case_statement "case 0:\n return "";" case number_literal : (return_statement "return "";" return (string_literal """" " ") ;)) (case_statement "case 1:\n return "const";" case number_literal : (return_statement "return "const";" return (string_literal ""const"" " string_content ") ;)) (case_statement "case 2:\n return "volatile";" case number_literal : (return_statement "return "volatile";" return (string_literal ""volatile"" " string_content ") ;)) (case_statement "case 3:\n return "const volatile";" case number_literal : (return_statement "return "const volatile";" return (string_literal ""const volatile"" " string_content ") ;)) (case_statement "case 4:\n return "__restrict";" case number_literal : (return_statement "return "__restrict";" return (string_literal ""__restrict"" " string_content ") ;)) (case_statement "case 5:\n return "const __restrict";" case number_literal : (return_statement "return "const __restrict";" return (string_literal ""const __restrict"" " string_content ") ;)) (case_statement "case 6:\n return "volatile __restrict";" case number_literal : (return_statement "return "volatile __restrict";" return (string_literal ""volatile __restrict"" " string_content ") ;)) (case_statement "case 7:\n return "const volatile __restrict";" case number_literal : (return_statement "return "const volatile __restrict";" return (string_literal ""const volatile __restrict"" " string_content ") ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n abort();" default : comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) })) })))
|
(translation_unit "char * qualifier_string(int type_quals)\n\n{\n switch(type_quals) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}\n\n" (function_definition "char * qualifier_string(int type_quals)\n\n{\n switch(type_quals) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}" primitive_type (pointer_declarator "* qualifier_string(int type_quals)" * (function_declarator "qualifier_string(int type_quals)" identifier (parameter_list "(int type_quals)" ( (parameter_declaration "int type_quals" primitive_type identifier) )))) (compound_statement "{\n switch(type_quals) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }\n}" { (switch_statement "switch(type_quals) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }" switch (parenthesized_expression "(type_quals)" ( identifier )) (compound_statement "{\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n /* WARNING: Subroutine does not return */\n abort();\n }" { (case_statement "case 0:\n return "";" case number_literal : (return_statement "return "";" return (string_literal """" " ") ;)) (case_statement "case 1:\n return "const";" case number_literal : (return_statement "return "const";" return (string_literal ""const"" " string_content ") ;)) (case_statement "case 2:\n return "volatile";" case number_literal : (return_statement "return "volatile";" return (string_literal ""volatile"" " string_content ") ;)) (case_statement "case 3:\n return "const volatile";" case number_literal : (return_statement "return "const volatile";" return (string_literal ""const volatile"" " string_content ") ;)) (case_statement "case 4:\n return "__restrict";" case number_literal : (return_statement "return "__restrict";" return (string_literal ""__restrict"" " string_content ") ;)) (case_statement "case 5:\n return "const __restrict";" case number_literal : (return_statement "return "const __restrict";" return (string_literal ""const __restrict"" " string_content ") ;)) (case_statement "case 6:\n return "volatile __restrict";" case number_literal : (return_statement "return "volatile __restrict";" return (string_literal ""volatile __restrict"" " string_content ") ;)) (case_statement "case 7:\n return "const volatile __restrict";" case number_literal : (return_statement "return "const volatile __restrict";" return (string_literal ""const volatile __restrict"" " string_content ") ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n abort();" default : comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) })) })))
|
(translation_unit "char * FUN_002c29a0(undefined4 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }\n}\n\n" (function_definition "char * FUN_002c29a0(undefined4 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }\n}" primitive_type (pointer_declarator "* FUN_002c29a0(undefined4 param_1)" * (function_declarator "FUN_002c29a0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }\n}" { (switch_statement "switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }" { (case_statement "case 0:\n return "";" case number_literal : (return_statement "return "";" return (string_literal """" " ") ;)) (case_statement "case 1:\n return "const";" case number_literal : (return_statement "return "const";" return (string_literal ""const"" " string_content ") ;)) (case_statement "case 2:\n return "volatile";" case number_literal : (return_statement "return "volatile";" return (string_literal ""volatile"" " string_content ") ;)) (case_statement "case 3:\n return "const volatile";" case number_literal : (return_statement "return "const volatile";" return (string_literal ""const volatile"" " string_content ") ;)) (case_statement "case 4:\n return "__restrict";" case number_literal : (return_statement "return "__restrict";" return (string_literal ""__restrict"" " string_content ") ;)) (case_statement "case 5:\n return "const __restrict";" case number_literal : (return_statement "return "const __restrict";" return (string_literal ""const __restrict"" " string_content ") ;)) (case_statement "case 6:\n return "volatile __restrict";" case number_literal : (return_statement "return "volatile __restrict";" return (string_literal ""volatile __restrict"" " string_content ") ;)) (case_statement "case 7:\n return "const volatile __restrict";" case number_literal : (return_statement "return "const volatile __restrict";" return (string_literal ""const volatile __restrict"" " string_content ") ;)) (case_statement "default:\n \n abort();" default : (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;)) })) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : (return_statement return (string_literal " ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement default : (expression_statement (call_expression IDENT (argument_list ( ))) ;)) })) })))
|
(function_definition "char * FUN_002c29a0(undefined4 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }\n}" (primitive_type "char") (pointer_declarator "* FUN_002c29a0(undefined4 param_1)" (* "*") (function_declarator "FUN_002c29a0(undefined4 param_1)" (identifier "FUN_002c29a0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")")))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }\n}" ({ "{") (switch_statement "switch(param_1) {\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }" (switch "switch") (parenthesized_expression "(param_1)" (( "(") (identifier "param_1") () ")")) (compound_statement "{\n case 0:\n return "";\n case 1:\n return "const";\n case 2:\n return "volatile";\n case 3:\n return "const volatile";\n case 4:\n return "__restrict";\n case 5:\n return "const __restrict";\n case 6:\n return "volatile __restrict";\n case 7:\n return "const volatile __restrict";\n default:\n \n abort();\n }" ({ "{") (case_statement "case 0:\n return "";" (case "case") (number_literal "0") (: ":") (return_statement "return "";" (return "return") (string_literal """" (" """) (" """)) (; ";"))) (case_statement "case 1:\n return "const";" (case "case") (number_literal "1") (: ":") (return_statement "return "const";" (return "return") (string_literal ""const"" (" """) (string_content "const") (" """)) (; ";"))) (case_statement "case 2:\n return "volatile";" (case "case") (number_literal "2") (: ":") (return_statement "return "volatile";" (return "return") (string_literal ""volatile"" (" """) (string_content "volatile") (" """)) (; ";"))) (case_statement "case 3:\n return "const volatile";" (case "case") (number_literal "3") (: ":") (return_statement "return "const volatile";" (return "return") (string_literal ""const volatile"" (" """) (string_content "const volatile") (" """)) (; ";"))) (case_statement "case 4:\n return "__restrict";" (case "case") (number_literal "4") (: ":") (return_statement "return "__restrict";" (return "return") (string_literal ""__restrict"" (" """) (string_content "__restrict") (" """)) (; ";"))) (case_statement "case 5:\n return "const __restrict";" (case "case") (number_literal "5") (: ":") (return_statement "return "const __restrict";" (return "return") (string_literal ""const __restrict"" (" """) (string_content "const __restrict") (" """)) (; ";"))) (case_statement "case 6:\n return "volatile __restrict";" (case "case") (number_literal "6") (: ":") (return_statement "return "volatile __restrict";" (return "return") (string_literal ""volatile __restrict"" (" """) (string_content "volatile __restrict") (" """)) (; ";"))) (case_statement "case 7:\n return "const volatile __restrict";" (case "case") (number_literal "7") (: ":") (return_statement "return "const volatile __restrict";" (return "return") (string_literal ""const volatile __restrict"" (" """) (string_content "const volatile __restrict") (" """)) (; ";"))) (case_statement "default:\n \n abort();" (default "default") (: ":") (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";"))) (} "}"))) (} "}")))
|
char * function_1(int type_quals)
{
switch(type_quals) {
case 0:
return "";
case 1:
return "const";
case 2:
return "volatile";
case 3:
return "const volatile";
case 4:
return "__restrict";
case 5:
return "const __restrict";
case 6:
return "volatile __restrict";
case 7:
return "const volatile __restrict";
default:
/* WARNING: Subroutine does not return */
var_1();
}
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (return_statement (string_literal))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))))))
| null |
char * MASKED(undefined4 param_1)
{
switch(param_1) {
case 0:
return "";
case 1:
return "const";
case 2:
return "volatile";
case 3:
return "const volatile";
case 4:
return "__restrict";
case 5:
return "const __restrict";
case 6:
return "volatile __restrict";
case 7:
return "const volatile __restrict";
default:
/* WARNING: Subroutine does not return */
abort();
}
}
|
101_ln_and_ln_strip.c
|
frame_dummy
|
_INIT_0
|
/* WARNING: Removing unreachable block (ram,0x00102dc4) */
/* WARNING: Removing unreachable block (ram,0x00102dd0) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x00102dc4) */
/* WARNING: Removing unreachable block (ram,0x00102dd0) */
void _INIT_0(void)
{
return;
}
|
JMP 0x00102da0
| null | null | null | null |
[('const-0', u'RETURN_-1206964647')]
|
[('const-0', u'RETURN_-1206964647')]
| null | null |
00102e20
|
x64
|
O2
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00102dc4) */\n/* WARNING: Removing unreachable block (ram,0x00102dd0) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00102dc4) */\n/* WARNING: Removing unreachable block (ram,0x00102dd0) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" 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 _INIT_0(void)\n\n{\n return;\n}\n\n" (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(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 _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Removing unreachable block (ram,0x00102dc4) */
/* WARNING: Removing unreachable block (ram,0x00102dd0) */
void function_1(void)
{
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
| null |
/* WARNING: Removing unreachable block (ram,0x00102dc4) */
/* WARNING: Removing unreachable block (ram,0x00102dd0) */
void MASKED(void)
{
return;
}
|
465_powerpc-linux-gnu-objdump_and_powerpc-linux-gnu-objdump_strip.c
|
non_fatal
|
FUN_00136630
|
void non_fatal(char *format,...)
{
char in_AL;
undefined8 in_RCX;
undefined8 in_RDX;
undefined8 in_RSI;
undefined8 in_R8;
undefined8 in_R9;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1_Qa;
undefined8 in_XMM2_Qa;
undefined8 in_XMM3_Qa;
undefined8 in_XMM4_Qa;
undefined8 in_XMM5_Qa;
undefined8 in_XMM6_Qa;
undefined8 in_XMM7_Qa;
va_list args;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = in_XMM0_Qa;
local_78 = in_XMM1_Qa;
local_68 = in_XMM2_Qa;
local_58 = in_XMM3_Qa;
local_48 = in_XMM4_Qa;
local_38 = in_XMM5_Qa;
local_28 = in_XMM6_Qa;
local_18 = in_XMM7_Qa;
}
args[0].overflow_arg_area = &stack0x00000008;
args[0].gp_offset = 8;
args[0].reg_save_area = local_b8;
args[0].fp_offset = 0x30;
local_b0 = in_RSI;
local_a8 = in_RDX;
local_a0 = in_RCX;
local_98 = in_R8;
local_90 = in_R9;
report(format,args);
return;
}
|
void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,
undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,
undefined8 param_13,undefined8 param_14)
{
char in_AL;
undefined4 local_d0;
undefined4 local_cc;
undefined1 *local_c8;
undefined1 *local_c0;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = param_1;
local_78 = param_2;
local_68 = param_3;
local_58 = param_4;
local_48 = param_5;
local_38 = param_6;
local_28 = param_7;
local_18 = param_8;
}
local_c8 = &stack0x00000008;
local_d0 = 8;
local_c0 = local_b8;
local_cc = 0x30;
local_b0 = param_10;
local_a8 = param_11;
local_a0 = param_12;
local_98 = param_13;
local_90 = param_14;
FUN_00136530(param_9,&local_d0);
return;
}
|
SUB RSP,0xd8
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x40],R8
MOV qword ptr [RSP + 0x48],R9
TEST AL,AL
JZ 0x0013668b
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],XMM2
MOVAPS xmmword ptr [RSP + 0x80],XMM3
MOVAPS xmmword ptr [RSP + 0x90],XMM4
MOVAPS xmmword ptr [RSP + 0xa0],XMM5
MOVAPS xmmword ptr [RSP + 0xb0],XMM6
MOVAPS xmmword ptr [RSP + 0xc0],XMM7
LEA RAX,[RSP + 0xe0]
LEA RSI,[RSP + 0x8]
MOV dword ptr [RSP + 0x8],0x8
MOV qword ptr [RSP + 0x10],RAX
LEA RAX,[RSP + 0x20]
MOV dword ptr [RSP + 0xc],0x30
MOV qword ptr [RSP + 0x18],RAX
CALL 0x00136530
ADD RSP,0xd8
RET
| null | null | null | null |
[('const--208', u'PTRSUB_-1207146600'), (u'PTRSUB_-1207146600', u'CALL_-1207146740'), ('tmp_90', u'CBRANCH_-1207146888'), (u'COPY_-1207146674', u'MULTIEQUAL_-1207146647'), ('tmp_366', u'INT_NOTEQUAL_-1207146888'), ('const--184', u'PTRSUB_-1207146581'), ('const-8', u'COPY_-1207146791'), (u'CALL_-1207146740', u'INDIRECT_-1207146595'), ('tmp_428', u'COPY_-1207146669'), (u'CALL_-1207146740', u'INDIRECT_-1207146612'), (u'CALL_-1207146740', u'INDIRECT_-1207146610'), ('tmp_344', u'COPY_-1207146627'), ('const-8', u'PTRSUB_-1207146609'), (u'CALL_-1207146740', u'INDIRECT_-1207146609'), (u'COPY_-1207146672', u'MULTIEQUAL_-1207146639'), (u'CALL_-1207146740', u'INDIRECT_-1207146611'), ('tmp_343', u'PTRSUB_-1207146609'), (u'COPY_-1207146667', u'MULTIEQUAL_-1207146619'), (u'CALL_-1207146740', u'INDIRECT_-1207146575'), ('tmp_613', u'MULTIEQUAL_-1207146631'), (u'CALL_-1207146740', u'INDIRECT_-1207146607'), ('tmp_346', u'COPY_-1207146625'), ('tmp_611', u'MULTIEQUAL_-1207146627'), ('tmp_250', u'CALL_-1207146740'), ('tmp_398', u'COPY_-1207146674'), ('tmp_440', u'COPY_-1207146667'), ('tmp_619', u'MULTIEQUAL_-1207146643'), ('const-0', u'INT_NOTEQUAL_-1207146888'), ('const-0', u'RETURN_-1207146713'), (u'CALL_-1207146740', u'INDIRECT_-1207146604'), (u'CALL_-1207146740', u'INDIRECT_-1207146603'), (u'COPY_-1207146673', u'MULTIEQUAL_-1207146643'), (u'CALL_-1207146740', u'INDIRECT_-1207146606'), ('tmp_434', u'COPY_-1207146668'), (u'COPY_-1207146670', u'MULTIEQUAL_-1207146631'), ('tmp_410', u'COPY_-1207146672'), ('tmp_422', u'COPY_-1207146670'), ('tmp_615', u'MULTIEQUAL_-1207146635'), ('const-48', u'COPY_-1207146765'), ('tmp_621', u'MULTIEQUAL_-1207146647'), ('tmp_343', u'PTRSUB_-1207146581'), ('tmp_347', u'COPY_-1207146624'), ('tmp_348', u'COPY_-1207146623'), (u'CALL_-1207146740', u'INDIRECT_-1207146587'), (u'COPY_-1207146671', u'MULTIEQUAL_-1207146635'), (u'CALL_-1207146740', u'INDIRECT_-1207146608'), (u'CALL_-1207146740', u'INDIRECT_-1207146591'), ('tmp_617', u'MULTIEQUAL_-1207146639'), (u'CALL_-1207146740', u'INDIRECT_-1207146599'), ('tmp_416', u'COPY_-1207146671'), ('tmp_609', u'MULTIEQUAL_-1207146623'), (u'CALL_-1207146740', u'INDIRECT_-1207146579'), (u'CALL_-1207146740', u'INDIRECT_-1207146605'), (u'INT_NOTEQUAL_-1207146888', u'CBRANCH_-1207146888'), (u'COPY_-1207146669', u'MULTIEQUAL_-1207146627'), ('tmp_343', u'PTRSUB_-1207146600'), ('tmp_607', u'MULTIEQUAL_-1207146619'), (u'COPY_-1207146668', u'MULTIEQUAL_-1207146623'), (u'CALL_-1207146740', u'INDIRECT_-1207146583'), ('tmp_404', u'COPY_-1207146673'), ('tmp_345', u'COPY_-1207146626')]
|
[('tmp_90', u'CBRANCH_-1207146888'), ('tmp_382', u'PTRSUB_-1207146586'), ('tmp_480', u'COPY_-1207146654'), (u'CALL_-1207146740', u'INDIRECT_-1207146578'), (u'COPY_-1207146657', u'MULTIEQUAL_-1207146622'), (u'CALL_-1207146740', u'INDIRECT_-1207146595'), ('tmp_382', u'PTRSUB_-1207146595'), ('tmp_384', u'COPY_-1207146612'), (u'COPY_-1207146656', u'MULTIEQUAL_-1207146618'), ('tmp_677', u'MULTIEQUAL_-1207146606'), (u'CALL_-1207146740', u'INDIRECT_-1207146594'), (u'CALL_-1207146740', u'INDIRECT_-1207146596'), (u'CALL_-1207146740', u'INDIRECT_-1207146582'), (u'CALL_-1207146740', u'INDIRECT_-1207146570'), ('const-48', u'COPY_-1207146765'), ('tmp_444', u'COPY_-1207146660'), ('tmp_468', u'COPY_-1207146656'), ('tmp_456', u'COPY_-1207146658'), ('tmp_679', u'MULTIEQUAL_-1207146610'), (u'COPY_-1207146654', u'MULTIEQUAL_-1207146610'), ('const-0', u'INT_NOTEQUAL_-1207146888'), ('const-0', u'RETURN_-1207146713'), (u'COPY_-1207146660', u'MULTIEQUAL_-1207146634'), ('tmp_721', u'CALL_-1207146740'), ('tmp_687', u'MULTIEQUAL_-1207146626'), ('tmp_474', u'COPY_-1207146655'), (u'COPY_-1207146658', u'MULTIEQUAL_-1207146626'), ('tmp_691', u'MULTIEQUAL_-1207146634'), ('tmp_412', u'INT_NOTEQUAL_-1207146888'), ('tmp_387', u'COPY_-1207146609'), (u'CALL_-1207146740', u'INDIRECT_-1207146562'), (u'CALL_-1207146740', u'INDIRECT_-1207146597'), (u'CALL_-1207146740', u'INDIRECT_-1207146593'), ('tmp_683', u'MULTIEQUAL_-1207146618'), (u'CALL_-1207146740', u'INDIRECT_-1207146590'), (u'CALL_-1207146740', u'INDIRECT_-1207146586'), ('const--208', u'PTRSUB_-1207146586'), ('tmp_689', u'MULTIEQUAL_-1207146630'), (u'CALL_-1207146740', u'INDIRECT_-1207146592'), ('tmp_386', u'COPY_-1207146610'), (u'CALL_-1207146740', u'INDIRECT_-1207146591'), (u'COPY_-1207146653', u'MULTIEQUAL_-1207146606'), ('tmp_382', u'PTRSUB_-1207146567'), (u'PTRSUB_-1207146586', u'CALL_-1207146740'), (u'CALL_-1207146740', u'INDIRECT_-1207146574'), (u'CALL_-1207146740', u'INDIRECT_-1207146599'), ('tmp_486', u'COPY_-1207146653'), ('tmp_685', u'MULTIEQUAL_-1207146622'), ('tmp_450', u'COPY_-1207146659'), ('tmp_383', u'COPY_-1207146613'), ('tmp_385', u'COPY_-1207146611'), (u'INT_NOTEQUAL_-1207146888', u'CBRANCH_-1207146888'), ('const-8', u'PTRSUB_-1207146595'), ('const-8', u'COPY_-1207146791'), (u'COPY_-1207146655', u'MULTIEQUAL_-1207146614'), ('const--184', u'PTRSUB_-1207146567'), (u'CALL_-1207146740', u'INDIRECT_-1207146566'), ('tmp_462', u'COPY_-1207146657'), ('tmp_681', u'MULTIEQUAL_-1207146614'), (u'COPY_-1207146659', u'MULTIEQUAL_-1207146630'), (u'CALL_-1207146740', u'INDIRECT_-1207146598')]
| null | null |
00136630
|
x64
|
O2
|
(translation_unit "void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}\n\n" (function_definition "void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" primitive_type (function_declarator "FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "undefined8 param_9" type_identifier identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined4 local_d0;" type_identifier identifier ;) (declaration "undefined4 local_cc;" type_identifier identifier ;) (declaration "undefined1 *local_c8;" type_identifier (pointer_declarator "*local_c8" * identifier) ;) (declaration "undefined1 *local_c0;" type_identifier (pointer_declarator "*local_c0" * identifier) ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" { (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" identifier = identifier) ;) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" identifier = identifier) ;) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" identifier = identifier) ;) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" identifier = identifier) ;) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" identifier = identifier) ;) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" identifier = identifier) ;) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" identifier = identifier) ;) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" identifier = identifier) ;) })) (expression_statement "local_c8 = &stack0x00000008;" (assignment_expression "local_c8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = 8;" (assignment_expression "local_d0 = 8" identifier = number_literal) ;) (expression_statement "local_c0 = local_b8;" (assignment_expression "local_c0 = local_b8" identifier = identifier) ;) (expression_statement "local_cc = 0x30;" (assignment_expression "local_cc = 0x30" identifier = number_literal) ;) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" identifier = identifier) ;) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" identifier = identifier) ;) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" identifier = identifier) ;) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" identifier = identifier) ;) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" identifier = identifier) ;) (expression_statement "FUN_00136530(param_9,&local_d0);" (call_expression "FUN_00136530(param_9,&local_d0)" identifier (argument_list "(param_9,&local_d0)" ( identifier , (pointer_expression "&local_d0" & identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void non_fatal(char *format,...)\n\n{\n char in_AL;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].gp_offset = 8;\n args[0].reg_save_area = local_b8;\n args[0].fp_offset = 0x30;\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n report(format,args);\n return;\n}\n\n" (function_definition "void non_fatal(char *format,...)\n\n{\n char in_AL;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].gp_offset = 8;\n args[0].reg_save_area = local_b8;\n args[0].fp_offset = 0x30;\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n report(format,args);\n return;\n}" primitive_type (function_declarator "non_fatal(char *format,...)" identifier (parameter_list "(char *format,...)" ( (parameter_declaration "char *format" primitive_type (pointer_declarator "*format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n char in_AL;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list args;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n args[0].overflow_arg_area = &stack0x00000008;\n args[0].gp_offset = 8;\n args[0].reg_save_area = local_b8;\n args[0].fp_offset = 0x30;\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n report(format,args);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined8 in_RCX;" type_identifier identifier ;) (declaration "undefined8 in_RDX;" type_identifier identifier ;) (declaration "undefined8 in_RSI;" type_identifier identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list args;" type_identifier identifier ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }" { (expression_statement "local_88 = in_XMM0_Qa;" (assignment_expression "local_88 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM1_Qa;" (assignment_expression "local_78 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM2_Qa;" (assignment_expression "local_68 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM3_Qa;" (assignment_expression "local_58 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM4_Qa;" (assignment_expression "local_48 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM5_Qa;" (assignment_expression "local_38 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_28 = in_XMM6_Qa;" (assignment_expression "local_28 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_18 = in_XMM7_Qa;" (assignment_expression "local_18 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "args[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "args[0].overflow_arg_area = &stack0x00000008" (field_expression "args[0].overflow_arg_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "args[0].gp_offset = 8;" (assignment_expression "args[0].gp_offset = 8" (field_expression "args[0].gp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "args[0].reg_save_area = local_b8;" (assignment_expression "args[0].reg_save_area = local_b8" (field_expression "args[0].reg_save_area" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "args[0].fp_offset = 0x30;" (assignment_expression "args[0].fp_offset = 0x30" (field_expression "args[0].fp_offset" (subscript_expression "args[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_b0 = in_RSI;" (assignment_expression "local_b0 = in_RSI" identifier = identifier) ;) (expression_statement "local_a8 = in_RDX;" (assignment_expression "local_a8 = in_RDX" identifier = identifier) ;) (expression_statement "local_a0 = in_RCX;" (assignment_expression "local_a0 = in_RCX" identifier = identifier) ;) (expression_statement "local_98 = in_R8;" (assignment_expression "local_98 = in_R8" identifier = identifier) ;) (expression_statement "local_90 = in_R9;" (assignment_expression "local_90 = in_R9" identifier = identifier) ;) (expression_statement "report(format,args);" (call_expression "report(format,args)" identifier (argument_list "(format,args)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}\n\n" (function_definition "void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" primitive_type (function_declarator "FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "undefined8 param_9" type_identifier identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined4 local_d0;" type_identifier identifier ;) (declaration "undefined4 local_cc;" type_identifier identifier ;) (declaration "undefined1 *local_c8;" type_identifier (pointer_declarator "*local_c8" * identifier) ;) (declaration "undefined1 *local_c0;" type_identifier (pointer_declarator "*local_c0" * identifier) ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" { (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" identifier = identifier) ;) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" identifier = identifier) ;) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" identifier = identifier) ;) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" identifier = identifier) ;) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" identifier = identifier) ;) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" identifier = identifier) ;) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" identifier = identifier) ;) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" identifier = identifier) ;) })) (expression_statement "local_c8 = &stack0x00000008;" (assignment_expression "local_c8 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d0 = 8;" (assignment_expression "local_d0 = 8" identifier = number_literal) ;) (expression_statement "local_c0 = local_b8;" (assignment_expression "local_c0 = local_b8" identifier = identifier) ;) (expression_statement "local_cc = 0x30;" (assignment_expression "local_cc = 0x30" identifier = number_literal) ;) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" identifier = identifier) ;) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" identifier = identifier) ;) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" identifier = identifier) ;) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" identifier = identifier) ;) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" identifier = identifier) ;) (expression_statement "FUN_00136530(param_9,&local_d0);" (call_expression "FUN_00136530(param_9,&local_d0)" identifier (argument_list "(param_9,&local_d0)" ( identifier , (pointer_expression "&local_d0" & 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) , (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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00136630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" (identifier "FUN_00136630") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "undefined8 param_9" (type_identifier "undefined8") (identifier "param_9")) (, ",") (parameter_declaration "undefined8 param_10" (type_identifier "undefined8") (identifier "param_10")) (, ",") (parameter_declaration "undefined8 param_11" (type_identifier "undefined8") (identifier "param_11")) (, ",") (parameter_declaration "undefined8 param_12" (type_identifier "undefined8") (identifier "param_12")) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n char in_AL;\n undefined4 local_d0;\n undefined4 local_cc;\n undefined1 *local_c8;\n undefined1 *local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c8 = &stack0x00000008;\n local_d0 = 8;\n local_c0 = local_b8;\n local_cc = 0x30;\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n FUN_00136530(param_9,&local_d0);\n return;\n}" ({ "{") (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "undefined4 local_d0;" (type_identifier "undefined4") (identifier "local_d0") (; ";")) (declaration "undefined4 local_cc;" (type_identifier "undefined4") (identifier "local_cc") (; ";")) (declaration "undefined1 *local_c8;" (type_identifier "undefined1") (pointer_declarator "*local_c8" (* "*") (identifier "local_c8")) (; ";")) (declaration "undefined1 *local_c0;" (type_identifier "undefined1") (pointer_declarator "*local_c0" (* "*") (identifier "local_c0")) (; ";")) (declaration "undefined1 local_b8 [8];" (type_identifier "undefined1") (array_declarator "local_b8 [8]" (identifier "local_b8") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_a0;" (type_identifier "undefined8") (identifier "local_a0") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_90;" (type_identifier "undefined8") (identifier "local_90") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_18;" (type_identifier "undefined8") (identifier "local_18") (; ";")) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" ({ "{") (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" (identifier "local_88") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" (identifier "local_78") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" (identifier "local_68") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" (identifier "local_58") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" (identifier "local_48") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" (identifier "local_38") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" (identifier "local_28") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" (identifier "local_18") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_c8 = &stack0x00000008;" (assignment_expression "local_c8 = &stack0x00000008" (identifier "local_c8") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_d0 = 8;" (assignment_expression "local_d0 = 8" (identifier "local_d0") (= "=") (number_literal "8")) (; ";")) (expression_statement "local_c0 = local_b8;" (assignment_expression "local_c0 = local_b8" (identifier "local_c0") (= "=") (identifier "local_b8")) (; ";")) (expression_statement "local_cc = 0x30;" (assignment_expression "local_cc = 0x30" (identifier "local_cc") (= "=") (number_literal "0x30")) (; ";")) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" (identifier "local_b0") (= "=") (identifier "param_10")) (; ";")) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" (identifier "local_a8") (= "=") (identifier "param_11")) (; ";")) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" (identifier "local_a0") (= "=") (identifier "param_12")) (; ";")) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" (identifier "local_98") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" (identifier "local_90") (= "=") (identifier "param_14")) (; ";")) (expression_statement "FUN_00136530(param_9,&local_d0);" (call_expression "FUN_00136530(param_9,&local_d0)" (identifier "FUN_00136530") (argument_list "(param_9,&local_d0)" (( "(") (identifier "param_9") (, ",") (pointer_expression "&local_d0" (& "&") (identifier "local_d0")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(char *format,...)
{
char var_1;
type_1 in_RCX;
type_1 in_RDX;
type_1 in_RSI;
type_1 in_R8;
type_1 in_R9;
type_1 in_XMM0_Qa;
type_1 in_XMM1_Qa;
type_1 in_XMM2_Qa;
type_1 in_XMM3_Qa;
type_1 in_XMM4_Qa;
type_1 in_XMM5_Qa;
type_1 in_XMM6_Qa;
type_1 in_XMM7_Qa;
type_2 args;
type_3 local_b8 [8];
type_1 local_b0;
type_1 local_a8;
type_1 local_a0;
type_1 local_98;
type_1 local_90;
type_1 local_88;
type_1 local_78;
type_1 local_68;
type_1 local_58;
type_1 local_48;
type_1 local_38;
type_1 local_28;
type_1 local_18;
if (var_1 != '\0') {
local_88 = in_XMM0_Qa;
local_78 = in_XMM1_Qa;
local_68 = in_XMM2_Qa;
local_58 = in_XMM3_Qa;
local_48 = in_XMM4_Qa;
local_38 = in_XMM5_Qa;
local_28 = in_XMM6_Qa;
local_18 = in_XMM7_Qa;
}
args[0].overflow_arg_area = &stack0x00000008;
args[0].gp_offset = 8;
args[0].reg_save_area = local_b8;
args[0].fp_offset = 0x30;
local_b0 = in_RSI;
local_a8 = in_RDX;
local_a0 = in_RCX;
local_98 = in_R8;
local_90 = in_R9;
var_2(format,args);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,
undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,
undefined8 param_13,undefined8 param_14)
{
char in_AL;
undefined4 local_d0;
undefined4 local_cc;
undefined1 *local_c8;
undefined1 *local_c0;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = param_1;
local_78 = param_2;
local_68 = param_3;
local_58 = param_4;
local_48 = param_5;
local_38 = param_6;
local_28 = param_7;
local_18 = param_8;
}
local_c8 = &stack0x00000008;
local_d0 = 8;
local_c0 = local_b8;
local_cc = 0x30;
local_b0 = param_10;
local_a8 = param_11;
local_a0 = param_12;
local_98 = param_13;
local_90 = param_14;
FUN_00136530(param_9,&local_d0);
return;
}
|
265_i686-gnu-ar_and_i686-gnu-ar_strip.c
|
ftell
|
ftell
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207037518')]
|
[('const-1', u'RETURN_-1207037518')]
| null | null |
001111a8
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "long ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ftell@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "long ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ftell@@GLIBC_2.2.5 */\n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ftell@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" (long "long")) (function_declarator "ftell(FILE *__stream)" (identifier "ftell") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (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 */
long MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
342_s390x-linux-gnu-objdump_and_s390x-linux-gnu-objdump_strip.c
|
pr_array_type
|
FUN_00129d60
|
bfd_boolean pr_array_type(void *p,bfd_signed_vma lower,bfd_signed_vma upper,bfd_boolean stringp)
{
pr_handle *info_00;
bfd_boolean bVar1;
byte *s;
long lVar2;
byte *pbVar3;
pr_handle *info;
byte *pbVar4;
bool bVar5;
bool bVar6;
byte bVar7;
char abl [22];
char abu [22];
char ab [50];
bVar7 = 0;
info_00 = (pr_handle *)((long)p + 0x10);
s = (byte *)pop_type(info_00);
if (s != (byte *)0x0) {
if (lower == 0) {
if (upper == -1) {
builtin_strncpy(ab,"|[]",4);
}
else {
sprintf(abu,"%ld",upper + 1);
sprintf(ab,"|[%s]",abu);
}
}
else {
sprintf(abl,"%ld",lower);
sprintf(abu,"%ld",upper);
sprintf(ab,"|[%s:%s]",abl,abu);
}
bVar1 = substitute_type((pr_handle *)p,ab);
bVar5 = false;
bVar6 = bVar1 == 0;
if (!bVar6) {
lVar2 = 4;
pbVar3 = s;
pbVar4 = (byte *)0x146922;
do {
if (lVar2 == 0) break;
lVar2 = lVar2 + -1;
bVar5 = *pbVar3 < *pbVar4;
bVar6 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;
pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;
} while (bVar6);
if (((!bVar5 && !bVar6) == bVar5) ||
((bVar1 = append_type(info_00,":"), bVar1 != 0 &&
(bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {
if (stringp == 0) {
return 1;
}
bVar1 = append_type(info_00," /* string */");
return (uint)(bVar1 != 0);
}
}
}
return 0;
}
|
bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)
{
long lVar1;
int iVar2;
byte *pbVar3;
long lVar4;
byte *pbVar5;
byte *pbVar6;
bool bVar7;
bool bVar8;
byte bVar9;
char local_b8 [32];
char local_98 [32];
char local_78 [72];
bVar9 = 0;
lVar1 = param_1 + 0x10;
pbVar3 = (byte *)FUN_00126930(lVar1);
if (pbVar3 != (byte *)0x0) {
if (param_2 == 0) {
if (param_3 == -1) {
builtin_strncpy(local_78,"|[]",4);
}
else {
sprintf(local_98,"%ld",param_3 + 1);
sprintf(local_78,"|[%s]",local_98);
}
}
else {
sprintf(local_b8,"%ld",param_2);
sprintf(local_98,"%ld",param_3);
sprintf(local_78,"|[%s:%s]",local_b8,local_98);
}
iVar2 = FUN_00127110(param_1,local_78);
bVar7 = false;
bVar8 = iVar2 == 0;
if (!bVar8) {
lVar4 = 4;
pbVar5 = pbVar3;
pbVar6 = (byte *)0x146922;
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar7 = *pbVar5 < *pbVar6;
bVar8 = *pbVar5 == *pbVar6;
pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;
pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;
} while (bVar8);
if (((!bVar7 && !bVar8) == bVar7) ||
((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&
(iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {
if (param_4 == 0) {
return true;
}
iVar2 = FUN_00127080(lVar1," /* string */");
return iVar2 != 0;
}
}
}
return false;
}
|
PUSH R15
MOV R15,RSI
PUSH R14
MOV R14D,ECX
PUSH R13
LEA R13,[RDI + 0x10]
PUSH R12
PUSH RBP
MOV RBP,RDI
MOV RDI,R13
PUSH RBX
MOV RBX,RDX
SUB RSP,0x98
CALL 0x00126930
TEST RAX,RAX
JZ 0x00129e58
MOV R12,RAX
TEST R15,R15
JNZ 0x00129e70
CMP RBX,-0x1
JZ 0x00129ed0
LEA R15,[RSP + 0x30]
LEA RDX,[RBX + 0x1]
XOR EAX,EAX
LEA RSI,[0x141f07]
MOV RDI,R15
LEA RBX,[RSP + 0x50]
CALL 0x00107760
MOV RDX,R15
MOV RDI,RBX
XOR EAX,EAX
LEA RSI,[0x145a51]
CALL 0x00107760
MOV RSI,RBX
MOV RDI,RBP
CALL 0x00127110
TEST EAX,EAX
JZ 0x00129e58
MOV ECX,0x4
LEA RDI,[0x146922]
MOV RSI,R12
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JNZ 0x00129e30
MOV EAX,0x1
TEST R14D,R14D
JZ 0x00129e5a
LEA RSI,[0x145a60]
MOV RDI,R13
CALL 0x00127080
TEST EAX,EAX
SETNZ AL
MOVZX EAX,AL
JMP 0x00129e5a
LEA RSI,[0x141abf]
MOV RDI,R13
CALL 0x00127080
TEST EAX,EAX
JZ 0x00129e58
MOV RSI,R12
MOV RDI,R13
CALL 0x00127080
TEST EAX,EAX
JNZ 0x00129e04
NOP word ptr [RAX + RAX*0x1]
XOR EAX,EAX
ADD RSP,0x98
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
LEA R8,[RSP + 0x10]
MOV RDX,R15
LEA RSI,[0x141f07]
XOR EAX,EAX
MOV RDI,R8
LEA R15,[RSP + 0x30]
MOV qword ptr [RSP + 0x8],R8
CALL 0x00107760
MOV RDX,RBX
MOV RDI,R15
XOR EAX,EAX
LEA RSI,[0x141f07]
LEA RBX,[RSP + 0x50]
CALL 0x00107760
MOV R8,qword ptr [RSP + 0x8]
MOV RCX,R15
MOV RDI,RBX
LEA RSI,[0x145a57]
XOR EAX,EAX
MOV RDX,R8
CALL 0x00107760
JMP 0x00129ddb
MOV dword ptr [RSP + 0x50],0x5d5b7c
LEA RBX,[RSP + 0x50]
JMP 0x00129ddb
| null | null | null | null |
[(u'INDIRECT_-1207066285', u'INT_ZEXT_-1207066990'), (u'INT_EQUAL_-1207067006', u'CBRANCH_-1207067011'), ('const-1333856', u'COPY_-1207066069'), (u'CALL_-1207066908', u'INT_NOTEQUAL_-1207066893'), ('const--120', u'PTRSUB_-1207066061'), ('tmp_674', u'CBRANCH_-1207066804'), ('const-1318663', u'COPY_-1207065929'), (u'PTRSUB_-1207066114', u'CALL_-1207067100'), ('const--2', u'INT_MULT_-1207066237'), (u'INDIRECT_-1207066384', u'MULTIEQUAL_-1207066285'), (u'INT_ZEXT_-1207066995', u'INT_MULT_-1207066237'), (u'MULTIEQUAL_-1207066412', u'INT_ADD_-1207066996'), ('const-4', u'COPY_-1207067034'), (u'PTRSUB_-1207065909', u'CALL_-1207066577'), (u'CALLOTHER_-1207065852', u'INDIRECT_-1207065798'), (u'INDIRECT_-1207065948', u'MULTIEQUAL_-1207066171'), ('const-0', u'INT_EQUAL_-1207067179'), (u'INT_ZEXT_-1207066195', u'COPY_-1207065975'), (u'CALL_-1207066577', u'INDIRECT_-1207066062'), (u'LOAD_-1207067002', u'INT_LESS_-1207066985'), (u'LOAD_-1207067002', u'INT_EQUAL_-1207066985'), (u'MULTIEQUAL_-1207066316', u'BOOL_NEGATE_-1207066227'), (u'COPY_-1207066073', u'MULTIEQUAL_-1207066359'), ('tmp_2496', u'PTRSUB_-1207066092'), ('const-1337634', u'COPY_-1207067028'), (u'INT_ADD_-1207066996', u'MULTIEQUAL_-1207066412'), (u'MULTIEQUAL_-1207066319', u'MULTIEQUAL_-1207066316'), (u'PTRSUB_-1207065888', u'CALL_-1207066625'), (u'CALL_-1207066625', u'INDIRECT_-1207065977'), ('const-0', u'INT_NOTEQUAL_-1207067201'), (u'BOOL_NEGATE_-1207066226', u'BOOL_AND_-1207066948'), (u'CALL_-1207066668', u'INDIRECT_-1207066003'), (u'CALL_-1207067216', u'INDIRECT_-1207066384'), ('const-1318663', u'COPY_-1207066162'), ('const-8534745975939571408', u'CALLOTHER_-1207065853'), ('const-1318663', u'COPY_-1207065956'), ('const-1', u'PTRADD_-1207066945'), (u'INDIRECT_-1207066285', u'INT_ZEXT_-1207066995'), ('const--120', u'PTRSUB_-1207065794'), (u'COPY_-1207065975', u'RETURN_-1207065965'), ('tmp_392', u'CBRANCH_-1207066986'), ('const-1317567', u'COPY_-1207066044'), (u'PTRADD_-1207066940', u'COPY_-1207066071'), (u'COPY_-1207066069', u'MULTIEQUAL_-1207066359'), ('tmp_183', u'CBRANCH_-1207067155'), (u'MULTIEQUAL_-1207066375', u'LOAD_-1207067000'), (u'MULTIEQUAL_-1207066359', u'PTRADD_-1207066945'), ('const-4', u'CALLOTHER_-1207065852'), (u'CAST_-1207066145', u'CALL_-1207066819'), ('const-1', u'COPY_-1207065972'), (u'INT_ADD_-1207066076', u'PTRADD_-1207066940'), (u'INT_MULT_-1207066237', u'INT_ADD_-1207066077'), (u'COPY_-1207066069', u'CALL_-1207066908'), ('tmp_2496', u'PTRSUB_-1207066061'), (u'COPY_-1207066075', u'MULTIEQUAL_-1207066375'), ('tmp_498', u'CBRANCH_-1207066927'), (u'COPY_-1207067034', u'MULTIEQUAL_-1207066412'), ('tmp_714', u'CBRANCH_-1207066773'), (u'COPY_-1207067048', u'MULTIEQUAL_-1207066319'), ('const-0', u'INT_NOTEQUAL_-1207066804'), ('tmp_950', u'CAST_-1207066146'), ('const--2', u'INT_MULT_-1207066236'), ('const-0', u'RETURN_-1207066772'), (u'COPY_-1207066071', u'MULTIEQUAL_-1207066375'), ('const-433', u'LOAD_-1207067000'), ('const-1', u'INT_ADD_-1207066076'), (u'INT_ZEXT_-1207066990', u'INT_MULT_-1207066236'), (u'INT_EQUAL_-1207066985', u'MULTIEQUAL_-1207066284'), (u'PTRSUB_-1207065888', u'CALL_-1207066577'), (u'COPY_-1207067028', u'COPY_-1207066073'), (u'BOOL_NEGATE_-1207066095', u'CBRANCH_-1207067033'), ('tmp_953', u'INT_EQUAL_-1207066929'), (u'PTRSUB_-1207065909', u'CALL_-1207066668'), (u'INDIRECT_-1207066297', u'MULTIEQUAL_-1207066285'), ('const--120', u'PTRSUB_-1207066092'), (u'INT_EQUAL_-1207067179', u'CBRANCH_-1207067176'), ('const-0', u'COPY_-1207066936'), (u'MULTIEQUAL_-1207066316', u'INT_EQUAL_-1207066950'), ('tmp_314', u'CBRANCH_-1207067033'), (u'CAST_-1207066120', u'COPY_-1207066075'), (u'BOOL_NEGATE_-1207066227', u'BOOL_AND_-1207066948'), (u'CALL_-1207066577', u'INDIRECT_-1207065948'), (u'CAST_-1207066120', u'INT_NOTEQUAL_-1207067201'), (u'CALL_-1207067048', u'INDIRECT_-1207066171'), ('const-1', u'INT_ADD_-1207067127'), (u'CALL_-1207067048', u'INDIRECT_-1207066285'), ('tmp_952', u'CALL_-1207066625'), (u'INT_NOTEQUAL_-1207067201', u'CBRANCH_-1207067200'), (u'CAST_-1207066026', u'CALL_-1207067048'), (u'CALL_-1207066668', u'INDIRECT_-1207066117'), ('const--1', u'INT_EQUAL_-1207067158'), ('const--184', u'PTRSUB_-1207065909'), (u'MULTIEQUAL_-1207066287', u'MULTIEQUAL_-1207066284'), (u'PTRSUB_-1207065857', u'CALL_-1207066577'), ('const-0', u'RETURN_-1207065962'), ('tmp_2496', u'PTRSUB_-1207065909'), (u'CAST_-1207066146', u'INT_ADD_-1207067253'), (u'MULTIEQUAL_-1207066284', u'BOOL_NEGATE_-1207066226'), (u'COPY_-1207066044', u'CALL_-1207066819'), ('tmp_2496', u'PTRSUB_-1207065794'), (u'CALL_-1207067100', u'INDIRECT_-1207066318'), (u'INDIRECT_-1207065798', u'MULTIEQUAL_-1207066171'), (u'CALL_-1207067216', u'INDIRECT_-1207066270'), (u'CALL_-1207067064', u'INDIRECT_-1207066297'), ('const-16', u'INT_ADD_-1207067253'), ('const--152', u'PTRSUB_-1207065888'), (u'COPY_-1207065899', u'CALL_-1207066577'), (u'INT_EQUAL_-1207066950', u'CBRANCH_-1207066948'), ('const--152', u'PTRSUB_-1207066114'), (u'INDIRECT_-1207066062', u'MULTIEQUAL_-1207066285'), ('tmp_915', u'BRANCH_-1207066574'), (u'CAST_-1207065921', u'CALL_-1207066789'), (u'COPY_-1207065929', u'CALL_-1207066625'), (u'INT_MULT_-1207066236', u'INT_ADD_-1207066076'), (u'INT_EQUAL_-1207066985', u'CBRANCH_-1207066986'), (u'BOOL_AND_-1207066948', u'INT_EQUAL_-1207066950'), ('tmp_951', u'INT_EQUAL_-1207067179'), (u'INDIRECT_-1207066171', u'MULTIEQUAL_-1207066132'), ('const-268435460', u'CALLOTHER_-1207065852'), (u'INDIRECT_-1207066183', u'MULTIEQUAL_-1207066171'), ('const-1', u'PTRADD_-1207066940'), (u'INT_EQUAL_-1207067034', u'MULTIEQUAL_-1207066287'), (u'CAST_-1207066145', u'CALL_-1207066908'), (u'MULTIEQUAL_-1207066375', u'PTRADD_-1207066940'), (u'PTRSUB_-1207066061', u'CALL_-1207067048'), (u'INT_NOTEQUAL_-1207066893', u'INT_ZEXT_-1207066195'), ('tmp_2496', u'PTRSUB_-1207066114'), ('const-0', u'COPY_-1207067048'), ('const-0', u'INT_NOTEQUAL_-1207066893'), ('tmp_952', u'INT_ADD_-1207067127'), (u'CALLOTHER_-1207065853', u'CALLOTHER_-1207065852'), ('const-433', u'LOAD_-1207067002'), ('const-0', u'INT_EQUAL_-1207067006'), (u'CALL_-1207067216', u'CAST_-1207066120'), (u'CALL_-1207066908', u'INDIRECT_-1207066113'), (u'CALL_-1207066789', u'INDIRECT_-1207066065'), (u'INDIRECT_-1207066065', u'MULTIEQUAL_-1207066132'), (u'COPY_-1207065972', u'RETURN_-1207065962'), (u'PTRSUB_-1207066092', u'CALL_-1207067064'), (u'CAST_-1207066145', u'CALL_-1207066789'), (u'CALL_-1207067064', u'INDIRECT_-1207066183'), ('tmp_952', u'INT_EQUAL_-1207067158'), ('const-0', u'COPY_-1207066424'), (u'INT_ADD_-1207067253', u'CAST_-1207066145'), (u'INT_NOTEQUAL_-1207066774', u'CBRANCH_-1207066773'), ('const--120', u'PTRSUB_-1207065857'), (u'INT_EQUAL_-1207067158', u'CBRANCH_-1207067155'), ('tmp_470', u'CBRANCH_-1207066948'), ('tmp_2496', u'PTRSUB_-1207065888'), (u'PTRSUB_-1207065794', u'CALLOTHER_-1207065852'), ('tmp_950', u'CAST_-1207066026'), (u'LOAD_-1207067000', u'INT_LESS_-1207066985'), (u'LOAD_-1207067000', u'INT_EQUAL_-1207066985'), ('const-0', u'RETURN_-1207065965'), (u'CALL_-1207067100', u'INDIRECT_-1207066204'), ('tmp_951', u'CALL_-1207066668'), ('tmp_325', u'CBRANCH_-1207067011'), (u'CALL_-1207066789', u'INT_NOTEQUAL_-1207066774'), (u'CALL_-1207066819', u'INT_NOTEQUAL_-1207066804'), ('tmp_153', u'CBRANCH_-1207067176'), (u'MULTIEQUAL_-1207066412', u'INT_EQUAL_-1207067006'), (u'INT_NOTEQUAL_-1207066804', u'CBRANCH_-1207066804'), (u'CAST_-1207066120', u'CAST_-1207065921'), (u'INT_ADD_-1207067127', u'CALL_-1207067100'), ('const--1', u'INT_ADD_-1207066996'), (u'CALL_-1207066819', u'INDIRECT_-1207066081'), (u'INT_EQUAL_-1207066929', u'CBRANCH_-1207066927'), (u'INT_LESS_-1207066985', u'MULTIEQUAL_-1207066319'), (u'INT_EQUAL_-1207066985', u'MULTIEQUAL_-1207066287'), ('const-268435456', u'CALLOTHER_-1207065853'), ('const-1333847', u'COPY_-1207065899'), (u'PTRADD_-1207066945', u'COPY_-1207066069'), (u'INT_ADD_-1207066077', u'PTRADD_-1207066945'), ('tmp_123', u'CBRANCH_-1207067200'), ('const-1333841', u'COPY_-1207066137'), ('tmp_2496', u'PTRSUB_-1207065857'), ('tmp_761', u'BRANCH_-1207066615'), (u'INT_EQUAL_-1207067034', u'BOOL_NEGATE_-1207066095'), (u'COPY_-1207066137', u'CALL_-1207067064'), ('const-1', u'INT_ADD_-1207066077'), (u'CALL_-1207067048', u'INT_EQUAL_-1207067034'), ('const-0', u'INT_NOTEQUAL_-1207066774'), (u'MULTIEQUAL_-1207066359', u'LOAD_-1207067002'), (u'INT_LESS_-1207066985', u'MULTIEQUAL_-1207066316'), ('const-0', u'INT_EQUAL_-1207066929'), (u'CALL_-1207066625', u'INDIRECT_-1207066091'), (u'CAST_-1207066145', u'CALL_-1207067216'), (u'PTRSUB_-1207066114', u'CALL_-1207067064'), (u'COPY_-1207066424', u'RETURN_-1207066772'), ('const-0', u'INT_EQUAL_-1207067034'), (u'COPY_-1207066162', u'CALL_-1207067100'), (u'COPY_-1207065956', u'CALL_-1207066668')]
|
[(u'PTRADD_-1207066945', u'COPY_-1207066084'), ('const-16', u'INT_ADD_-1207067253'), (u'INT_EQUAL_-1207067006', u'CBRANCH_-1207067011'), ('const--1', u'INT_EQUAL_-1207067158'), (u'CALL_-1207066908', u'INT_NOTEQUAL_-1207066893'), (u'COPY_-1207067028', u'COPY_-1207066088'), (u'INT_EQUAL_-1207066950', u'CBRANCH_-1207066948'), ('tmp_915', u'BRANCH_-1207066574'), (u'CALLOTHER_-1207065868', u'CALLOTHER_-1207065867'), (u'CALL_-1207067216', u'CAST_-1207066137'), ('const-1318663', u'COPY_-1207066175'), ('tmp_674', u'CBRANCH_-1207066804'), ('const--152', u'PTRSUB_-1207066127'), (u'INT_ADD_-1207067253', u'CALL_-1207066908'), (u'COPY_-1207067048', u'MULTIEQUAL_-1207066328'), (u'CALL_-1207066625', u'INDIRECT_-1207065994'), ('const--2', u'INT_MULT_-1207066247'), (u'INT_EQUAL_-1207066985', u'CBRANCH_-1207066986'), (u'BOOL_AND_-1207066948', u'INT_EQUAL_-1207066950'), (u'COPY_-1207066150', u'CALL_-1207067064'), (u'MULTIEQUAL_-1207066325', u'INT_EQUAL_-1207066950'), ('tmp_2487', u'PTRSUB_-1207066074'), (u'MULTIEQUAL_-1207066368', u'LOAD_-1207067002'), ('const-4', u'CALLOTHER_-1207065867'), (u'CALL_-1207067216', u'INDIRECT_-1207066287'), (u'CALL_-1207067100', u'INDIRECT_-1207066221'), (u'COPY_-1207065942', u'CALL_-1207066625'), ('const-1318663', u'COPY_-1207065942'), (u'CALL_-1207067064', u'INDIRECT_-1207066306'), (u'CALL_-1207066908', u'INDIRECT_-1207066130'), ('tmp_2487', u'PTRSUB_-1207066105'), ('const-268435460', u'CALLOTHER_-1207065867'), ('const-4', u'COPY_-1207067034'), (u'COPY_-1207066088', u'MULTIEQUAL_-1207066368'), (u'CALL_-1207066668', u'INDIRECT_-1207066126'), ('tmp_2496', u'INT_ADD_-1207067127'), (u'BOOL_NEGATE_-1207066112', u'CBRANCH_-1207067033'), (u'BOOL_NEGATE_-1207066238', u'BOOL_AND_-1207066948'), (u'INT_NOTEQUAL_-1207066893', u'COPY_-1207066006'), ('const-0', u'RETURN_-1207065977'), ('const-0', u'INT_EQUAL_-1207067179'), ('tmp_2492', u'INT_ADD_-1207067253'), ('const--1', u'INT_ADD_-1207066996'), (u'INT_MULT_-1207066247', u'INT_ADD_-1207066089'), ('const-1', u'INT_ADD_-1207066089'), (u'INT_ADD_-1207067253', u'CALL_-1207066789'), (u'COPY_-1207066006', u'RETURN_-1207065979'), (u'PTRSUB_-1207065809', u'CALLOTHER_-1207065867'), (u'LOAD_-1207067002', u'INT_LESS_-1207066985'), (u'LOAD_-1207067002', u'INT_EQUAL_-1207066985'), (u'CALL_-1207066668', u'INDIRECT_-1207066020'), ('const-1318663', u'COPY_-1207065969'), ('const-0', u'COPY_-1207067048'), ('const-0', u'INT_NOTEQUAL_-1207066893'), ('const-1317567', u'COPY_-1207066057'), ('tmp_2488', u'CALL_-1207066668'), ('const-0', u'INT_EQUAL_-1207067006'), (u'PTRSUB_-1207066105', u'CALL_-1207067064'), ('const--152', u'PTRSUB_-1207065901'), (u'INDIRECT_-1207066393', u'MULTIEQUAL_-1207066294'), ('const-0', u'INT_NOTEQUAL_-1207067201'), (u'INT_ADD_-1207066090', u'PTRADD_-1207066945'), (u'INDIRECT_-1207066294', u'INT_ZEXT_-1207066990'), (u'PTRSUB_-1207065901', u'CALL_-1207066577'), ('const-268435456', u'CALLOTHER_-1207065868'), ('const-8534745975939571408', u'CALLOTHER_-1207065868'), (u'COPY_-1207067034', u'MULTIEQUAL_-1207066421'), (u'CALL_-1207066819', u'INDIRECT_-1207066098'), (u'PTRSUB_-1207066127', u'CALL_-1207067100'), (u'MULTIEQUAL_-1207066328', u'MULTIEQUAL_-1207066325'), (u'COPY_-1207065912', u'CALL_-1207066577'), ('const-1', u'PTRADD_-1207066945'), ('tmp_2487', u'PTRSUB_-1207065901'), (u'INT_ADD_-1207067253', u'CALL_-1207067216'), (u'INDIRECT_-1207066294', u'INT_ZEXT_-1207066995'), (u'INT_EQUAL_-1207066985', u'MULTIEQUAL_-1207066296'), (u'CAST_-1207066137', u'CALL_-1207066789'), ('tmp_2487', u'PTRSUB_-1207066127'), ('const-1333847', u'COPY_-1207065912'), (u'MULTIEQUAL_-1207066421', u'INT_EQUAL_-1207067006'), ('const-1', u'PTRADD_-1207066940'), ('tmp_392', u'CBRANCH_-1207066986'), (u'MULTIEQUAL_-1207066325', u'BOOL_NEGATE_-1207066238'), (u'INT_NOTEQUAL_-1207066774', u'CBRANCH_-1207066773'), ('tmp_2487', u'PTRSUB_-1207065870'), (u'INT_EQUAL_-1207067034', u'MULTIEQUAL_-1207066296'), (u'INT_ADD_-1207067253', u'CALL_-1207066819'), ('const--120', u'PTRSUB_-1207065870'), ('const--120', u'PTRSUB_-1207066105'), (u'PTRSUB_-1207065901', u'CALL_-1207066625'), (u'INDIRECT_-1207066188', u'MULTIEQUAL_-1207066149'), (u'INT_EQUAL_-1207067158', u'CBRANCH_-1207067155'), ('tmp_2487', u'PTRSUB_-1207065809'), (u'MULTIEQUAL_-1207066384', u'LOAD_-1207067000'), ('tmp_470', u'CBRANCH_-1207066948'), (u'INDIRECT_-1207066082', u'MULTIEQUAL_-1207066149'), ('const-0', u'COPY_-1207066029'), (u'INDIRECT_-1207066071', u'MULTIEQUAL_-1207066294'), ('tmp_2488', u'INT_EQUAL_-1207067179'), ('const-1333841', u'COPY_-1207066150'), (u'CAST_-1207066137', u'INT_NOTEQUAL_-1207067201'), ('tmp_3337', u'INT_EQUAL_-1207066929'), ('tmp_183', u'CBRANCH_-1207067155'), (u'INDIRECT_-1207065965', u'MULTIEQUAL_-1207066188'), (u'CALL_-1207067048', u'INDIRECT_-1207066294'), (u'CALL_-1207067048', u'INDIRECT_-1207066188'), (u'PTRADD_-1207066940', u'COPY_-1207066086'), (u'BOOL_NEGATE_-1207066237', u'BOOL_AND_-1207066948'), (u'LOAD_-1207067000', u'INT_LESS_-1207066985'), (u'LOAD_-1207067000', u'INT_EQUAL_-1207066985'), (u'COPY_-1207066175', u'CALL_-1207067100'), ('tmp_325', u'CBRANCH_-1207067011'), (u'CALL_-1207066789', u'INT_NOTEQUAL_-1207066774'), (u'MULTIEQUAL_-1207066368', u'PTRADD_-1207066945'), ('tmp_498', u'CBRANCH_-1207066927'), (u'CALL_-1207066819', u'INT_NOTEQUAL_-1207066804'), ('tmp_153', u'CBRANCH_-1207067176'), (u'COPY_-1207066057', u'CALL_-1207066819'), ('tmp_714', u'CBRANCH_-1207066773'), ('const-0', u'INT_NOTEQUAL_-1207066804'), (u'INT_NOTEQUAL_-1207066804', u'CBRANCH_-1207066804'), (u'CALL_-1207066577', u'INDIRECT_-1207066071'), (u'CALL_-1207066789', u'INDIRECT_-1207066082'), ('const-0', u'RETURN_-1207066772'), (u'INDIRECT_-1207066306', u'MULTIEQUAL_-1207066294'), (u'MULTIEQUAL_-1207066421', u'INT_ADD_-1207066996'), ('const-1', u'INT_ADD_-1207066090'), (u'CALL_-1207067100', u'INDIRECT_-1207066327'), (u'COPY_-1207066086', u'MULTIEQUAL_-1207066384'), ('const-1', u'COPY_-1207066004'), (u'INT_ADD_-1207067127', u'CALL_-1207067100'), ('const-433', u'LOAD_-1207067000'), (u'INT_ZEXT_-1207066990', u'INT_MULT_-1207066247'), (u'INT_ADD_-1207066996', u'MULTIEQUAL_-1207066421'), ('const--184', u'PTRSUB_-1207065922'), (u'INT_EQUAL_-1207066929', u'CBRANCH_-1207066927'), ('const-1333856', u'COPY_-1207066082'), (u'PTRSUB_-1207066127', u'CALL_-1207067064'), (u'CALL_-1207067064', u'INDIRECT_-1207066200'), (u'INDIRECT_-1207066200', u'MULTIEQUAL_-1207066188'), (u'INT_EQUAL_-1207067179', u'CBRANCH_-1207067176'), ('tmp_2492', u'CALL_-1207067048'), (u'COPY_-1207066082', u'CALL_-1207066908'), ('const-0', u'COPY_-1207066936'), ('tmp_2496', u'INT_EQUAL_-1207067158'), (u'COPY_-1207066084', u'MULTIEQUAL_-1207066368'), (u'COPY_-1207066004', u'RETURN_-1207065977'), (u'PTRSUB_-1207065922', u'CALL_-1207066577'), ('tmp_314', u'CBRANCH_-1207067033'), (u'INT_LESS_-1207066985', u'MULTIEQUAL_-1207066328'), (u'INT_MULT_-1207066248', u'INT_ADD_-1207066090'), ('const--120', u'PTRSUB_-1207066074'), ('const-433', u'LOAD_-1207067002'), ('tmp_123', u'CBRANCH_-1207067200'), (u'COPY_-1207065969', u'CALL_-1207066668'), ('const--2', u'INT_MULT_-1207066248'), ('tmp_761', u'BRANCH_-1207066615'), (u'INT_EQUAL_-1207066985', u'MULTIEQUAL_-1207066293'), ('tmp_2487', u'PTRSUB_-1207065922'), ('const-1', u'INT_ADD_-1207067127'), (u'MULTIEQUAL_-1207066296', u'MULTIEQUAL_-1207066293'), ('const--120', u'PTRSUB_-1207065809'), (u'COPY_-1207066090', u'MULTIEQUAL_-1207066384'), (u'INT_ZEXT_-1207066995', u'INT_MULT_-1207066248'), (u'CALLOTHER_-1207065867', u'INDIRECT_-1207065813'), (u'CALL_-1207067048', u'INT_EQUAL_-1207067034'), (u'CAST_-1207066137', u'COPY_-1207066090'), ('const-0', u'INT_NOTEQUAL_-1207066774'), (u'MULTIEQUAL_-1207066384', u'PTRADD_-1207066940'), (u'INT_NOTEQUAL_-1207067201', u'CBRANCH_-1207067200'), ('const-0', u'INT_EQUAL_-1207066929'), (u'CALL_-1207066625', u'INDIRECT_-1207066100'), (u'CALL_-1207066577', u'INDIRECT_-1207065965'), (u'CALL_-1207067216', u'INDIRECT_-1207066393'), (u'COPY_-1207066029', u'RETURN_-1207066772'), (u'PTRSUB_-1207066074', u'CALL_-1207067048'), (u'INT_ADD_-1207066089', u'PTRADD_-1207066940'), ('const-1337634', u'COPY_-1207067028'), (u'PTRSUB_-1207065870', u'CALL_-1207066577'), (u'PTRSUB_-1207065922', u'CALL_-1207066668'), ('tmp_2496', u'CALL_-1207066625'), ('const-0', u'INT_EQUAL_-1207067034'), (u'INT_LESS_-1207066985', u'MULTIEQUAL_-1207066325'), ('const-0', u'RETURN_-1207065979'), (u'INT_EQUAL_-1207067034', u'BOOL_NEGATE_-1207066112'), (u'MULTIEQUAL_-1207066293', u'BOOL_NEGATE_-1207066237'), (u'INDIRECT_-1207065813', u'MULTIEQUAL_-1207066188')]
| null | null |
00129d60
|
x64
|
O2
|
(translation_unit "bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)\n\n{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}\n\n" (function_definition "bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)\n\n{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" primitive_type (function_declarator "FUN_00129d60(long param_1,long param_2,long param_3,int param_4)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "byte bVar9;" type_identifier identifier ;) (declaration "char local_b8 [32];" primitive_type (array_declarator "local_b8 [32]" identifier [ number_literal ]) ;) (declaration "char local_98 [32];" primitive_type (array_declarator "local_98 [32]" identifier [ number_literal ]) ;) (declaration "char local_78 [72];" primitive_type (array_declarator "local_78 [72]" identifier [ number_literal ]) ;) (expression_statement "bVar9 = 0;" (assignment_expression "bVar9 = 0" identifier = number_literal) ;) (expression_statement "lVar1 = param_1 + 0x10;" (assignment_expression "lVar1 = param_1 + 0x10" identifier = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (expression_statement "pbVar3 = (byte *)FUN_00126930(lVar1);" (assignment_expression "pbVar3 = (byte *)FUN_00126930(lVar1)" identifier = (cast_expression "(byte *)FUN_00126930(lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))))) ;) (if_statement "if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }\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 (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }\n }" { (if_statement "if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }" { (if_statement "if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n builtin_strncpy(local_78,"|[]",4);\n }" { (expression_statement "builtin_strncpy(local_78,"|[]",4);" (call_expression "builtin_strncpy(local_78,"|[]",4)" identifier (argument_list "(local_78,"|[]",4)" ( identifier , (string_literal ""|[]"" " string_content ") , number_literal ))) ;) }) (else_clause "else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" else (compound_statement "{\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" { (expression_statement "sprintf(local_98,"%ld",param_3 + 1);" (call_expression "sprintf(local_98,"%ld",param_3 + 1)" identifier (argument_list "(local_98,"%ld",param_3 + 1)" ( identifier , (string_literal ""%ld"" " string_content ") , (binary_expression "param_3 + 1" identifier + number_literal) ))) ;) (expression_statement "sprintf(local_78,"|[%s]",local_98);" (call_expression "sprintf(local_78,"|[%s]",local_98)" identifier (argument_list "(local_78,"|[%s]",local_98)" ( identifier , (string_literal ""|[%s]"" " string_content ") , identifier ))) ;) }))) }) (else_clause "else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" else (compound_statement "{\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" { (expression_statement "sprintf(local_b8,"%ld",param_2);" (call_expression "sprintf(local_b8,"%ld",param_2)" identifier (argument_list "(local_b8,"%ld",param_2)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(local_98,"%ld",param_3);" (call_expression "sprintf(local_98,"%ld",param_3)" identifier (argument_list "(local_98,"%ld",param_3)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(local_78,"|[%s:%s]",local_b8,local_98);" (call_expression "sprintf(local_78,"|[%s:%s]",local_b8,local_98)" identifier (argument_list "(local_78,"|[%s:%s]",local_b8,local_98)" ( identifier , (string_literal ""|[%s:%s]"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "iVar2 = FUN_00127110(param_1,local_78);" (assignment_expression "iVar2 = FUN_00127110(param_1,local_78)" identifier = (call_expression "FUN_00127110(param_1,local_78)" identifier (argument_list "(param_1,local_78)" ( identifier , identifier )))) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "bVar8 = iVar2 == 0;" (assignment_expression "bVar8 = iVar2 == 0" identifier = (binary_expression "iVar2 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }" if (parenthesized_expression "(!bVar8)" ( (unary_expression "!bVar8" ! identifier) )) (compound_statement "{\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }\n }" { (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" identifier = number_literal) ;) (expression_statement "pbVar5 = pbVar3;" (assignment_expression "pbVar5 = pbVar3" identifier = identifier) ;) (expression_statement "pbVar6 = (byte *)0x146922;" (assignment_expression "pbVar6 = (byte *)0x146922" identifier = (cast_expression "(byte *)0x146922" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar7 = *pbVar5 < *pbVar6;" (assignment_expression "bVar7 = *pbVar5 < *pbVar6" identifier = (binary_expression "*pbVar5 < *pbVar6" (pointer_expression "*pbVar5" * identifier) < (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "bVar8 = *pbVar5 == *pbVar6;" (assignment_expression "bVar8 = *pbVar5 == *pbVar6" identifier = (binary_expression "*pbVar5 == *pbVar6" (pointer_expression "*pbVar5" * identifier) == (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar5 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar5 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar6 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) (if_statement "if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }" if (parenthesized_expression "(((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))))" ( (binary_expression "((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" (parenthesized_expression "((!bVar7 && !bVar8) == bVar7)" ( (binary_expression "(!bVar7 && !bVar8) == bVar7" (parenthesized_expression "(!bVar7 && !bVar8)" ( (binary_expression "!bVar7 && !bVar8" (unary_expression "!bVar7" ! identifier) && (unary_expression "!bVar8" ! identifier)) )) == identifier) )) || (parenthesized_expression "((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" ( (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))" ( (comma_expression "iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (assignment_expression "iVar2 = FUN_00127080(lVar1,":")" identifier = (call_expression "FUN_00127080(lVar1,":")" identifier (argument_list "(lVar1,":")" ( identifier , (string_literal "":"" " string_content ") )))) , (binary_expression "iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (binary_expression "iVar2 != 0" identifier != number_literal) && (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" ( (comma_expression "iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0" (assignment_expression "iVar2 = FUN_00127080(lVar1,pbVar3)" identifier = (call_expression "FUN_00127080(lVar1,pbVar3)" identifier (argument_list "(lVar1,pbVar3)" ( identifier , identifier )))) , (binary_expression "iVar2 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," /* string */");\n return iVar2 != 0;\n }" { (if_statement "if (param_4 == 0) {\n return true;\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (expression_statement "iVar2 = FUN_00127080(lVar1," /* string */");" (assignment_expression "iVar2 = FUN_00127080(lVar1," /* string */")" identifier = (call_expression "FUN_00127080(lVar1," /* string */")" identifier (argument_list "(lVar1," /* string */")" ( identifier , (string_literal "" /* string */"" " string_content ") )))) ;) (return_statement "return iVar2 != 0;" return (binary_expression "iVar2 != 0" identifier != number_literal) ;) })) })) })) (return_statement "return false;" return false ;) })))
|
(translation_unit "bfd_boolean pr_array_type(void *p,bfd_signed_vma lower,bfd_signed_vma upper,bfd_boolean stringp)\n\n{\n pr_handle *info_00;\n bfd_boolean bVar1;\n byte *s;\n long lVar2;\n byte *pbVar3;\n pr_handle *info;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n char abl [22];\n char abu [22];\n char ab [50];\n \n bVar7 = 0;\n info_00 = (pr_handle *)((long)p + 0x10);\n s = (byte *)pop_type(info_00);\n if (s != (byte *)0x0) {\n if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }\n bVar1 = substitute_type((pr_handle *)p,ab);\n bVar5 = false;\n bVar6 = bVar1 == 0;\n if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }\n }\n return 0;\n}\n\n" (function_definition "bfd_boolean pr_array_type(void *p,bfd_signed_vma lower,bfd_signed_vma upper,bfd_boolean stringp)\n\n{\n pr_handle *info_00;\n bfd_boolean bVar1;\n byte *s;\n long lVar2;\n byte *pbVar3;\n pr_handle *info;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n char abl [22];\n char abu [22];\n char ab [50];\n \n bVar7 = 0;\n info_00 = (pr_handle *)((long)p + 0x10);\n s = (byte *)pop_type(info_00);\n if (s != (byte *)0x0) {\n if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }\n bVar1 = substitute_type((pr_handle *)p,ab);\n bVar5 = false;\n bVar6 = bVar1 == 0;\n if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }\n }\n return 0;\n}" type_identifier (function_declarator "pr_array_type(void *p,bfd_signed_vma lower,bfd_signed_vma upper,bfd_boolean stringp)" identifier (parameter_list "(void *p,bfd_signed_vma lower,bfd_signed_vma upper,bfd_boolean stringp)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "bfd_signed_vma lower" type_identifier identifier) , (parameter_declaration "bfd_signed_vma upper" type_identifier identifier) , (parameter_declaration "bfd_boolean stringp" type_identifier identifier) ))) (compound_statement "{\n pr_handle *info_00;\n bfd_boolean bVar1;\n byte *s;\n long lVar2;\n byte *pbVar3;\n pr_handle *info;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n char abl [22];\n char abu [22];\n char ab [50];\n \n bVar7 = 0;\n info_00 = (pr_handle *)((long)p + 0x10);\n s = (byte *)pop_type(info_00);\n if (s != (byte *)0x0) {\n if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }\n bVar1 = substitute_type((pr_handle *)p,ab);\n bVar5 = false;\n bVar6 = bVar1 == 0;\n if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }\n }\n return 0;\n}" { (declaration "pr_handle *info_00;" type_identifier (pointer_declarator "*info_00" * identifier) ;) (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "byte *s;" type_identifier (pointer_declarator "*s" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "pr_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "byte bVar7;" type_identifier identifier ;) (declaration "char abl [22];" primitive_type (array_declarator "abl [22]" identifier [ number_literal ]) ;) (declaration "char abu [22];" primitive_type (array_declarator "abu [22]" identifier [ number_literal ]) ;) (declaration "char ab [50];" primitive_type (array_declarator "ab [50]" identifier [ number_literal ]) ;) (expression_statement "bVar7 = 0;" (assignment_expression "bVar7 = 0" identifier = number_literal) ;) (expression_statement "info_00 = (pr_handle *)((long)p + 0x10);" (assignment_expression "info_00 = (pr_handle *)((long)p + 0x10)" identifier = (cast_expression "(pr_handle *)((long)p + 0x10)" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "s = (byte *)pop_type(info_00);" (assignment_expression "s = (byte *)pop_type(info_00)" identifier = (cast_expression "(byte *)pop_type(info_00)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "pop_type(info_00)" identifier (argument_list "(info_00)" ( identifier ))))) ;) (if_statement "if (s != (byte *)0x0) {\n if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }\n bVar1 = substitute_type((pr_handle *)p,ab);\n bVar5 = false;\n bVar6 = bVar1 == 0;\n if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }\n }" if (parenthesized_expression "(s != (byte *)0x0)" ( (binary_expression "s != (byte *)0x0" identifier != (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }\n bVar1 = substitute_type((pr_handle *)p,ab);\n bVar5 = false;\n bVar6 = bVar1 == 0;\n if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }\n }" { (if_statement "if (lower == 0) {\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }\n else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }" if (parenthesized_expression "(lower == 0)" ( (binary_expression "lower == 0" identifier == number_literal) )) (compound_statement "{\n if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }\n }" { (if_statement "if (upper == -1) {\n builtin_strncpy(ab,"|[]",4);\n }\n else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }" if (parenthesized_expression "(upper == -1)" ( (binary_expression "upper == -1" identifier == number_literal) )) (compound_statement "{\n builtin_strncpy(ab,"|[]",4);\n }" { (expression_statement "builtin_strncpy(ab,"|[]",4);" (call_expression "builtin_strncpy(ab,"|[]",4)" identifier (argument_list "(ab,"|[]",4)" ( identifier , (string_literal ""|[]"" " string_content ") , number_literal ))) ;) }) (else_clause "else {\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }" else (compound_statement "{\n sprintf(abu,"%ld",upper + 1);\n sprintf(ab,"|[%s]",abu);\n }" { (expression_statement "sprintf(abu,"%ld",upper + 1);" (call_expression "sprintf(abu,"%ld",upper + 1)" identifier (argument_list "(abu,"%ld",upper + 1)" ( identifier , (string_literal ""%ld"" " string_content ") , (binary_expression "upper + 1" identifier + number_literal) ))) ;) (expression_statement "sprintf(ab,"|[%s]",abu);" (call_expression "sprintf(ab,"|[%s]",abu)" identifier (argument_list "(ab,"|[%s]",abu)" ( identifier , (string_literal ""|[%s]"" " string_content ") , identifier ))) ;) }))) }) (else_clause "else {\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }" else (compound_statement "{\n sprintf(abl,"%ld",lower);\n sprintf(abu,"%ld",upper);\n sprintf(ab,"|[%s:%s]",abl,abu);\n }" { (expression_statement "sprintf(abl,"%ld",lower);" (call_expression "sprintf(abl,"%ld",lower)" identifier (argument_list "(abl,"%ld",lower)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(abu,"%ld",upper);" (call_expression "sprintf(abu,"%ld",upper)" identifier (argument_list "(abu,"%ld",upper)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(ab,"|[%s:%s]",abl,abu);" (call_expression "sprintf(ab,"|[%s:%s]",abl,abu)" identifier (argument_list "(ab,"|[%s:%s]",abl,abu)" ( identifier , (string_literal ""|[%s:%s]"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "bVar1 = substitute_type((pr_handle *)p,ab);" (assignment_expression "bVar1 = substitute_type((pr_handle *)p,ab)" identifier = (call_expression "substitute_type((pr_handle *)p,ab)" identifier (argument_list "((pr_handle *)p,ab)" ( (cast_expression "(pr_handle *)p" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar6 = bVar1 == 0;" (assignment_expression "bVar6 = bVar1 == 0" identifier = (binary_expression "bVar1 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar6) {\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }" if (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) )) (compound_statement "{\n lVar2 = 4;\n pbVar3 = s;\n pbVar4 = (byte *)0x146922;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);\n if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }\n }" { (expression_statement "lVar2 = 4;" (assignment_expression "lVar2 = 4" identifier = number_literal) ;) (expression_statement "pbVar3 = s;" (assignment_expression "pbVar3 = s" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)0x146922;" (assignment_expression "pbVar4 = (byte *)0x146922" identifier = (cast_expression "(byte *)0x146922" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n } while (bVar6);" do (compound_statement "{\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar6 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;\n pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;\n }" { (if_statement "if (lVar2 == 0) break;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = lVar2 + -1;" (assignment_expression "lVar2 = lVar2 + -1" identifier = (binary_expression "lVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar3 < *pbVar4;" (assignment_expression "bVar5 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar6 = *pbVar3 == *pbVar4;" (assignment_expression "bVar6 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar3 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar3 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (ulong)bVar7 * -2 + 1" identifier = (binary_expression "pbVar4 + (ulong)bVar7 * -2 + 1" (binary_expression "pbVar4 + (ulong)bVar7 * -2" identifier + (binary_expression "(ulong)bVar7 * -2" (cast_expression "(ulong)bVar7" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar6)" ( identifier )) ;) (if_statement "if (((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))) {\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }" if (parenthesized_expression "(((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0))))" ( (binary_expression "((!bVar5 && !bVar6) == bVar5) ||\n ((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))" (parenthesized_expression "((!bVar5 && !bVar6) == bVar5)" ( (binary_expression "(!bVar5 && !bVar6) == bVar5" (parenthesized_expression "(!bVar5 && !bVar6)" ( (binary_expression "!bVar5 && !bVar6" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar6" ! identifier)) )) == identifier) )) || (parenthesized_expression "((bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)))" ( (parenthesized_expression "(bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0))" ( (comma_expression "bVar1 = append_type(info_00,":"), bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)" (assignment_expression "bVar1 = append_type(info_00,":")" identifier = (call_expression "append_type(info_00,":")" identifier (argument_list "(info_00,":")" ( identifier , (string_literal "":"" " string_content ") )))) , (binary_expression "bVar1 != 0 &&\n (bVar1 = append_type(info_00,(char *)s), bVar1 != 0)" (binary_expression "bVar1 != 0" identifier != number_literal) && (parenthesized_expression "(bVar1 = append_type(info_00,(char *)s), bVar1 != 0)" ( (comma_expression "bVar1 = append_type(info_00,(char *)s), bVar1 != 0" (assignment_expression "bVar1 = append_type(info_00,(char *)s)" identifier = (call_expression "append_type(info_00,(char *)s)" identifier (argument_list "(info_00,(char *)s)" ( identifier , (cast_expression "(char *)s" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) , (binary_expression "bVar1 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n if (stringp == 0) {\n return 1;\n }\n bVar1 = append_type(info_00," /* string */");\n return (uint)(bVar1 != 0);\n }" { (if_statement "if (stringp == 0) {\n return 1;\n }" if (parenthesized_expression "(stringp == 0)" ( (binary_expression "stringp == 0" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "bVar1 = append_type(info_00," /* string */");" (assignment_expression "bVar1 = append_type(info_00," /* string */")" identifier = (call_expression "append_type(info_00," /* string */")" identifier (argument_list "(info_00," /* string */")" ( identifier , (string_literal "" /* string */"" " string_content ") )))) ;) (return_statement "return (uint)(bVar1 != 0);" return (call_expression "(uint)(bVar1 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) ))) ;) })) })) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)\n\n{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}\n\n" (function_definition "bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)\n\n{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" primitive_type (function_declarator "FUN_00129d60(long param_1,long param_2,long param_3,int param_4)" identifier (parameter_list "(long param_1,long param_2,long param_3,int param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "byte bVar9;" type_identifier identifier ;) (declaration "char local_b8 [32];" primitive_type (array_declarator "local_b8 [32]" identifier [ number_literal ]) ;) (declaration "char local_98 [32];" primitive_type (array_declarator "local_98 [32]" identifier [ number_literal ]) ;) (declaration "char local_78 [72];" primitive_type (array_declarator "local_78 [72]" identifier [ number_literal ]) ;) (expression_statement "bVar9 = 0;" (assignment_expression "bVar9 = 0" identifier = number_literal) ;) (expression_statement "lVar1 = param_1 + 0x10;" (assignment_expression "lVar1 = param_1 + 0x10" identifier = (binary_expression "param_1 + 0x10" identifier + number_literal)) ;) (expression_statement "pbVar3 = (byte *)FUN_00126930(lVar1);" (assignment_expression "pbVar3 = (byte *)FUN_00126930(lVar1)" identifier = (cast_expression "(byte *)FUN_00126930(lVar1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00126930(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))))) ;) (if_statement "if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\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 (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }" { (if_statement "if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" if (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }" { (if_statement "if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" if (parenthesized_expression "(param_3 == -1)" ( (binary_expression "param_3 == -1" identifier == number_literal) )) (compound_statement "{\n builtin_strncpy(local_78,"|[]",4);\n }" { (expression_statement "builtin_strncpy(local_78,"|[]",4);" (call_expression "builtin_strncpy(local_78,"|[]",4)" identifier (argument_list "(local_78,"|[]",4)" ( identifier , (string_literal ""|[]"" " string_content ") , number_literal ))) ;) }) (else_clause "else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" else (compound_statement "{\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" { (expression_statement "sprintf(local_98,"%ld",param_3 + 1);" (call_expression "sprintf(local_98,"%ld",param_3 + 1)" identifier (argument_list "(local_98,"%ld",param_3 + 1)" ( identifier , (string_literal ""%ld"" " string_content ") , (binary_expression "param_3 + 1" identifier + number_literal) ))) ;) (expression_statement "sprintf(local_78,"|[%s]",local_98);" (call_expression "sprintf(local_78,"|[%s]",local_98)" identifier (argument_list "(local_78,"|[%s]",local_98)" ( identifier , (string_literal ""|[%s]"" " string_content ") , identifier ))) ;) }))) }) (else_clause "else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" else (compound_statement "{\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" { (expression_statement "sprintf(local_b8,"%ld",param_2);" (call_expression "sprintf(local_b8,"%ld",param_2)" identifier (argument_list "(local_b8,"%ld",param_2)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(local_98,"%ld",param_3);" (call_expression "sprintf(local_98,"%ld",param_3)" identifier (argument_list "(local_98,"%ld",param_3)" ( identifier , (string_literal ""%ld"" " string_content ") , identifier ))) ;) (expression_statement "sprintf(local_78,"|[%s:%s]",local_b8,local_98);" (call_expression "sprintf(local_78,"|[%s:%s]",local_b8,local_98)" identifier (argument_list "(local_78,"|[%s:%s]",local_b8,local_98)" ( identifier , (string_literal ""|[%s:%s]"" " string_content ") , identifier , identifier ))) ;) }))) (expression_statement "iVar2 = FUN_00127110(param_1,local_78);" (assignment_expression "iVar2 = FUN_00127110(param_1,local_78)" identifier = (call_expression "FUN_00127110(param_1,local_78)" identifier (argument_list "(param_1,local_78)" ( identifier , identifier )))) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "bVar8 = iVar2 == 0;" (assignment_expression "bVar8 = iVar2 == 0" identifier = (binary_expression "iVar2 == 0" identifier == number_literal)) ;) (if_statement "if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }" if (parenthesized_expression "(!bVar8)" ( (unary_expression "!bVar8" ! identifier) )) (compound_statement "{\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }" { (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" identifier = number_literal) ;) (expression_statement "pbVar5 = pbVar3;" (assignment_expression "pbVar5 = pbVar3" identifier = identifier) ;) (expression_statement "pbVar6 = (byte *)0x146922;" (assignment_expression "pbVar6 = (byte *)0x146922" identifier = (cast_expression "(byte *)0x146922" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar7 = *pbVar5 < *pbVar6;" (assignment_expression "bVar7 = *pbVar5 < *pbVar6" identifier = (binary_expression "*pbVar5 < *pbVar6" (pointer_expression "*pbVar5" * identifier) < (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "bVar8 = *pbVar5 == *pbVar6;" (assignment_expression "bVar8 = *pbVar5 == *pbVar6" identifier = (binary_expression "*pbVar5 == *pbVar6" (pointer_expression "*pbVar5" * identifier) == (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar5 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar5 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar6 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) (if_statement "if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }" if (parenthesized_expression "(((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))))" ( (binary_expression "((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" (parenthesized_expression "((!bVar7 && !bVar8) == bVar7)" ( (binary_expression "(!bVar7 && !bVar8) == bVar7" (parenthesized_expression "(!bVar7 && !bVar8)" ( (binary_expression "!bVar7 && !bVar8" (unary_expression "!bVar7" ! identifier) && (unary_expression "!bVar8" ! identifier)) )) == identifier) )) || (parenthesized_expression "((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" ( (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))" ( (comma_expression "iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (assignment_expression "iVar2 = FUN_00127080(lVar1,":")" identifier = (call_expression "FUN_00127080(lVar1,":")" identifier (argument_list "(lVar1,":")" ( identifier , (string_literal "":"" " string_content ") )))) , (binary_expression "iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (binary_expression "iVar2 != 0" identifier != number_literal) && (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" ( (comma_expression "iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0" (assignment_expression "iVar2 = FUN_00127080(lVar1,pbVar3)" identifier = (call_expression "FUN_00127080(lVar1,pbVar3)" identifier (argument_list "(lVar1,pbVar3)" ( identifier , identifier )))) , (binary_expression "iVar2 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }" { (if_statement "if (param_4 == 0) {\n return true;\n }" if (parenthesized_expression "(param_4 == 0)" ( (binary_expression "param_4 == 0" identifier == number_literal) )) (compound_statement "{\n return true;\n }" { (return_statement "return true;" return true ;) })) (expression_statement "iVar2 = FUN_00127080(lVar1," ");" (assignment_expression "iVar2 = FUN_00127080(lVar1," ")" identifier = (call_expression "FUN_00127080(lVar1," ")" identifier (argument_list "(lVar1," ")" ( identifier , (string_literal "" "" " string_content ") )))) ;) (return_statement "return iVar2 != 0;" return (binary_expression "iVar2 != 0" identifier != number_literal) ;) })) })) })) (return_statement "return false;" return false ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_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 *)) ) (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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) }))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , 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 , IDENT )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) 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 )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) || (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) , (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) , (binary_expression IDENT != LIT)) )))) )) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return BOOL ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (return_statement return (binary_expression IDENT != LIT) ;) })) })) })) (return_statement return BOOL ;) })))
|
(function_definition "bool FUN_00129d60(long param_1,long param_2,long param_3,int param_4)\n\n{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" (primitive_type "bool") (function_declarator "FUN_00129d60(long param_1,long param_2,long param_3,int param_4)" (identifier "FUN_00129d60") (parameter_list "(long param_1,long param_2,long param_3,int param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n long lVar1;\n int iVar2;\n byte *pbVar3;\n long lVar4;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n char local_b8 [32];\n char local_98 [32];\n char local_78 [72];\n \n bVar9 = 0;\n lVar1 = param_1 + 0x10;\n pbVar3 = (byte *)FUN_00126930(lVar1);\n if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }\n return false;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "byte *pbVar5;" (type_identifier "byte") (pointer_declarator "*pbVar5" (* "*") (identifier "pbVar5")) (; ";")) (declaration "byte *pbVar6;" (type_identifier "byte") (pointer_declarator "*pbVar6" (* "*") (identifier "pbVar6")) (; ";")) (declaration "bool bVar7;" (primitive_type "bool") (identifier "bVar7") (; ";")) (declaration "bool bVar8;" (primitive_type "bool") (identifier "bVar8") (; ";")) (declaration "byte bVar9;" (type_identifier "byte") (identifier "bVar9") (; ";")) (declaration "char local_b8 [32];" (primitive_type "char") (array_declarator "local_b8 [32]" (identifier "local_b8") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "char local_98 [32];" (primitive_type "char") (array_declarator "local_98 [32]" (identifier "local_98") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "char local_78 [72];" (primitive_type "char") (array_declarator "local_78 [72]" (identifier "local_78") ([ "[") (number_literal "72") (] "]")) (; ";")) (expression_statement "bVar9 = 0;" (assignment_expression "bVar9 = 0" (identifier "bVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar1 = param_1 + 0x10;" (assignment_expression "lVar1 = param_1 + 0x10" (identifier "lVar1") (= "=") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "pbVar3 = (byte *)FUN_00126930(lVar1);" (assignment_expression "pbVar3 = (byte *)FUN_00126930(lVar1)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)FUN_00126930(lVar1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00126930(lVar1)" (identifier "FUN_00126930") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))))) (; ";")) (if_statement "if (pbVar3 != (byte *)0x0) {\n if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\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 (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }\n iVar2 = FUN_00127110(param_1,local_78);\n bVar7 = false;\n bVar8 = iVar2 == 0;\n if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }\n }" ({ "{") (if_statement "if (param_2 == 0) {\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }\n else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" (if "if") (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }\n }" ({ "{") (if_statement "if (param_3 == -1) {\n builtin_strncpy(local_78,"|[]",4);\n }\n else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" (if "if") (parenthesized_expression "(param_3 == -1)" (( "(") (binary_expression "param_3 == -1" (identifier "param_3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n builtin_strncpy(local_78,"|[]",4);\n }" ({ "{") (expression_statement "builtin_strncpy(local_78,"|[]",4);" (call_expression "builtin_strncpy(local_78,"|[]",4)" (identifier "builtin_strncpy") (argument_list "(local_78,"|[]",4)" (( "(") (identifier "local_78") (, ",") (string_literal ""|[]"" (" """) (string_content "|[]") (" """)) (, ",") (number_literal "4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" (else "else") (compound_statement "{\n sprintf(local_98,"%ld",param_3 + 1);\n sprintf(local_78,"|[%s]",local_98);\n }" ({ "{") (expression_statement "sprintf(local_98,"%ld",param_3 + 1);" (call_expression "sprintf(local_98,"%ld",param_3 + 1)" (identifier "sprintf") (argument_list "(local_98,"%ld",param_3 + 1)" (( "(") (identifier "local_98") (, ",") (string_literal ""%ld"" (" """) (string_content "%ld") (" """)) (, ",") (binary_expression "param_3 + 1" (identifier "param_3") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "sprintf(local_78,"|[%s]",local_98);" (call_expression "sprintf(local_78,"|[%s]",local_98)" (identifier "sprintf") (argument_list "(local_78,"|[%s]",local_98)" (( "(") (identifier "local_78") (, ",") (string_literal ""|[%s]"" (" """) (string_content "|[%s]") (" """)) (, ",") (identifier "local_98") () ")"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" (else "else") (compound_statement "{\n sprintf(local_b8,"%ld",param_2);\n sprintf(local_98,"%ld",param_3);\n sprintf(local_78,"|[%s:%s]",local_b8,local_98);\n }" ({ "{") (expression_statement "sprintf(local_b8,"%ld",param_2);" (call_expression "sprintf(local_b8,"%ld",param_2)" (identifier "sprintf") (argument_list "(local_b8,"%ld",param_2)" (( "(") (identifier "local_b8") (, ",") (string_literal ""%ld"" (" """) (string_content "%ld") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "sprintf(local_98,"%ld",param_3);" (call_expression "sprintf(local_98,"%ld",param_3)" (identifier "sprintf") (argument_list "(local_98,"%ld",param_3)" (( "(") (identifier "local_98") (, ",") (string_literal ""%ld"" (" """) (string_content "%ld") (" """)) (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "sprintf(local_78,"|[%s:%s]",local_b8,local_98);" (call_expression "sprintf(local_78,"|[%s:%s]",local_b8,local_98)" (identifier "sprintf") (argument_list "(local_78,"|[%s:%s]",local_b8,local_98)" (( "(") (identifier "local_78") (, ",") (string_literal ""|[%s:%s]"" (" """) (string_content "|[%s:%s]") (" """)) (, ",") (identifier "local_b8") (, ",") (identifier "local_98") () ")"))) (; ";")) (} "}")))) (expression_statement "iVar2 = FUN_00127110(param_1,local_78);" (assignment_expression "iVar2 = FUN_00127110(param_1,local_78)" (identifier "iVar2") (= "=") (call_expression "FUN_00127110(param_1,local_78)" (identifier "FUN_00127110") (argument_list "(param_1,local_78)" (( "(") (identifier "param_1") (, ",") (identifier "local_78") () ")")))) (; ";")) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" (identifier "bVar7") (= "=") (false "false")) (; ";")) (expression_statement "bVar8 = iVar2 == 0;" (assignment_expression "bVar8 = iVar2 == 0" (identifier "bVar8") (= "=") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0"))) (; ";")) (if_statement "if (!bVar8) {\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }" (if "if") (parenthesized_expression "(!bVar8)" (( "(") (unary_expression "!bVar8" (! "!") (identifier "bVar8")) () ")")) (compound_statement "{\n lVar4 = 4;\n pbVar5 = pbVar3;\n pbVar6 = (byte *)0x146922;\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }\n }" ({ "{") (expression_statement "lVar4 = 4;" (assignment_expression "lVar4 = 4" (identifier "lVar4") (= "=") (number_literal "4")) (; ";")) (expression_statement "pbVar5 = pbVar3;" (assignment_expression "pbVar5 = pbVar3" (identifier "pbVar5") (= "=") (identifier "pbVar3")) (; ";")) (expression_statement "pbVar6 = (byte *)0x146922;" (assignment_expression "pbVar6 = (byte *)0x146922" (identifier "pbVar6") (= "=") (cast_expression "(byte *)0x146922" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x146922"))) (; ";")) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);" (do "do") (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar4 == 0) break;" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" (identifier "lVar4") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar7 = *pbVar5 < *pbVar6;" (assignment_expression "bVar7 = *pbVar5 < *pbVar6" (identifier "bVar7") (= "=") (binary_expression "*pbVar5 < *pbVar6" (pointer_expression "*pbVar5" (* "*") (identifier "pbVar5")) (< "<") (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")))) (; ";")) (expression_statement "bVar8 = *pbVar5 == *pbVar6;" (assignment_expression "bVar8 = *pbVar5 == *pbVar6" (identifier "bVar8") (= "=") (binary_expression "*pbVar5 == *pbVar6" (pointer_expression "*pbVar5" (* "*") (identifier "pbVar5")) (== "==") (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")))) (; ";")) (expression_statement "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1" (identifier "pbVar5") (= "=") (binary_expression "pbVar5 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar5 + (ulong)bVar9 * -2" (identifier "pbVar5") (+ "+") (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar9")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar9 * -2" (identifier "pbVar6") (+ "+") (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar9")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar8)" (( "(") (identifier "bVar8") () ")")) (; ";")) (if_statement "if (((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }" (if "if") (parenthesized_expression "(((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))))" (( "(") (binary_expression "((!bVar7 && !bVar8) == bVar7) ||\n ((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" (parenthesized_expression "((!bVar7 && !bVar8) == bVar7)" (( "(") (binary_expression "(!bVar7 && !bVar8) == bVar7" (parenthesized_expression "(!bVar7 && !bVar8)" (( "(") (binary_expression "!bVar7 && !bVar8" (unary_expression "!bVar7" (! "!") (identifier "bVar7")) (&& "&&") (unary_expression "!bVar8" (! "!") (identifier "bVar8"))) () ")")) (== "==") (identifier "bVar7")) () ")")) (|| "||") (parenthesized_expression "((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))" (( "(") (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0))" (( "(") (comma_expression "iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (assignment_expression "iVar2 = FUN_00127080(lVar1,":")" (identifier "iVar2") (= "=") (call_expression "FUN_00127080(lVar1,":")" (identifier "FUN_00127080") (argument_list "(lVar1,":")" (( "(") (identifier "lVar1") (, ",") (string_literal "":"" (" """) (string_content ":") (" """)) () ")")))) (, ",") (binary_expression "iVar2 != 0 &&\n (iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)" (( "(") (comma_expression "iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0" (assignment_expression "iVar2 = FUN_00127080(lVar1,pbVar3)" (identifier "iVar2") (= "=") (call_expression "FUN_00127080(lVar1,pbVar3)" (identifier "FUN_00127080") (argument_list "(lVar1,pbVar3)" (( "(") (identifier "lVar1") (, ",") (identifier "pbVar3") () ")")))) (, ",") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0"))) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (param_4 == 0) {\n return true;\n }\n iVar2 = FUN_00127080(lVar1," ");\n return iVar2 != 0;\n }" ({ "{") (if_statement "if (param_4 == 0) {\n return true;\n }" (if "if") (parenthesized_expression "(param_4 == 0)" (( "(") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return true;\n }" ({ "{") (return_statement "return true;" (return "return") (true "true") (; ";")) (} "}"))) (expression_statement "iVar2 = FUN_00127080(lVar1," ");" (assignment_expression "iVar2 = FUN_00127080(lVar1," ")" (identifier "iVar2") (= "=") (call_expression "FUN_00127080(lVar1," ")" (identifier "FUN_00127080") (argument_list "(lVar1," ")" (( "(") (identifier "lVar1") (, ",") (string_literal "" "" (" """) (string_content " ") (" """)) () ")")))) (; ";")) (return_statement "return iVar2 != 0;" (return "return") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}")))
|
type_1 function_1(void *p,type_2 var_3,type_2 var_4,type_1 var_14)
{
type_3 *info_00;
type_1 var_8;
type_4 *var_2;
long var_9;
type_4 *var_10;
type_3 *info;
type_4 *var_11;
bool var_12;
bool bVar6;
type_4 bVar7;
char abl [22];
char abu [22];
char ab [50];
bVar7 = 0;
info_00 = (type_3 *)((long)p + 0x10);
var_2 = (type_4 *)var_1(info_00);
if (var_2 != (type_4 *)0x0) {
if (var_3 == 0) {
if (var_4 == -1) {
var_5(ab,"|[]",4);
}
else {
var_6(abu,"%ld",var_4 + 1);
var_6(ab,"|[%s]",abu);
}
}
else {
var_6(abl,"%ld",var_3);
var_6(abu,"%ld",var_4);
var_6(ab,"|[%s:%s]",abl,abu);
}
var_8 = var_7((type_3 *)p,ab);
var_12 = false;
bVar6 = var_8 == 0;
if (!bVar6) {
var_9 = 4;
var_10 = var_2;
var_11 = (type_4 *)0x146922;
do {
if (var_9 == 0) break;
var_9 = var_9 + -1;
var_12 = *var_10 < *var_11;
bVar6 = *var_10 == *var_11;
var_10 = var_10 + (type_5)bVar7 * -2 + 1;
var_11 = var_11 + (type_5)bVar7 * -2 + 1;
} while (bVar6);
if (((!var_12 && !bVar6) == var_12) ||
((var_8 = var_13(info_00,":"), var_8 != 0 &&
(var_8 = var_13(info_00,(char *)var_2), var_8 != 0)))) {
if (var_14 == 0) {
return 1;
}
var_8 = var_13(info_00," /* string */");
return (uint)(var_8 != 0);
}
}
}
return 0;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (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: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (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) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (true)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement (false)))))
| null |
bool MASKED(long param_1,long param_2,long param_3,int param_4)
{
long lVar1;
int iVar2;
byte *pbVar3;
long lVar4;
byte *pbVar5;
byte *pbVar6;
bool bVar7;
bool bVar8;
byte bVar9;
char local_b8 [32];
char local_98 [32];
char local_78 [72];
bVar9 = 0;
lVar1 = param_1 + 0x10;
pbVar3 = (byte *)FUN_00126930(lVar1);
if (pbVar3 != (byte *)0x0) {
if (param_2 == 0) {
if (param_3 == -1) {
builtin_strncpy(local_78,"|[]",4);
}
else {
sprintf(local_98,"%ld",param_3 + 1);
sprintf(local_78,"|[%s]",local_98);
}
}
else {
sprintf(local_b8,"%ld",param_2);
sprintf(local_98,"%ld",param_3);
sprintf(local_78,"|[%s:%s]",local_b8,local_98);
}
iVar2 = FUN_00127110(param_1,local_78);
bVar7 = false;
bVar8 = iVar2 == 0;
if (!bVar8) {
lVar4 = 4;
pbVar5 = pbVar3;
pbVar6 = (byte *)0x146922;
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar7 = *pbVar5 < *pbVar6;
bVar8 = *pbVar5 == *pbVar6;
pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;
pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;
} while (bVar8);
if (((!bVar7 && !bVar8) == bVar7) ||
((iVar2 = FUN_00127080(lVar1,":"), iVar2 != 0 &&
(iVar2 = FUN_00127080(lVar1,pbVar3), iVar2 != 0)))) {
if (param_4 == 0) {
return true;
}
iVar2 = FUN_00127080(lVar1," /* string */");
return iVar2 != 0;
}
}
}
return false;
}
|
7218_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
wostream
|
FUN_002af980
|
/* std::wostream::wostream() */
void __thiscall std::wostream::wostream(wostream *this)
{
ios_base::ios_base((ios_base *)(this + 8));
*(undefined8 *)(this + 0xe0) = 0;
*(undefined4 *)(this + 0xe8) = 0;
this[0xec] = (wostream)0x0;
*(undefined8 *)(this + 0xf0) = 0;
*(undefined8 *)(this + 0xf8) = 0;
*(undefined8 *)(this + 0x100) = 0;
*(undefined8 *)(this + 0x108) = 0;
*(undefined8 *)this = 0x3f2868;
*(undefined8 *)(this + 8) = 0x3f2890;
/* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */
wios::init((wios *)(this + 8),(wstreambuf *)0x0);
return;
}
|
void FUN_002af980(undefined8 *param_1)
{
FUN_002e06e0(param_1 + 1);
param_1[0x1c] = 0;
*(undefined4 *)(param_1 + 0x1d) = 0;
*(undefined1 *)((long)param_1 + 0xec) = 0;
param_1[0x1e] = 0;
param_1[0x1f] = 0;
param_1[0x20] = 0;
param_1[0x21] = 0;
*param_1 = &PTR_FUN_003f2868;
param_1[1] = &PTR_FUN_003f2890;
/* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */
FUN_002c9590(param_1 + 1,0);
return;
}
|
PUSH R12
PUSH RBP
LEA RBP,[RDI + 0x8]
PUSH RBX
MOV RBX,RDI
MOV RDI,RBP
CALL 0x002e06e0
LEA RAX,[0x3f2850]
XOR ESI,ESI
MOV RDI,RBP
MOV qword ptr [RBX + 0xe0],0x0
LEA RDX,[RAX + 0x18]
ADD RAX,0x40
MOV dword ptr [RBX + 0xe8],0x0
MOV byte ptr [RBX + 0xec],0x0
MOV qword ptr [RBX + 0xf0],0x0
MOV qword ptr [RBX + 0xf8],0x0
MOV qword ptr [RBX + 0x100],0x0
MOV qword ptr [RBX + 0x108],0x0
MOV qword ptr [RBX],RDX
MOV qword ptr [RBX + 0x8],RAX
CALL 0x002c9590
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const-0', u'CALL_-1204422080'), ('tmp_225', u'PTRADD_-1204422198'), ('tmp_225', u'PTRADD_-1204422064'), ('tmp_225', u'PTRADD_-1204422078'), (u'PTRADD_-1204422148', u'CAST_-1204422039'), ('const-433', u'STORE_-1204422175'), ('const-248', u'PTRADD_-1204422078'), ('const-0', u'STORE_-1204422208'), ('tmp_225', u'PTRADD_-1204422115'), ('const-232', u'PTRADD_-1204422115'), (u'PTRADD_-1204422050', u'CAST_-1204421965'), (u'PTRADD_-1204422115', u'CAST_-1204422019'), ('const-0', u'STORE_-1204422152'), ('const-0', u'STORE_-1204422162'), (u'PTRADD_-1204422198', u'CAST_-1204421944'), ('const-1', u'PTRADD_-1204422092'), ('const-1', u'PTRADD_-1204422050'), ('tmp_225', u'CAST_-1204421953'), ('const-433', u'STORE_-1204422152'), ('const-8', u'PTRADD_-1204422198'), ('const-1', u'PTRADD_-1204422148'), ('const-4139112', u'STORE_-1204422097'), (u'CAST_-1204421953', u'STORE_-1204422097'), ('const-1', u'PTRADD_-1204422078'), ('const-224', u'PTRADD_-1204422148'), ('tmp_225', u'PTRADD_-1204422102'), ('const-256', u'PTRADD_-1204422064'), ('const-433', u'STORE_-1204422097'), (u'PTRADD_-1204422031', u'CAST_-1204421949'), ('const-0', u'STORE_-1204422175'), ('const-1', u'PTRADD_-1204422102'), (u'CAST_-1204421949', u'STORE_-1204422091'), ('const-0', u'RETURN_-1204422053'), ('const-0', u'STORE_-1204422138'), (u'CAST_-1204421989', u'STORE_-1204422138'), ('const-433', u'STORE_-1204422208'), ('const-240', u'PTRADD_-1204422092'), ('tmp_225', u'PTRADD_-1204422050'), ('const-1', u'PTRADD_-1204422198'), ('tmp_225', u'PTRADD_-1204422031'), ('const-0', u'STORE_-1204422124'), ('const-0', u'STORE_-1204422110'), ('const-433', u'STORE_-1204422124'), (u'CAST_-1204421977', u'STORE_-1204422124'), (u'PTRADD_-1204422198', u'CAST_-1204422068'), ('const-433', u'STORE_-1204422110'), (u'CAST_-1204421965', u'STORE_-1204422110'), (u'CAST_-1204421944', u'CALL_-1204422080'), ('const-1', u'PTRADD_-1204422115'), ('const-433', u'STORE_-1204422162'), ('tmp_225', u'PTRADD_-1204422092'), (u'CAST_-1204422068', u'CALL_-1204422236'), (u'PTRADD_-1204422078', u'CAST_-1204421989'), ('const-1', u'PTRADD_-1204422031'), (u'CAST_-1204422001', u'STORE_-1204422152'), ('const-8', u'PTRADD_-1204422031'), (u'CAST_-1204422039', u'STORE_-1204422208'), (u'PTRADD_-1204422092', u'CAST_-1204422001'), ('tmp_225', u'PTRADD_-1204422148'), ('const-236', u'PTRADD_-1204422102'), ('const-433', u'STORE_-1204422138'), ('const-1', u'PTRADD_-1204422064'), ('const-433', u'STORE_-1204422091'), (u'PTRADD_-1204422064', u'CAST_-1204421977'), (u'CAST_-1204422019', u'STORE_-1204422175'), ('const-4139152', u'STORE_-1204422091'), (u'PTRADD_-1204422102', u'STORE_-1204422162'), ('const-264', u'PTRADD_-1204422050')]
|
[('tmp_334', u'CAST_-1204422000'), (u'CAST_-1204422000', u'INT_ADD_-1204422148'), (u'PTRADD_-1204422065', u'CALL_-1204422236'), ('const-32', u'PTRADD_-1204421974'), ('tmp_334', u'PTRADD_-1204422036'), ('const-4139112', u'PTRSUB_-1204421958'), ('const-1', u'PTRADD_-1204421947'), ('const-0', u'CALL_-1204422080'), ('const-0', u'STORE_-1204422162'), ('const-8', u'PTRADD_-1204421974'), (u'CAST_-1204422011', u'STORE_-1204422175'), ('const-31', u'PTRADD_-1204421986'), ('const-433', u'STORE_-1204422091'), ('const-433', u'STORE_-1204422138'), (u'INT_ADD_-1204422148', u'CAST_-1204421999'), ('const-0', u'STORE_-1204422175'), ('const-0', u'STORE_-1204422208'), ('const-8', u'PTRADD_-1204421962'), ('tmp_334', u'PTRADD_-1204422016'), ('tmp_334', u'PTRADD_-1204421986'), ('const-4139152', u'PTRSUB_-1204421954'), ('const-8', u'PTRADD_-1204422036'), ('const-0', u'RETURN_-1204422053'), (u'PTRADD_-1204421986', u'STORE_-1204422138'), ('const-8', u'PTRADD_-1204422016'), ('const-0', u'PTRSUB_-1204421954'), ('const-28', u'PTRADD_-1204422036'), ('tmp_334', u'PTRADD_-1204421962'), ('const-8', u'PTRADD_-1204421998'), ('const-433', u'STORE_-1204422175'), ('const-433', u'STORE_-1204422124'), ('tmp_334', u'PTRADD_-1204421947'), (u'PTRADD_-1204422036', u'STORE_-1204422208'), ('const-1', u'PTRADD_-1204422065'), (u'PTRADD_-1204421947', u'STORE_-1204422091'), (u'PTRADD_-1204421974', u'STORE_-1204422124'), ('tmp_334', u'PTRADD_-1204421998'), ('tmp_334', u'STORE_-1204422097'), (u'PTRADD_-1204422065', u'CALL_-1204422080'), ('const-8', u'PTRADD_-1204422065'), (u'PTRADD_-1204422016', u'CAST_-1204422011'), ('tmp_334', u'PTRADD_-1204421974'), (u'PTRADD_-1204421962', u'STORE_-1204422110'), (u'PTRSUB_-1204421958', u'STORE_-1204422097'), ('const-433', u'STORE_-1204422208'), ('const-0', u'STORE_-1204422152'), ('const-29', u'PTRADD_-1204422016'), ('const-0', u'PTRSUB_-1204421958'), ('const-236', u'INT_ADD_-1204422148'), ('const-0', u'STORE_-1204422138'), ('const-0', u'STORE_-1204422124'), (u'PTRSUB_-1204421954', u'STORE_-1204422091'), ('const-433', u'STORE_-1204422152'), ('const-8', u'PTRADD_-1204421986'), ('const-0', u'STORE_-1204422110'), ('const-433', u'STORE_-1204422162'), ('const-33', u'PTRADD_-1204421962'), ('const-433', u'STORE_-1204422097'), ('tmp_334', u'PTRADD_-1204422065'), (u'PTRADD_-1204421998', u'STORE_-1204422152'), ('const-433', u'STORE_-1204422110'), ('const-8', u'PTRADD_-1204421947'), (u'CAST_-1204421999', u'STORE_-1204422162'), ('const-30', u'PTRADD_-1204421998')]
| null | null |
002af980
|
x64
|
O2
|
(translation_unit "void FUN_002af980(undefined8 *param_1)\n\n{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n FUN_002c9590(param_1 + 1,0);\n return;\n}\n\n" (function_definition "void FUN_002af980(undefined8 *param_1)\n\n{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n FUN_002c9590(param_1 + 1,0);\n return;\n}" primitive_type (function_declarator "FUN_002af980(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n FUN_002c9590(param_1 + 1,0);\n return;\n}" { (expression_statement "FUN_002e06e0(param_1 + 1);" (call_expression "FUN_002e06e0(param_1 + 1)" identifier (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1d)" * (cast_expression "(undefined4 *)(param_1 + 0x1d)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xec) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xec) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xec)" * (cast_expression "(undefined1 *)((long)param_1 + 0xec)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xec)" ( (binary_expression "(long)param_1 + 0xec" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003f2868;" (assignment_expression "*param_1 = &PTR_FUN_003f2868" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003f2868" & identifier)) ;) (expression_statement "param_1[1] = &PTR_FUN_003f2890;" (assignment_expression "param_1[1] = &PTR_FUN_003f2890" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_003f2890" & identifier)) ;) comment (expression_statement "FUN_002c9590(param_1 + 1,0);" (call_expression "FUN_002c9590(param_1 + 1,0)" identifier (argument_list "(param_1 + 1,0)" ( (binary_expression "param_1 + 1" identifier + number_literal) , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::wostream::wostream() */\n\nvoid __thiscall std::wostream::wostream(wostream *this)\n\n{\n ios_base::ios_base((ios_base *)(this + 8));\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0xe8) = 0;\n this[0xec] = (wostream)0x0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n *(undefined8 *)this = 0x3f2868;\n *(undefined8 *)(this + 8) = 0x3f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n wios::init((wios *)(this + 8),(wstreambuf *)0x0);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wostream::wostream(wostream *this)\n\n{\n ios_base::ios_base((ios_base *)(this + 8));\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0xe8) = 0;\n this[0xec] = (wostream)0x0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n *(undefined8 *)this = 0x3f2868;\n *(undefined8 *)(this + 8) = 0x3f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n wios::init((wios *)(this + 8),(wstreambuf *)0x0);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wostream::" identifier : : identifier : :) (function_declarator "wostream(wostream *this)" identifier (parameter_list "(wostream *this)" ( (parameter_declaration "wostream *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n ios_base::ios_base((ios_base *)(this + 8));\n *(undefined8 *)(this + 0xe0) = 0;\n *(undefined4 *)(this + 0xe8) = 0;\n this[0xec] = (wostream)0x0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n *(undefined8 *)(this + 0x108) = 0;\n *(undefined8 *)this = 0x3f2868;\n *(undefined8 *)(this + 8) = 0x3f2890;\n /* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */\n wios::init((wios *)(this + 8),(wstreambuf *)0x0);\n return;\n}" { (labeled_statement "ios_base::ios_base((ios_base *)(this + 8));" statement_identifier : (ERROR ":" :) (expression_statement "ios_base((ios_base *)(this + 8));" (call_expression "ios_base((ios_base *)(this + 8))" identifier (argument_list "((ios_base *)(this + 8))" ( (cast_expression "(ios_base *)(this + 8)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) ))) ;)) (expression_statement "*(undefined8 *)(this + 0xe0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xe0) = 0" (pointer_expression "*(undefined8 *)(this + 0xe0)" * (cast_expression "(undefined8 *)(this + 0xe0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0xe8) = 0;" (assignment_expression "*(undefined4 *)(this + 0xe8) = 0" (pointer_expression "*(undefined4 *)(this + 0xe8)" * (cast_expression "(undefined4 *)(this + 0xe8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "this[0xec] = (wostream)0x0;" (assignment_expression "this[0xec] = (wostream)0x0" (subscript_expression "this[0xec]" identifier [ number_literal ]) = (cast_expression "(wostream)0x0" ( (type_descriptor "wostream" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined8 *)(this + 0xf0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf0) = 0" (pointer_expression "*(undefined8 *)(this + 0xf0)" * (cast_expression "(undefined8 *)(this + 0xf0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf0)" ( (binary_expression "this + 0xf0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf8) = 0" (pointer_expression "*(undefined8 *)(this + 0xf8)" * (cast_expression "(undefined8 *)(this + 0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x100) = 0;" (assignment_expression "*(undefined8 *)(this + 0x100) = 0" (pointer_expression "*(undefined8 *)(this + 0x100)" * (cast_expression "(undefined8 *)(this + 0x100)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x100)" ( (binary_expression "this + 0x100" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x108) = 0;" (assignment_expression "*(undefined8 *)(this + 0x108) = 0" (pointer_expression "*(undefined8 *)(this + 0x108)" * (cast_expression "(undefined8 *)(this + 0x108)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x108)" ( (binary_expression "this + 0x108" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)this = 0x3f2868;" (assignment_expression "*(undefined8 *)this = 0x3f2868" (pointer_expression "*(undefined8 *)this" * (cast_expression "(undefined8 *)this" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 8) = 0x3f2890;" (assignment_expression "*(undefined8 *)(this + 8) = 0x3f2890" (pointer_expression "*(undefined8 *)(this + 8)" * (cast_expression "(undefined8 *)(this + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = number_literal) ;) comment (labeled_statement "wios::init((wios *)(this + 8),(wstreambuf *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "init((wios *)(this + 8),(wstreambuf *)0x0);" (call_expression "init((wios *)(this + 8),(wstreambuf *)0x0)" identifier (argument_list "((wios *)(this + 8),(wstreambuf *)0x0)" ( (cast_expression "(wios *)(this + 8)" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) , (cast_expression "(wstreambuf *)0x0" ( (type_descriptor "wstreambuf *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002af980(undefined8 *param_1)\n\n{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n \n FUN_002c9590(param_1 + 1,0);\n return;\n}\n\n" (function_definition "void FUN_002af980(undefined8 *param_1)\n\n{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n \n FUN_002c9590(param_1 + 1,0);\n return;\n}" primitive_type (function_declarator "FUN_002af980(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n \n FUN_002c9590(param_1 + 1,0);\n return;\n}" { (expression_statement "FUN_002e06e0(param_1 + 1);" (call_expression "FUN_002e06e0(param_1 + 1)" identifier (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) ;) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1d)" * (cast_expression "(undefined4 *)(param_1 + 0x1d)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1d)" ( (binary_expression "param_1 + 0x1d" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xec) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xec) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xec)" * (cast_expression "(undefined1 *)((long)param_1 + 0xec)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xec)" ( (binary_expression "(long)param_1 + 0xec" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003f2868;" (assignment_expression "*param_1 = &PTR_FUN_003f2868" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003f2868" & identifier)) ;) (expression_statement "param_1[1] = &PTR_FUN_003f2890;" (assignment_expression "param_1[1] = &PTR_FUN_003f2890" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (pointer_expression "&PTR_FUN_003f2890" & identifier)) ;) (expression_statement "FUN_002c9590(param_1 + 1,0);" (call_expression "FUN_002c9590(param_1 + 1,0)" identifier (argument_list "(param_1 + 1,0)" ( (binary_expression "param_1 + 1" identifier + number_literal) , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (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) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002af980(undefined8 *param_1)\n\n{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n \n FUN_002c9590(param_1 + 1,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002af980(undefined8 *param_1)" (identifier "FUN_002af980") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n FUN_002e06e0(param_1 + 1);\n param_1[0x1c] = 0;\n *(undefined4 *)(param_1 + 0x1d) = 0;\n *(undefined1 *)((long)param_1 + 0xec) = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n *param_1 = &PTR_FUN_003f2868;\n param_1[1] = &PTR_FUN_003f2890;\n \n FUN_002c9590(param_1 + 1,0);\n return;\n}" ({ "{") (expression_statement "FUN_002e06e0(param_1 + 1);" (call_expression "FUN_002e06e0(param_1 + 1)" (identifier "FUN_002e06e0") (argument_list "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "param_1[0x1c] = 0;" (assignment_expression "param_1[0x1c] = 0" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x1d) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1d) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1d)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x1d)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1d)" (( "(") (binary_expression "param_1 + 0x1d" (identifier "param_1") (+ "+") (number_literal "0x1d")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)((long)param_1 + 0xec) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xec) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xec)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 0xec)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xec)" (( "(") (binary_expression "(long)param_1 + 0xec" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xec")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" (identifier "param_1") ([ "[") (number_literal "0x20") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x21] = 0;" (assignment_expression "param_1[0x21] = 0" (subscript_expression "param_1[0x21]" (identifier "param_1") ([ "[") (number_literal "0x21") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_003f2868;" (assignment_expression "*param_1 = &PTR_FUN_003f2868" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003f2868" (& "&") (identifier "PTR_FUN_003f2868"))) (; ";")) (expression_statement "param_1[1] = &PTR_FUN_003f2890;" (assignment_expression "param_1[1] = &PTR_FUN_003f2890" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "&PTR_FUN_003f2890" (& "&") (identifier "PTR_FUN_003f2890"))) (; ";")) (expression_statement "FUN_002c9590(param_1 + 1,0);" (call_expression "FUN_002c9590(param_1 + 1,0)" (identifier "FUN_002c9590") (argument_list "(param_1 + 1,0)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::wostream::wostream() */
void __thiscall std::function_1::function_1(function_1 *var_2)
{
ios_base::var_1((var_1 *)(var_2 + 8));
*(type_1 *)(var_2 + 0xe0) = 0;
*(type_2 *)(var_2 + 0xe8) = 0;
var_2[0xec] = (function_1)0x0;
*(type_1 *)(var_2 + 0xf0) = 0;
*(type_1 *)(var_2 + 0xf8) = 0;
*(type_1 *)(var_2 + 0x100) = 0;
*(type_1 *)(var_2 + 0x108) = 0;
*(type_1 *)var_2 = 0x3f2868;
*(type_1 *)(var_2 + 8) = 0x3f2890;
/* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */
wios::var_3((type_3 *)(var_2 + 8),(type_4 *)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 (expression_statement (call_expression function: (identifier) arguments: (argument_list (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))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
FUN_002e06e0(param_1 + 1);
param_1[0x1c] = 0;
*(undefined4 *)(param_1 + 0x1d) = 0;
*(undefined1 *)((long)param_1 + 0xec) = 0;
param_1[0x1e] = 0;
param_1[0x1f] = 0;
param_1[0x20] = 0;
param_1[0x21] = 0;
*param_1 = &PTR_FUN_003f2868;
param_1[1] = &PTR_FUN_003f2890;
/* try { // try from 002af9f6 to 002af9fa has its CatchHandler @ 002afa00 */
FUN_002c9590(param_1 + 1,0);
return;
}
|
814_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
|
_GLOBAL__sub_I_locale_inst.cc
|
_INIT_10
|
void _GLOBAL__sub_I_locale_inst_cc(void)
{
if (std::moneypunct<char,false>::id == '\0') {
std::moneypunct<char,false>::id = '\x01';
}
if (std::moneypunct<char,true>::id == '\0') {
std::moneypunct<char,true>::id = '\x01';
}
if (std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::numpunct<char>::id == '\0') {
std::numpunct<char>::id = '\x01';
}
if (std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::__timepunct<char>::id == '\0') {
std::__timepunct<char>::id = '\x01';
}
if (std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {
std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';
}
if (std::messages<char>::id == '\0') {
std::messages<char>::id = '\x01';
}
if (std::collate<char>::id == '\0') {
std::collate<char>::id = '\x01';
}
return;
}
|
void _INIT_10(void)
{
if (DAT_003ca4d0 == '\0') {
DAT_003ca4d0 = '\x01';
}
if (DAT_003ca4c8 == '\0') {
DAT_003ca4c8 = '\x01';
}
if (DAT_003ca4c0 == '\0') {
DAT_003ca4c0 = '\x01';
}
if (DAT_003ca4b8 == '\0') {
DAT_003ca4b8 = '\x01';
}
if (DAT_003ca4b0 == '\0') {
DAT_003ca4b0 = '\x01';
}
if (DAT_003ca4a8 == '\0') {
DAT_003ca4a8 = '\x01';
}
if (DAT_003ca4a0 == '\0') {
DAT_003ca4a0 = '\x01';
}
if (DAT_003ca498 == '\0') {
DAT_003ca498 = '\x01';
}
if (DAT_003ca490 == '\0') {
DAT_003ca490 = '\x01';
}
if (DAT_003ca488 == '\0') {
DAT_003ca488 = '\x01';
}
if (DAT_003ca480 == '\0') {
DAT_003ca480 = '\x01';
}
if (DAT_003ca478 == '\0') {
DAT_003ca478 = '\x01';
}
return;
}
|
LEA RAX,[0x3ca4d0]
CMP byte ptr [RAX],0x0
JNZ 0x0014821f
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4c8]
CMP byte ptr [RAX],0x0
JNZ 0x0014822e
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4c0]
CMP byte ptr [RAX],0x0
JNZ 0x0014823d
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4b8]
CMP byte ptr [RAX],0x0
JNZ 0x0014824c
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4b0]
CMP byte ptr [RAX],0x0
JNZ 0x0014825b
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4a8]
CMP byte ptr [RAX],0x0
JNZ 0x0014826a
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca4a0]
CMP byte ptr [RAX],0x0
JNZ 0x00148279
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca498]
CMP byte ptr [RAX],0x0
JNZ 0x00148288
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca490]
CMP byte ptr [RAX],0x0
JNZ 0x00148297
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca488]
CMP byte ptr [RAX],0x0
JNZ 0x001482a6
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca480]
CMP byte ptr [RAX],0x0
JNZ 0x001482b5
MOV byte ptr [RAX],0x1
LEA RAX,[0x3ca478]
CMP byte ptr [RAX],0x0
JNZ 0x001482c4
MOV byte ptr [RAX],0x1
RET
| null | null | null | null |
[('tmp_371', u'CBRANCH_-1207205084'), ('const-0', u'INT_EQUAL_-1207205180'), ('const-0', u'INT_EQUAL_-1207205335'), (u'COPY_-1207205022', u'MULTIEQUAL_-1207204912'), (u'MULTIEQUAL_-1207204951', u'COPY_-1207204951'), ('const-1', u'COPY_-1207205177'), ('tmp_724', u'INT_EQUAL_-1207205242'), (u'COPY_-1207205177', u'MULTIEQUAL_-1207204977'), (u'MULTIEQUAL_-1207204964', u'COPY_-1207204949'), (u'MULTIEQUAL_-1207204925', u'COPY_-1207204955'), ('tmp_732', u'INT_EQUAL_-1207204994'), ('tmp_721', u'INT_EQUAL_-1207205335'), ('tmp_329', u'CBRANCH_-1207205115'), ('tmp_725', u'INT_EQUAL_-1207205211'), ('const-0', u'INT_EQUAL_-1207205025'), ('tmp_726', u'INT_EQUAL_-1207205180'), (u'INT_EQUAL_-1207205335', u'CBRANCH_-1207205332'), ('tmp_245', u'CBRANCH_-1207205177'), ('const-1', u'COPY_-1207205332'), (u'COPY_-1207205208', u'MULTIEQUAL_-1207204990'), (u'INT_EQUAL_-1207205304', u'CBRANCH_-1207205301'), ('tmp_203', u'CBRANCH_-1207205208'), ('tmp_35', u'CBRANCH_-1207205332'), ('const-0', u'INT_EQUAL_-1207205056'), (u'MULTIEQUAL_-1207204938', u'COPY_-1207204953'), (u'INT_EQUAL_-1207205118', u'CBRANCH_-1207205115'), (u'MULTIEQUAL_-1207205029', u'COPY_-1207204939'), ('const-1', u'COPY_-1207205022'), ('const-0', u'INT_EQUAL_-1207205242'), ('tmp_729', u'INT_EQUAL_-1207205087'), ('tmp_723', u'INT_EQUAL_-1207205273'), (u'COPY_-1207205053', u'MULTIEQUAL_-1207204925'), ('tmp_161', u'CBRANCH_-1207205239'), ('const-0', u'INT_EQUAL_-1207205304'), (u'MULTIEQUAL_-1207204990', u'COPY_-1207204945'), (u'INT_EQUAL_-1207205211', u'CBRANCH_-1207205208'), (u'MULTIEQUAL_-1207205042', u'COPY_-1207204937'), (u'MULTIEQUAL_-1207204977', u'COPY_-1207204947'), (u'COPY_-1207205239', u'MULTIEQUAL_-1207205003'), (u'MULTIEQUAL_-1207205016', u'COPY_-1207204941'), ('const-0', u'INT_EQUAL_-1207205149'), (u'COPY_-1207205115', u'MULTIEQUAL_-1207204951'), ('tmp_725', u'MULTIEQUAL_-1207204990'), (u'INT_EQUAL_-1207205087', u'CBRANCH_-1207205084'), ('tmp_731', u'INT_EQUAL_-1207205025'), ('tmp_730', u'MULTIEQUAL_-1207204925'), ('tmp_119', u'CBRANCH_-1207205270'), ('tmp_497', u'CBRANCH_-1207204991'), ('tmp_287', u'CBRANCH_-1207205146'), ('const-0', u'INT_EQUAL_-1207204994'), ('tmp_728', u'MULTIEQUAL_-1207204951'), ('const-1', u'COPY_-1207205239'), ('const-0', u'RETURN_-1207204976'), ('const-1', u'COPY_-1207205115'), ('tmp_727', u'MULTIEQUAL_-1207204964'), ('tmp_723', u'MULTIEQUAL_-1207205016'), ('const-1', u'COPY_-1207204991'), (u'COPY_-1207205332', u'MULTIEQUAL_-1207205042'), (u'INT_EQUAL_-1207205025', u'CBRANCH_-1207205022'), ('const-0', u'INT_EQUAL_-1207205273'), (u'COPY_-1207205084', u'MULTIEQUAL_-1207204938'), (u'MULTIEQUAL_-1207204912', u'COPY_-1207204957'), ('tmp_455', u'CBRANCH_-1207205022'), ('const-0', u'INT_EQUAL_-1207205211'), (u'INT_EQUAL_-1207205242', u'CBRANCH_-1207205239'), (u'COPY_-1207204991', u'MULTIEQUAL_-1207204899'), ('tmp_730', u'INT_EQUAL_-1207205056'), ('tmp_722', u'INT_EQUAL_-1207205304'), ('const-1', u'COPY_-1207205146'), (u'COPY_-1207205146', u'MULTIEQUAL_-1207204964'), ('const-1', u'COPY_-1207205301'), (u'INT_EQUAL_-1207205056', u'CBRANCH_-1207205053'), ('tmp_722', u'MULTIEQUAL_-1207205029'), ('const-1', u'COPY_-1207205208'), ('const-1', u'COPY_-1207205270'), ('tmp_77', u'CBRANCH_-1207205301'), (u'COPY_-1207205301', u'MULTIEQUAL_-1207205029'), (u'COPY_-1207205270', u'MULTIEQUAL_-1207205016'), ('const-0', u'INT_EQUAL_-1207205087'), ('tmp_724', u'MULTIEQUAL_-1207205003'), (u'INT_EQUAL_-1207204994', u'CBRANCH_-1207204991'), ('tmp_721', u'MULTIEQUAL_-1207205042'), ('const-1', u'COPY_-1207205084'), (u'INT_EQUAL_-1207205149', u'CBRANCH_-1207205146'), (u'MULTIEQUAL_-1207205003', u'COPY_-1207204943'), ('tmp_728', u'INT_EQUAL_-1207205118'), (u'INT_EQUAL_-1207205180', u'CBRANCH_-1207205177'), (u'INT_EQUAL_-1207205273', u'CBRANCH_-1207205270'), ('tmp_726', u'MULTIEQUAL_-1207204977'), ('tmp_731', u'MULTIEQUAL_-1207204912'), ('tmp_729', u'MULTIEQUAL_-1207204938'), ('tmp_732', u'MULTIEQUAL_-1207204899'), ('const-1', u'COPY_-1207205053'), ('const-0', u'INT_EQUAL_-1207205118'), (u'MULTIEQUAL_-1207204899', u'COPY_-1207204959'), ('tmp_727', u'INT_EQUAL_-1207205149'), ('tmp_413', u'CBRANCH_-1207205053')]
|
[('tmp_371', u'CBRANCH_-1207205084'), ('const-0', u'INT_EQUAL_-1207205180'), ('const-0', u'INT_EQUAL_-1207205335'), (u'COPY_-1207205022', u'MULTIEQUAL_-1207204912'), (u'MULTIEQUAL_-1207204951', u'COPY_-1207204951'), ('const-1', u'COPY_-1207205177'), ('tmp_724', u'INT_EQUAL_-1207205242'), (u'COPY_-1207205177', u'MULTIEQUAL_-1207204977'), (u'MULTIEQUAL_-1207204964', u'COPY_-1207204949'), (u'MULTIEQUAL_-1207204925', u'COPY_-1207204955'), ('tmp_732', u'INT_EQUAL_-1207204994'), ('tmp_721', u'INT_EQUAL_-1207205335'), ('tmp_329', u'CBRANCH_-1207205115'), ('tmp_725', u'INT_EQUAL_-1207205211'), ('const-0', u'INT_EQUAL_-1207205025'), ('tmp_726', u'INT_EQUAL_-1207205180'), (u'INT_EQUAL_-1207205335', u'CBRANCH_-1207205332'), ('tmp_245', u'CBRANCH_-1207205177'), ('const-1', u'COPY_-1207205332'), (u'COPY_-1207205208', u'MULTIEQUAL_-1207204990'), (u'INT_EQUAL_-1207205304', u'CBRANCH_-1207205301'), ('tmp_203', u'CBRANCH_-1207205208'), ('tmp_35', u'CBRANCH_-1207205332'), ('const-0', u'INT_EQUAL_-1207205056'), (u'MULTIEQUAL_-1207204938', u'COPY_-1207204953'), (u'INT_EQUAL_-1207205118', u'CBRANCH_-1207205115'), (u'MULTIEQUAL_-1207205029', u'COPY_-1207204939'), ('const-1', u'COPY_-1207205022'), ('const-0', u'INT_EQUAL_-1207205242'), ('tmp_729', u'INT_EQUAL_-1207205087'), ('tmp_723', u'INT_EQUAL_-1207205273'), (u'COPY_-1207205053', u'MULTIEQUAL_-1207204925'), ('tmp_161', u'CBRANCH_-1207205239'), ('const-0', u'INT_EQUAL_-1207205304'), (u'MULTIEQUAL_-1207204990', u'COPY_-1207204945'), (u'INT_EQUAL_-1207205211', u'CBRANCH_-1207205208'), (u'MULTIEQUAL_-1207205042', u'COPY_-1207204937'), (u'MULTIEQUAL_-1207204977', u'COPY_-1207204947'), (u'COPY_-1207205239', u'MULTIEQUAL_-1207205003'), (u'MULTIEQUAL_-1207205016', u'COPY_-1207204941'), ('const-0', u'INT_EQUAL_-1207205149'), (u'COPY_-1207205115', u'MULTIEQUAL_-1207204951'), ('tmp_725', u'MULTIEQUAL_-1207204990'), (u'INT_EQUAL_-1207205087', u'CBRANCH_-1207205084'), ('tmp_731', u'INT_EQUAL_-1207205025'), ('tmp_730', u'MULTIEQUAL_-1207204925'), ('tmp_119', u'CBRANCH_-1207205270'), ('tmp_497', u'CBRANCH_-1207204991'), ('tmp_287', u'CBRANCH_-1207205146'), ('const-0', u'INT_EQUAL_-1207204994'), ('tmp_728', u'MULTIEQUAL_-1207204951'), ('const-1', u'COPY_-1207205239'), ('const-0', u'RETURN_-1207204976'), ('const-1', u'COPY_-1207205115'), ('tmp_727', u'MULTIEQUAL_-1207204964'), ('tmp_723', u'MULTIEQUAL_-1207205016'), ('const-1', u'COPY_-1207204991'), (u'COPY_-1207205332', u'MULTIEQUAL_-1207205042'), (u'INT_EQUAL_-1207205025', u'CBRANCH_-1207205022'), ('const-0', u'INT_EQUAL_-1207205273'), (u'COPY_-1207205084', u'MULTIEQUAL_-1207204938'), (u'MULTIEQUAL_-1207204912', u'COPY_-1207204957'), ('tmp_455', u'CBRANCH_-1207205022'), ('const-0', u'INT_EQUAL_-1207205211'), (u'INT_EQUAL_-1207205242', u'CBRANCH_-1207205239'), (u'COPY_-1207204991', u'MULTIEQUAL_-1207204899'), ('tmp_730', u'INT_EQUAL_-1207205056'), ('tmp_722', u'INT_EQUAL_-1207205304'), ('const-1', u'COPY_-1207205146'), (u'COPY_-1207205146', u'MULTIEQUAL_-1207204964'), ('const-1', u'COPY_-1207205301'), (u'INT_EQUAL_-1207205056', u'CBRANCH_-1207205053'), ('tmp_722', u'MULTIEQUAL_-1207205029'), ('const-1', u'COPY_-1207205208'), ('const-1', u'COPY_-1207205270'), ('tmp_77', u'CBRANCH_-1207205301'), (u'COPY_-1207205301', u'MULTIEQUAL_-1207205029'), (u'COPY_-1207205270', u'MULTIEQUAL_-1207205016'), ('const-0', u'INT_EQUAL_-1207205087'), ('tmp_724', u'MULTIEQUAL_-1207205003'), (u'INT_EQUAL_-1207204994', u'CBRANCH_-1207204991'), ('tmp_721', u'MULTIEQUAL_-1207205042'), ('const-1', u'COPY_-1207205084'), (u'INT_EQUAL_-1207205149', u'CBRANCH_-1207205146'), (u'MULTIEQUAL_-1207205003', u'COPY_-1207204943'), ('tmp_728', u'INT_EQUAL_-1207205118'), (u'INT_EQUAL_-1207205180', u'CBRANCH_-1207205177'), (u'INT_EQUAL_-1207205273', u'CBRANCH_-1207205270'), ('tmp_726', u'MULTIEQUAL_-1207204977'), ('tmp_731', u'MULTIEQUAL_-1207204912'), ('tmp_729', u'MULTIEQUAL_-1207204938'), ('tmp_732', u'MULTIEQUAL_-1207204899'), ('const-1', u'COPY_-1207205053'), ('const-0', u'INT_EQUAL_-1207205118'), (u'MULTIEQUAL_-1207204899', u'COPY_-1207204959'), ('tmp_727', u'INT_EQUAL_-1207205149'), ('tmp_413', u'CBRANCH_-1207205053')]
| null | null |
00148210
|
x64
|
O2
|
(translation_unit "void _INIT_10(void)\n\n{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}\n\n" (function_definition "void _INIT_10(void)\n\n{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" primitive_type (function_declarator "_INIT_10(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" { (if_statement "if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4d0 == '\0')" ( (binary_expression "DAT_003ca4d0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4d0 = '\x01';\n }" { (expression_statement "DAT_003ca4d0 = '\x01';" (assignment_expression "DAT_003ca4d0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4c8 == '\0')" ( (binary_expression "DAT_003ca4c8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4c8 = '\x01';\n }" { (expression_statement "DAT_003ca4c8 = '\x01';" (assignment_expression "DAT_003ca4c8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4c0 == '\0')" ( (binary_expression "DAT_003ca4c0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4c0 = '\x01';\n }" { (expression_statement "DAT_003ca4c0 = '\x01';" (assignment_expression "DAT_003ca4c0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4b8 == '\0')" ( (binary_expression "DAT_003ca4b8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4b8 = '\x01';\n }" { (expression_statement "DAT_003ca4b8 = '\x01';" (assignment_expression "DAT_003ca4b8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4b0 == '\0')" ( (binary_expression "DAT_003ca4b0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4b0 = '\x01';\n }" { (expression_statement "DAT_003ca4b0 = '\x01';" (assignment_expression "DAT_003ca4b0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4a8 == '\0')" ( (binary_expression "DAT_003ca4a8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4a8 = '\x01';\n }" { (expression_statement "DAT_003ca4a8 = '\x01';" (assignment_expression "DAT_003ca4a8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4a0 == '\0')" ( (binary_expression "DAT_003ca4a0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4a0 = '\x01';\n }" { (expression_statement "DAT_003ca4a0 = '\x01';" (assignment_expression "DAT_003ca4a0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca498 == '\0')" ( (binary_expression "DAT_003ca498 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca498 = '\x01';\n }" { (expression_statement "DAT_003ca498 = '\x01';" (assignment_expression "DAT_003ca498 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca490 == '\0')" ( (binary_expression "DAT_003ca490 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca490 = '\x01';\n }" { (expression_statement "DAT_003ca490 = '\x01';" (assignment_expression "DAT_003ca490 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca488 == '\0')" ( (binary_expression "DAT_003ca488 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca488 = '\x01';\n }" { (expression_statement "DAT_003ca488 = '\x01';" (assignment_expression "DAT_003ca488 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca480 == '\0')" ( (binary_expression "DAT_003ca480 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca480 = '\x01';\n }" { (expression_statement "DAT_003ca480 = '\x01';" (assignment_expression "DAT_003ca480 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca478 == '\0')" ( (binary_expression "DAT_003ca478 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca478 = '\x01';\n }" { (expression_statement "DAT_003ca478 = '\x01';" (assignment_expression "DAT_003ca478 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void _GLOBAL__sub_I_locale_inst_cc(void)\n\n{\n if (std::moneypunct<char,false>::id == '\0') {\n std::moneypunct<char,false>::id = '\x01';\n }\n if (std::moneypunct<char,true>::id == '\0') {\n std::moneypunct<char,true>::id = '\x01';\n }\n if (std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::numpunct<char>::id == '\0') {\n std::numpunct<char>::id = '\x01';\n }\n if (std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::__timepunct<char>::id == '\0') {\n std::__timepunct<char>::id = '\x01';\n }\n if (std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::messages<char>::id == '\0') {\n std::messages<char>::id = '\x01';\n }\n if (std::collate<char>::id == '\0') {\n std::collate<char>::id = '\x01';\n }\n return;\n}\n\n" (function_definition "void _GLOBAL__sub_I_locale_inst_cc(void)\n\n{\n if (std::moneypunct<char,false>::id == '\0') {\n std::moneypunct<char,false>::id = '\x01';\n }\n if (std::moneypunct<char,true>::id == '\0') {\n std::moneypunct<char,true>::id = '\x01';\n }\n if (std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::numpunct<char>::id == '\0') {\n std::numpunct<char>::id = '\x01';\n }\n if (std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::__timepunct<char>::id == '\0') {\n std::__timepunct<char>::id = '\x01';\n }\n if (std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::messages<char>::id == '\0') {\n std::messages<char>::id = '\x01';\n }\n if (std::collate<char>::id == '\0') {\n std::collate<char>::id = '\x01';\n }\n return;\n}" primitive_type (function_declarator "_GLOBAL__sub_I_locale_inst_cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (std::moneypunct<char,false>::id == '\0') {\n std::moneypunct<char,false>::id = '\x01';\n }\n if (std::moneypunct<char,true>::id == '\0') {\n std::moneypunct<char,true>::id = '\x01';\n }\n if (std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::numpunct<char>::id == '\0') {\n std::numpunct<char>::id = '\x01';\n }\n if (std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::__timepunct<char>::id == '\0') {\n std::__timepunct<char>::id = '\x01';\n }\n if (std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }\n if (std::messages<char>::id == '\0') {\n std::messages<char>::id = '\x01';\n }\n if (std::collate<char>::id == '\0') {\n std::collate<char>::id = '\x01';\n }\n return;\n}" { (if_statement "if (std::moneypunct<char,false>::id == '\0') {\n std::moneypunct<char,false>::id = '\x01';\n }" if (parenthesized_expression "(std::moneypunct<char,false>::id == '\0')" ( (ERROR "std::" identifier : :) (comma_expression "moneypunct<char,false>::id == '\0'" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "false>::id == '\0'" (binary_expression "false>::id" false > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence '))) )) (compound_statement "{\n std::moneypunct<char,false>::id = '\x01';\n }" { (labeled_statement "std::moneypunct<char,false>::id = '\x01';" statement_identifier : (ERROR ":" :) (expression_statement "moneypunct<char,false>::id = '\x01';" (comma_expression "moneypunct<char,false>::id = '\x01'" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "false>::id = '\x01'" false > (ERROR "::" : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::moneypunct<char,true>::id == '\0') {\n std::moneypunct<char,true>::id = '\x01';\n }" if (parenthesized_expression "(std::moneypunct<char,true>::id == '\0')" ( (ERROR "std::" identifier : :) (comma_expression "moneypunct<char,true>::id == '\0'" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true>::id == '\0'" (binary_expression "true>::id" true > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence '))) )) (compound_statement "{\n std::moneypunct<char,true>::id = '\x01';\n }" { (labeled_statement "std::moneypunct<char,true>::id = '\x01';" statement_identifier : (ERROR ":" :) (expression_statement "moneypunct<char,true>::id = '\x01';" (comma_expression "moneypunct<char,true>::id = '\x01'" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true>::id = '\x01'" true > (ERROR "::" : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::money_get<char,std::istreambuf_iterator<char,std::" identifier : : (comma_expression "money_get<char,std" (binary_expression "money_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::money_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::money_get<char,std::istreambuf_iterator<char,std:" : : (comma_expression "money_get<char,std" (binary_expression "money_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::money_put<char,std::ostreambuf_iterator<char,std::" identifier : : (comma_expression "money_put<char,std" (binary_expression "money_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::money_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::money_put<char,std::ostreambuf_iterator<char,std:" : : (comma_expression "money_put<char,std" (binary_expression "money_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::numpunct<char>::id == '\0') {\n std::numpunct<char>::id = '\x01';\n }" if (parenthesized_expression "(std::numpunct<char>::id == '\0')" ( (ERROR "std::" identifier : :) (binary_expression "numpunct<char>::id == '\0'" (binary_expression "numpunct<char>::id" (binary_expression "numpunct<char" identifier < identifier) > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::numpunct<char>::id = '\x01';\n }" { (labeled_statement "std::numpunct<char>::id = '\x01';" statement_identifier (ERROR "::numpunct<char>:" : : (binary_expression "numpunct<char" identifier < identifier) > :) : (expression_statement "id = '\x01';" (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;)) })) (if_statement "if (std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::num_get<char,std::istreambuf_iterator<char,std::" identifier : : (comma_expression "num_get<char,std" (binary_expression "num_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::num_get<char,std::istreambuf_iterator<char,std:" : : (comma_expression "num_get<char,std" (binary_expression "num_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::num_put<char,std::ostreambuf_iterator<char,std::" identifier : : (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::num_put<char,std::ostreambuf_iterator<char,std:" : : (comma_expression "num_put<char,std" (binary_expression "num_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::__timepunct<char>::id == '\0') {\n std::__timepunct<char>::id = '\x01';\n }" if (parenthesized_expression "(std::__timepunct<char>::id == '\0')" ( (ERROR "std::" identifier : :) (binary_expression "__timepunct<char>::id == '\0'" (binary_expression "__timepunct<char>::id" (binary_expression "__timepunct<char" identifier < identifier) > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::__timepunct<char>::id = '\x01';\n }" { (labeled_statement "std::__timepunct<char>::id = '\x01';" statement_identifier (ERROR "::__timepunct<char>:" : : (binary_expression "__timepunct<char" identifier < identifier) > :) : (expression_statement "id = '\x01';" (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;)) })) (if_statement "if (std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::time_put<char,std::ostreambuf_iterator<char,std::" identifier : : (comma_expression "time_put<char,std" (binary_expression "time_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::time_put<char,std::ostreambuf_iterator<char,std:" : : (comma_expression "time_put<char,std" (binary_expression "time_put<char" identifier < identifier) , identifier) : : (comma_expression "ostreambuf_iterator<char,std" (binary_expression "ostreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0') {\n std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" if (parenthesized_expression "(std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id == '\0')" ( (ERROR "std::time_get<char,std::istreambuf_iterator<char,std::" identifier : : (comma_expression "time_get<char,std" (binary_expression "time_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>>>::id == '\0'" (binary_expression "char_traits<char>>>::id" identifier < (binary_expression "char>>>::id" identifier >> (ERROR ">::" > : :) identifier)) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';\n }" { (labeled_statement "std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::id = '\x01';" statement_identifier (ERROR "::time_get<char,std::istreambuf_iterator<char,std:" : : (comma_expression "time_get<char,std" (binary_expression "time_get<char" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::id = '\x01';" (binary_expression "char_traits<char>>>::id = '\x01'" identifier < (binary_expression "char>>>::id = '\x01'" identifier >> (ERROR ">::" > : :) (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')))) ;)) })) (if_statement "if (std::messages<char>::id == '\0') {\n std::messages<char>::id = '\x01';\n }" if (parenthesized_expression "(std::messages<char>::id == '\0')" ( (ERROR "std::" identifier : :) (binary_expression "messages<char>::id == '\0'" (binary_expression "messages<char>::id" (binary_expression "messages<char" identifier < identifier) > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::messages<char>::id = '\x01';\n }" { (labeled_statement "std::messages<char>::id = '\x01';" statement_identifier (ERROR "::messages<char>:" : : (binary_expression "messages<char" identifier < identifier) > :) : (expression_statement "id = '\x01';" (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;)) })) (if_statement "if (std::collate<char>::id == '\0') {\n std::collate<char>::id = '\x01';\n }" if (parenthesized_expression "(std::collate<char>::id == '\0')" ( (ERROR "std::" identifier : :) (binary_expression "collate<char>::id == '\0'" (binary_expression "collate<char>::id" (binary_expression "collate<char" identifier < identifier) > (ERROR "::" : :) identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n std::collate<char>::id = '\x01';\n }" { (labeled_statement "std::collate<char>::id = '\x01';" statement_identifier (ERROR "::collate<char>:" : : (binary_expression "collate<char" identifier < identifier) > :) : (expression_statement "id = '\x01';" (assignment_expression "id = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;)) })) (return_statement "return;" return ;) })))
|
(translation_unit "void _INIT_10(void)\n\n{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}\n\n" (function_definition "void _INIT_10(void)\n\n{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" primitive_type (function_declarator "_INIT_10(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" { (if_statement "if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4d0 == '\0')" ( (binary_expression "DAT_003ca4d0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4d0 = '\x01';\n }" { (expression_statement "DAT_003ca4d0 = '\x01';" (assignment_expression "DAT_003ca4d0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4c8 == '\0')" ( (binary_expression "DAT_003ca4c8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4c8 = '\x01';\n }" { (expression_statement "DAT_003ca4c8 = '\x01';" (assignment_expression "DAT_003ca4c8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4c0 == '\0')" ( (binary_expression "DAT_003ca4c0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4c0 = '\x01';\n }" { (expression_statement "DAT_003ca4c0 = '\x01';" (assignment_expression "DAT_003ca4c0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4b8 == '\0')" ( (binary_expression "DAT_003ca4b8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4b8 = '\x01';\n }" { (expression_statement "DAT_003ca4b8 = '\x01';" (assignment_expression "DAT_003ca4b8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4b0 == '\0')" ( (binary_expression "DAT_003ca4b0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4b0 = '\x01';\n }" { (expression_statement "DAT_003ca4b0 = '\x01';" (assignment_expression "DAT_003ca4b0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4a8 == '\0')" ( (binary_expression "DAT_003ca4a8 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4a8 = '\x01';\n }" { (expression_statement "DAT_003ca4a8 = '\x01';" (assignment_expression "DAT_003ca4a8 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca4a0 == '\0')" ( (binary_expression "DAT_003ca4a0 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca4a0 = '\x01';\n }" { (expression_statement "DAT_003ca4a0 = '\x01';" (assignment_expression "DAT_003ca4a0 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca498 == '\0')" ( (binary_expression "DAT_003ca498 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca498 = '\x01';\n }" { (expression_statement "DAT_003ca498 = '\x01';" (assignment_expression "DAT_003ca498 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca490 == '\0')" ( (binary_expression "DAT_003ca490 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca490 = '\x01';\n }" { (expression_statement "DAT_003ca490 = '\x01';" (assignment_expression "DAT_003ca490 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca488 == '\0')" ( (binary_expression "DAT_003ca488 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca488 = '\x01';\n }" { (expression_statement "DAT_003ca488 = '\x01';" (assignment_expression "DAT_003ca488 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca480 == '\0')" ( (binary_expression "DAT_003ca480 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca480 = '\x01';\n }" { (expression_statement "DAT_003ca480 = '\x01';" (assignment_expression "DAT_003ca480 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) (if_statement "if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }" if (parenthesized_expression "(DAT_003ca478 == '\0')" ( (binary_expression "DAT_003ca478 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n DAT_003ca478 = '\x01';\n }" { (expression_statement "DAT_003ca478 = '\x01';" (assignment_expression "DAT_003ca478 = '\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 { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (return_statement return ;) })))
|
(function_definition "void _INIT_10(void)\n\n{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" (primitive_type "void") (function_declarator "_INIT_10(void)" (identifier "_INIT_10") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }\n if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }\n if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }\n if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }\n if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }\n if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }\n if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }\n if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }\n if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }\n if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }\n if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }\n if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }\n return;\n}" ({ "{") (if_statement "if (DAT_003ca4d0 == '\0') {\n DAT_003ca4d0 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4d0 == '\0')" (( "(") (binary_expression "DAT_003ca4d0 == '\0'" (identifier "DAT_003ca4d0") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4d0 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4d0 = '\x01';" (assignment_expression "DAT_003ca4d0 = '\x01'" (identifier "DAT_003ca4d0") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4c8 == '\0') {\n DAT_003ca4c8 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4c8 == '\0')" (( "(") (binary_expression "DAT_003ca4c8 == '\0'" (identifier "DAT_003ca4c8") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4c8 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4c8 = '\x01';" (assignment_expression "DAT_003ca4c8 = '\x01'" (identifier "DAT_003ca4c8") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4c0 == '\0') {\n DAT_003ca4c0 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4c0 == '\0')" (( "(") (binary_expression "DAT_003ca4c0 == '\0'" (identifier "DAT_003ca4c0") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4c0 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4c0 = '\x01';" (assignment_expression "DAT_003ca4c0 = '\x01'" (identifier "DAT_003ca4c0") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4b8 == '\0') {\n DAT_003ca4b8 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4b8 == '\0')" (( "(") (binary_expression "DAT_003ca4b8 == '\0'" (identifier "DAT_003ca4b8") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4b8 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4b8 = '\x01';" (assignment_expression "DAT_003ca4b8 = '\x01'" (identifier "DAT_003ca4b8") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4b0 == '\0') {\n DAT_003ca4b0 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4b0 == '\0')" (( "(") (binary_expression "DAT_003ca4b0 == '\0'" (identifier "DAT_003ca4b0") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4b0 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4b0 = '\x01';" (assignment_expression "DAT_003ca4b0 = '\x01'" (identifier "DAT_003ca4b0") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4a8 == '\0') {\n DAT_003ca4a8 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4a8 == '\0')" (( "(") (binary_expression "DAT_003ca4a8 == '\0'" (identifier "DAT_003ca4a8") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4a8 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4a8 = '\x01';" (assignment_expression "DAT_003ca4a8 = '\x01'" (identifier "DAT_003ca4a8") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca4a0 == '\0') {\n DAT_003ca4a0 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca4a0 == '\0')" (( "(") (binary_expression "DAT_003ca4a0 == '\0'" (identifier "DAT_003ca4a0") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca4a0 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca4a0 = '\x01';" (assignment_expression "DAT_003ca4a0 = '\x01'" (identifier "DAT_003ca4a0") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca498 == '\0') {\n DAT_003ca498 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca498 == '\0')" (( "(") (binary_expression "DAT_003ca498 == '\0'" (identifier "DAT_003ca498") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca498 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca498 = '\x01';" (assignment_expression "DAT_003ca498 = '\x01'" (identifier "DAT_003ca498") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca490 == '\0') {\n DAT_003ca490 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca490 == '\0')" (( "(") (binary_expression "DAT_003ca490 == '\0'" (identifier "DAT_003ca490") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca490 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca490 = '\x01';" (assignment_expression "DAT_003ca490 = '\x01'" (identifier "DAT_003ca490") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca488 == '\0') {\n DAT_003ca488 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca488 == '\0')" (( "(") (binary_expression "DAT_003ca488 == '\0'" (identifier "DAT_003ca488") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca488 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca488 = '\x01';" (assignment_expression "DAT_003ca488 = '\x01'" (identifier "DAT_003ca488") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca480 == '\0') {\n DAT_003ca480 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca480 == '\0')" (( "(") (binary_expression "DAT_003ca480 == '\0'" (identifier "DAT_003ca480") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca480 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca480 = '\x01';" (assignment_expression "DAT_003ca480 = '\x01'" (identifier "DAT_003ca480") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (if_statement "if (DAT_003ca478 == '\0') {\n DAT_003ca478 = '\x01';\n }" (if "if") (parenthesized_expression "(DAT_003ca478 == '\0')" (( "(") (binary_expression "DAT_003ca478 == '\0'" (identifier "DAT_003ca478") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n DAT_003ca478 = '\x01';\n }" ({ "{") (expression_statement "DAT_003ca478 = '\x01';" (assignment_expression "DAT_003ca478 = '\x01'" (identifier "DAT_003ca478") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
if (std::var_1<var_2,false>::var_3 == '\0') {
std::var_1<var_2,false>::var_3 = '\x01';
}
if (std::var_1<var_2,true>::var_3 == '\0') {
std::var_1<var_2,true>::var_3 = '\x01';
}
if (std::money_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::money_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::money_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::money_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::var_5<var_2>::var_3 == '\0') {
std::var_5<var_2>::var_3 = '\x01';
}
if (std::num_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::num_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::num_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::num_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::var_6<var_2>::var_3 == '\0') {
std::var_6<var_2>::var_3 = '\x01';
}
if (std::time_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::time_put<var_2,std::ostreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::time_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 == '\0') {
std::time_get<var_2,std::istreambuf_iterator<var_2,std::var_4<var_2>>>::var_3 = '\x01';
}
if (std::var_7<var_2>::var_3 == '\0') {
std::var_7<var_2>::var_3 = '\x01';
}
if (std::var_8<var_2>::var_3 == '\0') {
std::var_8<var_2>::var_3 = '\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 (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (return_statement))))
| null |
void MASKED(void)
{
if (DAT_003ca4d0 == '\0') {
DAT_003ca4d0 = '\x01';
}
if (DAT_003ca4c8 == '\0') {
DAT_003ca4c8 = '\x01';
}
if (DAT_003ca4c0 == '\0') {
DAT_003ca4c0 = '\x01';
}
if (DAT_003ca4b8 == '\0') {
DAT_003ca4b8 = '\x01';
}
if (DAT_003ca4b0 == '\0') {
DAT_003ca4b0 = '\x01';
}
if (DAT_003ca4a8 == '\0') {
DAT_003ca4a8 = '\x01';
}
if (DAT_003ca4a0 == '\0') {
DAT_003ca4a0 = '\x01';
}
if (DAT_003ca498 == '\0') {
DAT_003ca498 = '\x01';
}
if (DAT_003ca490 == '\0') {
DAT_003ca490 = '\x01';
}
if (DAT_003ca488 == '\0') {
DAT_003ca488 = '\x01';
}
if (DAT_003ca480 == '\0') {
DAT_003ca480 = '\x01';
}
if (DAT_003ca478 == '\0') {
DAT_003ca478 = '\x01';
}
return;
}
|
10_hppa64-linux-gnu-objdump_and_hppa64-linux-gnu-objdump_strip.c
|
abort
|
abort
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_00155050)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_00155050)();
return;
}
|
JMP qword ptr [0x00155050]
| null | null | null | null |
[(u'CALLIND_-1206947672', u'INDIRECT_-1206947612'), (u'INDIRECT_-1206947612', u'COPY_-1206947671'), ('const-0', u'RETURN_-1206947669'), (u'CAST_-1206947607', u'CALLIND_-1206947672'), ('tmp_22', u'CAST_-1206947607')]
|
[(u'CALLIND_-1206947672', u'INDIRECT_-1206947612'), (u'INDIRECT_-1206947612', u'COPY_-1206947671'), ('const-0', u'RETURN_-1206947669'), (u'CAST_-1206947607', u'CALLIND_-1206947672'), ('tmp_22', u'CAST_-1206947607')]
| null | null |
001070a0
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_00155050)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_00155050)();" (call_expression "(*(code *)PTR_abort_00155050)()" (parenthesized_expression "(*(code *)PTR_abort_00155050)" ( (pointer_expression "*(code *)PTR_abort_00155050" * (cast_expression "(code *)PTR_abort_00155050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_00155050)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_00155050)();" (call_expression "(*(code *)PTR_abort_00155050)()" (parenthesized_expression "(*(code *)PTR_abort_00155050)" ( (pointer_expression "*(code *)PTR_abort_00155050" * (cast_expression "(code *)PTR_abort_00155050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}\n\n" (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_00155050)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_00155050)();" (call_expression "(*(code *)PTR_abort_00155050)()" (parenthesized_expression "(*(code *)PTR_abort_00155050)" ( (pointer_expression "*(code *)PTR_abort_00155050" * (cast_expression "(code *)PTR_abort_00155050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00155050)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_abort_00155050)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_abort_00155050)();" (call_expression "(*(code *)PTR_abort_00155050)()" (parenthesized_expression "(*(code *)PTR_abort_00155050)" (( "(") (pointer_expression "*(code *)PTR_abort_00155050" (* "*") (cast_expression "(code *)PTR_abort_00155050" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_abort_00155050"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
(*(type_1 *)PTR_abort_00155050)();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void)
{
(*(code *)PTR_MASKED_00155050)();
return;
}
|
2565_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
|
do_local_plt_offset
|
FUN_00185cf0
|
/* DWARF original prototype: uint do_local_plt_offset(Sized_relobj_incr<32,_false> * this, uint
param_1) */
uint __thiscall
gold::Sized_relobj_incr<32,_false>::do_local_plt_offset
(Sized_relobj_incr<32,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.h",0x7ae,"do_local_plt_offset");
}
|
void FUN_00185cf0(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");
}
|
SUB RSP,0x8
LEA RDX,[0x374d00]
MOV ESI,0x7ae
LEA RDI,[0x373482]
CALL 0x0017c650
| null | null | null | null |
[(u'COPY_-1207476948', u'CALL_-1207476964'), (u'COPY_-1207476949', u'CALL_-1207476964'), ('const-3617922', u'COPY_-1207476949'), ('const-3624192', u'COPY_-1207476948'), ('const-1', u'RETURN_-1207476959'), ('const-1966', u'CALL_-1207476964')]
|
[(u'COPY_-1207476951', u'CALL_-1207476964'), ('const-1966', u'CALL_-1207476964'), ('const-3617922', u'COPY_-1207476951'), ('const-3624192', u'COPY_-1207476950'), (u'COPY_-1207476950', u'CALL_-1207476964'), ('const-1', u'RETURN_-1207476959')]
| null | null |
00185cf0
|
x64
|
O2
|
(translation_unit "void FUN_00185cf0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}\n\n" (function_definition "void FUN_00185cf0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" primitive_type (function_declarator "FUN_00185cf0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" { comment (expression_statement "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" identifier (argument_list "("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""do_local_plt_offset"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: uint do_local_plt_offset(Sized_relobj_incr<32,_false> * this, uint\n param_1) */\n\nuint __thiscall\ngold::Sized_relobj_incr<32,_false>::do_local_plt_offset\n (Sized_relobj_incr<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}\n\n" comment (ERROR "uint __thiscall\ngold::Sized_relobj_incr<32,_false>::do_local_plt_offset\n (Sized_relobj_incr<32,_false> *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x7ae," type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_local_plt_offset\n (Sized_relobj_incr<32,_false> *this,uint param_1)\n\n{" identifier > : : (function_declarator "do_local_plt_offset\n (Sized_relobj_incr<32,_false> *this,uint param_1)" identifier (parameter_list "(Sized_relobj_incr<32,_false> *this,uint param_1)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) ))) {) comment identifier ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal ,) (expression_statement ""do_local_plt_offset");" (string_literal ""do_local_plt_offset"" " string_content ") (ERROR ")" )) ;) (ERROR "}" }))
|
(translation_unit "void FUN_00185cf0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}\n\n" (function_definition "void FUN_00185cf0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" primitive_type (function_declarator "FUN_00185cf0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" { (expression_statement "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" identifier (argument_list "("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""do_local_plt_offset"" " 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_00185cf0(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" (primitive_type "void") (function_declarator "FUN_00185cf0(void)" (identifier "FUN_00185cf0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.h",0x7ae,"do_local_plt_offset")" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x7ae") (, ",") (string_literal ""do_local_plt_offset"" (" """) (string_content "do_local_plt_offset") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: uint do_local_plt_offset(Sized_relobj_incr<32,_false> * this, uint
param_1) */
uint __thiscall
gold::Sized_relobj_incr<32,_false>::do_local_plt_offset
(Sized_relobj_incr<32,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.h",0x7ae,"do_local_plt_offset");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.h",0x7ae,"do_local_plt_offset");
}
|
383_riscv64-linux-gnu-readelf_and_riscv64-linux-gnu-readelf_strip.c
|
rewind
|
rewind
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewind(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* rewind@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewind(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207537462')]
|
[('const-1', u'RETURN_-1207537462')]
| null | null |
001970c0
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* 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 rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* rewind@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* rewind@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* rewind@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "rewind(FILE *__stream)" (identifier "rewind") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \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(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* rewind@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
149_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
btowc
|
btowc
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_btowc_003be4b0)();
return wVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_btowc_003be4b0)();
return wVar1;
}
|
JMP qword ptr [0x003be4b0]
| null | null | null | null |
[(u'CALLIND_-1207113368', u'INDIRECT_-1207113306'), ('const-0', u'RETURN_-1207113365'), ('tmp_32', u'CAST_-1207113301'), (u'CAST_-1207113301', u'CALLIND_-1207113368'), (u'CALLIND_-1207113368', u'RETURN_-1207113365'), (u'INDIRECT_-1207113306', u'COPY_-1207113365')]
|
[(u'CALLIND_-1207113368', u'INDIRECT_-1207113306'), ('const-0', u'RETURN_-1207113365'), ('tmp_32', u'CAST_-1207113301'), (u'CAST_-1207113301', u'CALLIND_-1207113368'), (u'CALLIND_-1207113368', u'RETURN_-1207113365'), (u'INDIRECT_-1207113306', u'COPY_-1207113365')]
| null | null |
0013e960
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_btowc_003be4b0)();" (assignment_expression "wVar1 = (*(code *)PTR_btowc_003be4b0)()" identifier = (call_expression "(*(code *)PTR_btowc_003be4b0)()" (parenthesized_expression "(*(code *)PTR_btowc_003be4b0)" ( (pointer_expression "*(code *)PTR_btowc_003be4b0" * (cast_expression "(code *)PTR_btowc_003be4b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_btowc_003be4b0)();" (assignment_expression "wVar1 = (*(code *)PTR_btowc_003be4b0)()" identifier = (call_expression "(*(code *)PTR_btowc_003be4b0)()" (parenthesized_expression "(*(code *)PTR_btowc_003be4b0)" ( (pointer_expression "*(code *)PTR_btowc_003be4b0" * (cast_expression "(code *)PTR_btowc_003be4b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) })))
|
(translation_unit "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}\n\n" (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" type_identifier (function_declarator "btowc(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" { (declaration "wint_t wVar1;" type_identifier identifier ;) (expression_statement "wVar1 = (*(code *)PTR_btowc_003be4b0)();" (assignment_expression "wVar1 = (*(code *)PTR_btowc_003be4b0)()" identifier = (call_expression "(*(code *)PTR_btowc_003be4b0)()" (parenthesized_expression "(*(code *)PTR_btowc_003be4b0)" ( (pointer_expression "*(code *)PTR_btowc_003be4b0" * (cast_expression "(code *)PTR_btowc_003be4b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return wVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" (type_identifier "wint_t") (function_declarator "btowc(int __c)" (identifier "btowc") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")"))) (compound_statement "{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003be4b0)();\n return wVar1;\n}" ({ "{") (declaration "wint_t wVar1;" (type_identifier "wint_t") (identifier "wVar1") (; ";")) (expression_statement "wVar1 = (*(code *)PTR_btowc_003be4b0)();" (assignment_expression "wVar1 = (*(code *)PTR_btowc_003be4b0)()" (identifier "wVar1") (= "=") (call_expression "(*(code *)PTR_btowc_003be4b0)()" (parenthesized_expression "(*(code *)PTR_btowc_003be4b0)" (( "(") (pointer_expression "*(code *)PTR_btowc_003be4b0" (* "*") (cast_expression "(code *)PTR_btowc_003be4b0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_btowc_003be4b0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return wVar1;" (return "return") (identifier "wVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __c)
{
type_1 wVar1;
wVar1 = (*(type_2 *)PTR_btowc_003be4b0)();
return wVar1;
}
| 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: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t MASKED(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_MASKED_003be4b0)();
return wVar1;
}
|
7591_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
cplus_demangle_mangled_name
|
FUN_002e6c80
|
demangle_component * cplus_demangle_mangled_name(d_info *di,int top_level)
{
byte bVar1;
int iVar2;
char *pcVar3;
demangle_component *pdVar4;
demangle_component_type *pdVar5;
demangle_component *pdVar6;
demangle_component *pdVar7;
undefined1 uVar8;
int iVar9;
pcVar3 = di->n;
if (*pcVar3 == '_') {
di->n = pcVar3 + 1;
if (pcVar3[1] == 'Z') {
di->n = pcVar3 + 2;
pdVar6 = d_encoding(di,top_level);
if ((top_level != 0) && ((di->options & 1) != 0)) {
while (pdVar4 = (demangle_component *)di->n,
(char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {
bVar1 = *(byte *)((long)&pdVar4->type + 1);
if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {
uVar8 = *(byte *)((long)&pdVar4->type + 2);
pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);
if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;
do {
do {
pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);
uVar8 = (undefined1)pdVar7->type;
} while ((byte)(uVar8 + 0x9f) < 0x1a);
LAB_002e6dff:
} while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));
}
else {
if (9 < (byte)(bVar1 - 0x30)) {
return pdVar6;
}
uVar8 = (undefined1)pdVar4->type;
pdVar7 = pdVar4;
}
while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&
((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {
pdVar5 = &pdVar7->type;
pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);
uVar8 = *(byte *)((long)pdVar5 + 2);
while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {
pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);
uVar8 = (undefined1)pdVar7->type;
}
}
di->n = (char *)pdVar7;
iVar2 = di->next_comp;
iVar9 = (int)pdVar7 - (int)pdVar4;
if (iVar2 < di->num_comps) {
pdVar7 = di->comps + iVar2;
pdVar7->d_printing = 0;
di->next_comp = iVar2 + 1;
if (iVar9 == 0) goto LAB_002e6dd0;
pdVar7->type = DEMANGLE_COMPONENT_NAME;
pdVar7->d_printing = 0;
(pdVar7->u).s_fixed.length = pdVar4;
(pdVar7->u).s_name.len = iVar9;
}
else {
LAB_002e6dd0:
pdVar7 = (demangle_component *)0x0;
}
pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);
}
}
return pdVar6;
}
}
else if ((top_level == 0) && (*pcVar3 == 'Z')) {
di->n = pcVar3 + 1;
pdVar6 = d_encoding(di,0);
return pdVar6;
}
return (demangle_component *)0x0;
}
|
undefined8 FUN_002e6c80(long param_1,int param_2)
{
char *pcVar1;
int iVar2;
char *pcVar3;
undefined8 uVar4;
undefined8 *puVar5;
char cVar6;
int iVar7;
char *pcVar8;
pcVar3 = *(char **)(param_1 + 0x18);
if (*pcVar3 == '_') {
*(char **)(param_1 + 0x18) = pcVar3 + 1;
if (pcVar3[1] == 'Z') {
*(char **)(param_1 + 0x18) = pcVar3 + 2;
uVar4 = FUN_002e6590();
if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {
while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {
cVar6 = pcVar3[1];
if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {
cVar6 = pcVar3[2];
pcVar8 = pcVar3 + 2;
if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;
do {
do {
pcVar8 = pcVar8 + 1;
cVar6 = *pcVar8;
} while ((byte)(cVar6 + 0x9fU) < 0x1a);
LAB_002e6dff:
} while (cVar6 == '_');
}
else {
if (9 < (byte)(cVar6 - 0x30U)) {
return uVar4;
}
cVar6 = *pcVar3;
pcVar8 = pcVar3;
}
while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {
pcVar1 = pcVar8 + 2;
pcVar8 = pcVar8 + 2;
cVar6 = *pcVar1;
while ((byte)(cVar6 - 0x30U) < 10) {
pcVar8 = pcVar8 + 1;
cVar6 = *pcVar8;
}
}
*(char **)(param_1 + 0x18) = pcVar8;
iVar2 = *(int *)(param_1 + 0x28);
iVar7 = (int)pcVar8 - (int)pcVar3;
if (iVar2 < *(int *)(param_1 + 0x2c)) {
puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);
*(undefined4 *)((long)puVar5 + 4) = 0;
*(int *)(param_1 + 0x28) = iVar2 + 1;
if (iVar7 == 0) goto LAB_002e6dd0;
*puVar5 = 0;
puVar5[1] = pcVar3;
*(int *)(puVar5 + 2) = iVar7;
}
else {
LAB_002e6dd0:
puVar5 = (undefined8 *)0x0;
}
uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);
}
}
return uVar4;
}
}
else if ((param_2 == 0) && (*pcVar3 == 'Z')) {
*(char **)(param_1 + 0x18) = pcVar3 + 1;
uVar4 = FUN_002e6590(param_1,0);
return uVar4;
}
return 0;
}
|
MOV RAX,qword ptr [RDI + 0x18]
MOVZX EDX,byte ptr [RAX]
CMP DL,0x5f
JZ 0x002e6cb0
TEST ESI,ESI
JNZ 0x002e6c95
CMP DL,0x5a
JZ 0x002e6ca0
XOR EAX,EAX
RET
ADD RAX,0x1
XOR ESI,ESI
MOV qword ptr [RDI + 0x18],RAX
JMP 0x002e6590
LEA RDX,[RAX + 0x1]
MOV qword ptr [RDI + 0x18],RDX
CMP byte ptr [RAX + 0x1],0x5a
JNZ 0x002e6c95
PUSH RBP
ADD RAX,0x2
MOV EBP,ESI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV qword ptr [RDI + 0x18],RAX
CALL 0x002e6590
TEST EBP,EBP
JZ 0x002e6dc8
TEST byte ptr [RBX + 0x10],0x1
JZ 0x002e6dc8
NOP dword ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RBX + 0x18]
CMP byte ptr [RDI],0x2e
JNZ 0x002e6dc8
MOVZX ECX,byte ptr [RDI + 0x1]
LEA EDX,[RCX + -0x61]
CMP DL,0x19
JBE 0x002e6dd8
CMP CL,0x5f
JZ 0x002e6dd8
SUB ECX,0x30
CMP CL,0x9
JA 0x002e6dc8
MOVZX ESI,byte ptr [RDI]
MOV RCX,RDI
CMP SIL,0x2e
JNZ 0x002e6d69
NOP
MOVZX EDX,byte ptr [RCX + 0x1]
LEA ESI,[RDX + -0x30]
CMP SIL,0x9
JA 0x002e6d69
MOVZX ESI,byte ptr [RCX + 0x2]
LEA R8,[RCX + 0x2]
LEA EDX,[RSI + -0x30]
CMP DL,0x9
JA 0x002e6d60
NOP dword ptr [RAX]
ADD R8,0x1
MOVZX ESI,byte ptr [R8]
LEA EDX,[RSI + -0x30]
CMP DL,0x9
JBE 0x002e6d50
MOV RCX,R8
CMP SIL,0x2e
JZ 0x002e6d30
MOV RSI,RCX
MOV qword ptr [RBX + 0x18],RCX
MOV R8D,dword ptr [RBX + 0x28]
SUB RSI,RDI
CMP R8D,dword ptr [RBX + 0x2c]
JGE 0x002e6dd0
MOVSXD RDX,R8D
ADD R8D,0x1
LEA RCX,[RDX + RDX*0x2]
MOV RDX,qword ptr [RBX + 0x20]
LEA RCX,[RDX + RCX*0x8]
MOV dword ptr [RCX + 0x4],0x0
MOV dword ptr [RBX + 0x28],R8D
TEST ESI,ESI
JZ 0x002e6dd0
MOV qword ptr [RCX],0x0
MOV qword ptr [RCX + 0x8],RDI
MOV dword ptr [RCX + 0x10],ESI
MOV RDX,RAX
MOV ESI,0x4d
MOV RDI,RBX
CALL 0x002de4a0
JMP 0x002e6cf0
ADD RSP,0x8
POP RBX
POP RBP
RET
XOR ECX,ECX
JMP 0x002e6dad
MOVZX ESI,byte ptr [RDI + 0x2]
LEA RCX,[RDI + 0x2]
LEA EDX,[RSI + -0x61]
CMP DL,0x19
JA 0x002e6dff
NOP dword ptr [RAX + RAX*0x1]
ADD RCX,0x1
MOVZX ESI,byte ptr [RCX]
LEA EDX,[RSI + -0x61]
CMP DL,0x19
JBE 0x002e6df0
CMP SIL,0x5f
JZ 0x002e6df0
JMP 0x002e6d28
| null | null | null | null |
[('const-159', u'INT_ADD_-1204720192'), (u'PTRSUB_-1204719042', u'LOAD_-1204719927'), (u'INT_ADD_-1204719085', u'CAST_-1204718859'), (u'MULTIEQUAL_-1204719134', u'INT_EQUAL_-1204720103'), (u'LOAD_-1204720010', u'SUBPIECE_-1204719046'), (u'CAST_-1204719125', u'INT_ADD_-1204719200'), (u'CAST_-1204718896', u'MULTIEQUAL_-1204719297'), (u'CAST_-1204719049', u'INT_LESS_-1204720055'), (u'INT_ADD_-1204720192', u'CAST_-1204719113'), ('tmp_1331', u'PTRSUB_-1204719042'), ('const-4', u'PTRSUB_-1204718966'), (u'COPY_-1204720448', u'RETURN_-1204720428'), ('const-433', u'STORE_-1204720308'), (u'INT_SUB_-1204719920', u'INT_EQUAL_-1204719839'), (u'INT_ADD_-1204718962', u'CAST_-1204718896'), (u'PTRSUB_-1204718967', u'STORE_-1204719836'), ('const-0', u'INT_NOTEQUAL_-1204720282'), ('const-433', u'STORE_-1204719028'), (u'INT_ADD_-1204719125', u'CAST_-1204719039'), (u'CAST_-1204719139', u'PTRSUB_-1204719164'), (u'CAST_-1204718873', u'MULTIEQUAL_-1204719313'), ('tmp_1332', u'CALL_-1204720297'), (u'INT_NOTEQUAL_-1204720282', u'CBRANCH_-1204720282'), ('const-433', u'LOAD_-1204720216'), ('const-433', u'LOAD_-1204719674'), ('const-9', u'INT_LESS_-1204720123'), (u'LOAD_-1204720096', u'INT_SUB_-1204719257'), (u'MULTIEQUAL_-1204719038', u'INT_EQUAL_-1204719631'), (u'LOAD_-1204720127', u'SUBPIECE_-1204719097'), (u'SUBPIECE_-1204719051', u'INT_SUB_-1204719920'), ('const-0', u'PTRSUB_-1204718989'), ('const-26', u'INT_LESS_-1204720177'), (u'PTRADD_-1204719020', u'PTRSUB_-1204718990'), (u'CAST_-1204719139', u'PTRSUB_-1204719115'), ('const-159', u'INT_ADD_-1204719099'), ('tmp_1332', u'INT_EQUAL_-1204720468'), (u'PTRSUB_-1204718926', u'PTRSUB_-1204718969'), ('const-0', u'RETURN_-1204720428'), ('tmp_1028', u'CBRANCH_-1204719838'), (u'CAST_-1204719062', u'INT_ADD_-1204719146'), ('const-433', u'LOAD_-1204720509'), (u'PTRSUB_-1204718922', u'CAST_-1204718903'), (u'LOAD_-1204720509', u'PTRADD_-1204720361'), ('const-433', u'LOAD_-1204720239'), ('const-2', u'INT_ADD_-1204718962'), ('const-433', u'STORE_-1204719856'), (u'SUBPIECE_-1204719144', u'INT_EQUAL_-1204720224'), ('const-433', u'LOAD_-1204720127'), (u'MULTIEQUAL_-1204719106', u'MULTIEQUAL_-1204719134'), (u'INT_ADD_-1204718968', u'CAST_-1204718902'), (u'INT_SUB_-1204719226', u'CAST_-1204719028'), ('tmp_364', u'CBRANCH_-1204720282'), (u'INT_SUB_-1204720142', u'CAST_-1204719083'), ('const-4', u'PTRSUB_-1204719014'), (u'CAST_-1204719139', u'PTRSUB_-1204719154'), ('const-433', u'STORE_-1204719826'), (u'LOAD_-1204720275', u'INT_AND_-1204720249'), ('const-1', u'INT_ADD_-1204719885'), ('const-24', u'PTRSUB_-1204719243'), ('const-0', u'PTRSUB_-1204718916'), ('tmp_630', u'CBRANCH_-1204720099'), (u'CALL_-1204720389', u'RETURN_-1204720385'), (u'INT_EQUAL_-1204720224', u'CBRANCH_-1204720221'), (u'CAST_-1204719113', u'INT_LESS_-1204720177'), (u'COPY_-1204719414', u'MULTIEQUAL_-1204719382'), ('const-433', u'LOAD_-1204720096'), ('const-0', u'SUBPIECE_-1204719049'), ('const-40', u'PTRSUB_-1204719006'), (u'COPY_-1204718996', u'RETURN_-1204718980'), ('tmp_248', u'CBRANCH_-1204720353'), (u'MULTIEQUAL_-1204719138', u'PTRSUB_-1204719100'), ('const-433', u'LOAD_-1204720245'), ('tmp_1331', u'PTRSUB_-1204719297'), ('const-0', u'PTRSUB_-1204719085'), (u'LOAD_-1204720503', u'INT_EQUAL_-1204720483'), (u'MULTIEQUAL_-1204719106', u'INT_SUB_-1204719226'), ('const-2', u'INT_ADD_-1204718968'), (u'CAST_-1204719139', u'COPY_-1204719150'), (u'PTRSUB_-1204719006', u'STORE_-1204719856'), ('const-1', u'PTRADD_-1204720310'), (u'INT_ADD_-1204718940', u'CAST_-1204718873'), ('const-10', u'INT_LESS_-1204720017'), ('const-433', u'STORE_-1204719819'), (u'CAST_-1204718902', u'LOAD_-1204719734'), (u'LOAD_-1204720509', u'PTRADD_-1204720323'), (u'CAST_-1204719039', u'MULTIEQUAL_-1204719105'), ('const-77', u'CALL_-1204719795'), (u'INT_SEXT_-1204719892', u'PTRADD_-1204719020'), ('tmp_1065', u'BRANCH_-1204719792'), ('const-26', u'INT_LESS_-1204719636'), (u'CAST_-1204719083', u'INT_LESS_-1204720123'), ('tmp_1331', u'PTRSUB_-1204719050'), ('const-1', u'PTRADD_-1204720284'), ('const-95', u'INT_EQUAL_-1204720168'), ('const-10', u'INT_LESS_-1204720055'), (u'PTRSUB_-1204719056', u'LOAD_-1204720010'), (u'PTRSUB_-1204718966', u'STORE_-1204719028'), (u'MULTIEQUAL_-1204719138', u'CAST_-1204718992'), (u'INT_ADD_-1204719099', u'CAST_-1204718885'), (u'INT_ADD_-1204719885', u'STORE_-1204719856'), ('const-433', u'LOAD_-1204719734'), (u'INT_EQUAL_-1204720357', u'CBRANCH_-1204720353'), (u'LOAD_-1204719947', u'INT_SEXT_-1204719892'), (u'CAST_-1204718903', u'INT_ADD_-1204718968'), (u'PTRSUB_-1204719115', u'LOAD_-1204720127'), ('tmp_741', u'CBRANCH_-1204720026'), ('const-95', u'INT_EQUAL_-1204720483'), (u'PTRSUB_-1204718888', u'LOAD_-1204719674'), ('tmp_1332', u'INT_NOTEQUAL_-1204720282'), (u'INT_EQUAL_-1204720103', u'CBRANCH_-1204720099'), ('const-0', u'PTRSUB_-1204719164'), (u'INT_EQUAL_-1204719839', u'CBRANCH_-1204719838'), (u'CAST_-1204719139', u'SUBPIECE_-1204719049'), (u'PTRSUB_-1204718984', u'PTRSUB_-1204718926'), (u'PTRSUB_-1204718969', u'STORE_-1204719819'), ('tmp_1331', u'CALL_-1204719795'), (u'INT_EQUAL_-1204720168', u'CBRANCH_-1204720166'), (u'INT_EQUAL_-1204720452', u'CBRANCH_-1204720450'), ('tmp_43', u'CBRANCH_-1204720481'), ('const-433', u'LOAD_-1204719882'), (u'PTRSUB_-1204718989', u'STORE_-1204719826'), ('const-24', u'PTRSUB_-1204719180'), ('const-32', u'PTRSUB_-1204719024'), ('const-24', u'PTRADD_-1204719020'), ('const-48', u'INT_SUB_-1204719226'), ('const-433', u'LOAD_-1204720372'), (u'MULTIEQUAL_-1204719602', u'MULTIEQUAL_-1204719385'), ('const-24', u'PTRSUB_-1204719297'), (u'PTRSUB_-1204719217', u'STORE_-1204720308'), (u'PTRSUB_-1204719079', u'CAST_-1204719040'), (u'INT_ADD_-1204719108', u'CAST_-1204719021'), (u'PTRSUB_-1204718990', u'PTRSUB_-1204718931'), (u'CAST_-1204719061', u'LOAD_-1204720096'), (u'LOAD_-1204720063', u'MULTIEQUAL_-1204719106'), ('const-0', u'RETURN_-1204719738'), ('const-2', u'PTRADD_-1204720284'), (u'LOAD_-1204720216', u'INT_SUB_-1204720142'), (u'MULTIEQUAL_-1204719382', u'CALL_-1204719795'), (u'CAST_-1204719139', u'PTRSUB_-1204718916'), (u'CAST_-1204718873', u'MULTIEQUAL_-1204719297'), ('const-0', u'INT_NOTEQUAL_-1204720262'), (u'CAST_-1204718885', u'INT_LESS_-1204719688'), (u'CAST_-1204719021', u'MULTIEQUAL_-1204719105'), (u'INT_EQUAL_-1204720483', u'CBRANCH_-1204720481'), (u'PTRSUB_-1204719180', u'LOAD_-1204720245'), ('const-0', u'PTRSUB_-1204719115'), ('const-95', u'INT_EQUAL_-1204719631'), ('const-1', u'PTRADD_-1204720323'), ('const-48', u'INT_SUB_-1204720142'), (u'CAST_-1204719139', u'PTRSUB_-1204718922'), ('const-0', u'PTRSUB_-1204718967'), ('const-1', u'PTRADD_-1204720361'), (u'MULTIEQUAL_-1204719138', u'PTRSUB_-1204719079'), ('tmp_1331', u'PTRSUB_-1204719180'), ('const-433', u'LOAD_-1204720503'), (u'INT_ADD_-1204719146', u'CAST_-1204719061'), (u'CAST_-1204719021', u'PTRSUB_-1204719056'), (u'MULTIEQUAL_-1204719313', u'PTRSUB_-1204718894'), (u'MULTIEQUAL_-1204719602', u'CALL_-1204719795'), ('tmp_1331', u'PTRSUB_-1204719055'), ('const-0', u'CALL_-1204720389'), (u'CAST_-1204719022', u'INT_ADD_-1204719108'), (u'MULTIEQUAL_-1204719138', u'PTRSUB_-1204719085'), (u'MULTIEQUAL_-1204719602', u'COPY_-1204718996'), ('const-0', u'SUBPIECE_-1204719144'), ('const-24', u'PTRSUB_-1204719258'), ('const-2', u'INT_ADD_-1204719131'), (u'LOAD_-1204720245', u'CAST_-1204719139'), ('const-0', u'RETURN_-1204718980'), (u'MULTIEQUAL_-1204719038', u'MULTIEQUAL_-1204719134'), ('tmp_1202', u'CBRANCH_-1204719697'), (u'PTRSUB_-1204719243', u'STORE_-1204720377'), ('const-433', u'LOAD_-1204720063'), (u'MULTIEQUAL_-1204719297', u'MULTIEQUAL_-1204719138'), (u'CALL_-1204719795', u'MULTIEQUAL_-1204719602'), (u'PTRSUB_-1204719100', u'CAST_-1204719062'), ('tmp_1312', u'CBRANCH_-1204719628'), ('tmp_1331', u'PTRSUB_-1204719217'), ('const-1', u'INT_ADD_-1204719146'), (u'PTRSUB_-1204719154', u'CAST_-1204719125'), (u'CAST_-1204719028', u'INT_LESS_-1204720017'), (u'CALL_-1204720297', u'MULTIEQUAL_-1204719385'), ('const-433', u'STORE_-1204720377'), (u'CAST_-1204718992', u'STORE_-1204719952'), ('const-8', u'PTRSUB_-1204718990'), ('const-433', u'LOAD_-1204719927'), ('const-0', u'PTRSUB_-1204718931'), ('const-1', u'INT_ADD_-1204718940'), ('const-433', u'STORE_-1204719866'), ('const-0', u'PTRSUB_-1204718894'), (u'INT_LESS_-1204720177', u'CBRANCH_-1204720186'), ('const-16', u'PTRSUB_-1204719199'), ('const-1', u'PTRADD_-1204720310'), (u'LOAD_-1204720216', u'INT_ADD_-1204720192'), (u'LOAD_-1204719927', u'INT_SLESS_-1204719901'), (u'SUBPIECE_-1204719046', u'MULTIEQUAL_-1204719106'), (u'INT_EQUAL_-1204720468', u'CBRANCH_-1204720466'), (u'PTRSUB_-1204718894', u'CAST_-1204718874'), ('tmp_445', u'CBRANCH_-1204720221'), ('const-433', u'STORE_-1204720398'), (u'PTRADD_-1204719020', u'PTRSUB_-1204718967'), (u'LOAD_-1204719734', u'MULTIEQUAL_-1204719038'), (u'PTRSUB_-1204719164', u'LOAD_-1204720239'), (u'PTRADD_-1204720361', u'STORE_-1204720398'), ('tmp_1331', u'PTRSUB_-1204719006'), (u'CAST_-1204719124', u'LOAD_-1204720216'), (u'PTRADD_-1204720310', u'LOAD_-1204720372'), (u'PTRSUB_-1204719014', u'STORE_-1204719866'), (u'INT_SUB_-1204719920', u'STORE_-1204719819'), ('const-0', u'COPY_-1204720448'), ('const-46', u'INT_EQUAL_-1204720103'), ('const-433', u'LOAD_-1204719947'), (u'COPY_-1204719150', u'MULTIEQUAL_-1204719138'), (u'INT_LESS_-1204719688', u'CBRANCH_-1204719697'), (u'LOAD_-1204719734', u'INT_ADD_-1204719099'), (u'INT_ADD_-1204719200', u'CAST_-1204719124'), (u'CAST_-1204718896', u'MULTIEQUAL_-1204719313'), ('const-0', u'PTRSUB_-1204719062'), ('tmp_1331', u'CALL_-1204720389'), (u'CAST_-1204718859', u'INT_LESS_-1204719636'), ('tmp_1331', u'CALL_-1204720297'), (u'LOAD_-1204720509', u'PTRADD_-1204720310'), ('const-0', u'INT_EQUAL_-1204720468'), ('tmp_683', u'CBRANCH_-1204720064'), ('tmp_1331', u'PTRSUB_-1204719243'), ('const-25', u'INT_LESS_-1204719688'), ('const-24', u'PTRSUB_-1204719055'), ('const-0', u'COPY_-1204719414'), (u'INT_EQUAL_-1204719631', u'CBRANCH_-1204719628'), ('const-0', u'INT_EQUAL_-1204719839'), ('const-433', u'LOAD_-1204720275'), ('const-0', u'RETURN_-1204720385'), (u'INT_LESS_-1204720055', u'CBRANCH_-1204720064'), ('tmp_1331', u'PTRSUB_-1204719199'), (u'LOAD_-1204720216', u'INT_EQUAL_-1204720168'), (u'PTRADD_-1204720323', u'STORE_-1204720377'), ('const-0', u'SUBPIECE_-1204719097'), (u'INT_LESS_-1204719636', u'CBRANCH_-1204719645'), ('const-1', u'INT_AND_-1204720249'), ('const-1', u'PTRADD_-1204720323'), ('tmp_396', u'CBRANCH_-1204720260'), (u'PTRSUB_-1204719024', u'LOAD_-1204719882'), (u'SUBPIECE_-1204719097', u'MULTIEQUAL_-1204719134'), (u'CALL_-1204720297', u'MULTIEQUAL_-1204719602'), (u'CAST_-1204719139', u'STORE_-1204719826'), ('const-46', u'INT_EQUAL_-1204720224'), (u'CAST_-1204719040', u'INT_ADD_-1204719125'), (u'SUBPIECE_-1204719049', u'INT_SUB_-1204719920'), ('const-0', u'PTRSUB_-1204718888'), ('const-0', u'SUBPIECE_-1204719051'), ('const-433', u'STORE_-1204719836'), (u'MULTIEQUAL_-1204719297', u'MULTIEQUAL_-1204719313'), (u'LOAD_-1204719674', u'SUBPIECE_-1204718882'), (u'LOAD_-1204720503', u'INT_EQUAL_-1204720452'), ('tmp_1331', u'PTRSUB_-1204719258'), ('const-90', u'INT_EQUAL_-1204720452'), ('const-433', u'STORE_-1204719952'), (u'INT_LESS_-1204720123', u'CBRANCH_-1204720131'), (u'INT_SLESS_-1204719901', u'CBRANCH_-1204719908'), ('const-1', u'INT_ADD_-1204719108'), ('const-1', u'PTRADD_-1204720361'), ('tmp_526', u'CBRANCH_-1204720166'), (u'CAST_-1204718874', u'INT_ADD_-1204718940'), (u'SUBPIECE_-1204718882', u'INT_ADD_-1204719085'), ('const-8', u'PTRSUB_-1204718969'), ('const-0', u'PTRSUB_-1204718922'), ('tmp_101', u'CBRANCH_-1204720450'), ('tmp_932', u'CBRANCH_-1204719908'), (u'PTRSUB_-1204719062', u'CAST_-1204719022'), (u'PTRSUB_-1204718931', u'PTRSUB_-1204718989'), (u'MULTIEQUAL_-1204719385', u'RETURN_-1204719738'), (u'LOAD_-1204720509', u'LOAD_-1204720503'), (u'PTRSUB_-1204718916', u'CAST_-1204718897'), (u'MULTIEQUAL_-1204719105', u'MULTIEQUAL_-1204719138'), (u'LOAD_-1204719947', u'INT_SLESS_-1204719901'), (u'LOAD_-1204720372', u'INT_EQUAL_-1204720357'), ('tmp_496', u'CBRANCH_-1204720186'), ('const-24', u'PTRSUB_-1204719217'), (u'CAST_-1204719045', u'LOAD_-1204720063'), (u'CAST_-1204719046', u'INT_ADD_-1204719131'), ('const-0', u'PTRSUB_-1204719056'), ('const-8', u'PTRSUB_-1204718984'), ('tmp_1092', u'BRANCH_-1204719760'), (u'CAST_-1204718897', u'INT_ADD_-1204718962'), (u'PTRSUB_-1204719258', u'STORE_-1204720398'), (u'PTRADD_-1204719020', u'PTRSUB_-1204718966'), (u'PTRADD_-1204719020', u'PTRSUB_-1204718984'), ('const-0', u'STORE_-1204719028'), ('const-433', u'LOAD_-1204720010'), ('const-0', u'PTRSUB_-1204718926'), ('const-0', u'SUBPIECE_-1204718882'), ('const-0', u'PTRSUB_-1204719100'), (u'PTRSUB_-1204719050', u'LOAD_-1204719947'), ('const-0', u'STORE_-1204719866'), (u'INT_NOTEQUAL_-1204720262', u'CBRANCH_-1204720260'), ('const-2', u'INT_ADD_-1204719125'), ('tmp_589', u'CBRANCH_-1204720131'), ('const-90', u'INT_EQUAL_-1204720357'), (u'INT_ADD_-1204719131', u'CAST_-1204719045'), (u'MULTIEQUAL_-1204719138', u'SUBPIECE_-1204719051'), (u'LOAD_-1204719947', u'INT_ADD_-1204719885'), (u'LOAD_-1204720509', u'PTRADD_-1204720284'), ('const-48', u'INT_SUB_-1204719257'), (u'PTRADD_-1204720284', u'STORE_-1204720308'), (u'LOAD_-1204719882', u'PTRADD_-1204719020'), (u'SUBPIECE_-1204718882', u'MULTIEQUAL_-1204719038'), (u'INT_AND_-1204720249', u'INT_NOTEQUAL_-1204720262'), (u'LOAD_-1204720239', u'SUBPIECE_-1204719144'), (u'PTRSUB_-1204719199', u'LOAD_-1204720275'), ('const-0', u'PTRSUB_-1204719079'), ('tmp_1282', u'CBRANCH_-1204719645'), ('const-0', u'PTRSUB_-1204719154'), (u'MULTIEQUAL_-1204719105', u'PTRSUB_-1204719062'), ('const-159', u'INT_ADD_-1204719085'), (u'INT_SUB_-1204719257', u'CAST_-1204719049'), (u'PTRSUB_-1204719055', u'STORE_-1204719952'), ('const-0', u'SUBPIECE_-1204719046'), ('const-40', u'PTRSUB_-1204719050'), (u'INT_LESS_-1204720017', u'CBRANCH_-1204720026'), ('const-1', u'INT_ADD_-1204719200'), (u'CAST_-1204718873', u'PTRSUB_-1204718888'), ('const-0', u'STORE_-1204719836'), ('tmp_1331', u'PTRSUB_-1204719024'), ('tmp_71', u'CBRANCH_-1204720466'), (u'PTRSUB_-1204719297', u'LOAD_-1204720509'), ('const-44', u'PTRSUB_-1204719042'), (u'PTRADD_-1204719020', u'PTRSUB_-1204719014'), (u'PTRSUB_-1204719085', u'CAST_-1204719046'), (u'PTRADD_-1204719020', u'MULTIEQUAL_-1204719382')]
|
[('tmp_3214', u'INT_EQUAL_-1204720468'), ('const-40', u'INT_ADD_-1204719931'), ('const-77', u'CALL_-1204719795'), (u'CAST_-1204719016', u'STORE_-1204719866'), ('tmp_2785', u'INT_ADD_-1204720384'), (u'CAST_-1204719141', u'INT_LESS_-1204720123'), (u'COPY_-1204720448', u'RETURN_-1204720428'), (u'CAST_-1204719017', u'INT_ADD_-1204719852'), (u'INT_SUB_-1204719920', u'INT_EQUAL_-1204719839'), (u'PTRADD_-1204719664', u'MULTIEQUAL_-1204719294'), ('const-0', u'INT_NOTEQUAL_-1204720282'), (u'INT_SUB_-1204720142', u'CAST_-1204719141'), ('const-9', u'INT_LESS_-1204720123'), (u'PTRADD_-1204720154', u'LOAD_-1204720216'), (u'INT_NOTEQUAL_-1204720282', u'CBRANCH_-1204720282'), ('const-2', u'PTRADD_-1204720001'), (u'PTRADD_-1204719993', u'MULTIEQUAL_-1204719116'), (u'PTRADD_-1204719672', u'LOAD_-1204719734'), ('const-24', u'INT_ADD_-1204720363'), ('const-1', u'PTRADD_-1204719622'), ('const-26', u'INT_LESS_-1204720177'), (u'CAST_-1204719092', u'INT_LESS_-1204720017'), ('const-433', u'STORE_-1204719819'), (u'MULTIEQUAL_-1204719379', u'CALL_-1204719795'), (u'CAST_-1204719022', u'MULTIEQUAL_-1204719379'), (u'INT_ADD_-1204719092', u'CAST_-1204718917'), ('const-24', u'INT_ADD_-1204720493'), (u'INT_ADD_-1204720363', u'CAST_-1204719252'), ('const-8', u'PTRADD_-1204719015'), ('const-0', u'RETURN_-1204720428'), ('tmp_1028', u'CBRANCH_-1204719838'), ('const-433', u'LOAD_-1204720063'), (u'INT_ADD_-1204719931', u'CAST_-1204719053'), (u'LOAD_-1204720509', u'PTRADD_-1204720361'), (u'MULTIEQUAL_-1204719145', u'INT_EQUAL_-1204720103'), (u'MULTIEQUAL_-1204719294', u'MULTIEQUAL_-1204719310'), ('const-2', u'PTRADD_-1204719993'), ('const-90', u'INT_EQUAL_-1204720357'), ('const-433', u'STORE_-1204720398'), ('const-44', u'INT_ADD_-1204719911'), ('tmp_364', u'CBRANCH_-1204720282'), (u'LOAD_-1204720275', u'INT_AND_-1204720249'), ('const-1', u'INT_ADD_-1204719885'), (u'LOAD_-1204720245', u'PTRADD_-1204720154'), (u'LOAD_-1204719734', u'MULTIEQUAL_-1204719045'), ('tmp_630', u'CBRANCH_-1204720099'), (u'CALL_-1204720389', u'RETURN_-1204720385'), (u'INT_EQUAL_-1204720224', u'CBRANCH_-1204720221'), ('const-159', u'INT_ADD_-1204720192'), (u'LOAD_-1204720010', u'MULTIEQUAL_-1204719117'), (u'LOAD_-1204719882', u'INT_ADD_-1204719858'), (u'CALL_-1204720297', u'MULTIEQUAL_-1204719599'), (u'INT_ADD_-1204719858', u'CAST_-1204719022'), ('tmp_248', u'CBRANCH_-1204720353'), (u'LOAD_-1204720245', u'LOAD_-1204720239'), ('const-0', u'INT_NOTEQUAL_-1204720262'), (u'LOAD_-1204720127', u'MULTIEQUAL_-1204719145'), (u'CAST_-1204719022', u'STORE_-1204719836'), ('const-433', u'LOAD_-1204720509'), ('tmp_2785', u'CALL_-1204719795'), (u'LOAD_-1204720503', u'INT_EQUAL_-1204720483'), ('const-24', u'INT_ADD_-1204720294'), (u'MULTIEQUAL_-1204719294', u'MULTIEQUAL_-1204719149'), ('const-1', u'PTRADD_-1204720310'), (u'INT_ADD_-1204719866', u'CAST_-1204719027'), ('const-2', u'PTRADD_-1204719010'), (u'PTRADD_-1204719622', u'MULTIEQUAL_-1204719310'), ('const-48', u'INT_SUB_-1204719264'), (u'LOAD_-1204720509', u'PTRADD_-1204720323'), (u'CAST_-1204719305', u'LOAD_-1204720509'), (u'CAST_-1204719022', u'CAST_-1204719017'), ('const-433', u'STORE_-1204719856'), ('tmp_1065', u'BRANCH_-1204719792'), ('const-433', u'LOAD_-1204720275'), (u'LOAD_-1204720245', u'PTRADD_-1204719664'), ('const-1', u'PTRADD_-1204720154'), ('const-433', u'STORE_-1204720308'), (u'CAST_-1204719226', u'STORE_-1204720308'), ('const-1', u'PTRADD_-1204720284'), ('const-95', u'INT_EQUAL_-1204720168'), (u'PTRADD_-1204719664', u'MULTIEQUAL_-1204719310'), ('const-40', u'INT_ADD_-1204719842'), (u'INT_ADD_-1204719885', u'STORE_-1204719856'), (u'INT_EQUAL_-1204720357', u'CBRANCH_-1204720353'), (u'LOAD_-1204719947', u'INT_SEXT_-1204719892'), (u'INT_ADD_-1204720192', u'CAST_-1204719165'), (u'MULTIEQUAL_-1204719149', u'SUBPIECE_-1204719062'), (u'LOAD_-1204720239', u'INT_EQUAL_-1204720224'), ('tmp_741', u'CBRANCH_-1204720026'), (u'INT_ADD_-1204720384', u'CAST_-1204719247'), (u'PTRADD_-1204719010', u'CAST_-1204718988'), (u'INT_EQUAL_-1204720103', u'CBRANCH_-1204720099'), (u'PTRADD_-1204719958', u'MULTIEQUAL_-1204719116'), (u'INT_EQUAL_-1204719839', u'CBRANCH_-1204719838'), (u'LOAD_-1204720245', u'PTRADD_-1204719672'), (u'INT_EQUAL_-1204720168', u'CBRANCH_-1204720166'), (u'INT_EQUAL_-1204720452', u'CBRANCH_-1204720450'), (u'MULTIEQUAL_-1204719382', u'RETURN_-1204719738'), ('tmp_43', u'CBRANCH_-1204720481'), ('tmp_2785', u'INT_ADD_-1204720261'), (u'MULTIEQUAL_-1204719117', u'MULTIEQUAL_-1204719145'), (u'INT_ADD_-1204720229', u'CAST_-1204719189'), (u'CAST_-1204719109', u'INT_LESS_-1204720055'), ('tmp_2785', u'INT_ADD_-1204719938'), (u'MULTIEQUAL_-1204719149', u'PTRADD_-1204720034'), (u'PTRADD_-1204720034', u'LOAD_-1204720096'), ('const-0', u'RETURN_-1204719738'), (u'INT_SUB_-1204719264', u'CAST_-1204719109'), ('const-0', u'STORE_-1204719836'), ('const-2', u'PTRADD_-1204720284'), ('const-1', u'PTRADD_-1204720323'), (u'LOAD_-1204720216', u'INT_SUB_-1204720142'), (u'CAST_-1204719252', u'STORE_-1204720377'), (u'COPY_-1204719204', u'MULTIEQUAL_-1204719149'), (u'MULTIEQUAL_-1204719045', u'MULTIEQUAL_-1204719145'), (u'CAST_-1204719058', u'STORE_-1204719952'), (u'MULTIEQUAL_-1204719599', u'CALL_-1204719795'), (u'LOAD_-1204719674', u'INT_ADD_-1204719092'), (u'INT_EQUAL_-1204720483', u'CBRANCH_-1204720481'), ('const-1', u'PTRADD_-1204720361'), ('const-433', u'STORE_-1204719866'), ('tmp_2785', u'INT_ADD_-1204719866'), (u'CAST_-1204719008', u'STORE_-1204719856'), (u'LOAD_-1204720245', u'STORE_-1204719826'), (u'INT_ADD_-1204719842', u'CAST_-1204719008'), ('const-0', u'COPY_-1204720448'), ('const-48', u'INT_SUB_-1204719233'), ('const-1', u'PTRADD_-1204719622'), (u'PTRADD_-1204719622', u'MULTIEQUAL_-1204719294'), (u'LOAD_-1204719674', u'MULTIEQUAL_-1204719045'), ('const-433', u'STORE_-1204720377'), (u'MULTIEQUAL_-1204719599', u'MULTIEQUAL_-1204719382'), (u'INT_SUB_-1204719233', u'CAST_-1204719092'), ('const-24', u'INT_ADD_-1204720384'), ('tmp_1202', u'CBRANCH_-1204719697'), (u'INT_ADD_-1204719106', u'CAST_-1204718941'), ('const-433', u'LOAD_-1204720503'), (u'LOAD_-1204720245', u'LOAD_-1204720127'), ('const-433', u'LOAD_-1204720216'), (u'INT_ADD_-1204720294', u'CAST_-1204719226'), ('const-2', u'PTRADD_-1204719672'), ('const-0', u'STORE_-1204719866'), ('tmp_1312', u'CBRANCH_-1204719628'), (u'CAST_-1204719189', u'LOAD_-1204720245'), ('const-433', u'LOAD_-1204720096'), (u'MULTIEQUAL_-1204719117', u'INT_SUB_-1204719233'), ('const-159', u'INT_ADD_-1204719092'), (u'INT_LESS_-1204720177', u'CBRANCH_-1204720186'), ('const-1', u'PTRADD_-1204720310'), (u'LOAD_-1204720216', u'INT_ADD_-1204720192'), (u'CALL_-1204720297', u'MULTIEQUAL_-1204719382'), ('const-1', u'PTRADD_-1204719664'), (u'LOAD_-1204719927', u'INT_SLESS_-1204719901'), ('const-433', u'LOAD_-1204719927'), (u'INT_ADD_-1204719911', u'CAST_-1204719045'), (u'INT_EQUAL_-1204720468', u'CBRANCH_-1204720466'), ('tmp_445', u'CBRANCH_-1204720221'), ('const-433', u'LOAD_-1204719947'), (u'SUBPIECE_-1204719062', u'INT_SUB_-1204719920'), (u'LOAD_-1204719734', u'INT_ADD_-1204719106'), (u'PTRADD_-1204720361', u'STORE_-1204720398'), ('const-0', u'SUBPIECE_-1204719060'), (u'PTRADD_-1204719622', u'LOAD_-1204719674'), (u'PTRADD_-1204720310', u'LOAD_-1204720372'), (u'INT_SUB_-1204719920', u'STORE_-1204719819'), ('const-46', u'INT_EQUAL_-1204720103'), ('tmp_2785', u'INT_ADD_-1204719911'), (u'COPY_-1204719043', u'RETURN_-1204719027'), (u'INT_LESS_-1204719688', u'CBRANCH_-1204719697'), ('const-10', u'INT_LESS_-1204720017'), (u'PTRADD_-1204719958', u'LOAD_-1204720010'), ('const-433', u'STORE_-1204719836'), (u'LOAD_-1204720509', u'PTRADD_-1204720310'), ('const-0', u'SUBPIECE_-1204719062'), ('const-1', u'PTRADD_-1204719958'), ('const-0', u'INT_EQUAL_-1204720468'), ('tmp_683', u'CBRANCH_-1204720064'), (u'LOAD_-1204720063', u'MULTIEQUAL_-1204719117'), (u'CAST_-1204719027', u'LOAD_-1204719882'), (u'INT_EQUAL_-1204719631', u'CBRANCH_-1204719628'), ('tmp_2785', u'INT_ADD_-1204720294'), ('const-48', u'INT_SUB_-1204720142'), (u'CAST_-1204719045', u'LOAD_-1204719927'), ('const-0', u'INT_EQUAL_-1204719839'), ('const-0', u'RETURN_-1204720385'), (u'INT_LESS_-1204720055', u'CBRANCH_-1204720064'), (u'LOAD_-1204720216', u'INT_EQUAL_-1204720168'), (u'PTRADD_-1204720323', u'STORE_-1204720377'), ('const-1', u'PTRADD_-1204719993'), (u'INT_LESS_-1204719636', u'CBRANCH_-1204719645'), ('const-1', u'PTRADD_-1204720323'), (u'MULTIEQUAL_-1204719116', u'MULTIEQUAL_-1204719149'), ('tmp_2785', u'INT_ADD_-1204720363'), ('const-24', u'INT_ADD_-1204720229'), ('tmp_396', u'CBRANCH_-1204720260'), ('const-95', u'INT_EQUAL_-1204720483'), ('const-433', u'LOAD_-1204720010'), ('const-46', u'INT_EQUAL_-1204720224'), (u'CAST_-1204718941', u'INT_LESS_-1204719688'), (u'CALL_-1204719795', u'MULTIEQUAL_-1204719599'), (u'MULTIEQUAL_-1204719116', u'PTRADD_-1204719958'), ('const-433', u'STORE_-1204719952'), (u'PTRADD_-1204720001', u'LOAD_-1204720063'), (u'MULTIEQUAL_-1204719149', u'STORE_-1204719952'), (u'LOAD_-1204720503', u'INT_EQUAL_-1204720452'), (u'LOAD_-1204720245', u'COPY_-1204719204'), ('tmp_3214', u'INT_NOTEQUAL_-1204720282'), ('const-433', u'LOAD_-1204720245'), ('const-10', u'INT_LESS_-1204720055'), (u'INT_LESS_-1204720123', u'CBRANCH_-1204720131'), (u'CAST_-1204718988', u'STORE_-1204719819'), (u'INT_SLESS_-1204719901', u'CBRANCH_-1204719908'), ('const-433', u'LOAD_-1204720239'), ('tmp_526', u'CBRANCH_-1204720166'), (u'CAST_-1204719022', u'PTRADD_-1204719015'), ('tmp_2785', u'INT_ADD_-1204719842'), ('const-1', u'PTRADD_-1204719672'), (u'CAST_-1204719247', u'STORE_-1204720398'), (u'INT_ADD_-1204719852', u'CAST_-1204719016'), (u'CAST_-1204719022', u'PTRADD_-1204719010'), ('const-26', u'INT_LESS_-1204719636'), ('const-1', u'PTRADD_-1204720361'), ('tmp_101', u'CBRANCH_-1204720450'), ('tmp_932', u'CBRANCH_-1204719908'), ('const-25', u'INT_LESS_-1204719688'), (u'LOAD_-1204720509', u'LOAD_-1204720503'), ('const-24', u'INT_ADD_-1204719938'), (u'LOAD_-1204719947', u'INT_SLESS_-1204719901'), (u'LOAD_-1204720372', u'INT_EQUAL_-1204720357'), ('tmp_496', u'CBRANCH_-1204720186'), (u'INT_MULT_-1204719846', u'INT_ADD_-1204719858'), ('const-16', u'INT_ADD_-1204720261'), ('tmp_2785', u'CALL_-1204720389'), ('tmp_2785', u'INT_ADD_-1204720229'), ('tmp_1092', u'BRANCH_-1204719760'), ('const-32', u'INT_ADD_-1204719866'), ('const-0', u'COPY_-1204719411'), ('const-1', u'PTRADD_-1204720034'), ('const-0', u'RETURN_-1204719027'), ('const-1', u'PTRADD_-1204720154'), ('const-4', u'INT_ADD_-1204719852'), ('tmp_2785', u'INT_ADD_-1204719931'), ('const-433', u'LOAD_-1204720127'), (u'MULTIEQUAL_-1204719149', u'PTRADD_-1204720001'), (u'MULTIEQUAL_-1204719599', u'COPY_-1204719043'), (u'INT_NOTEQUAL_-1204720262', u'CBRANCH_-1204720260'), ('tmp_2785', u'INT_ADD_-1204720493'), ('tmp_589', u'CBRANCH_-1204720131'), ('const-433', u'STORE_-1204719826'), ('const-24', u'INT_MULT_-1204719846'), ('const-1', u'PTRADD_-1204719958'), (u'LOAD_-1204719947', u'INT_ADD_-1204719885'), (u'LOAD_-1204720509', u'PTRADD_-1204720284'), (u'PTRADD_-1204720284', u'STORE_-1204720308'), (u'PTRADD_-1204719015', u'STORE_-1204719826'), (u'INT_AND_-1204720249', u'INT_NOTEQUAL_-1204720262'), (u'CAST_-1204719053', u'LOAD_-1204719947'), ('const-1', u'PTRADD_-1204720034'), (u'INT_ADD_-1204720493', u'CAST_-1204719305'), (u'INT_ADD_-1204720261', u'CAST_-1204719208'), ('const-433', u'LOAD_-1204719674'), ('const-2', u'PTRADD_-1204719664'), ('tmp_1282', u'CBRANCH_-1204719645'), ('const-433', u'LOAD_-1204720372'), (u'CAST_-1204719208', u'LOAD_-1204720275'), (u'CAST_-1204719165', u'INT_LESS_-1204720177'), ('const-95', u'INT_EQUAL_-1204719631'), ('const-433', u'LOAD_-1204719734'), (u'MULTIEQUAL_-1204719045', u'INT_EQUAL_-1204719631'), ('const-1', u'PTRADD_-1204719015'), (u'MULTIEQUAL_-1204719149', u'PTRADD_-1204719993'), (u'LOAD_-1204720096', u'INT_SUB_-1204719264'), (u'INT_ADD_-1204719938', u'CAST_-1204719058'), ('const-90', u'INT_EQUAL_-1204720452'), ('const-8', u'PTRADD_-1204719010'), (u'INT_LESS_-1204720017', u'CBRANCH_-1204720026'), (u'INT_SEXT_-1204719892', u'INT_MULT_-1204719846'), ('const-433', u'LOAD_-1204719882'), ('const-1', u'INT_AND_-1204720249'), (u'CAST_-1204718917', u'INT_LESS_-1204719636'), ('tmp_71', u'CBRANCH_-1204720466'), ('const-159', u'INT_ADD_-1204719106'), ('const-0', u'CALL_-1204720389'), (u'MULTIEQUAL_-1204719310', u'PTRADD_-1204719622'), (u'COPY_-1204719411', u'MULTIEQUAL_-1204719379'), (u'LOAD_-1204720245', u'SUBPIECE_-1204719060'), (u'SUBPIECE_-1204719060', u'INT_SUB_-1204719920'), ('const-1', u'PTRADD_-1204720001')]
| null | null |
002e6c80
|
x64
|
O2
|
(translation_unit "undefined8 FUN_002e6c80(long param_1,int param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002e6c80(long param_1,int param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_002e6c80(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (expression_statement "pcVar3 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" if (parenthesized_expression "(*pcVar3 == '_')" ( (binary_expression "*pcVar3 == '_'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (if_statement "if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" if (parenthesized_expression "(pcVar3[1] == 'Z')" ( (binary_expression "pcVar3[1] == 'Z'" (subscript_expression "pcVar3[1]" identifier [ number_literal ]) == (char_literal "'Z'" ' character ')) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 2;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 2" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 2" identifier + number_literal)) ;) (expression_statement "uVar4 = FUN_002e6590();" (assignment_expression "uVar4 = FUN_002e6590()" identifier = (call_expression "FUN_002e6590()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" if (parenthesized_expression "((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0))" ( (binary_expression "(param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "((*(byte *)(param_1 + 0x10) & 1) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x10) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x10) & 1)" ( (binary_expression "*(byte *)(param_1 + 0x10) & 1" (pointer_expression "*(byte *)(param_1 + 0x10)" * (cast_expression "(byte *)(param_1 + 0x10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" { (while_statement "while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" while (parenthesized_expression "(pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.')" ( (comma_expression "pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) , (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'.'" ' character '))) )) (compound_statement "{\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" { (expression_statement "cVar6 = pcVar3[1];" (assignment_expression "cVar6 = pcVar3[1]" identifier = (subscript_expression "pcVar3[1]" identifier [ number_literal ])) ;) (if_statement "if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" if (parenthesized_expression "(((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_'))" ( (binary_expression "((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')" (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" ( (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) ))) < number_literal) )) || (parenthesized_expression "(cVar6 == '_')" ( (binary_expression "cVar6 == '_'" identifier == (char_literal "'_'" ' character ')) ))) )) (compound_statement "{\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }" { (expression_statement "cVar6 = pcVar3[2];" (assignment_expression "cVar6 = pcVar3[2]" identifier = (subscript_expression "pcVar3[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = pcVar3 + 2;" (assignment_expression "pcVar8 = pcVar3 + 2" identifier = (binary_expression "pcVar3 + 2" identifier + number_literal)) ;) (if_statement "if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;" if (parenthesized_expression "(0x19 < (byte)(cVar6 + 0x9fU))" ( (binary_expression "0x19 < (byte)(cVar6 + 0x9fU)" number_literal < (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) )))) )) (goto_statement "goto LAB_002e6dff;" goto statement_identifier ;)) (do_statement "do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');" do (compound_statement "{\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n }" { (do_statement "do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);" do (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" { (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) }) while (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" ( (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) ))) < number_literal) )) ;) (labeled_statement "LAB_002e6dff:" statement_identifier : (expression_statement "" ;)) }) while (parenthesized_expression "(cVar6 == '_')" ( (binary_expression "cVar6 == '_'" identifier == (char_literal "'_'" ' character ')) )) ;) }) (else_clause "else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" else (compound_statement "{\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" { (if_statement "if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }" if (parenthesized_expression "(9 < (byte)(cVar6 - 0x30U))" ( (binary_expression "9 < (byte)(cVar6 - 0x30U)" number_literal < (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 - 0x30U)" ( (binary_expression "cVar6 - 0x30U" identifier - number_literal) )))) )) (compound_statement "{\n return uVar4;\n }" { (return_statement "return uVar4;" return identifier ;) })) (expression_statement "cVar6 = *pcVar3;" (assignment_expression "cVar6 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "pcVar8 = pcVar3;" (assignment_expression "pcVar8 = pcVar3" identifier = identifier) ;) }))) (while_statement "while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" while (parenthesized_expression "((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)))" ( (parenthesized_expression "(cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))" ( (binary_expression "cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)" (binary_expression "cVar6 == '.'" identifier == (char_literal "'.'" ' character ')) && (parenthesized_expression "((byte)(pcVar8[1] - 0x30U) < 10)" ( (binary_expression "(byte)(pcVar8[1] - 0x30U) < 10" (call_expression "(byte)(pcVar8[1] - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pcVar8[1] - 0x30U)" ( (binary_expression "pcVar8[1] - 0x30U" (subscript_expression "pcVar8[1]" identifier [ number_literal ]) - number_literal) ))) < number_literal) ))) )) )) (compound_statement "{\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" { (expression_statement "pcVar1 = pcVar8 + 2;" (assignment_expression "pcVar1 = pcVar8 + 2" identifier = (binary_expression "pcVar8 + 2" identifier + number_literal)) ;) (expression_statement "pcVar8 = pcVar8 + 2;" (assignment_expression "pcVar8 = pcVar8 + 2" identifier = (binary_expression "pcVar8 + 2" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar1;" (assignment_expression "cVar6 = *pcVar1" identifier = (pointer_expression "*pcVar1" * identifier)) ;) (while_statement "while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" while (parenthesized_expression "((byte)(cVar6 - 0x30U) < 10)" ( (binary_expression "(byte)(cVar6 - 0x30U) < 10" (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 - 0x30U)" ( (binary_expression "cVar6 - 0x30U" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" { (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) })) })) (expression_statement "*(char **)(param_1 + 0x18) = pcVar8;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar8" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar2 = *(int *)(param_1 + 0x28);" (assignment_expression "iVar2 = *(int *)(param_1 + 0x28)" identifier = (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = (int)pcVar8 - (int)pcVar3;" (assignment_expression "iVar7 = (int)pcVar8 - (int)pcVar3" identifier = (binary_expression "(int)pcVar8 - (int)pcVar3" (cast_expression "(int)pcVar8" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" if (parenthesized_expression "(iVar2 < *(int *)(param_1 + 0x2c))" ( (binary_expression "iVar2 < *(int *)(param_1 + 0x2c)" identifier < (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) ))))) )) (compound_statement "{\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }" { (expression_statement "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);" (assignment_expression "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" identifier = (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + (binary_expression "(long)iVar2 * 0x18" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) ;) (expression_statement "*(undefined4 *)((long)puVar5 + 4) = 0;" (assignment_expression "*(undefined4 *)((long)puVar5 + 4) = 0" (pointer_expression "*(undefined4 *)((long)puVar5 + 4)" * (cast_expression "(undefined4 *)((long)puVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + 4)" ( (binary_expression "(long)puVar5 + 4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(param_1 + 0x28) = iVar2 + 1;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar2 + 1" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (iVar7 == 0) goto LAB_002e6dd0;" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002e6dd0;" goto statement_identifier ;)) (expression_statement "*puVar5 = 0;" (assignment_expression "*puVar5 = 0" (pointer_expression "*puVar5" * identifier) = number_literal) ;) (expression_statement "puVar5[1] = pcVar3;" (assignment_expression "puVar5[1] = pcVar3" (subscript_expression "puVar5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(puVar5 + 2) = iVar7;" (assignment_expression "*(int *)(puVar5 + 2) = iVar7" (pointer_expression "*(int *)(puVar5 + 2)" * (cast_expression "(int *)(puVar5 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar5 + 2)" ( (binary_expression "puVar5 + 2" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" else (compound_statement "{\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" { (labeled_statement "LAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;" statement_identifier : (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) }))) (expression_statement "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);" (assignment_expression "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" identifier = (call_expression "FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" identifier (argument_list "(param_1,0x4d,uVar4,puVar5)" ( identifier , number_literal , identifier , identifier )))) ;) })) })) (return_statement "return uVar4;" return identifier ;) })) }) (else_clause "else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" else (if_statement "if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" if (parenthesized_expression "((param_2 == 0) && (*pcVar3 == 'Z'))" ( (binary_expression "(param_2 == 0) && (*pcVar3 == 'Z')" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) && (parenthesized_expression "(*pcVar3 == 'Z')" ( (binary_expression "*pcVar3 == 'Z'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'Z'" ' character ')) ))) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar4 = FUN_002e6590(param_1,0);" (assignment_expression "uVar4 = FUN_002e6590(param_1,0)" identifier = (call_expression "FUN_002e6590(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (return_statement "return uVar4;" return identifier ;) })))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "demangle_component * cplus_demangle_mangled_name(d_info *di,int top_level)\n\n{\n byte bVar1;\n int iVar2;\n char *pcVar3;\n demangle_component *pdVar4;\n demangle_component_type *pdVar5;\n demangle_component *pdVar6;\n demangle_component *pdVar7;\n undefined1 uVar8;\n int iVar9;\n \n pcVar3 = di->n;\n if (*pcVar3 == '_') {\n di->n = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }\n }\n else if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }\n return (demangle_component *)0x0;\n}\n\n" (function_definition "demangle_component * cplus_demangle_mangled_name(d_info *di,int top_level)\n\n{\n byte bVar1;\n int iVar2;\n char *pcVar3;\n demangle_component *pdVar4;\n demangle_component_type *pdVar5;\n demangle_component *pdVar6;\n demangle_component *pdVar7;\n undefined1 uVar8;\n int iVar9;\n \n pcVar3 = di->n;\n if (*pcVar3 == '_') {\n di->n = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }\n }\n else if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }\n return (demangle_component *)0x0;\n}" type_identifier (pointer_declarator "* cplus_demangle_mangled_name(d_info *di,int top_level)" * (function_declarator "cplus_demangle_mangled_name(d_info *di,int top_level)" identifier (parameter_list "(d_info *di,int top_level)" ( (parameter_declaration "d_info *di" type_identifier (pointer_declarator "*di" * identifier)) , (parameter_declaration "int top_level" primitive_type identifier) )))) (compound_statement "{\n byte bVar1;\n int iVar2;\n char *pcVar3;\n demangle_component *pdVar4;\n demangle_component_type *pdVar5;\n demangle_component *pdVar6;\n demangle_component *pdVar7;\n undefined1 uVar8;\n int iVar9;\n \n pcVar3 = di->n;\n if (*pcVar3 == '_') {\n di->n = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }\n }\n else if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }\n return (demangle_component *)0x0;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "demangle_component *pdVar4;" type_identifier (pointer_declarator "*pdVar4" * identifier) ;) (declaration "demangle_component_type *pdVar5;" type_identifier (pointer_declarator "*pdVar5" * identifier) ;) (declaration "demangle_component *pdVar6;" type_identifier (pointer_declarator "*pdVar6" * identifier) ;) (declaration "demangle_component *pdVar7;" type_identifier (pointer_declarator "*pdVar7" * identifier) ;) (declaration "undefined1 uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (expression_statement "pcVar3 = di->n;" (assignment_expression "pcVar3 = di->n" identifier = (field_expression "di->n" identifier -> field_identifier)) ;) (if_statement "if (*pcVar3 == '_') {\n di->n = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }\n }\n else if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }" if (parenthesized_expression "(*pcVar3 == '_')" ( (binary_expression "*pcVar3 == '_'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n di->n = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }\n }" { (expression_statement "di->n = pcVar3 + 1;" (assignment_expression "di->n = pcVar3 + 1" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (if_statement "if (pcVar3[1] == 'Z') {\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }" if (parenthesized_expression "(pcVar3[1] == 'Z')" ( (binary_expression "pcVar3[1] == 'Z'" (subscript_expression "pcVar3[1]" identifier [ number_literal ]) == (char_literal "'Z'" ' character ')) )) (compound_statement "{\n di->n = pcVar3 + 2;\n pdVar6 = d_encoding(di,top_level);\n if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }\n return pdVar6;\n }" { (expression_statement "di->n = pcVar3 + 2;" (assignment_expression "di->n = pcVar3 + 2" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "pcVar3 + 2" identifier + number_literal)) ;) (expression_statement "pdVar6 = d_encoding(di,top_level);" (assignment_expression "pdVar6 = d_encoding(di,top_level)" identifier = (call_expression "d_encoding(di,top_level)" identifier (argument_list "(di,top_level)" ( identifier , identifier )))) ;) (if_statement "if ((top_level != 0) && ((di->options & 1) != 0)) {\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }" if (parenthesized_expression "((top_level != 0) && ((di->options & 1) != 0))" ( (binary_expression "(top_level != 0) && ((di->options & 1) != 0)" (parenthesized_expression "(top_level != 0)" ( (binary_expression "top_level != 0" identifier != number_literal) )) && (parenthesized_expression "((di->options & 1) != 0)" ( (binary_expression "(di->options & 1) != 0" (parenthesized_expression "(di->options & 1)" ( (binary_expression "di->options & 1" (field_expression "di->options" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }\n }" { (while_statement "while (pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST) {\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }" while (parenthesized_expression "(pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST)" ( (comma_expression "pdVar4 = (demangle_component *)di->n,\n (char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST" (assignment_expression "pdVar4 = (demangle_component *)di->n" identifier = (cast_expression "(demangle_component *)di->n" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "di->n" identifier -> field_identifier))) , (binary_expression "(char)pdVar4->type == DEMANGLE_COMPONENT_ARGLIST" (cast_expression "(char)pdVar4->type" ( (type_descriptor "char" primitive_type) ) (field_expression "pdVar4->type" identifier -> field_identifier)) == identifier)) )) (compound_statement "{\n bVar1 = *(byte *)((long)&pdVar4->type + 1);\n if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }\n while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }\n di->n = (char *)pdVar7;\n iVar2 = di->next_comp;\n iVar9 = (int)pdVar7 - (int)pdVar4;\n if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }\n pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);\n }" { (expression_statement "bVar1 = *(byte *)((long)&pdVar4->type + 1);" (assignment_expression "bVar1 = *(byte *)((long)&pdVar4->type + 1)" identifier = (pointer_expression "*(byte *)((long)&pdVar4->type + 1)" * (cast_expression "(byte *)((long)&pdVar4->type + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar4->type + 1)" ( (binary_expression "(long)&pdVar4->type + 1" (cast_expression "(long)&pdVar4->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar4->type" & (field_expression "pdVar4->type" identifier -> field_identifier))) + number_literal) ))))) ;) (if_statement "if (((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)) {\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }\n else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }" if (parenthesized_expression "(((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f))" ( (binary_expression "((byte)(bVar1 + 0x9f) < 0x1a) || (bVar1 == 0x5f)" (parenthesized_expression "((byte)(bVar1 + 0x9f) < 0x1a)" ( (binary_expression "(byte)(bVar1 + 0x9f) < 0x1a" (call_expression "(byte)(bVar1 + 0x9f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar1 + 0x9f)" ( (binary_expression "bVar1 + 0x9f" identifier + number_literal) ))) < number_literal) )) || (parenthesized_expression "(bVar1 == 0x5f)" ( (binary_expression "bVar1 == 0x5f" identifier == number_literal) ))) )) (compound_statement "{\n uVar8 = *(byte *)((long)&pdVar4->type + 2);\n pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);\n if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;\n do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));\n }" { (expression_statement "uVar8 = *(byte *)((long)&pdVar4->type + 2);" (assignment_expression "uVar8 = *(byte *)((long)&pdVar4->type + 2)" identifier = (pointer_expression "*(byte *)((long)&pdVar4->type + 2)" * (cast_expression "(byte *)((long)&pdVar4->type + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar4->type + 2)" ( (binary_expression "(long)&pdVar4->type + 2" (cast_expression "(long)&pdVar4->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar4->type" & (field_expression "pdVar4->type" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "pdVar7 = (demangle_component *)((long)&pdVar4->type + 2);" (assignment_expression "pdVar7 = (demangle_component *)((long)&pdVar4->type + 2)" identifier = (cast_expression "(demangle_component *)((long)&pdVar4->type + 2)" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar4->type + 2)" ( (binary_expression "(long)&pdVar4->type + 2" (cast_expression "(long)&pdVar4->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar4->type" & (field_expression "pdVar4->type" identifier -> field_identifier))) + number_literal) )))) ;) (if_statement "if (0x19 < (byte)(uVar8 + 0x9f)) goto LAB_002e6dff;" if (parenthesized_expression "(0x19 < (byte)(uVar8 + 0x9f))" ( (binary_expression "0x19 < (byte)(uVar8 + 0x9f)" number_literal < (call_expression "(byte)(uVar8 + 0x9f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar8 + 0x9f)" ( (binary_expression "uVar8 + 0x9f" identifier + number_literal) )))) )) (goto_statement "goto LAB_002e6dff;" goto statement_identifier ;)) (do_statement "do {\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n } while (uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS));" do (compound_statement "{\n do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);\nLAB_002e6dff:\n }" { (do_statement "do {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n } while ((byte)(uVar8 + 0x9f) < 0x1a);" do (compound_statement "{\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }" { (expression_statement "pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);" (assignment_expression "pdVar7 = (demangle_component *)((long)&pdVar7->type + 1)" identifier = (cast_expression "(demangle_component *)((long)&pdVar7->type + 1)" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar7->type + 1)" ( (binary_expression "(long)&pdVar7->type + 1" (cast_expression "(long)&pdVar7->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar7->type" & (field_expression "pdVar7->type" identifier -> field_identifier))) + number_literal) )))) ;) (expression_statement "uVar8 = (undefined1)pdVar7->type;" (assignment_expression "uVar8 = (undefined1)pdVar7->type" identifier = (cast_expression "(undefined1)pdVar7->type" ( (type_descriptor "undefined1" type_identifier) ) (field_expression "pdVar7->type" identifier -> field_identifier))) ;) }) while (parenthesized_expression "((byte)(uVar8 + 0x9f) < 0x1a)" ( (binary_expression "(byte)(uVar8 + 0x9f) < 0x1a" (call_expression "(byte)(uVar8 + 0x9f)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar8 + 0x9f)" ( (binary_expression "uVar8 + 0x9f" identifier + number_literal) ))) < number_literal) )) ;) (labeled_statement "LAB_002e6dff:" statement_identifier : (expression_statement "" ;)) }) while (parenthesized_expression "(uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS))" ( (binary_expression "uVar8 == (DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS)" identifier == (parenthesized_expression "(DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS)" ( (binary_expression "DEMANGLE_COMPONENT_CHARACTER|DEMANGLE_COMPONENT_REFERENCE_THIS" identifier | identifier) ))) )) ;) }) (else_clause "else {\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }" else (compound_statement "{\n if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }\n uVar8 = (undefined1)pdVar4->type;\n pdVar7 = pdVar4;\n }" { (if_statement "if (9 < (byte)(bVar1 - 0x30)) {\n return pdVar6;\n }" if (parenthesized_expression "(9 < (byte)(bVar1 - 0x30))" ( (binary_expression "9 < (byte)(bVar1 - 0x30)" number_literal < (call_expression "(byte)(bVar1 - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar1 - 0x30)" ( (binary_expression "bVar1 - 0x30" identifier - number_literal) )))) )) (compound_statement "{\n return pdVar6;\n }" { (return_statement "return pdVar6;" return identifier ;) })) (expression_statement "uVar8 = (undefined1)pdVar4->type;" (assignment_expression "uVar8 = (undefined1)pdVar4->type" identifier = (cast_expression "(undefined1)pdVar4->type" ( (type_descriptor "undefined1" type_identifier) ) (field_expression "pdVar4->type" identifier -> field_identifier))) ;) (expression_statement "pdVar7 = pdVar4;" (assignment_expression "pdVar7 = pdVar4" identifier = identifier) ;) }))) (while_statement "while ((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))) {\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }" while (parenthesized_expression "((uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10)))" ( (parenthesized_expression "(uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10))" ( (binary_expression "uVar8 == DEMANGLE_COMPONENT_ARGLIST &&\n ((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10)" (binary_expression "uVar8 == DEMANGLE_COMPONENT_ARGLIST" identifier == identifier) && (parenthesized_expression "((byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10)" ( (binary_expression "(byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30) < 10" (call_expression "(byte)(*(byte *)((long)&pdVar7->type + 1) - 0x30)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*(byte *)((long)&pdVar7->type + 1) - 0x30)" ( (binary_expression "*(byte *)((long)&pdVar7->type + 1) - 0x30" (pointer_expression "*(byte *)((long)&pdVar7->type + 1)" * (cast_expression "(byte *)((long)&pdVar7->type + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar7->type + 1)" ( (binary_expression "(long)&pdVar7->type + 1" (cast_expression "(long)&pdVar7->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar7->type" & (field_expression "pdVar7->type" identifier -> field_identifier))) + number_literal) )))) - number_literal) ))) < number_literal) ))) )) )) (compound_statement "{\n pdVar5 = &pdVar7->type;\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);\n uVar8 = *(byte *)((long)pdVar5 + 2);\n while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }\n }" { (expression_statement "pdVar5 = &pdVar7->type;" (assignment_expression "pdVar5 = &pdVar7->type" identifier = (pointer_expression "&pdVar7->type" & (field_expression "pdVar7->type" identifier -> field_identifier))) ;) (expression_statement "pdVar7 = (demangle_component *)((long)&pdVar7->type + 2);" (assignment_expression "pdVar7 = (demangle_component *)((long)&pdVar7->type + 2)" identifier = (cast_expression "(demangle_component *)((long)&pdVar7->type + 2)" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar7->type + 2)" ( (binary_expression "(long)&pdVar7->type + 2" (cast_expression "(long)&pdVar7->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar7->type" & (field_expression "pdVar7->type" identifier -> field_identifier))) + number_literal) )))) ;) (expression_statement "uVar8 = *(byte *)((long)pdVar5 + 2);" (assignment_expression "uVar8 = *(byte *)((long)pdVar5 + 2)" identifier = (pointer_expression "*(byte *)((long)pdVar5 + 2)" * (cast_expression "(byte *)((long)pdVar5 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pdVar5 + 2)" ( (binary_expression "(long)pdVar5 + 2" (cast_expression "(long)pdVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (while_statement "while ((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10) {\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }" while (parenthesized_expression "((byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10)" ( (binary_expression "(byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST) < 10" (call_expression "(byte)(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST)" ( (binary_expression "uVar8 - DEMANGLE_COMPONENT_INITIALIZER_LIST" identifier - identifier) ))) < number_literal) )) (compound_statement "{\n pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);\n uVar8 = (undefined1)pdVar7->type;\n }" { (expression_statement "pdVar7 = (demangle_component *)((long)&pdVar7->type + 1);" (assignment_expression "pdVar7 = (demangle_component *)((long)&pdVar7->type + 1)" identifier = (cast_expression "(demangle_component *)((long)&pdVar7->type + 1)" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pdVar7->type + 1)" ( (binary_expression "(long)&pdVar7->type + 1" (cast_expression "(long)&pdVar7->type" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pdVar7->type" & (field_expression "pdVar7->type" identifier -> field_identifier))) + number_literal) )))) ;) (expression_statement "uVar8 = (undefined1)pdVar7->type;" (assignment_expression "uVar8 = (undefined1)pdVar7->type" identifier = (cast_expression "(undefined1)pdVar7->type" ( (type_descriptor "undefined1" type_identifier) ) (field_expression "pdVar7->type" identifier -> field_identifier))) ;) })) })) (expression_statement "di->n = (char *)pdVar7;" (assignment_expression "di->n = (char *)pdVar7" (field_expression "di->n" identifier -> field_identifier) = (cast_expression "(char *)pdVar7" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "iVar2 = di->next_comp;" (assignment_expression "iVar2 = di->next_comp" identifier = (field_expression "di->next_comp" identifier -> field_identifier)) ;) (expression_statement "iVar9 = (int)pdVar7 - (int)pdVar4;" (assignment_expression "iVar9 = (int)pdVar7 - (int)pdVar4" identifier = (binary_expression "(int)pdVar7 - (int)pdVar4" (cast_expression "(int)pdVar7" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pdVar4" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar2 < di->num_comps) {\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }\n else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }" if (parenthesized_expression "(iVar2 < di->num_comps)" ( (binary_expression "iVar2 < di->num_comps" identifier < (field_expression "di->num_comps" identifier -> field_identifier)) )) (compound_statement "{\n pdVar7 = di->comps + iVar2;\n pdVar7->d_printing = 0;\n di->next_comp = iVar2 + 1;\n if (iVar9 == 0) goto LAB_002e6dd0;\n pdVar7->type = DEMANGLE_COMPONENT_NAME;\n pdVar7->d_printing = 0;\n (pdVar7->u).s_fixed.length = pdVar4;\n (pdVar7->u).s_name.len = iVar9;\n }" { (expression_statement "pdVar7 = di->comps + iVar2;" (assignment_expression "pdVar7 = di->comps + iVar2" identifier = (binary_expression "di->comps + iVar2" (field_expression "di->comps" identifier -> field_identifier) + identifier)) ;) (expression_statement "pdVar7->d_printing = 0;" (assignment_expression "pdVar7->d_printing = 0" (field_expression "pdVar7->d_printing" identifier -> field_identifier) = number_literal) ;) (expression_statement "di->next_comp = iVar2 + 1;" (assignment_expression "di->next_comp = iVar2 + 1" (field_expression "di->next_comp" identifier -> field_identifier) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (iVar9 == 0) goto LAB_002e6dd0;" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002e6dd0;" goto statement_identifier ;)) (expression_statement "pdVar7->type = DEMANGLE_COMPONENT_NAME;" (assignment_expression "pdVar7->type = DEMANGLE_COMPONENT_NAME" (field_expression "pdVar7->type" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar7->d_printing = 0;" (assignment_expression "pdVar7->d_printing = 0" (field_expression "pdVar7->d_printing" identifier -> field_identifier) = number_literal) ;) (expression_statement "(pdVar7->u).s_fixed.length = pdVar4;" (assignment_expression "(pdVar7->u).s_fixed.length = pdVar4" (field_expression "(pdVar7->u).s_fixed.length" (field_expression "(pdVar7->u).s_fixed" (parenthesized_expression "(pdVar7->u)" ( (field_expression "pdVar7->u" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(pdVar7->u).s_name.len = iVar9;" (assignment_expression "(pdVar7->u).s_name.len = iVar9" (field_expression "(pdVar7->u).s_name.len" (field_expression "(pdVar7->u).s_name" (parenthesized_expression "(pdVar7->u)" ( (field_expression "pdVar7->u" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) }) (else_clause "else {\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }" else (compound_statement "{\nLAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;\n }" { (labeled_statement "LAB_002e6dd0:\n pdVar7 = (demangle_component *)0x0;" statement_identifier : (expression_statement "pdVar7 = (demangle_component *)0x0;" (assignment_expression "pdVar7 = (demangle_component *)0x0" identifier = (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) }))) (expression_statement "pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);" (assignment_expression "pdVar6 = d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7)" identifier = (call_expression "d_make_comp(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7)" identifier (argument_list "(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7)" ( identifier , identifier , identifier , identifier )))) ;) })) })) (return_statement "return pdVar6;" return identifier ;) })) }) (else_clause "else if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }" else (if_statement "if ((top_level == 0) && (*pcVar3 == 'Z')) {\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }" if (parenthesized_expression "((top_level == 0) && (*pcVar3 == 'Z'))" ( (binary_expression "(top_level == 0) && (*pcVar3 == 'Z')" (parenthesized_expression "(top_level == 0)" ( (binary_expression "top_level == 0" identifier == number_literal) )) && (parenthesized_expression "(*pcVar3 == 'Z')" ( (binary_expression "*pcVar3 == 'Z'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'Z'" ' character ')) ))) )) (compound_statement "{\n di->n = pcVar3 + 1;\n pdVar6 = d_encoding(di,0);\n return pdVar6;\n }" { (expression_statement "di->n = pcVar3 + 1;" (assignment_expression "di->n = pcVar3 + 1" (field_expression "di->n" identifier -> field_identifier) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (expression_statement "pdVar6 = d_encoding(di,0);" (assignment_expression "pdVar6 = d_encoding(di,0)" identifier = (call_expression "d_encoding(di,0)" identifier (argument_list "(di,0)" ( identifier , number_literal )))) ;) (return_statement "return pdVar6;" return identifier ;) })))) (return_statement "return (demangle_component *)0x0;" return (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
|
(translation_unit "undefined8 FUN_002e6c80(long param_1,int param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002e6c80(long param_1,int param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_002e6c80(long param_1,int param_2)" identifier (parameter_list "(long param_1,int param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (expression_statement "pcVar3 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" if (parenthesized_expression "(*pcVar3 == '_')" ( (binary_expression "*pcVar3 == '_'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'_'" ' character ')) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (if_statement "if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" if (parenthesized_expression "(pcVar3[1] == 'Z')" ( (binary_expression "pcVar3[1] == 'Z'" (subscript_expression "pcVar3[1]" identifier [ number_literal ]) == (char_literal "'Z'" ' character ')) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 2;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 2" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 2" identifier + number_literal)) ;) (expression_statement "uVar4 = FUN_002e6590();" (assignment_expression "uVar4 = FUN_002e6590()" identifier = (call_expression "FUN_002e6590()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" if (parenthesized_expression "((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0))" ( (binary_expression "(param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "((*(byte *)(param_1 + 0x10) & 1) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x10) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x10) & 1)" ( (binary_expression "*(byte *)(param_1 + 0x10) & 1" (pointer_expression "*(byte *)(param_1 + 0x10)" * (cast_expression "(byte *)(param_1 + 0x10)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" { (while_statement "while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" while (parenthesized_expression "(pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.')" ( (comma_expression "pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" identifier = (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) , (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'.'" ' character '))) )) (compound_statement "{\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" { (expression_statement "cVar6 = pcVar3[1];" (assignment_expression "cVar6 = pcVar3[1]" identifier = (subscript_expression "pcVar3[1]" identifier [ number_literal ])) ;) (if_statement "if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" if (parenthesized_expression "(((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_'))" ( (binary_expression "((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')" (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" ( (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) ))) < number_literal) )) || (parenthesized_expression "(cVar6 == '_')" ( (binary_expression "cVar6 == '_'" identifier == (char_literal "'_'" ' character ')) ))) )) (compound_statement "{\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }" { (expression_statement "cVar6 = pcVar3[2];" (assignment_expression "cVar6 = pcVar3[2]" identifier = (subscript_expression "pcVar3[2]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = pcVar3 + 2;" (assignment_expression "pcVar8 = pcVar3 + 2" identifier = (binary_expression "pcVar3 + 2" identifier + number_literal)) ;) (if_statement "if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;" if (parenthesized_expression "(0x19 < (byte)(cVar6 + 0x9fU))" ( (binary_expression "0x19 < (byte)(cVar6 + 0x9fU)" number_literal < (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) )))) )) (goto_statement "goto LAB_002e6dff;" goto statement_identifier ;)) (do_statement "do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');" do (compound_statement "{\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n }" { (do_statement "do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);" do (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" { (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) }) while (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" ( (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 + 0x9fU)" ( (binary_expression "cVar6 + 0x9fU" identifier + number_literal) ))) < number_literal) )) ;) (labeled_statement "LAB_002e6dff:" statement_identifier : (expression_statement "" ;)) }) while (parenthesized_expression "(cVar6 == '_')" ( (binary_expression "cVar6 == '_'" identifier == (char_literal "'_'" ' character ')) )) ;) }) (else_clause "else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" else (compound_statement "{\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" { (if_statement "if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }" if (parenthesized_expression "(9 < (byte)(cVar6 - 0x30U))" ( (binary_expression "9 < (byte)(cVar6 - 0x30U)" number_literal < (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 - 0x30U)" ( (binary_expression "cVar6 - 0x30U" identifier - number_literal) )))) )) (compound_statement "{\n return uVar4;\n }" { (return_statement "return uVar4;" return identifier ;) })) (expression_statement "cVar6 = *pcVar3;" (assignment_expression "cVar6 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "pcVar8 = pcVar3;" (assignment_expression "pcVar8 = pcVar3" identifier = identifier) ;) }))) (while_statement "while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" while (parenthesized_expression "((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)))" ( (parenthesized_expression "(cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))" ( (binary_expression "cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)" (binary_expression "cVar6 == '.'" identifier == (char_literal "'.'" ' character ')) && (parenthesized_expression "((byte)(pcVar8[1] - 0x30U) < 10)" ( (binary_expression "(byte)(pcVar8[1] - 0x30U) < 10" (call_expression "(byte)(pcVar8[1] - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(pcVar8[1] - 0x30U)" ( (binary_expression "pcVar8[1] - 0x30U" (subscript_expression "pcVar8[1]" identifier [ number_literal ]) - number_literal) ))) < number_literal) ))) )) )) (compound_statement "{\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" { (expression_statement "pcVar1 = pcVar8 + 2;" (assignment_expression "pcVar1 = pcVar8 + 2" identifier = (binary_expression "pcVar8 + 2" identifier + number_literal)) ;) (expression_statement "pcVar8 = pcVar8 + 2;" (assignment_expression "pcVar8 = pcVar8 + 2" identifier = (binary_expression "pcVar8 + 2" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar1;" (assignment_expression "cVar6 = *pcVar1" identifier = (pointer_expression "*pcVar1" * identifier)) ;) (while_statement "while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" while (parenthesized_expression "((byte)(cVar6 - 0x30U) < 10)" ( (binary_expression "(byte)(cVar6 - 0x30U) < 10" (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(cVar6 - 0x30U)" ( (binary_expression "cVar6 - 0x30U" identifier - number_literal) ))) < number_literal) )) (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" { (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) })) })) (expression_statement "*(char **)(param_1 + 0x18) = pcVar8;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar8" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar2 = *(int *)(param_1 + 0x28);" (assignment_expression "iVar2 = *(int *)(param_1 + 0x28)" identifier = (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "iVar7 = (int)pcVar8 - (int)pcVar3;" (assignment_expression "iVar7 = (int)pcVar8 - (int)pcVar3" identifier = (binary_expression "(int)pcVar8 - (int)pcVar3" (cast_expression "(int)pcVar8" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pcVar3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (if_statement "if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" if (parenthesized_expression "(iVar2 < *(int *)(param_1 + 0x2c))" ( (binary_expression "iVar2 < *(int *)(param_1 + 0x2c)" identifier < (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) ))))) )) (compound_statement "{\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }" { (expression_statement "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);" (assignment_expression "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" identifier = (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + (binary_expression "(long)iVar2 * 0x18" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) )))) ;) (expression_statement "*(undefined4 *)((long)puVar5 + 4) = 0;" (assignment_expression "*(undefined4 *)((long)puVar5 + 4) = 0" (pointer_expression "*(undefined4 *)((long)puVar5 + 4)" * (cast_expression "(undefined4 *)((long)puVar5 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar5 + 4)" ( (binary_expression "(long)puVar5 + 4" (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(int *)(param_1 + 0x28) = iVar2 + 1;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar2 + 1" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (iVar7 == 0) goto LAB_002e6dd0;" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (goto_statement "goto LAB_002e6dd0;" goto statement_identifier ;)) (expression_statement "*puVar5 = 0;" (assignment_expression "*puVar5 = 0" (pointer_expression "*puVar5" * identifier) = number_literal) ;) (expression_statement "puVar5[1] = pcVar3;" (assignment_expression "puVar5[1] = pcVar3" (subscript_expression "puVar5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(puVar5 + 2) = iVar7;" (assignment_expression "*(int *)(puVar5 + 2) = iVar7" (pointer_expression "*(int *)(puVar5 + 2)" * (cast_expression "(int *)(puVar5 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar5 + 2)" ( (binary_expression "puVar5 + 2" identifier + number_literal) )))) = identifier) ;) }) (else_clause "else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" else (compound_statement "{\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" { (labeled_statement "LAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;" statement_identifier : (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) }))) (expression_statement "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);" (assignment_expression "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" identifier = (call_expression "FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" identifier (argument_list "(param_1,0x4d,uVar4,puVar5)" ( identifier , number_literal , identifier , identifier )))) ;) })) })) (return_statement "return uVar4;" return identifier ;) })) }) (else_clause "else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" else (if_statement "if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" if (parenthesized_expression "((param_2 == 0) && (*pcVar3 == 'Z'))" ( (binary_expression "(param_2 == 0) && (*pcVar3 == 'Z')" (parenthesized_expression "(param_2 == 0)" ( (binary_expression "param_2 == 0" identifier == number_literal) )) && (parenthesized_expression "(*pcVar3 == 'Z')" ( (binary_expression "*pcVar3 == 'Z'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'Z'" ' character ')) ))) )) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" { (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" * (cast_expression "(char **)(param_1 + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = (binary_expression "pcVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar4 = FUN_002e6590(param_1,0);" (assignment_expression "uVar4 = FUN_002e6590(param_1,0)" identifier = (call_expression "FUN_002e6590(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (return_statement "return uVar4;" return identifier ;) })))) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (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 ( (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 { (while_statement while (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 (pointer_expression * IDENT) == (char_literal ' character '))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) < LIT) )) || (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) )))) )) (goto_statement goto statement_identifier ;)) (do_statement do (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) < LIT) )) ;) (labeled_statement statement_identifier : (expression_statement ;)) }) while (parenthesized_expression ( (binary_expression IDENT == (char_literal ' character ')) )) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) )))) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == (char_literal ' character ')) && (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) ))) < LIT) ))) )) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;)) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT )))) ;) })) })) (return_statement return IDENT ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (return_statement return IDENT ;) })))) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_002e6c80(long param_1,int param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_002e6c80(long param_1,int param_2)" (identifier "FUN_002e6c80") (parameter_list "(long param_1,int param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n char cVar6;\n int iVar7;\n char *pcVar8;\n \n pcVar3 = *(char **)(param_1 + 0x18);\n if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }\n return 0;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 *puVar5;" (type_identifier "undefined8") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "char cVar6;" (primitive_type "char") (identifier "cVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (expression_statement "pcVar3 = *(char **)(param_1 + 0x18);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (*pcVar3 == '_') {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }\n else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" (if "if") (parenthesized_expression "(*pcVar3 == '_')" (( "(") (binary_expression "*pcVar3 == '_'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }\n }" ({ "{") (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "pcVar3 + 1" (identifier "pcVar3") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (pcVar3[1] == 'Z') {\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" (if "if") (parenthesized_expression "(pcVar3[1] == 'Z')" (( "(") (binary_expression "pcVar3[1] == 'Z'" (subscript_expression "pcVar3[1]" (identifier "pcVar3") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "'Z'" (' "'") (character "Z") (' "'"))) () ")")) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 2;\n uVar4 = FUN_002e6590();\n if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }\n return uVar4;\n }" ({ "{") (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 2;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 2" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "pcVar3 + 2" (identifier "pcVar3") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "uVar4 = FUN_002e6590();" (assignment_expression "uVar4 = FUN_002e6590()" (identifier "uVar4") (= "=") (call_expression "FUN_002e6590()" (identifier "FUN_002e6590") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" (if "if") (parenthesized_expression "((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0))" (( "(") (binary_expression "(param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)" (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(param_1 + 0x10) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x10) & 1) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x10) & 1)" (( "(") (binary_expression "*(byte *)(param_1 + 0x10) & 1" (pointer_expression "*(byte *)(param_1 + 0x10)" (* "*") (cast_expression "(byte *)(param_1 + 0x10)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }\n }" ({ "{") (while_statement "while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" (while "while") (parenthesized_expression "(pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.')" (( "(") (comma_expression "pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x18)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (, ",") (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (== "==") (char_literal "'.'" (' "'") (character ".") (' "'")))) () ")")) (compound_statement "{\n cVar6 = pcVar3[1];\n if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }\n while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }\n *(char **)(param_1 + 0x18) = pcVar8;\n iVar2 = *(int *)(param_1 + 0x28);\n iVar7 = (int)pcVar8 - (int)pcVar3;\n if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }\n uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);\n }" ({ "{") (expression_statement "cVar6 = pcVar3[1];" (assignment_expression "cVar6 = pcVar3[1]" (identifier "cVar6") (= "=") (subscript_expression "pcVar3[1]" (identifier "pcVar3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }\n else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" (if "if") (parenthesized_expression "(((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_'))" (( "(") (binary_expression "((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')" (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" (( "(") (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(cVar6 + 0x9fU)" (( "(") (binary_expression "cVar6 + 0x9fU" (identifier "cVar6") (+ "+") (number_literal "0x9fU")) () ")"))) (< "<") (number_literal "0x1a")) () ")")) (|| "||") (parenthesized_expression "(cVar6 == '_')" (( "(") (binary_expression "cVar6 == '_'" (identifier "cVar6") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")"))) () ")")) (compound_statement "{\n cVar6 = pcVar3[2];\n pcVar8 = pcVar3 + 2;\n if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;\n do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');\n }" ({ "{") (expression_statement "cVar6 = pcVar3[2];" (assignment_expression "cVar6 = pcVar3[2]" (identifier "cVar6") (= "=") (subscript_expression "pcVar3[2]" (identifier "pcVar3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "pcVar8 = pcVar3 + 2;" (assignment_expression "pcVar8 = pcVar3 + 2" (identifier "pcVar8") (= "=") (binary_expression "pcVar3 + 2" (identifier "pcVar3") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;" (if "if") (parenthesized_expression "(0x19 < (byte)(cVar6 + 0x9fU))" (( "(") (binary_expression "0x19 < (byte)(cVar6 + 0x9fU)" (number_literal "0x19") (< "<") (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(cVar6 + 0x9fU)" (( "(") (binary_expression "cVar6 + 0x9fU" (identifier "cVar6") (+ "+") (number_literal "0x9fU")) () ")")))) () ")")) (goto_statement "goto LAB_002e6dff;" (goto "goto") (statement_identifier "LAB_002e6dff") (; ";"))) (do_statement "do {\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n } while (cVar6 == '_');" (do "do") (compound_statement "{\n do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);\nLAB_002e6dff:\n }" ({ "{") (do_statement "do {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n } while ((byte)(cVar6 + 0x9fU) < 0x1a);" (do "do") (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" ({ "{") (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" (identifier "cVar6") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((byte)(cVar6 + 0x9fU) < 0x1a)" (( "(") (binary_expression "(byte)(cVar6 + 0x9fU) < 0x1a" (call_expression "(byte)(cVar6 + 0x9fU)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(cVar6 + 0x9fU)" (( "(") (binary_expression "cVar6 + 0x9fU" (identifier "cVar6") (+ "+") (number_literal "0x9fU")) () ")"))) (< "<") (number_literal "0x1a")) () ")")) (; ";")) (labeled_statement "LAB_002e6dff:" (statement_identifier "LAB_002e6dff") (: ":") (expression_statement "" (; ""))) (} "}")) (while "while") (parenthesized_expression "(cVar6 == '_')" (( "(") (binary_expression "cVar6 == '_'" (identifier "cVar6") (== "==") (char_literal "'_'" (' "'") (character "_") (' "'"))) () ")")) (; ";")) (} "}")) (else_clause "else {\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" (else "else") (compound_statement "{\n if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }\n cVar6 = *pcVar3;\n pcVar8 = pcVar3;\n }" ({ "{") (if_statement "if (9 < (byte)(cVar6 - 0x30U)) {\n return uVar4;\n }" (if "if") (parenthesized_expression "(9 < (byte)(cVar6 - 0x30U))" (( "(") (binary_expression "9 < (byte)(cVar6 - 0x30U)" (number_literal "9") (< "<") (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(cVar6 - 0x30U)" (( "(") (binary_expression "cVar6 - 0x30U" (identifier "cVar6") (- "-") (number_literal "0x30U")) () ")")))) () ")")) (compound_statement "{\n return uVar4;\n }" ({ "{") (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) (expression_statement "cVar6 = *pcVar3;" (assignment_expression "cVar6 = *pcVar3" (identifier "cVar6") (= "=") (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3"))) (; ";")) (expression_statement "pcVar8 = pcVar3;" (assignment_expression "pcVar8 = pcVar3" (identifier "pcVar8") (= "=") (identifier "pcVar3")) (; ";")) (} "}")))) (while_statement "while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" (while "while") (parenthesized_expression "((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)))" (( "(") (parenthesized_expression "(cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))" (( "(") (binary_expression "cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10)" (binary_expression "cVar6 == '.'" (identifier "cVar6") (== "==") (char_literal "'.'" (' "'") (character ".") (' "'"))) (&& "&&") (parenthesized_expression "((byte)(pcVar8[1] - 0x30U) < 10)" (( "(") (binary_expression "(byte)(pcVar8[1] - 0x30U) < 10" (call_expression "(byte)(pcVar8[1] - 0x30U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(pcVar8[1] - 0x30U)" (( "(") (binary_expression "pcVar8[1] - 0x30U" (subscript_expression "pcVar8[1]" (identifier "pcVar8") ([ "[") (number_literal "1") (] "]")) (- "-") (number_literal "0x30U")) () ")"))) (< "<") (number_literal "10")) () ")"))) () ")")) () ")")) (compound_statement "{\n pcVar1 = pcVar8 + 2;\n pcVar8 = pcVar8 + 2;\n cVar6 = *pcVar1;\n while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }\n }" ({ "{") (expression_statement "pcVar1 = pcVar8 + 2;" (assignment_expression "pcVar1 = pcVar8 + 2" (identifier "pcVar1") (= "=") (binary_expression "pcVar8 + 2" (identifier "pcVar8") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "pcVar8 = pcVar8 + 2;" (assignment_expression "pcVar8 = pcVar8 + 2" (identifier "pcVar8") (= "=") (binary_expression "pcVar8 + 2" (identifier "pcVar8") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "cVar6 = *pcVar1;" (assignment_expression "cVar6 = *pcVar1" (identifier "cVar6") (= "=") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1"))) (; ";")) (while_statement "while ((byte)(cVar6 - 0x30U) < 10) {\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" (while "while") (parenthesized_expression "((byte)(cVar6 - 0x30U) < 10)" (( "(") (binary_expression "(byte)(cVar6 - 0x30U) < 10" (call_expression "(byte)(cVar6 - 0x30U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(cVar6 - 0x30U)" (( "(") (binary_expression "cVar6 - 0x30U" (identifier "cVar6") (- "-") (number_literal "0x30U")) () ")"))) (< "<") (number_literal "10")) () ")")) (compound_statement "{\n pcVar8 = pcVar8 + 1;\n cVar6 = *pcVar8;\n }" ({ "{") (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cVar6 = *pcVar8;" (assignment_expression "cVar6 = *pcVar8" (identifier "cVar6") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(char **)(param_1 + 0x18) = pcVar8;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar8" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "pcVar8")) (; ";")) (expression_statement "iVar2 = *(int *)(param_1 + 0x28);" (assignment_expression "iVar2 = *(int *)(param_1 + 0x28)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_1 + 0x28)" (* "*") (cast_expression "(int *)(param_1 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "iVar7 = (int)pcVar8 - (int)pcVar3;" (assignment_expression "iVar7 = (int)pcVar8 - (int)pcVar3" (identifier "iVar7") (= "=") (binary_expression "(int)pcVar8 - (int)pcVar3" (cast_expression "(int)pcVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar8")) (- "-") (cast_expression "(int)pcVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar3")))) (; ";")) (if_statement "if (iVar2 < *(int *)(param_1 + 0x2c)) {\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }\n else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" (if "if") (parenthesized_expression "(iVar2 < *(int *)(param_1 + 0x2c))" (( "(") (binary_expression "iVar2 < *(int *)(param_1 + 0x2c)" (identifier "iVar2") (< "<") (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (compound_statement "{\n puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);\n *(undefined4 *)((long)puVar5 + 4) = 0;\n *(int *)(param_1 + 0x28) = iVar2 + 1;\n if (iVar7 == 0) goto LAB_002e6dd0;\n *puVar5 = 0;\n puVar5[1] = pcVar3;\n *(int *)(puVar5 + 2) = iVar7;\n }" ({ "{") (expression_statement "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);" (assignment_expression "puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (binary_expression "(long)iVar2 * 0x18" (cast_expression "(long)iVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar2")) (* "*") (number_literal "0x18"))) () ")")))) (; ";")) (expression_statement "*(undefined4 *)((long)puVar5 + 4) = 0;" (assignment_expression "*(undefined4 *)((long)puVar5 + 4) = 0" (pointer_expression "*(undefined4 *)((long)puVar5 + 4)" (* "*") (cast_expression "(undefined4 *)((long)puVar5 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar5 + 4)" (( "(") (binary_expression "(long)puVar5 + 4" (cast_expression "(long)puVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar5")) (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(int *)(param_1 + 0x28) = iVar2 + 1;" (assignment_expression "*(int *)(param_1 + 0x28) = iVar2 + 1" (pointer_expression "*(int *)(param_1 + 0x28)" (* "*") (cast_expression "(int *)(param_1 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (iVar7 == 0) goto LAB_002e6dd0;" (if "if") (parenthesized_expression "(iVar7 == 0)" (( "(") (binary_expression "iVar7 == 0" (identifier "iVar7") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_002e6dd0;" (goto "goto") (statement_identifier "LAB_002e6dd0") (; ";"))) (expression_statement "*puVar5 = 0;" (assignment_expression "*puVar5 = 0" (pointer_expression "*puVar5" (* "*") (identifier "puVar5")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar5[1] = pcVar3;" (assignment_expression "puVar5[1] = pcVar3" (subscript_expression "puVar5[1]" (identifier "puVar5") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "pcVar3")) (; ";")) (expression_statement "*(int *)(puVar5 + 2) = iVar7;" (assignment_expression "*(int *)(puVar5 + 2) = iVar7" (pointer_expression "*(int *)(puVar5 + 2)" (* "*") (cast_expression "(int *)(puVar5 + 2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar5 + 2)" (( "(") (binary_expression "puVar5 + 2" (identifier "puVar5") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "iVar7")) (; ";")) (} "}")) (else_clause "else {\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" (else "else") (compound_statement "{\nLAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;\n }" ({ "{") (labeled_statement "LAB_002e6dd0:\n puVar5 = (undefined8 *)0x0;" (statement_identifier "LAB_002e6dd0") (: ":") (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";"))) (} "}")))) (expression_statement "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);" (assignment_expression "uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" (identifier "uVar4") (= "=") (call_expression "FUN_002de4a0(param_1,0x4d,uVar4,puVar5)" (identifier "FUN_002de4a0") (argument_list "(param_1,0x4d,uVar4,puVar5)" (( "(") (identifier "param_1") (, ",") (number_literal "0x4d") (, ",") (identifier "uVar4") (, ",") (identifier "puVar5") () ")")))) (; ";")) (} "}"))) (} "}"))) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) (} "}")) (else_clause "else if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" (else "else") (if_statement "if ((param_2 == 0) && (*pcVar3 == 'Z')) {\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" (if "if") (parenthesized_expression "((param_2 == 0) && (*pcVar3 == 'Z'))" (( "(") (binary_expression "(param_2 == 0) && (*pcVar3 == 'Z')" (parenthesized_expression "(param_2 == 0)" (( "(") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*pcVar3 == 'Z')" (( "(") (binary_expression "*pcVar3 == 'Z'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (== "==") (char_literal "'Z'" (' "'") (character "Z") (' "'"))) () ")"))) () ")")) (compound_statement "{\n *(char **)(param_1 + 0x18) = pcVar3 + 1;\n uVar4 = FUN_002e6590(param_1,0);\n return uVar4;\n }" ({ "{") (expression_statement "*(char **)(param_1 + 0x18) = pcVar3 + 1;" (assignment_expression "*(char **)(param_1 + 0x18) = pcVar3 + 1" (pointer_expression "*(char **)(param_1 + 0x18)" (* "*") (cast_expression "(char **)(param_1 + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "pcVar3 + 1" (identifier "pcVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar4 = FUN_002e6590(param_1,0);" (assignment_expression "uVar4 = FUN_002e6590(param_1,0)" (identifier "uVar4") (= "=") (call_expression "FUN_002e6590(param_1,0)" (identifier "FUN_002e6590") (argument_list "(param_1,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
type_1 * function_1(type_2 *di,int var_3)
{
type_3 var_5;
int var_10;
char *var_1;
type_1 *pdVar4;
type_4 *pdVar5;
type_1 *pdVar6;
type_1 *pdVar7;
type_5 var_6;
int var_11;
var_1 = di->n;
if (*var_1 == '_') {
di->n = var_1 + 1;
if (var_1[1] == 'Z') {
di->n = var_1 + 2;
pdVar6 = var_2(di,var_3);
if ((var_3 != 0) && ((di->options & 1) != 0)) {
while (pdVar4 = (type_1 *)di->n,
(char)pdVar4->type == var_4) {
var_5 = *(type_3 *)((long)&pdVar4->type + 1);
if (((type_3)(var_5 + 0x9f) < 0x1a) || (var_5 == 0x5f)) {
var_6 = *(type_3 *)((long)&pdVar4->type + 2);
pdVar7 = (type_1 *)((long)&pdVar4->type + 2);
if (0x19 < (type_3)(var_6 + 0x9f)) goto LAB_002e6dff;
do {
do {
pdVar7 = (type_1 *)((long)&pdVar7->type + 1);
var_6 = (type_5)pdVar7->type;
} while ((type_3)(var_6 + 0x9f) < 0x1a);
LAB_002e6dff:
} while (var_6 == (var_7|var_8));
}
else {
if (9 < (type_3)(var_5 - 0x30)) {
return pdVar6;
}
var_6 = (type_5)pdVar4->type;
pdVar7 = pdVar4;
}
while ((var_6 == var_4 &&
((type_3)(*(type_3 *)((long)&pdVar7->type + 1) - 0x30) < 10))) {
pdVar5 = &pdVar7->type;
pdVar7 = (type_1 *)((long)&pdVar7->type + 2);
var_6 = *(type_3 *)((long)pdVar5 + 2);
while ((type_3)(var_6 - var_9) < 10) {
pdVar7 = (type_1 *)((long)&pdVar7->type + 1);
var_6 = (type_5)pdVar7->type;
}
}
di->n = (char *)pdVar7;
var_10 = di->next_comp;
var_11 = (int)pdVar7 - (int)pdVar4;
if (var_10 < di->num_comps) {
pdVar7 = di->comps + var_10;
pdVar7->d_printing = 0;
di->next_comp = var_10 + 1;
if (var_11 == 0) goto LAB_002e6dd0;
pdVar7->type = DEMANGLE_COMPONENT_NAME;
pdVar7->d_printing = 0;
(pdVar7->u).s_fixed.length = pdVar4;
(pdVar7->u).s_name.len = var_11;
}
else {
LAB_002e6dd0:
pdVar7 = (type_1 *)0x0;
}
pdVar6 = var_12(di,DEMANGLE_COMPONENT_CLONE,pdVar6,pdVar7);
}
}
return pdVar6;
}
}
else if ((var_3 == 0) && (*var_1 == 'Z')) {
di->n = var_1 + 1;
pdVar6 = var_2(di,0);
return pdVar6;
}
return (type_1 *)0x0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (number_literal)))) (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 (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 (while_statement condition: (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: (pointer_expression argument: (identifier)) right: (char_literal (character))))) body: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) consequence: (goto_statement label: (statement_identifier))) (do_statement body: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (MISSING ";")))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (character)))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (char_literal (character))) right: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal)))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (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: (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: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier))))))))) (return_statement (identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (return_statement (identifier)))))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1,int param_2)
{
char *pcVar1;
int iVar2;
char *pcVar3;
undefined8 uVar4;
undefined8 *puVar5;
char cVar6;
int iVar7;
char *pcVar8;
pcVar3 = *(char **)(param_1 + 0x18);
if (*pcVar3 == '_') {
*(char **)(param_1 + 0x18) = pcVar3 + 1;
if (pcVar3[1] == 'Z') {
*(char **)(param_1 + 0x18) = pcVar3 + 2;
uVar4 = FUN_002e6590();
if ((param_2 != 0) && ((*(byte *)(param_1 + 0x10) & 1) != 0)) {
while (pcVar3 = *(char **)(param_1 + 0x18), *pcVar3 == '.') {
cVar6 = pcVar3[1];
if (((byte)(cVar6 + 0x9fU) < 0x1a) || (cVar6 == '_')) {
cVar6 = pcVar3[2];
pcVar8 = pcVar3 + 2;
if (0x19 < (byte)(cVar6 + 0x9fU)) goto LAB_002e6dff;
do {
do {
pcVar8 = pcVar8 + 1;
cVar6 = *pcVar8;
} while ((byte)(cVar6 + 0x9fU) < 0x1a);
LAB_002e6dff:
} while (cVar6 == '_');
}
else {
if (9 < (byte)(cVar6 - 0x30U)) {
return uVar4;
}
cVar6 = *pcVar3;
pcVar8 = pcVar3;
}
while ((cVar6 == '.' && ((byte)(pcVar8[1] - 0x30U) < 10))) {
pcVar1 = pcVar8 + 2;
pcVar8 = pcVar8 + 2;
cVar6 = *pcVar1;
while ((byte)(cVar6 - 0x30U) < 10) {
pcVar8 = pcVar8 + 1;
cVar6 = *pcVar8;
}
}
*(char **)(param_1 + 0x18) = pcVar8;
iVar2 = *(int *)(param_1 + 0x28);
iVar7 = (int)pcVar8 - (int)pcVar3;
if (iVar2 < *(int *)(param_1 + 0x2c)) {
puVar5 = (undefined8 *)(*(long *)(param_1 + 0x20) + (long)iVar2 * 0x18);
*(undefined4 *)((long)puVar5 + 4) = 0;
*(int *)(param_1 + 0x28) = iVar2 + 1;
if (iVar7 == 0) goto LAB_002e6dd0;
*puVar5 = 0;
puVar5[1] = pcVar3;
*(int *)(puVar5 + 2) = iVar7;
}
else {
LAB_002e6dd0:
puVar5 = (undefined8 *)0x0;
}
uVar4 = FUN_002de4a0(param_1,0x4d,uVar4,puVar5);
}
}
return uVar4;
}
}
else if ((param_2 == 0) && (*pcVar3 == 'Z')) {
*(char **)(param_1 + 0x18) = pcVar3 + 1;
uVar4 = FUN_002e6590(param_1,0);
return uVar4;
}
return 0;
}
|
359_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
|
output_section_callback
|
FUN_0011c000
|
void output_section_callback
(lang_wild_statement_type *ptr,wildcard_list *sec,asection *section,
flag_info *sflag_info,lang_input_statement_type *file,void *output)
{
sort_type sort;
lang_statement_union *plVar1;
bfd *pbVar2;
undefined8 *puVar3;
undefined8 *puVar4;
lang_statement_union *plVar5;
lang_statement_union *ptr_00;
bool bVar6;
bool bVar7;
bfd_boolean bVar8;
int iVar9;
undefined8 uVar10;
char *pcVar11;
lang_statement_list_type list;
bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output);
if (bVar8 != 0) {
return;
}
ptr_00 = (lang_statement_union *)&ptr->children;
if ((ptr->filenames_sorted != 0) ||
((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))) {
for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;
plVar1 = (plVar1->header).next) {
if (*(int *)((long)plVar1 + 8) == 5) {
if (ptr->filenames_sorted != 0) {
if ((file->the_bfd == (bfd *)0x0) ||
(pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {
pcVar11 = file->filename;
bVar7 = false;
}
else {
pcVar11 = pbVar2->filename;
bVar7 = true;
}
puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);
puVar4 = (undefined8 *)puVar3[0x1a];
if (puVar4 == (undefined8 *)0x0) {
uVar10 = *puVar3;
}
else {
uVar10 = *puVar4;
}
bVar6 = puVar4 != (undefined8 *)0x0;
iVar9 = filename_cmp(pcVar11,uVar10);
if (0 < iVar9) goto LAB_0011c140;
if (iVar9 != 0) goto LAB_0011c1ce;
if (bVar7 || bVar6) {
if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {
uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);
}
iVar9 = filename_cmp(pcVar11,uVar10);
if (0 < iVar9) goto LAB_0011c140;
if (iVar9 != 0) goto LAB_0011c1ce;
}
}
if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&
(sort != by_none)) &&
(iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,
*(asection **)((long)plVar1 + 0x10),
(asection *)
&(*(asection **)((long)plVar1 + 0x10))->alignment_power),
iVar9 < 0)) {
LAB_0011c1ce:
list.tail = &list.head;
list.head = (lang_statement_union *)0x0;
lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,
(lang_output_section_statement_type *)output);
if (list.head == (lang_statement_union *)0x0) {
return;
}
if (((list.head)->header).next != (lang_statement_union *)0x0) {
info_assert("../../ld/ldlang.c",0xa2c);
}
plVar5 = (ptr->children).head;
while (plVar5 != plVar1) {
if (plVar5 == (lang_statement_union *)0x0) {
info_assert("../../ld/ldlang.c",0xa31);
ptr_00 = (ptr_00->header).next;
plVar5 = (ptr_00->header).next;
}
else {
ptr_00 = (ptr_00->header).next;
plVar5 = (ptr_00->header).next;
}
}
((list.head)->header).next = plVar1;
(ptr_00->header).next = list.head;
return;
}
}
LAB_0011c140:
}
}
lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,
(lang_output_section_statement_type *)output);
return;
}
|
void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,
undefined8 param_6)
{
long *plVar1;
undefined8 *puVar2;
undefined8 *puVar3;
bool bVar4;
bool bVar5;
int iVar6;
undefined8 uVar7;
undefined8 uVar8;
long *local_48;
long **local_40;
iVar6 = FUN_00119230(param_3,param_6);
if (iVar6 != 0) {
return;
}
plVar1 = (long *)(param_1 + 0x30);
if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {
for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;
puVar2 = (undefined8 *)*puVar2) {
if (*(int *)(puVar2 + 1) == 5) {
if (*(int *)(param_1 + 0x18) != 0) {
if ((*(long *)(param_5 + 0x20) == 0) ||
(puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),
puVar3 == (undefined8 *)0x0)) {
uVar8 = *(undefined8 *)(param_5 + 0x10);
bVar5 = false;
}
else {
uVar8 = *puVar3;
bVar5 = true;
}
puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];
if (puVar3 == (undefined8 *)0x0) {
uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);
}
else {
uVar7 = *puVar3;
}
bVar4 = puVar3 != (undefined8 *)0x0;
iVar6 = filename_cmp(uVar8,uVar7);
if (0 < iVar6) goto LAB_0011c140;
if (iVar6 != 0) goto LAB_0011c1ce;
if (bVar5 || bVar4) {
if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {
uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);
}
iVar6 = filename_cmp(uVar8,uVar7);
if (0 < iVar6) goto LAB_0011c140;
if (iVar6 != 0) goto LAB_0011c1ce;
}
}
if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&
(iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {
LAB_0011c1ce:
local_40 = &local_48;
local_48 = (long *)0x0;
FUN_0011bd20(local_40,param_3,param_4,param_6);
if (local_48 == (long *)0x0) {
return;
}
if (*local_48 != 0) {
FUN_00129440("../../ld/ldlang.c",0xa2c);
}
puVar3 = *(undefined8 **)(param_1 + 0x30);
while (puVar3 != puVar2) {
if (puVar3 == (undefined8 *)0x0) {
FUN_00129440("../../ld/ldlang.c",0xa31);
plVar1 = (long *)*plVar1;
puVar3 = (undefined8 *)*plVar1;
}
else {
plVar1 = (long *)*plVar1;
puVar3 = (undefined8 *)*plVar1;
}
}
*local_48 = (long)puVar2;
*plVar1 = (long)local_48;
return;
}
}
LAB_0011c140:
}
}
FUN_0011bd20(plVar1,param_3,param_4,param_6);
return;
}
|
PUSH R15
PUSH R14
PUSH R13
MOV R13,RDI
MOV RDI,RDX
PUSH R12
MOV R12,R8
PUSH RBP
MOV RBP,RSI
MOV RSI,R9
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RSP + 0x18],RDX
MOV qword ptr [RSP + 0x20],RCX
MOV qword ptr [RSP + 0x28],R9
CALL 0x00119230
TEST EAX,EAX
JZ 0x0011c048
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV ECX,dword ptr [R13 + 0x18]
LEA RBX,[R13 + 0x30]
TEST ECX,ECX
JNZ 0x0011c068
TEST RBP,RBP
JZ 0x0011c178
MOV EDX,dword ptr [RBP + 0x18]
TEST EDX,EDX
JZ 0x0011c178
MOV R15,qword ptr [R13 + 0x30]
TEST R15,R15
JNZ 0x0011c148
JMP 0x0011c178
MOV RAX,qword ptr [RAX + 0xd0]
TEST RAX,RAX
JZ 0x0011c165
MOV R14,qword ptr [RAX]
MOV R8D,0x1
MOV RAX,qword ptr [R15 + 0x10]
MOV RCX,qword ptr [RAX + 0xf0]
MOV RAX,qword ptr [RCX + 0xd0]
TEST RAX,RAX
JZ 0x0011c1a0
MOV RCX,qword ptr [RAX]
MOV R10D,0x1
MOV RSI,RCX
MOV RDI,R14
MOV dword ptr [RSP + 0xc],R10D
MOV dword ptr [RSP + 0x8],R8D
MOV qword ptr [RSP + 0x10],RCX
CALL 0x0010d260
TEST EAX,EAX
JG 0x0011c140
JNZ 0x0011c1ce
MOV R8D,dword ptr [RSP + 0x8]
MOV R10D,dword ptr [RSP + 0xc]
MOV EAX,R8D
OR EAX,R10D
JZ 0x0011c128
TEST R8D,R8D
JZ 0x0011c278
TEST R10D,R10D
MOV R14,qword ptr [R12 + 0x10]
MOV RCX,qword ptr [RSP + 0x10]
JNZ 0x0011c278
MOV RSI,RCX
MOV RDI,R14
CALL 0x0010d260
TEST EAX,EAX
JG 0x0011c140
JNZ 0x0011c1ce
NOP dword ptr [RAX]
TEST RBP,RBP
JZ 0x0011c140
MOV EDI,dword ptr [RBP + 0x18]
TEST EDI,EDI
JZ 0x0011c140
CMP EDI,0x5
JNZ 0x0011c1b0
NOP dword ptr [RAX]
MOV R15,qword ptr [R15]
TEST R15,R15
JZ 0x0011c178
CMP dword ptr [R15 + 0x8],0x5
JNZ 0x0011c140
MOV EAX,dword ptr [R13 + 0x18]
TEST EAX,EAX
JZ 0x0011c128
MOV RAX,qword ptr [R12 + 0x20]
TEST RAX,RAX
JNZ 0x0011c080
MOV R14,qword ptr [R12 + 0x10]
XOR R8D,R8D
JMP 0x0011c099
MOV RCX,qword ptr [RSP + 0x28]
MOV RDX,qword ptr [RSP + 0x20]
MOV RDI,RBX
MOV RSI,qword ptr [RSP + 0x18]
CALL 0x0011bd20
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RCX,qword ptr [RCX]
XOR R10D,R10D
JMP 0x0011c0bd
MOV RCX,qword ptr [R15 + 0x10]
MOV RSI,qword ptr [RSP + 0x18]
LEA R8,[RCX + 0x70]
LEA RDX,[RSI + 0x70]
CALL 0x00119400
TEST EAX,EAX
JNS 0x0011c140
MOV RCX,qword ptr [RSP + 0x28]
MOV RDX,qword ptr [RSP + 0x20]
LEA RDI,[RSP + 0x30]
MOV qword ptr [RSP + 0x30],0x0
MOV RSI,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x38],RDI
CALL 0x0011bd20
MOV RAX,qword ptr [RSP + 0x30]
TEST RAX,RAX
JZ 0x0011c035
CMP qword ptr [RAX],0x0
JZ 0x0011c21a
MOV ESI,0xa2c
LEA RDI,[0x16bf26]
CALL 0x00129440
MOV RAX,qword ptr [R13 + 0x30]
CMP RAX,R15
JZ 0x0011c258
LEA RBP,[0x16bf26]
JMP 0x0011c23b
MOV RBX,qword ptr [RBX]
MOV RAX,qword ptr [RBX]
CMP RAX,R15
JZ 0x0011c258
TEST RAX,RAX
JNZ 0x0011c230
MOV ESI,0xa31
MOV RDI,RBP
CALL 0x00129440
MOV RBX,qword ptr [RBX]
MOV RAX,qword ptr [RBX]
CMP RAX,R15
JNZ 0x0011c23b
MOV RAX,qword ptr [RSP + 0x30]
MOV qword ptr [RAX],R15
MOV qword ptr [RBX],RAX
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [R15 + 0x10]
MOV RAX,qword ptr [RAX + 0xf0]
MOV RCX,qword ptr [RAX]
JMP 0x0011c10f
| null | null | null | null |
[(u'MULTIEQUAL_-1206991075', u'CAST_-1206990722'), (u'INT_NOTEQUAL_-1206992704', u'CBRANCH_-1206992703'), ('tmp_1672', u'CALL_-1206991932'), (u'CALL_-1206991782', u'INDIRECT_-1206990791'), (u'INT_NOTEQUAL_-1206992214', u'CBRANCH_-1206992213'), (u'LOAD_-1206992168', u'MULTIEQUAL_-1206991075'), (u'COPY_-1206990745', u'CALL_-1206991865'), ('const-0', u'PTRSUB_-1206990560'), (u'CALL_-1206992393', u'INT_NOTEQUAL_-1206992378'), (u'LOAD_-1206992472', u'CAST_-1206990994'), (u'CALL_-1206991782', u'INDIRECT_-1206990809'), (u'INT_EQUAL_-1206992123', u'CBRANCH_-1206992121'), (u'CALL_-1206991932', u'INDIRECT_-1206990899'), ('const-0', u'INT_NOTEQUAL_-1206992214'), (u'CALL_-1206992393', u'INT_SLESS_-1206992368'), (u'LOAD_-1206991647', u'MULTIEQUAL_-1206991625'), (u'PTRSUB_-1206990851', u'LOAD_-1206992168'), ('const-433', u'LOAD_-1206992043'), (u'PTRSUB_-1206991080', u'LOAD_-1206992683'), (u'PTRSUB_-1206991134', u'CAST_-1206991088'), (u'INT_NOTEQUAL_-1206992787', u'CBRANCH_-1206992787'), (u'MULTIEQUAL_-1206991625', u'CALL_-1206992258'), (u'LOAD_-1206992489', u'INT_ADD_-1206992466'), (u'CALL_-1206992802', u'INT_NOTEQUAL_-1206992787'), (u'LOAD_-1206991871', u'MULTIEQUAL_-1206991702'), ('const-32', u'PTRSUB_-1206990853'), (u'INT_SLESS_-1206991995', u'CBRANCH_-1206991994'), ('const-5', u'INT_NOTEQUAL_-1206992177'), (u'MULTIEQUAL_-1206990638', u'INT_NOTEQUAL_-1206991842'), ('const-433', u'LOAD_-1206991647'), ('const-433', u'LOAD_-1206992482'), ('tmp_774', u'CBRANCH_-1206992375'), ('tmp_540', u'CBRANCH_-1206992350'), (u'LOAD_-1206992482', u'LOAD_-1206991871'), ('tmp_1669', u'PTRSUB_-1206990862'), ('tmp_1670', u'INT_NOTEQUAL_-1206992689'), (u'PTRSUB_-1206990651', u'PTRSUB_-1206990650'), ('const-0', u'RETURN_-1206992730'), ('tmp_1670', u'PTRSUB_-1206991116'), (u'PTRSUB_-1206990676', u'CAST_-1206990653'), ('const-8', u'INT_ADD_-1206990917'), (u'LOAD_-1206991863', u'MULTIEQUAL_-1206990638'), (u'PTRSUB_-1206991116', u'PTRSUB_-1206991080'), (u'MULTIEQUAL_-1206991702', u'CALL_-1206992393'), (u'INDIRECT_-1206990809', u'MULTIEQUAL_-1206990636'), (u'PTRSUB_-1206990580', u'LOAD_-1206991781'), ('const-433', u'STORE_-1206991744'), (u'MULTIEQUAL_-1206990638', u'INT_EQUAL_-1206991802'), (u'LOAD_-1206992043', u'CALL_-1206992010'), ('tmp_830', u'CBRANCH_-1206992328'), (u'CAST_-1206990525', u'INT_ADD_-1206990596'), ('const-1', u'COPY_-1206991141'), (u'CALL_-1206992258', u'INT_SLESS_-1206992233'), ('const-433', u'LOAD_-1206992370'), ('const-433', u'LOAD_-1206992168'), ('const-16', u'INT_ADD_-1206990809'), (u'CAST_-1206990994', u'INT_EQUAL_-1206992450'), (u'PTRSUB_-1206990630', u'PTRSUB_-1206990675'), (u'BOOL_NEGATE_-1206991361', u'CBRANCH_-1206992277'), (u'LOAD_-1206992043', u'PTRSUB_-1206990752'), (u'CAST_-1206990721', u'LOAD_-1206992043'), (u'INT_ADD_-1206991097', u'CAST_-1206991007'), ('tmp_1631', u'CBRANCH_-1206992121'), ('const-0', u'PTRSUB_-1206990650'), (u'LOAD_-1206992327', u'INT_EQUAL_-1206992307'), ('const-24', u'PTRSUB_-1206991139'), (u'PTRSUB_-1206991077', u'LOAD_-1206992145'), ('const-0', u'INT_NOTEQUAL_-1206992378'), ('const-0', u'PTRSUB_-1206990555'), (u'PTRSUB_-1206991060', u'LOAD_-1206992117'), ('const-16', u'PTRSUB_-1206990838'), ('tmp_1012', u'CBRANCH_-1206992192'), (u'PTRSUB_-1206990650', u'LOAD_-1206991863'), (u'LOAD_-1206992296', u'MULTIEQUAL_-1206991093'), (u'PTRADD_-1206991039', u'LOAD_-1206992472'), (u'INT_ADD_-1206992466', u'CAST_-1206991002'), (u'PTRSUB_-1206990560', u'STORE_-1206991739'), (u'INT_ADD_-1206991640', u'CAST_-1206990519'), ('const-433', u'LOAD_-1206991863'), ('const-0', u'PTRSUB_-1206990578'), (u'LOAD_-1206992349', u'INT_NOTEQUAL_-1206992328'), ('const-1490726', u'COPY_-1206990693'), ('const-0', u'INT_NOTEQUAL_-1206992243'), ('tmp_1674', u'CAST_-1206990652'), ('const-0', u'INT_NOTEQUAL_-1206991888'), ('tmp_338', u'CBRANCH_-1206992663'), ('const-0', u'RETURN_-1206992279'), (u'CALL_-1206991865', u'INDIRECT_-1206990861'), ('tmp_1672', u'CALL_-1206992337'), ('const-0', u'COPY_-1206991966'), (u'CAST_-1206991088', u'MULTIEQUAL_-1206990639'), ('const-433', u'LOAD_-1206992296'), ('tmp_1224', u'CBRANCH_-1206991908'), ('const-0', u'INT_NOTEQUAL_-1206992689'), (u'CAST_-1206990743', u'CALL_-1206992337'), ('const-0', u'PTRSUB_-1206990580'), ('tmp_1674', u'CAST_-1206990743'), ('const-0', u'INT_EQUAL_-1206992307'), (u'MULTIEQUAL_-1206991075', u'CAST_-1206991008'), ('tmp_1670', u'PTRSUB_-1206990899'), ('const-0', u'INT_NOTEQUAL_-1206992704'), ('tmp_976', u'CBRANCH_-1206992213'), (u'LOAD_-1206991776', u'MULTIEQUAL_-1206990638'), (u'LOAD_-1206992299', u'MULTIEQUAL_-1206991567'), ('tmp_276', u'CBRANCH_-1206992703'), ('tmp_1137', u'CBRANCH_-1206991994'), (u'PTRSUB_-1206990578', u'PTRSUB_-1206990623'), (u'CAST_-1206990524', u'LOAD_-1206991663'), (u'INT_NOTEQUAL_-1206991888', u'CBRANCH_-1206991886'), (u'MULTIEQUAL_-1206991093', u'MULTIEQUAL_-1206991453'), ('const-0', u'PTRSUB_-1206990610'), (u'MULTIEQUAL_-1206991079', u'BOOL_OR_-1206991005'), ('tmp_1598', u'BRANCH_-1206991851'), ('const-0', u'RETURN_-1206991156'), ('const-433', u'LOAD_-1206991871'), ('tmp_1674', u'CAST_-1206991121'), (u'LOAD_-1206992658', u'MULTIEQUAL_-1206991075'), ('const-0', u'INT_SLESS_-1206992368'), (u'MULTIEQUAL_-1206991075', u'STORE_-1206991744'), (u'LOAD_-1206992683', u'INT_NOTEQUAL_-1206992663'), (u'INT_EQUAL_-1206992450', u'CBRANCH_-1206992448'), (u'MULTIEQUAL_-1206990636', u'PTRSUB_-1206990535'), (u'COPY_-1206990925', u'MULTIEQUAL_-1206991079'), ('const-433', u'LOAD_-1206992731'), (u'MULTIEQUAL_-1206991567', u'CALL_-1206992393'), ('tmp_856', u'CBRANCH_-1206992313'), ('const-0', u'PTRSUB_-1206990676'), (u'INT_ADD_-1206990809', u'CAST_-1206990721'), (u'INT_NOTEQUAL_-1206992328', u'CBRANCH_-1206992328'), ('const-0', u'PTRSUB_-1206990592'), (u'LOAD_-1206992444', u'MULTIEQUAL_-1206991702'), ('tmp_778', u'CBRANCH_-1206992371'), ('const-0', u'PTRSUB_-1206990578'), (u'LOAD_-1206992482', u'PTRADD_-1206991039'), ('const-0', u'PTRSUB_-1206990630'), ('const-0', u'PTRSUB_-1206990551'), (u'PTRSUB_-1206990582', u'PTRSUB_-1206990610'), ('const-433', u'LOAD_-1206991781'), ('const-0', u'PTRSUB_-1206990535'), ('tmp_1669', u'PTRSUB_-1206990651'), ('tmp_1044', u'CBRANCH_-1206992175'), (u'PTRSUB_-1206990838', u'LOAD_-1206992299'), (u'CAST_-1206990702', u'CALL_-1206992010'), (u'LOAD_-1206991781', u'PTRSUB_-1206990551'), (u'LOAD_-1206991656', u'LOAD_-1206991647'), ('tmp_1669', u'PTRSUB_-1206991103'), ('tmp_900', u'CBRANCH_-1206992277'), (u'CALL_-1206992010', u'INT_SLESS_-1206991995'), (u'INT_EQUAL_-1206991802', u'CBRANCH_-1206991799'), (u'INT_NOTEQUAL_-1206992378', u'CBRANCH_-1206992371'), (u'INT_NOTEQUAL_-1206992663', u'CBRANCH_-1206992663'), ('const-433', u'LOAD_-1206992444'), (u'LOAD_-1206992212', u'INT_NOTEQUAL_-1206992192'), (u'LOAD_-1206992731', u'INT_NOTEQUAL_-1206992704'), ('const-0', u'PTRSUB_-1206990851'), (u'CAST_-1206990703', u'CALL_-1206992010'), ('const-16', u'INT_ADD_-1206990596'), (u'MULTIEQUAL_-1206991453', u'CALL_-1206992258'), (u'INT_NOTEQUAL_-1206992192', u'CBRANCH_-1206992192'), (u'PTRSUB_-1206990818', u'PTRSUB_-1206990851'), (u'PTRSUB_-1206990747', u'CAST_-1206990703'), (u'INT_EQUAL_-1206991910', u'CBRANCH_-1206991908'), ('const-0', u'PTRSUB_-1206990623'), (u'LOAD_-1206992370', u'INT_EQUAL_-1206992355'), ('const-0', u'PTRSUB_-1206990818'), (u'INDIRECT_-1206990791', u'MULTIEQUAL_-1206990635'), ('const-16', u'PTRSUB_-1206991080'), (u'LOAD_-1206991746', u'MULTIEQUAL_-1206990638'), ('const-433', u'LOAD_-1206992212'), (u'COPY_-1206991141', u'MULTIEQUAL_-1206991079'), ('const-16', u'INT_ADD_-1206991097'), ('tmp_1673', u'PTRSUB_-1206990838'), (u'MULTIEQUAL_-1206991075', u'INT_NOTEQUAL_-1206992638'), ('const-433', u'LOAD_-1206991663'), ('const-0', u'INT_EQUAL_-1206991910'), (u'INDIRECT_-1206990881', u'MULTIEQUAL_-1206990830'), ('const-0', u'INT_NOTEQUAL_-1206992328'), (u'PTRSUB_-1206990531', u'PTRSUB_-1206990560'), (u'INDIRECT_-1206990861', u'MULTIEQUAL_-1206990848'), ('const-0', u'INT_NOTEQUAL_-1206992192'), ('const-0', u'PTRSUB_-1206991102'), ('const-48', u'PTRSUB_-1206991103'), ('const-433', u'LOAD_-1206991904'), ('const-433', u'LOAD_-1206992145'), (u'LOAD_-1206992212', u'INT_NOTEQUAL_-1206992177'), (u'LOAD_-1206991904', u'INT_NOTEQUAL_-1206991888'), (u'MULTIEQUAL_-1206991567', u'MULTIEQUAL_-1206991093'), (u'PTRSUB_-1206990862', u'LOAD_-1206992349'), (u'CAST_-1206991088', u'PTRSUB_-1206990743'), ('const-0', u'INT_EQUAL_-1206991802'), ('tmp_1671', u'CALL_-1206992802'), (u'INT_SLESS_-1206992233', u'CBRANCH_-1206992240'), (u'MULTIEQUAL_-1206990830', u'MULTIEQUAL_-1206990635'), ('const-26', u'PTRADD_-1206991039'), (u'INT_EQUAL_-1206992307', u'CBRANCH_-1206992304'), ('const-433', u'STORE_-1206991739'), (u'LOAD_-1206992117', u'MULTIEQUAL_-1206991567'), (u'LOAD_-1206992145', u'PTRSUB_-1206991060'), (u'PTRSUB_-1206990743', u'CAST_-1206990744'), ('const-112', u'PTRSUB_-1206990752'), (u'PTRSUB_-1206990719', u'PTRSUB_-1206990676'), ('const--72', u'PTRSUB_-1206990719'), (u'MULTIEQUAL_-1206990636', u'STORE_-1206991739'), (u'CALL_-1206991865', u'INDIRECT_-1206990843'), (u'INT_NOTEQUAL_-1206992243', u'CBRANCH_-1206992236'), (u'COPY_-1206990693', u'CALL_-1206991782'), ('tmp_1669', u'PTRSUB_-1206991134'), ('tmp_1338', u'CBRANCH_-1206991799'), (u'MULTIEQUAL_-1206990639', u'PTRSUB_-1206990531'), ('const-0', u'PTRSUB_-1206990531'), (u'INDIRECT_-1206990843', u'MULTIEQUAL_-1206990830'), ('const-48', u'PTRSUB_-1206990651'), (u'LOAD_-1206992145', u'INT_EQUAL_-1206992123'), (u'PTRSUB_-1206990535', u'PTRSUB_-1206990578'), ('tmp_1669', u'PTRSUB_-1206991139'), ('const-8', u'PTRSUB_-1206990899'), (u'LOAD_-1206992296', u'MULTIEQUAL_-1206991453'), ('tmp_140', u'CBRANCH_-1206992787'), (u'CAST_-1206990722', u'INT_ADD_-1206990809'), ('const-433', u'LOAD_-1206992117'), ('const-112', u'PTRSUB_-1206990747'), (u'MULTIEQUAL_-1206991075', u'CAST_-1206990835'), ('const-8', u'PTRADD_-1206991039'), (u'INT_SLESS_-1206992368', u'CBRANCH_-1206992375'), ('const-1490726', u'COPY_-1206990745'), (u'INDIRECT_-1206990899', u'INT_EQUAL_-1206991910'), ('const-0', u'INT_EQUAL_-1206992450'), (u'CAST_-1206990652', u'CALL_-1206991932'), (u'PTRSUB_-1206991102', u'LOAD_-1206992658'), ('const-240', u'INT_ADD_-1206991640'), ('const-433', u'LOAD_-1206992327'), (u'INT_ADD_-1206990917', u'CAST_-1206990834'), (u'PTRSUB_-1206990752', u'CAST_-1206990702'), ('const-433', u'LOAD_-1206991656'), ('tmp_697', u'CBRANCH_-1206992448'), ('const-0', u'INT_EQUAL_-1206992123'), (u'MULTIEQUAL_-1206990848', u'MULTIEQUAL_-1206990636'), ('const-0', u'INT_NOTEQUAL_-1206992787'), (u'MULTIEQUAL_-1206991075', u'PTRSUB_-1206990818'), ('const-0', u'PTRSUB_-1206990743'), ('const-240', u'INT_ADD_-1206992466'), (u'MULTIEQUAL_-1206990639', u'PTRSUB_-1206990582'), ('tmp_374', u'CBRANCH_-1206992636'), (u'CAST_-1206990835', u'INT_ADD_-1206990917'), (u'LOAD_-1206991781', u'MULTIEQUAL_-1206990639'), (u'BOOL_OR_-1206991005', u'CBRANCH_-1206992328'), (u'PTRSUB_-1206990899', u'PTRSUB_-1206990871'), ('tmp_3837', u'PTRSUB_-1206990719'), ('tmp_648', u'BRANCH_-1206992277'), ('tmp_1673', u'PTRSUB_-1206990853'), (u'MULTIEQUAL_-1206991079', u'BOOL_NEGATE_-1206991010'), ('tmp_1671', u'CALL_-1206991932'), ('tmp_1671', u'CALL_-1206992337'), ('tmp_950', u'CBRANCH_-1206992236'), ('const-208', u'PTRSUB_-1206991077'), (u'MULTIEQUAL_-1206990635', u'MULTIEQUAL_-1206990635'), ('const-433', u'LOAD_-1206992299'), (u'INDIRECT_-1206990899', u'MULTIEQUAL_-1206990848'), ('const-0', u'PTRSUB_-1206991060'), ('const-0', u'INT_NOTEQUAL_-1206992663'), (u'CAST_-1206990519', u'LOAD_-1206991656'), ('tmp_1670', u'INT_NOTEQUAL_-1206992214'), (u'PTRSUB_-1206990853', u'LOAD_-1206992327'), ('const-433', u'LOAD_-1206991751'), ('const-5', u'INT_EQUAL_-1206992355'), ('const-16', u'PTRSUB_-1206990946'), (u'MULTIEQUAL_-1206991702', u'MULTIEQUAL_-1206991625'), (u'BOOL_NEGATE_-1206991010', u'CBRANCH_-1206992313'), ('const-0', u'COPY_-1206990925'), ('tmp_302', u'CBRANCH_-1206992688'), (u'INT_NOTEQUAL_-1206991842', u'CBRANCH_-1206991841'), ('tmp_576', u'CBRANCH_-1206992328'), ('const-433', u'LOAD_-1206992658'), ('const-433', u'LOAD_-1206991746'), (u'CAST_-1206991007', u'LOAD_-1206992489'), (u'LOAD_-1206991751', u'PTRSUB_-1206990578'), (u'CAST_-1206991008', u'INT_ADD_-1206991097'), (u'CAST_-1206990653', u'CALL_-1206991932'), ('const-0', u'PTRSUB_-1206990582'), (u'PTRSUB_-1206990623', u'LOAD_-1206991746'), (u'INT_EQUAL_-1206992355', u'CBRANCH_-1206992350'), ('tmp_1307', u'CBRANCH_-1206991841'), ('const-433', u'LOAD_-1206992472'), ('const-8', u'PTRSUB_-1206991116'), (u'INT_ADD_-1206990596', u'CAST_-1206990524'), (u'INT_NOTEQUAL_-1206992177', u'CBRANCH_-1206992175'), ('const-24', u'PTRSUB_-1206990862'), (u'INT_NOTEQUAL_-1206992638', u'CBRANCH_-1206992636'), ('tmp_1257', u'CBRANCH_-1206991886'), ('const-0', u'INT_NOTEQUAL_-1206992638'), (u'LOAD_-1206991751', u'MULTIEQUAL_-1206990639'), (u'PTRSUB_-1206990551', u'PTRSUB_-1206990592'), (u'CAST_-1206990834', u'LOAD_-1206992370'), ('const-48', u'PTRSUB_-1206991134'), ('tmp_946', u'CBRANCH_-1206992240'), ('const-0', u'INT_SLESS_-1206991995'), (u'INDIRECT_-1206990899', u'PTRSUB_-1206990630'), (u'PTRSUB_-1206990592', u'LOAD_-1206991776'), ('tmp_1566', u'BRANCH_-1206991640'), (u'INT_NOTEQUAL_-1206992689', u'CBRANCH_-1206992688'), (u'PTRSUB_-1206990946', u'LOAD_-1206992296'), ('tmp_612', u'CBRANCH_-1206992304'), (u'PTRSUB_-1206990610', u'LOAD_-1206991751'), (u'MULTIEQUAL_-1206991075', u'CAST_-1206990525'), (u'PTRSUB_-1206991139', u'LOAD_-1206992731'), (u'CALL_-1206992258', u'INT_NOTEQUAL_-1206992243'), (u'CAST_-1206990994', u'LOAD_-1206992444'), ('const-433', u'LOAD_-1206992489'), (u'MULTIEQUAL_-1206990639', u'PTRSUB_-1206990555'), ('const-2604', u'CALL_-1206991865'), (u'PTRSUB_-1206991103', u'PTRSUB_-1206991102'), ('const-0', u'RETURN_-1206991679'), (u'LOAD_-1206992212', u'CALL_-1206992010'), ('const-0', u'PTRSUB_-1206990675'), ('tmp_1673', u'PTRSUB_-1206990946'), ('const-2609', u'CALL_-1206991782'), ('const-433', u'LOAD_-1206992349'), (u'PTRSUB_-1206990578', u'STORE_-1206991744'), ('const-0', u'INT_SLESS_-1206992233'), (u'LOAD_-1206992327', u'PTRSUB_-1206991077'), (u'BOOL_NEGATE_-1206991361', u'BOOL_OR_-1206991005'), (u'CALL_-1206991932', u'INDIRECT_-1206990881'), (u'CAST_-1206991121', u'CALL_-1206992802'), (u'MULTIEQUAL_-1206991075', u'INT_NOTEQUAL_-1206991842'), (u'PTRSUB_-1206990871', u'LOAD_-1206992212'), ('const-433', u'LOAD_-1206992683'), (u'MULTIEQUAL_-1206990636', u'MULTIEQUAL_-1206990636'), (u'CAST_-1206990744', u'CALL_-1206992337'), (u'INT_EQUAL_-1206992450', u'BOOL_NEGATE_-1206991361'), (u'PTRSUB_-1206990675', u'LOAD_-1206991904'), (u'LOAD_-1206991663', u'INT_ADD_-1206991640'), (u'CAST_-1206991002', u'LOAD_-1206992482'), ('tmp_1671', u'PTRSUB_-1206990747'), (u'PTRSUB_-1206990555', u'PTRSUB_-1206990580'), ('const-433', u'LOAD_-1206991776'), ('tmp_1671', u'CALL_-1206992010'), ('const-16', u'PTRSUB_-1206990871')]
|
[(u'CAST_-1206990655', u'LOAD_-1206991863'), (u'MULTIEQUAL_-1206991574', u'CALL_-1206992393'), (u'CAST_-1206991041', u'LOAD_-1206992482'), ('tmp_3844', u'INT_ADD_-1206992280'), (u'INT_NOTEQUAL_-1206992704', u'CBRANCH_-1206992703'), ('const-433', u'LOAD_-1206991663'), (u'CAST_-1206990603', u'LOAD_-1206991776'), (u'INT_NOTEQUAL_-1206992214', u'CBRANCH_-1206992213'), ('tmp_3846', u'INT_ADD_-1206992196'), (u'CALL_-1206992393', u'INT_NOTEQUAL_-1206992378'), (u'LOAD_-1206992444', u'MULTIEQUAL_-1206991706'), ('const-5', u'INT_EQUAL_-1206992355'), ('tmp_3846', u'INT_NOTEQUAL_-1206992689'), ('tmp_3842', u'CALL_-1206992802'), (u'INT_EQUAL_-1206992123', u'CBRANCH_-1206992121'), ('const-1490726', u'COPY_-1206990703'), ('tmp_3847', u'CALL_-1206992337'), (u'MULTIEQUAL_-1206991089', u'BOOL_OR_-1206991015'), ('const-0', u'INT_NOTEQUAL_-1206992214'), (u'CALL_-1206992393', u'INT_SLESS_-1206992368'), (u'LOAD_-1206991776', u'CAST_-1206990599'), ('const-1', u'COPY_-1206991151'), (u'MULTIEQUAL_-1206990674', u'INT_EQUAL_-1206991802'), (u'INT_NOTEQUAL_-1206992787', u'CBRANCH_-1206992787'), (u'LOAD_-1206992489', u'INT_ADD_-1206992466'), ('tmp_3846', u'INT_NOTEQUAL_-1206992214'), (u'CALL_-1206992802', u'INT_NOTEQUAL_-1206992787'), (u'LOAD_-1206991863', u'MULTIEQUAL_-1206990674'), (u'INT_ADD_-1206992707', u'CAST_-1206991130'), (u'BOOL_OR_-1206991015', u'CBRANCH_-1206992328'), (u'INT_SLESS_-1206991995', u'CBRANCH_-1206991994'), ('const-433', u'LOAD_-1206992349'), ('tmp_3844', u'INT_ADD_-1206992311'), ('const-2609', u'CALL_-1206991782'), ('tmp_774', u'CBRANCH_-1206992375'), (u'CAST_-1206991100', u'LOAD_-1206992658'), ('tmp_540', u'CBRANCH_-1206992350'), (u'LOAD_-1206992482', u'LOAD_-1206991871'), (u'CALL_-1206991865', u'INDIRECT_-1206990854'), ('const-433', u'LOAD_-1206991751'), ('tmp_3841', u'INT_ADD_-1206992707'), ('const-0', u'RETURN_-1206992730'), (u'MULTIEQUAL_-1206991460', u'CALL_-1206992258'), ('const-24', u'INT_ADD_-1206992667'), (u'CAST_-1206990630', u'LOAD_-1206991746'), ('tmp_830', u'CBRANCH_-1206992328'), ('const-433', u'LOAD_-1206992327'), ('tmp_3841', u'INT_ADD_-1206992333'), (u'CALL_-1206992258', u'INT_SLESS_-1206992233'), (u'MULTIEQUAL_-1206991111', u'LOAD_-1206992168'), ('const-48', u'INT_ADD_-1206992642'), ('const-26', u'PTRADD_-1206991057'), ('const-433', u'LOAD_-1206991656'), (u'CAST_-1206990630', u'MULTIEQUAL_-1206990675'), ('const-433', u'LOAD_-1206992296'), ('const-433', u'LOAD_-1206992212'), (u'CALL_-1206991932', u'INDIRECT_-1206990910'), ('tmp_3841', u'INT_ADD_-1206992642'), (u'MULTIEQUAL_-1206991111', u'PTRADD_-1206990586'), ('tmp_1631', u'CBRANCH_-1206992121'), (u'MULTIEQUAL_-1206991111', u'INT_NOTEQUAL_-1206992638'), ('const--72', u'PTRSUB_-1206990746'), (u'LOAD_-1206992327', u'INT_EQUAL_-1206992307'), ('const-433', u'STORE_-1206991739'), ('const-0', u'INT_NOTEQUAL_-1206992378'), (u'LOAD_-1206992168', u'CAST_-1206990866'), (u'BOOL_NEGATE_-1206991020', u'CBRANCH_-1206992313'), ('tmp_1012', u'CBRANCH_-1206992192'), (u'PTRSUB_-1206990746', u'CALL_-1206991932'), (u'LOAD_-1206992658', u'MULTIEQUAL_-1206991111'), (u'MULTIEQUAL_-1206990859', u'MULTIEQUAL_-1206990672'), ('const-208', u'INT_ADD_-1206992129'), (u'MULTIEQUAL_-1206991100', u'MULTIEQUAL_-1206991460'), (u'LOAD_-1206992349', u'INT_NOTEQUAL_-1206992328'), (u'MULTIEQUAL_-1206990675', u'LOAD_-1206991781'), (u'LOAD_-1206991871', u'MULTIEQUAL_-1206991706'), ('const-0', u'INT_NOTEQUAL_-1206992243'), (u'LOAD_-1206991746', u'CAST_-1206990626'), (u'CALL_-1206991782', u'INDIRECT_-1206990802'), ('tmp_3849', u'CALL_-1206992337'), (u'INT_ADD_-1206992006', u'CALL_-1206992010'), ('tmp_338', u'CBRANCH_-1206992663'), ('const-0', u'RETURN_-1206992279'), ('const-0', u'INT_SLESS_-1206992368'), (u'LOAD_-1206992482', u'PTRADD_-1206991057'), ('tmp_1224', u'CBRANCH_-1206991908'), ('const-0', u'INT_NOTEQUAL_-1206992689'), ('const-0', u'INT_EQUAL_-1206992307'), ('tmp_3841', u'INT_ADD_-1206992715'), ('tmp_3847', u'CALL_-1206991932'), ('const-0', u'INT_NOTEQUAL_-1206992704'), ('tmp_976', u'CBRANCH_-1206992213'), ('tmp_276', u'CBRANCH_-1206992703'), ('tmp_1137', u'CBRANCH_-1206991994'), (u'LOAD_-1206992299', u'MULTIEQUAL_-1206991574'), (u'INDIRECT_-1206990910', u'LOAD_-1206991904'), (u'INT_NOTEQUAL_-1206991888', u'CBRANCH_-1206991886'), (u'INDIRECT_-1206990820', u'MULTIEQUAL_-1206990672'), ('tmp_1598', u'BRANCH_-1206991851'), (u'INT_ADD_-1206992667', u'CAST_-1206991112'), ('const-433', u'LOAD_-1206991746'), (u'MULTIEQUAL_-1206991574', u'MULTIEQUAL_-1206991100'), (u'MULTIEQUAL_-1206991111', u'CAST_-1206990583'), (u'LOAD_-1206992683', u'INT_NOTEQUAL_-1206992663'), (u'INT_EQUAL_-1206992450', u'CBRANCH_-1206992448'), (u'CAST_-1206991130', u'MULTIEQUAL_-1206990675'), ('tmp_856', u'CBRANCH_-1206992313'), ('const-433', u'LOAD_-1206991904'), ('tmp_3842', u'CALL_-1206992010'), (u'INT_NOTEQUAL_-1206992328', u'CBRANCH_-1206992328'), ('tmp_3838', u'PTRSUB_-1206990746'), ('const-433', u'LOAD_-1206992658'), ('tmp_778', u'CBRANCH_-1206992371'), (u'CAST_-1206990875', u'LOAD_-1206992370'), ('const-0', u'RETURN_-1206991198'), (u'INDIRECT_-1206990872', u'MULTIEQUAL_-1206990859'), (u'CAST_-1206991112', u'LOAD_-1206992683'), ('tmp_1044', u'CBRANCH_-1206992175'), (u'LOAD_-1206992296', u'MULTIEQUAL_-1206991100'), ('const-8', u'PTRADD_-1206991057'), ('const-24', u'INT_ADD_-1206992333'), (u'LOAD_-1206991656', u'LOAD_-1206991647'), (u'INT_ADD_-1206992280', u'CAST_-1206990941'), ('tmp_3846', u'INT_ADD_-1206992667'), ('tmp_900', u'CBRANCH_-1206992277'), (u'CALL_-1206992010', u'INT_SLESS_-1206991995'), (u'INT_EQUAL_-1206991802', u'CBRANCH_-1206991799'), (u'LOAD_-1206992145', u'LOAD_-1206992117'), (u'INT_NOTEQUAL_-1206992663', u'CBRANCH_-1206992663'), (u'INT_NOTEQUAL_-1206992378', u'CBRANCH_-1206992371'), ('const-433', u'LOAD_-1206992444'), ('const-433', u'LOAD_-1206992145'), (u'CAST_-1206990867', u'LOAD_-1206992349'), (u'LOAD_-1206992472', u'CAST_-1206991033'), (u'MULTIEQUAL_-1206991089', u'BOOL_NEGATE_-1206991020'), (u'LOAD_-1206992212', u'INT_NOTEQUAL_-1206992192'), (u'LOAD_-1206992731', u'INT_NOTEQUAL_-1206992704'), (u'CAST_-1206990626', u'MULTIEQUAL_-1206990674'), (u'INT_NOTEQUAL_-1206992192', u'CBRANCH_-1206992192'), (u'CAST_-1206990866', u'MULTIEQUAL_-1206991111'), (u'INT_EQUAL_-1206991910', u'CBRANCH_-1206991908'), (u'CAST_-1206990842', u'LOAD_-1206992299'), (u'LOAD_-1206992370', u'INT_EQUAL_-1206992355'), (u'COPY_-1206991151', u'MULTIEQUAL_-1206991089'), ('const-24', u'INT_ADD_-1206992715'), (u'MULTIEQUAL_-1206991629', u'CALL_-1206992258'), ('const-1', u'PTRADD_-1206990892'), (u'MULTIEQUAL_-1206991706', u'CALL_-1206992393'), ('const-0', u'INT_EQUAL_-1206991910'), (u'CAST_-1206991033', u'LOAD_-1206992444'), ('const-0', u'INT_NOTEQUAL_-1206992328'), (u'MULTIEQUAL_-1206990671', u'MULTIEQUAL_-1206990671'), ('const-0', u'INT_NOTEQUAL_-1206992192'), (u'LOAD_-1206992212', u'INT_NOTEQUAL_-1206992177'), (u'LOAD_-1206991904', u'INT_NOTEQUAL_-1206991888'), ('const-0', u'INT_EQUAL_-1206991802'), ('const-433', u'LOAD_-1206992489'), (u'INT_SLESS_-1206992233', u'CBRANCH_-1206992240'), ('const-48', u'INT_ADD_-1206992707'), (u'INT_EQUAL_-1206992307', u'CBRANCH_-1206992304'), ('const-2', u'PTRADD_-1206990586'), ('const-8', u'PTRADD_-1206990892'), (u'INT_ADD_-1206992129', u'CAST_-1206991072'), (u'PTRADD_-1206990892', u'CAST_-1206990875'), ('tmp_3849', u'CALL_-1206991932'), ('tmp_3842', u'CALL_-1206991932'), (u'INT_NOTEQUAL_-1206992243', u'CBRANCH_-1206992236'), ('const-8', u'PTRADD_-1206990586'), ('const-433', u'LOAD_-1206992731'), (u'CAST_-1206990893', u'LOAD_-1206992212'), ('tmp_1338', u'CBRANCH_-1206991799'), ('const-2604', u'CALL_-1206991865'), (u'MULTIEQUAL_-1206990675', u'STORE_-1206991739'), (u'LOAD_-1206992145', u'INT_EQUAL_-1206992123'), ('const-433', u'LOAD_-1206992168'), (u'CALL_-1206991782', u'INDIRECT_-1206990820'), (u'INT_ADD_-1206992283', u'CAST_-1206990842'), ('tmp_3844', u'INT_ADD_-1206992283'), (u'CAST_-1206990579', u'STORE_-1206991739'), ('tmp_140', u'CBRANCH_-1206992787'), ('const-2', u'PTRADD_-1206991069'), ('tmp_3842', u'CALL_-1206992337'), (u'INT_SLESS_-1206992368', u'CBRANCH_-1206992375'), ('const-0', u'INT_EQUAL_-1206992450'), (u'INDIRECT_-1206990802', u'MULTIEQUAL_-1206990671'), (u'MULTIEQUAL_-1206991111', u'INT_NOTEQUAL_-1206991842'), (u'INDIRECT_-1206990854', u'MULTIEQUAL_-1206990841'), ('const-240', u'INT_ADD_-1206991640'), (u'INT_ADD_-1206992196', u'CAST_-1206990893'), (u'MULTIEQUAL_-1206991111', u'PTRADD_-1206991069'), ('tmp_697', u'CBRANCH_-1206992448'), (u'MULTIEQUAL_-1206990672', u'CAST_-1206990579'), ('const-0', u'INT_EQUAL_-1206992123'), (u'CAST_-1206990858', u'LOAD_-1206992327'), ('const-0', u'COPY_-1206990935'), ('const-112', u'INT_ADD_-1206992006'), ('const-0', u'INT_NOTEQUAL_-1206992787'), ('const-433', u'LOAD_-1206991863'), (u'CAST_-1206990603', u'MULTIEQUAL_-1206990675'), (u'PTRADD_-1206991057', u'LOAD_-1206992472'), ('const-240', u'INT_ADD_-1206992466'), (u'LOAD_-1206991647', u'MULTIEQUAL_-1206991629'), ('tmp_374', u'CBRANCH_-1206992636'), ('const-433', u'LOAD_-1206991871'), ('const-433', u'STORE_-1206991744'), ('tmp_648', u'BRANCH_-1206992277'), (u'LOAD_-1206992296', u'MULTIEQUAL_-1206991460'), ('const-433', u'LOAD_-1206992482'), ('const-24', u'INT_ADD_-1206992196'), (u'CAST_-1206991130', u'CALL_-1206992337'), (u'LOAD_-1206991751', u'CAST_-1206990630'), (u'COPY_-1206990755', u'CALL_-1206991865'), ('tmp_950', u'CBRANCH_-1206992236'), ('tmp_3842', u'INT_ADD_-1206992006'), (u'CAST_-1206990583', u'STORE_-1206991744'), ('const-433', u'LOAD_-1206991781'), (u'BOOL_NEGATE_-1206991372', u'CBRANCH_-1206992277'), ('const-0', u'INT_NOTEQUAL_-1206992663'), ('const-433', u'LOAD_-1206992117'), ('const-16', u'INT_ADD_-1206992280'), (u'LOAD_-1206991781', u'CAST_-1206990603'), (u'LOAD_-1206992327', u'INT_ADD_-1206992129'), (u'INT_ADD_-1206991640', u'CAST_-1206990559'), (u'COPY_-1206990935', u'MULTIEQUAL_-1206991089'), (u'PTRADD_-1206990586', u'LOAD_-1206991663'), (u'INDIRECT_-1206990892', u'MULTIEQUAL_-1206990841'), (u'CALL_-1206991865', u'INDIRECT_-1206990872'), ('tmp_302', u'CBRANCH_-1206992688'), (u'INT_NOTEQUAL_-1206991842', u'CBRANCH_-1206991841'), (u'INT_EQUAL_-1206992450', u'BOOL_NEGATE_-1206991372'), ('tmp_576', u'CBRANCH_-1206992328'), (u'PTRADD_-1206991069', u'LOAD_-1206992489'), (u'MULTIEQUAL_-1206990674', u'INT_NOTEQUAL_-1206991842'), (u'CAST_-1206990941', u'LOAD_-1206992296'), ('tmp_3847', u'CALL_-1206992802'), (u'INT_EQUAL_-1206992355', u'CBRANCH_-1206992350'), ('const-433', u'LOAD_-1206991647'), (u'INDIRECT_-1206990910', u'INT_EQUAL_-1206991910'), ('tmp_1307', u'CBRANCH_-1206991841'), (u'BOOL_NEGATE_-1206991372', u'BOOL_OR_-1206991015'), (u'INT_NOTEQUAL_-1206992177', u'CBRANCH_-1206992175'), (u'INT_NOTEQUAL_-1206992638', u'CBRANCH_-1206992636'), ('tmp_1257', u'CBRANCH_-1206991886'), ('const-0', u'INT_NOTEQUAL_-1206992638'), (u'CAST_-1206991135', u'LOAD_-1206992731'), (u'MULTIEQUAL_-1206991706', u'MULTIEQUAL_-1206991629'), ('const-32', u'INT_ADD_-1206992311'), ('const-433', u'LOAD_-1206992683'), (u'INT_ADD_-1206992333', u'CAST_-1206990867'), ('const-0', u'INT_SLESS_-1206991995'), (u'MULTIEQUAL_-1206990841', u'MULTIEQUAL_-1206990671'), ('const-0', u'INT_SLESS_-1206992233'), ('tmp_946', u'CBRANCH_-1206992240'), ('const-0', u'INT_NOTEQUAL_-1206991888'), ('tmp_1566', u'BRANCH_-1206991640'), (u'INT_NOTEQUAL_-1206992689', u'CBRANCH_-1206992688'), (u'INT_ADD_-1206992642', u'CAST_-1206991100'), ('tmp_612', u'CBRANCH_-1206992304'), (u'CALL_-1206992258', u'INT_NOTEQUAL_-1206992243'), (u'CAST_-1206991033', u'INT_EQUAL_-1206992450'), ('const-433', u'LOAD_-1206992370'), ('tmp_3841', u'INT_ADD_-1206991847'), ('const-48', u'INT_ADD_-1206991847'), (u'MULTIEQUAL_-1206990672', u'STORE_-1206991744'), ('const-0', u'RETURN_-1206991679'), (u'LOAD_-1206992212', u'CALL_-1206992010'), (u'COPY_-1206990703', u'CALL_-1206991782'), ('const-8', u'PTRADD_-1206991069'), (u'CAST_-1206991072', u'LOAD_-1206992145'), ('const-5', u'INT_NOTEQUAL_-1206992177'), ('const-0', u'COPY_-1206991966'), ('const-1490726', u'COPY_-1206990755'), (u'CALL_-1206991932', u'INDIRECT_-1206990892'), (u'MULTIEQUAL_-1206990672', u'MULTIEQUAL_-1206990672'), (u'LOAD_-1206992117', u'MULTIEQUAL_-1206991574'), ('const-433', u'LOAD_-1206992472'), (u'INT_ADD_-1206992715', u'CAST_-1206991135'), (u'INT_ADD_-1206992311', u'CAST_-1206990858'), ('const-433', u'LOAD_-1206992299'), (u'CAST_-1206990559', u'LOAD_-1206991656'), (u'CAST_-1206990599', u'MULTIEQUAL_-1206990674'), ('const-16', u'INT_ADD_-1206992283'), (u'LOAD_-1206991663', u'INT_ADD_-1206991640'), (u'MULTIEQUAL_-1206990675', u'LOAD_-1206991751'), (u'MULTIEQUAL_-1206991111', u'PTRADD_-1206990892'), (u'INT_ADD_-1206991847', u'CAST_-1206990655'), (u'INT_ADD_-1206992466', u'CAST_-1206991041'), (u'INDIRECT_-1206990910', u'MULTIEQUAL_-1206990859'), ('const-433', u'LOAD_-1206991776')]
| null | null |
0011c000
|
x64
|
O2
|
(translation_unit "void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}\n\n" (function_definition "void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" primitive_type (function_declarator "FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" identifier (parameter_list "(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "long *local_48;" (sized_type_specifier "long" long) (pointer_declarator "*local_48" * identifier) ;) (declaration "long **local_40;" (sized_type_specifier "long" long) (pointer_declarator "**local_40" * (pointer_declarator "*local_40" * identifier)) ;) (expression_statement "iVar6 = FUN_00119230(param_3,param_6);" (assignment_expression "iVar6 = FUN_00119230(param_3,param_6)" identifier = (call_expression "FUN_00119230(param_3,param_6)" identifier (argument_list "(param_3,param_6)" ( identifier , identifier )))) ;) (if_statement "if (iVar6 != 0) {\n return;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "plVar1 = (long *)(param_1 + 0x30);" (assignment_expression "plVar1 = (long *)(param_1 + 0x30)" identifier = (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) ;) (if_statement "if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" if (parenthesized_expression "((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))))" ( (binary_expression "(*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" ( (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" ( (parenthesized_expression "(param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))" ( (binary_expression "param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)" (binary_expression "param_2 != 0" identifier != number_literal) && (parenthesized_expression "(*(int *)(param_2 + 0x18) != 0)" ( (binary_expression "*(int *)(param_2 + 0x18) != 0" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" { (for_statement "for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" for ( (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x30)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x30)" * (cast_expression "(undefined8 **)(param_1 + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ; (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" { (if_statement "if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" if (parenthesized_expression "(*(int *)(puVar2 + 1) == 5)" ( (binary_expression "*(int *)(puVar2 + 1) == 5" (pointer_expression "*(int *)(puVar2 + 1)" * (cast_expression "(int *)(puVar2 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" ( (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" { (if_statement "if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" if (parenthesized_expression "((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0))" ( (binary_expression "(*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" (parenthesized_expression "(*(long *)(param_5 + 0x20) == 0)" ( (binary_expression "*(long *)(param_5 + 0x20) == 0" (pointer_expression "*(long *)(param_5 + 0x20)" * (cast_expression "(long *)(param_5 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x20)" ( (binary_expression "param_5 + 0x20" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" ( (comma_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0" (assignment_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" identifier = (pointer_expression "*(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" * (cast_expression "(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_5 + 0x20) + 0xd0)" ( (binary_expression "*(long *)(param_5 + 0x20) + 0xd0" (pointer_expression "*(long *)(param_5 + 0x20)" * (cast_expression "(long *)(param_5 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x20)" ( (binary_expression "param_5 + 0x20" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }" { (expression_statement "uVar8 = *(undefined8 *)(param_5 + 0x10);" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(param_5 + 0x10)" * (cast_expression "(undefined8 *)(param_5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x10)" ( (binary_expression "param_5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) }) (else_clause "else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" else (compound_statement "{\n uVar8 = *puVar3;\n bVar5 = true;\n }" { (expression_statement "uVar8 = *puVar3;" (assignment_expression "uVar8 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" identifier = true) ;) }))) (expression_statement "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];" (assignment_expression "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" identifier = (cast_expression "(undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" (parenthesized_expression "(*(undefined8 **)(puVar2[2] + 0xf0))" ( (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))) )) [ number_literal ]))) ;) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" { (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" identifier = (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" * (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))))) ;) }) (else_clause "else {\n uVar7 = *puVar3;\n }" else (compound_statement "{\n uVar7 = *puVar3;\n }" { (expression_statement "uVar7 = *puVar3;" (assignment_expression "uVar7 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) }))) (expression_statement "bVar4 = puVar3 != (undefined8 *)0x0;" (assignment_expression "bVar4 = puVar3 != (undefined8 *)0x0" identifier = (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" identifier = (call_expression "filename_cmp(uVar8,uVar7)" identifier (argument_list "(uVar8,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar6) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) (if_statement "if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" if (parenthesized_expression "(bVar5 || bVar4)" ( (binary_expression "bVar5 || bVar4" identifier || identifier) )) (compound_statement "{\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" { (if_statement "if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" if (parenthesized_expression "((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4))" ( (binary_expression "(!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) || (parenthesized_expression "(uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" ( (comma_expression "uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(param_5 + 0x10)" * (cast_expression "(undefined8 *)(param_5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x10)" ( (binary_expression "param_5 + 0x10" identifier + number_literal) ))))) , identifier) ))) )) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" { (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" identifier = (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" * (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" identifier = (call_expression "filename_cmp(uVar8,uVar7)" identifier (argument_list "(uVar8,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar6) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) })) })) (if_statement "if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" if (parenthesized_expression "((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0))" ( (binary_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" (parenthesized_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5))" ( (binary_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)" (parenthesized_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0))" ( (binary_expression "(param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" ( (comma_expression "iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0x18)" identifier = (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) ))))) , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar6 != 5)" ( (binary_expression "iVar6 != 5" identifier != number_literal) ))) )) && (parenthesized_expression "(iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" ( (comma_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0" (assignment_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70)" identifier = (call_expression "FUN_00119400(iVar6,param_3,param_3 + 0x70)" identifier (argument_list "(iVar6,param_3,param_3 + 0x70)" ( identifier , identifier , (binary_expression "param_3 + 0x70" identifier + number_literal) )))) , (binary_expression "iVar6 < 0" identifier < number_literal)) ))) )) (compound_statement "{\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" { (labeled_statement "LAB_0011c1ce:\n local_40 = &local_48;" statement_identifier : (expression_statement "local_40 = &local_48;" (assignment_expression "local_40 = &local_48" identifier = (pointer_expression "&local_48" & identifier)) ;)) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0011bd20(local_40,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(local_40,param_3,param_4,param_6)" identifier (argument_list "(local_40,param_3,param_4,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if (local_48 == (long *)0x0) {\n return;\n }" if (parenthesized_expression "(local_48 == (long *)0x0)" ( (binary_expression "local_48 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" if (parenthesized_expression "(*local_48 != 0)" ( (binary_expression "*local_48 != 0" (pointer_expression "*local_48" * identifier) != number_literal) )) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" { (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa2c);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa2c)" identifier (argument_list "("../../ld/ldlang.c",0xa2c)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x30);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x30)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x30)" * (cast_expression "(undefined8 **)(param_1 + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (while_statement "while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" while (parenthesized_expression "(puVar3 != puVar2)" ( (binary_expression "puVar3 != puVar2" identifier != identifier) )) (compound_statement "{\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" { (if_statement "if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" { (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa31);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa31)" identifier (argument_list "("../../ld/ldlang.c",0xa31)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" identifier = (cast_expression "(long *)*plVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" identifier = (cast_expression "(undefined8 *)*plVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) }) (else_clause "else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" else (compound_statement "{\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" { (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" identifier = (cast_expression "(long *)*plVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" identifier = (cast_expression "(undefined8 *)*plVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) }))) })) (expression_statement "*local_48 = (long)puVar2;" (assignment_expression "*local_48 = (long)puVar2" (pointer_expression "*local_48" * identifier) = (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "*plVar1 = (long)local_48;" (assignment_expression "*plVar1 = (long)local_48" (pointer_expression "*plVar1" * identifier) = (cast_expression "(long)local_48" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (return_statement "return;" return ;) })) })) (labeled_statement "LAB_0011c140:" statement_identifier : (expression_statement "" ;)) })) })) (expression_statement "FUN_0011bd20(plVar1,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(plVar1,param_3,param_4,param_6)" identifier (argument_list "(plVar1,param_3,param_4,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void output_section_callback\n (lang_wild_statement_type *ptr,wildcard_list *sec,asection *section,\n flag_info *sflag_info,lang_input_statement_type *file,void *output)\n\n{\n sort_type sort;\n lang_statement_union *plVar1;\n bfd *pbVar2;\n undefined8 *puVar3;\n undefined8 *puVar4;\n lang_statement_union *plVar5;\n lang_statement_union *ptr_00;\n bool bVar6;\n bool bVar7;\n bfd_boolean bVar8;\n int iVar9;\n undefined8 uVar10;\n char *pcVar11;\n lang_statement_list_type list;\n \n bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output);\n if (bVar8 != 0) {\n return;\n }\n ptr_00 = (lang_statement_union *)&ptr->children;\n if ((ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))) {\n for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output);\n return;\n}\n\n" (function_definition "void output_section_callback\n (lang_wild_statement_type *ptr,wildcard_list *sec,asection *section,\n flag_info *sflag_info,lang_input_statement_type *file,void *output)\n\n{\n sort_type sort;\n lang_statement_union *plVar1;\n bfd *pbVar2;\n undefined8 *puVar3;\n undefined8 *puVar4;\n lang_statement_union *plVar5;\n lang_statement_union *ptr_00;\n bool bVar6;\n bool bVar7;\n bfd_boolean bVar8;\n int iVar9;\n undefined8 uVar10;\n char *pcVar11;\n lang_statement_list_type list;\n \n bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output);\n if (bVar8 != 0) {\n return;\n }\n ptr_00 = (lang_statement_union *)&ptr->children;\n if ((ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))) {\n for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output);\n return;\n}" primitive_type (function_declarator "output_section_callback\n (lang_wild_statement_type *ptr,wildcard_list *sec,asection *section,\n flag_info *sflag_info,lang_input_statement_type *file,void *output)" identifier (parameter_list "(lang_wild_statement_type *ptr,wildcard_list *sec,asection *section,\n flag_info *sflag_info,lang_input_statement_type *file,void *output)" ( (parameter_declaration "lang_wild_statement_type *ptr" type_identifier (pointer_declarator "*ptr" * identifier)) , (parameter_declaration "wildcard_list *sec" type_identifier (pointer_declarator "*sec" * identifier)) , (parameter_declaration "asection *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "flag_info *sflag_info" type_identifier (pointer_declarator "*sflag_info" * identifier)) , (parameter_declaration "lang_input_statement_type *file" type_identifier (pointer_declarator "*file" * identifier)) , (parameter_declaration "void *output" primitive_type (pointer_declarator "*output" * identifier)) ))) (compound_statement "{\n sort_type sort;\n lang_statement_union *plVar1;\n bfd *pbVar2;\n undefined8 *puVar3;\n undefined8 *puVar4;\n lang_statement_union *plVar5;\n lang_statement_union *ptr_00;\n bool bVar6;\n bool bVar7;\n bfd_boolean bVar8;\n int iVar9;\n undefined8 uVar10;\n char *pcVar11;\n lang_statement_list_type list;\n \n bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output);\n if (bVar8 != 0) {\n return;\n }\n ptr_00 = (lang_statement_union *)&ptr->children;\n if ((ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))) {\n for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output);\n return;\n}" { (declaration "sort_type sort;" type_identifier identifier ;) (declaration "lang_statement_union *plVar1;" type_identifier (pointer_declarator "*plVar1" * identifier) ;) (declaration "bfd *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "lang_statement_union *plVar5;" type_identifier (pointer_declarator "*plVar5" * identifier) ;) (declaration "lang_statement_union *ptr_00;" type_identifier (pointer_declarator "*ptr_00" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bfd_boolean bVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "lang_statement_list_type list;" type_identifier identifier ;) (expression_statement "bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output);" (assignment_expression "bVar8 = unique_section_p(section,(lang_output_section_statement_type *)output)" identifier = (call_expression "unique_section_p(section,(lang_output_section_statement_type *)output)" identifier (argument_list "(section,(lang_output_section_statement_type *)output)" ( identifier , (cast_expression "(lang_output_section_statement_type *)output" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (bVar8 != 0) {\n return;\n }" if (parenthesized_expression "(bVar8 != 0)" ( (binary_expression "bVar8 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "ptr_00 = (lang_statement_union *)&ptr->children;" (assignment_expression "ptr_00 = (lang_statement_union *)&ptr->children" identifier = (cast_expression "(lang_statement_union *)&ptr->children" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&ptr->children" & (field_expression "ptr->children" identifier -> field_identifier)))) ;) (if_statement "if ((ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))) {\n for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }\n }" if (parenthesized_expression "((ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none))))" ( (binary_expression "(ptr->filenames_sorted != 0) ||\n ((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))" (parenthesized_expression "(ptr->filenames_sorted != 0)" ( (binary_expression "ptr->filenames_sorted != 0" (field_expression "ptr->filenames_sorted" identifier -> field_identifier) != number_literal) )) || (parenthesized_expression "((sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)))" ( (parenthesized_expression "(sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none))" ( (binary_expression "sec != (wildcard_list *)0x0 && ((sec->spec).sorted != none)" (binary_expression "sec != (wildcard_list *)0x0" identifier != (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) && (parenthesized_expression "((sec->spec).sorted != none)" ( (binary_expression "(sec->spec).sorted != none" (field_expression "(sec->spec).sorted" (parenthesized_expression "(sec->spec)" ( (field_expression "sec->spec" identifier -> field_identifier) )) . field_identifier) != identifier) ))) )) ))) )) (compound_statement "{\n for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }\n }" { (for_statement "for (plVar1 = (ptr->children).head; plVar1 != (lang_statement_union *)0x0;\n plVar1 = (plVar1->header).next) {\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }" for ( (assignment_expression "plVar1 = (ptr->children).head" identifier = (field_expression "(ptr->children).head" (parenthesized_expression "(ptr->children)" ( (field_expression "ptr->children" identifier -> field_identifier) )) . field_identifier)) ; (binary_expression "plVar1 != (lang_statement_union *)0x0" identifier != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "plVar1 = (plVar1->header).next" identifier = (field_expression "(plVar1->header).next" (parenthesized_expression "(plVar1->header)" ( (field_expression "plVar1->header" identifier -> field_identifier) )) . field_identifier)) ) (compound_statement "{\n if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }\nLAB_0011c140:\n }" { (if_statement "if (*(int *)((long)plVar1 + 8) == 5) {\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }" if (parenthesized_expression "(*(int *)((long)plVar1 + 8) == 5)" ( (binary_expression "*(int *)((long)plVar1 + 8) == 5" (pointer_expression "*(int *)((long)plVar1 + 8)" * (cast_expression "(int *)((long)plVar1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 8)" ( (binary_expression "(long)plVar1 + 8" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }\n }" { (if_statement "if (ptr->filenames_sorted != 0) {\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }" if (parenthesized_expression "(ptr->filenames_sorted != 0)" ( (binary_expression "ptr->filenames_sorted != 0" (field_expression "ptr->filenames_sorted" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }\n puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n puVar4 = (undefined8 *)puVar3[0x1a];\n if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }\n bVar6 = puVar4 != (undefined8 *)0x0;\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }\n }" { (if_statement "if ((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)) {\n pcVar11 = file->filename;\n bVar7 = false;\n }\n else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }" if (parenthesized_expression "((file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0))" ( (binary_expression "(file->the_bfd == (bfd *)0x0) ||\n (pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)" (parenthesized_expression "(file->the_bfd == (bfd *)0x0)" ( (binary_expression "file->the_bfd == (bfd *)0x0" (field_expression "file->the_bfd" identifier -> field_identifier) == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0)" ( (comma_expression "pbVar2 = file->the_bfd->my_archive, pbVar2 == (bfd *)0x0" (assignment_expression "pbVar2 = file->the_bfd->my_archive" identifier = (field_expression "file->the_bfd->my_archive" (field_expression "file->the_bfd" identifier -> field_identifier) -> field_identifier)) , (binary_expression "pbVar2 == (bfd *)0x0" identifier == (cast_expression "(bfd *)0x0" ( (type_descriptor "bfd *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n pcVar11 = file->filename;\n bVar7 = false;\n }" { (expression_statement "pcVar11 = file->filename;" (assignment_expression "pcVar11 = file->filename" identifier = (field_expression "file->filename" identifier -> field_identifier)) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) }) (else_clause "else {\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }" else (compound_statement "{\n pcVar11 = pbVar2->filename;\n bVar7 = true;\n }" { (expression_statement "pcVar11 = pbVar2->filename;" (assignment_expression "pcVar11 = pbVar2->filename" identifier = (field_expression "pbVar2->filename" identifier -> field_identifier)) ;) (expression_statement "bVar7 = true;" (assignment_expression "bVar7 = true" identifier = true) ;) }))) (expression_statement "puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);" (assignment_expression "puVar3 = *(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" identifier = (pointer_expression "*(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" * (cast_expression "(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)plVar1 + 0x10) + 0xf0)" ( (binary_expression "*(long *)((long)plVar1 + 0x10) + 0xf0" (pointer_expression "*(long *)((long)plVar1 + 0x10)" * (cast_expression "(long *)((long)plVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x10)" ( (binary_expression "(long)plVar1 + 0x10" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (expression_statement "puVar4 = (undefined8 *)puVar3[0x1a];" (assignment_expression "puVar4 = (undefined8 *)puVar3[0x1a]" identifier = (cast_expression "(undefined8 *)puVar3[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[0x1a]" identifier [ number_literal ]))) ;) (if_statement "if (puVar4 == (undefined8 *)0x0) {\n uVar10 = *puVar3;\n }\n else {\n uVar10 = *puVar4;\n }" if (parenthesized_expression "(puVar4 == (undefined8 *)0x0)" ( (binary_expression "puVar4 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar10 = *puVar3;\n }" { (expression_statement "uVar10 = *puVar3;" (assignment_expression "uVar10 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) }) (else_clause "else {\n uVar10 = *puVar4;\n }" else (compound_statement "{\n uVar10 = *puVar4;\n }" { (expression_statement "uVar10 = *puVar4;" (assignment_expression "uVar10 = *puVar4" identifier = (pointer_expression "*puVar4" * identifier)) ;) }))) (expression_statement "bVar6 = puVar4 != (undefined8 *)0x0;" (assignment_expression "bVar6 = puVar4 != (undefined8 *)0x0" identifier = (binary_expression "puVar4 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "iVar9 = filename_cmp(pcVar11,uVar10);" (assignment_expression "iVar9 = filename_cmp(pcVar11,uVar10)" identifier = (call_expression "filename_cmp(pcVar11,uVar10)" identifier (argument_list "(pcVar11,uVar10)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar9) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar9 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) (if_statement "if (bVar7 || bVar6) {\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }" if (parenthesized_expression "(bVar7 || bVar6)" ( (binary_expression "bVar7 || bVar6" identifier || identifier) )) (compound_statement "{\n if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }\n iVar9 = filename_cmp(pcVar11,uVar10);\n if (0 < iVar9) goto LAB_0011c140;\n if (iVar9 != 0) goto LAB_0011c1ce;\n }" { (if_statement "if ((!bVar7) || (pcVar11 = file->filename, bVar6)) {\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }" if (parenthesized_expression "((!bVar7) || (pcVar11 = file->filename, bVar6))" ( (binary_expression "(!bVar7) || (pcVar11 = file->filename, bVar6)" (parenthesized_expression "(!bVar7)" ( (unary_expression "!bVar7" ! identifier) )) || (parenthesized_expression "(pcVar11 = file->filename, bVar6)" ( (comma_expression "pcVar11 = file->filename, bVar6" (assignment_expression "pcVar11 = file->filename" identifier = (field_expression "file->filename" identifier -> field_identifier)) , identifier) ))) )) (compound_statement "{\n uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);\n }" { (expression_statement "uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0);" (assignment_expression "uVar10 = **(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" identifier = (pointer_expression "**(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" * (pointer_expression "*(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" * (cast_expression "(undefined8 **)(*(long *)((long)plVar1 + 0x10) + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)plVar1 + 0x10) + 0xf0)" ( (binary_expression "*(long *)((long)plVar1 + 0x10) + 0xf0" (pointer_expression "*(long *)((long)plVar1 + 0x10)" * (cast_expression "(long *)((long)plVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x10)" ( (binary_expression "(long)plVar1 + 0x10" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))))) ;) })) (expression_statement "iVar9 = filename_cmp(pcVar11,uVar10);" (assignment_expression "iVar9 = filename_cmp(pcVar11,uVar10)" identifier = (call_expression "filename_cmp(pcVar11,uVar10)" identifier (argument_list "(pcVar11,uVar10)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar9) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar9 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar9 != 0)" ( (binary_expression "iVar9 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) })) })) (if_statement "if ((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)) {\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }" if (parenthesized_expression "((((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0))" ( (binary_expression "(((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)) &&\n (iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)" (parenthesized_expression "(((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none))" ( (binary_expression "((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)) &&\n (sort != by_none)" (parenthesized_expression "((sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none))" ( (binary_expression "(sec != (wildcard_list *)0x0) && (sort = (sec->spec).sorted, sort != none)" (parenthesized_expression "(sec != (wildcard_list *)0x0)" ( (binary_expression "sec != (wildcard_list *)0x0" identifier != (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(sort = (sec->spec).sorted, sort != none)" ( (comma_expression "sort = (sec->spec).sorted, sort != none" (assignment_expression "sort = (sec->spec).sorted" identifier = (field_expression "(sec->spec).sorted" (parenthesized_expression "(sec->spec)" ( (field_expression "sec->spec" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "sort != none" identifier != identifier)) ))) )) && (parenthesized_expression "(sort != by_none)" ( (binary_expression "sort != by_none" identifier != identifier) ))) )) && (parenthesized_expression "(iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0)" ( (comma_expression "iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power),\n iVar9 < 0" (assignment_expression "iVar9 = compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power)" identifier = (call_expression "compare_section(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power)" identifier (argument_list "(sort,section,(asection *)§ion->alignment_power,\n *(asection **)((long)plVar1 + 0x10),\n (asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power)" ( identifier , identifier , (cast_expression "(asection *)§ion->alignment_power" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "§ion->alignment_power" & (field_expression "section->alignment_power" identifier -> field_identifier))) , (pointer_expression "*(asection **)((long)plVar1 + 0x10)" * (cast_expression "(asection **)((long)plVar1 + 0x10)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)plVar1 + 0x10)" ( (binary_expression "(long)plVar1 + 0x10" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (cast_expression "(asection *)\n &(*(asection **)((long)plVar1 + 0x10))->alignment_power" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(*(asection **)((long)plVar1 + 0x10))->alignment_power" & (field_expression "(*(asection **)((long)plVar1 + 0x10))->alignment_power" (parenthesized_expression "(*(asection **)((long)plVar1 + 0x10))" ( (pointer_expression "*(asection **)((long)plVar1 + 0x10)" * (cast_expression "(asection **)((long)plVar1 + 0x10)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)plVar1 + 0x10)" ( (binary_expression "(long)plVar1 + 0x10" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) )) -> field_identifier))) )))) , (binary_expression "iVar9 < 0" identifier < number_literal)) ))) )) (compound_statement "{\nLAB_0011c1ce:\n list.tail = &list.head;\n list.head = (lang_statement_union *)0x0;\n lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);\n if (list.head == (lang_statement_union *)0x0) {\n return;\n }\n if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }\n plVar5 = (ptr->children).head;\n while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }\n ((list.head)->header).next = plVar1;\n (ptr_00->header).next = list.head;\n return;\n }" { (labeled_statement "LAB_0011c1ce:\n list.tail = &list.head;" statement_identifier : (expression_statement "list.tail = &list.head;" (assignment_expression "list.tail = &list.head" (field_expression "list.tail" identifier . field_identifier) = (pointer_expression "&list.head" & (field_expression "list.head" identifier . field_identifier))) ;)) (expression_statement "list.head = (lang_statement_union *)0x0;" (assignment_expression "list.head = (lang_statement_union *)0x0" (field_expression "list.head" identifier . field_identifier) = (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output);" (call_expression "lang_add_section((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output)" identifier (argument_list "((lang_statement_list_type *)list.tail,section,sflag_info,\n (lang_output_section_statement_type *)output)" ( (cast_expression "(lang_statement_list_type *)list.tail" ( (type_descriptor "lang_statement_list_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "list.tail" identifier . field_identifier)) , identifier , identifier , (cast_expression "(lang_output_section_statement_type *)output" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (if_statement "if (list.head == (lang_statement_union *)0x0) {\n return;\n }" if (parenthesized_expression "(list.head == (lang_statement_union *)0x0)" ( (binary_expression "list.head == (lang_statement_union *)0x0" (field_expression "list.head" identifier . field_identifier) == (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (((list.head)->header).next != (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa2c);\n }" if (parenthesized_expression "(((list.head)->header).next != (lang_statement_union *)0x0)" ( (binary_expression "((list.head)->header).next != (lang_statement_union *)0x0" (field_expression "((list.head)->header).next" (parenthesized_expression "((list.head)->header)" ( (field_expression "(list.head)->header" (parenthesized_expression "(list.head)" ( (field_expression "list.head" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n info_assert("../../ld/ldlang.c",0xa2c);\n }" { (expression_statement "info_assert("../../ld/ldlang.c",0xa2c);" (call_expression "info_assert("../../ld/ldlang.c",0xa2c)" identifier (argument_list "("../../ld/ldlang.c",0xa2c)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "plVar5 = (ptr->children).head;" (assignment_expression "plVar5 = (ptr->children).head" identifier = (field_expression "(ptr->children).head" (parenthesized_expression "(ptr->children)" ( (field_expression "ptr->children" identifier -> field_identifier) )) . field_identifier)) ;) (while_statement "while (plVar5 != plVar1) {\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }" while (parenthesized_expression "(plVar5 != plVar1)" ( (binary_expression "plVar5 != plVar1" identifier != identifier) )) (compound_statement "{\n if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n }" { (if_statement "if (plVar5 == (lang_statement_union *)0x0) {\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }\n else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }" if (parenthesized_expression "(plVar5 == (lang_statement_union *)0x0)" ( (binary_expression "plVar5 == (lang_statement_union *)0x0" identifier == (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n info_assert("../../ld/ldlang.c",0xa31);\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }" { (expression_statement "info_assert("../../ld/ldlang.c",0xa31);" (call_expression "info_assert("../../ld/ldlang.c",0xa31)" identifier (argument_list "("../../ld/ldlang.c",0xa31)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) (expression_statement "ptr_00 = (ptr_00->header).next;" (assignment_expression "ptr_00 = (ptr_00->header).next" identifier = (field_expression "(ptr_00->header).next" (parenthesized_expression "(ptr_00->header)" ( (field_expression "ptr_00->header" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "plVar5 = (ptr_00->header).next;" (assignment_expression "plVar5 = (ptr_00->header).next" identifier = (field_expression "(ptr_00->header).next" (parenthesized_expression "(ptr_00->header)" ( (field_expression "ptr_00->header" identifier -> field_identifier) )) . field_identifier)) ;) }) (else_clause "else {\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }" else (compound_statement "{\n ptr_00 = (ptr_00->header).next;\n plVar5 = (ptr_00->header).next;\n }" { (expression_statement "ptr_00 = (ptr_00->header).next;" (assignment_expression "ptr_00 = (ptr_00->header).next" identifier = (field_expression "(ptr_00->header).next" (parenthesized_expression "(ptr_00->header)" ( (field_expression "ptr_00->header" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "plVar5 = (ptr_00->header).next;" (assignment_expression "plVar5 = (ptr_00->header).next" identifier = (field_expression "(ptr_00->header).next" (parenthesized_expression "(ptr_00->header)" ( (field_expression "ptr_00->header" identifier -> field_identifier) )) . field_identifier)) ;) }))) })) (expression_statement "((list.head)->header).next = plVar1;" (assignment_expression "((list.head)->header).next = plVar1" (field_expression "((list.head)->header).next" (parenthesized_expression "((list.head)->header)" ( (field_expression "(list.head)->header" (parenthesized_expression "(list.head)" ( (field_expression "list.head" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(ptr_00->header).next = list.head;" (assignment_expression "(ptr_00->header).next = list.head" (field_expression "(ptr_00->header).next" (parenthesized_expression "(ptr_00->header)" ( (field_expression "ptr_00->header" identifier -> field_identifier) )) . field_identifier) = (field_expression "list.head" identifier . field_identifier)) ;) (return_statement "return;" return ;) })) })) (labeled_statement "LAB_0011c140:" statement_identifier : (expression_statement "" ;)) })) })) (expression_statement "lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output);" (call_expression "lang_add_section((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output)" identifier (argument_list "((lang_statement_list_type *)&ptr_00->header,section,sflag_info,\n (lang_output_section_statement_type *)output)" ( (cast_expression "(lang_statement_list_type *)&ptr_00->header" ( (type_descriptor "lang_statement_list_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&ptr_00->header" & (field_expression "ptr_00->header" identifier -> field_identifier))) , identifier , identifier , (cast_expression "(lang_output_section_statement_type *)output" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}\n\n" (function_definition "void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" primitive_type (function_declarator "FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" identifier (parameter_list "(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "long *local_48;" (sized_type_specifier "long" long) (pointer_declarator "*local_48" * identifier) ;) (declaration "long **local_40;" (sized_type_specifier "long" long) (pointer_declarator "**local_40" * (pointer_declarator "*local_40" * identifier)) ;) (expression_statement "iVar6 = FUN_00119230(param_3,param_6);" (assignment_expression "iVar6 = FUN_00119230(param_3,param_6)" identifier = (call_expression "FUN_00119230(param_3,param_6)" identifier (argument_list "(param_3,param_6)" ( identifier , identifier )))) ;) (if_statement "if (iVar6 != 0) {\n return;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "plVar1 = (long *)(param_1 + 0x30);" (assignment_expression "plVar1 = (long *)(param_1 + 0x30)" identifier = (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) ;) (if_statement "if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" if (parenthesized_expression "((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))))" ( (binary_expression "(*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" ( (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" ( (parenthesized_expression "(param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))" ( (binary_expression "param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)" (binary_expression "param_2 != 0" identifier != number_literal) && (parenthesized_expression "(*(int *)(param_2 + 0x18) != 0)" ( (binary_expression "*(int *)(param_2 + 0x18) != 0" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) != number_literal) ))) )) ))) )) (compound_statement "{\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" { (for_statement "for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" for ( (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x30)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x30)" * (cast_expression "(undefined8 **)(param_1 + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ; (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" { (if_statement "if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" if (parenthesized_expression "(*(int *)(puVar2 + 1) == 5)" ( (binary_expression "*(int *)(puVar2 + 1) == 5" (pointer_expression "*(int *)(puVar2 + 1)" * (cast_expression "(int *)(puVar2 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" { (if_statement "if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" ( (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" * (cast_expression "(int *)(param_1 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" { (if_statement "if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" if (parenthesized_expression "((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0))" ( (binary_expression "(*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" (parenthesized_expression "(*(long *)(param_5 + 0x20) == 0)" ( (binary_expression "*(long *)(param_5 + 0x20) == 0" (pointer_expression "*(long *)(param_5 + 0x20)" * (cast_expression "(long *)(param_5 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x20)" ( (binary_expression "param_5 + 0x20" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" ( (comma_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0" (assignment_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" identifier = (pointer_expression "*(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" * (cast_expression "(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_5 + 0x20) + 0xd0)" ( (binary_expression "*(long *)(param_5 + 0x20) + 0xd0" (pointer_expression "*(long *)(param_5 + 0x20)" * (cast_expression "(long *)(param_5 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x20)" ( (binary_expression "param_5 + 0x20" identifier + number_literal) )))) + number_literal) ))))) , (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }" { (expression_statement "uVar8 = *(undefined8 *)(param_5 + 0x10);" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(param_5 + 0x10)" * (cast_expression "(undefined8 *)(param_5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x10)" ( (binary_expression "param_5 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) }) (else_clause "else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" else (compound_statement "{\n uVar8 = *puVar3;\n bVar5 = true;\n }" { (expression_statement "uVar8 = *puVar3;" (assignment_expression "uVar8 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" identifier = true) ;) }))) (expression_statement "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];" (assignment_expression "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" identifier = (cast_expression "(undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" (parenthesized_expression "(*(undefined8 **)(puVar2[2] + 0xf0))" ( (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))) )) [ number_literal ]))) ;) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" { (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" identifier = (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" * (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))))) ;) }) (else_clause "else {\n uVar7 = *puVar3;\n }" else (compound_statement "{\n uVar7 = *puVar3;\n }" { (expression_statement "uVar7 = *puVar3;" (assignment_expression "uVar7 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) }))) (expression_statement "bVar4 = puVar3 != (undefined8 *)0x0;" (assignment_expression "bVar4 = puVar3 != (undefined8 *)0x0" identifier = (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" identifier = (call_expression "filename_cmp(uVar8,uVar7)" identifier (argument_list "(uVar8,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar6) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) (if_statement "if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" if (parenthesized_expression "(bVar5 || bVar4)" ( (binary_expression "bVar5 || bVar4" identifier || identifier) )) (compound_statement "{\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" { (if_statement "if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" if (parenthesized_expression "((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4))" ( (binary_expression "(!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) || (parenthesized_expression "(uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" ( (comma_expression "uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" identifier = (pointer_expression "*(undefined8 *)(param_5 + 0x10)" * (cast_expression "(undefined8 *)(param_5 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x10)" ( (binary_expression "param_5 + 0x10" identifier + number_literal) ))))) , identifier) ))) )) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" { (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" identifier = (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" * (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" * (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar2[2] + 0xf0)" ( (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) + number_literal) )))))) ;) })) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" identifier = (call_expression "filename_cmp(uVar8,uVar7)" identifier (argument_list "(uVar8,uVar7)" ( identifier , identifier )))) ;) (if_statement "if (0 < iVar6) goto LAB_0011c140;" if (parenthesized_expression "(0 < iVar6)" ( (binary_expression "0 < iVar6" number_literal < identifier) )) (goto_statement "goto LAB_0011c140;" goto statement_identifier ;)) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0011c1ce;" goto statement_identifier ;)) })) })) (if_statement "if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" if (parenthesized_expression "((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0))" ( (binary_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" (parenthesized_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5))" ( (binary_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)" (parenthesized_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0))" ( (binary_expression "(param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "(iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" ( (comma_expression "iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0x18)" identifier = (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) ))))) , (binary_expression "iVar6 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar6 != 5)" ( (binary_expression "iVar6 != 5" identifier != number_literal) ))) )) && (parenthesized_expression "(iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" ( (comma_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0" (assignment_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70)" identifier = (call_expression "FUN_00119400(iVar6,param_3,param_3 + 0x70)" identifier (argument_list "(iVar6,param_3,param_3 + 0x70)" ( identifier , identifier , (binary_expression "param_3 + 0x70" identifier + number_literal) )))) , (binary_expression "iVar6 < 0" identifier < number_literal)) ))) )) (compound_statement "{\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" { (labeled_statement "LAB_0011c1ce:\n local_40 = &local_48;" statement_identifier : (expression_statement "local_40 = &local_48;" (assignment_expression "local_40 = &local_48" identifier = (pointer_expression "&local_48" & identifier)) ;)) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_0011bd20(local_40,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(local_40,param_3,param_4,param_6)" identifier (argument_list "(local_40,param_3,param_4,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if (local_48 == (long *)0x0) {\n return;\n }" if (parenthesized_expression "(local_48 == (long *)0x0)" ( (binary_expression "local_48 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" if (parenthesized_expression "(*local_48 != 0)" ( (binary_expression "*local_48 != 0" (pointer_expression "*local_48" * identifier) != number_literal) )) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" { (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa2c);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa2c)" identifier (argument_list "("../../ld/ldlang.c",0xa2c)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x30);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x30)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x30)" * (cast_expression "(undefined8 **)(param_1 + 0x30)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (while_statement "while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" while (parenthesized_expression "(puVar3 != puVar2)" ( (binary_expression "puVar3 != puVar2" identifier != identifier) )) (compound_statement "{\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" { (if_statement "if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" { (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa31);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa31)" identifier (argument_list "("../../ld/ldlang.c",0xa31)" ( (string_literal ""../../ld/ldlang.c"" " string_content ") , number_literal ))) ;) (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" identifier = (cast_expression "(long *)*plVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" identifier = (cast_expression "(undefined8 *)*plVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) }) (else_clause "else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" else (compound_statement "{\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" { (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" identifier = (cast_expression "(long *)*plVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" identifier = (cast_expression "(undefined8 *)*plVar1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar1" * identifier))) ;) }))) })) (expression_statement "*local_48 = (long)puVar2;" (assignment_expression "*local_48 = (long)puVar2" (pointer_expression "*local_48" * identifier) = (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "*plVar1 = (long)local_48;" (assignment_expression "*plVar1 = (long)local_48" (pointer_expression "*plVar1" * identifier) = (cast_expression "(long)local_48" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (return_statement "return;" return ;) })) })) (labeled_statement "LAB_0011c140:" statement_identifier : (expression_statement "" ;)) })) })) (expression_statement "FUN_0011bd20(plVar1,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(plVar1,param_3,param_4,param_6)" identifier (argument_list "(plVar1,param_3,param_4,param_6)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (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 (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_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 { (for_statement for ( (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)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) , (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 IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) )) [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT || IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (unary_expression ! IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , IDENT) ))) )) (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 (subscript_expression IDENT [ LIT ]) + LIT) )))))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (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 (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)) ))) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) )))) , (binary_expression IDENT < LIT)) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (return_statement return ;) })) })) (labeled_statement statement_identifier : (expression_statement ;)) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011c000(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" (identifier "FUN_0011c000") (parameter_list "(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,\n undefined8 param_6)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) () ")"))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n long *local_48;\n long **local_40;\n \n iVar6 = FUN_00119230(param_3,param_6);\n if (iVar6 != 0) {\n return;\n }\n plVar1 = (long *)(param_1 + 0x30);\n if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }\n FUN_0011bd20(plVar1,param_3,param_4,param_6);\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (declaration "long *local_48;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "long **local_40;" (sized_type_specifier "long" (long "long")) (pointer_declarator "**local_40" (* "*") (pointer_declarator "*local_40" (* "*") (identifier "local_40"))) (; ";")) (expression_statement "iVar6 = FUN_00119230(param_3,param_6);" (assignment_expression "iVar6 = FUN_00119230(param_3,param_6)" (identifier "iVar6") (= "=") (call_expression "FUN_00119230(param_3,param_6)" (identifier "FUN_00119230") (argument_list "(param_3,param_6)" (( "(") (identifier "param_3") (, ",") (identifier "param_6") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "plVar1 = (long *)(param_1 + 0x30);" (assignment_expression "plVar1 = (long *)(param_1 + 0x30)" (identifier "plVar1") (= "=") (cast_expression "(long *)(param_1 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (; ";")) (if_statement "if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" (if "if") (parenthesized_expression "((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))))" (( "(") (binary_expression "(*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" (* "*") (cast_expression "(int *)(param_1 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))" (( "(") (parenthesized_expression "(param_2 != 0 && (*(int *)(param_2 + 0x18) != 0))" (( "(") (binary_expression "param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)" (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(*(int *)(param_2 + 0x18) != 0)" (( "(") (binary_expression "*(int *)(param_2 + 0x18) != 0" (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 "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }\n }" ({ "{") (for_statement "for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" (for "for") (( "(") (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x30)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x30)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x30)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar2 = (undefined8 *)*puVar2" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*puVar2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) () ")") (compound_statement "{\n if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }\nLAB_0011c140:\n }" ({ "{") (if_statement "if (*(int *)(puVar2 + 1) == 5) {\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(puVar2 + 1) == 5)" (( "(") (binary_expression "*(int *)(puVar2 + 1) == 5" (pointer_expression "*(int *)(puVar2 + 1)" (* "*") (cast_expression "(int *)(puVar2 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 1)" (( "(") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1")) () ")")))) (== "==") (number_literal "5")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }\n if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 0x18) != 0) {\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x18) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x18) != 0" (pointer_expression "*(int *)(param_1 + 0x18)" (* "*") (cast_expression "(int *)(param_1 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }\n puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];\n if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }\n bVar4 = puVar3 != (undefined8 *)0x0;\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }\n }" ({ "{") (if_statement "if ((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)) {\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }\n else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" (if "if") (parenthesized_expression "((*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0))" (( "(") (binary_expression "(*(long *)(param_5 + 0x20) == 0) ||\n (puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" (parenthesized_expression "(*(long *)(param_5 + 0x20) == 0)" (( "(") (binary_expression "*(long *)(param_5 + 0x20) == 0" (pointer_expression "*(long *)(param_5 + 0x20)" (* "*") (cast_expression "(long *)(param_5 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x20)" (( "(") (binary_expression "param_5 + 0x20" (identifier "param_5") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0)" (( "(") (comma_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),\n puVar3 == (undefined8 *)0x0" (assignment_expression "puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" (* "*") (cast_expression "(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_5 + 0x20) + 0xd0)" (( "(") (binary_expression "*(long *)(param_5 + 0x20) + 0xd0" (pointer_expression "*(long *)(param_5 + 0x20)" (* "*") (cast_expression "(long *)(param_5 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x20)" (( "(") (binary_expression "param_5 + 0x20" (identifier "param_5") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0xd0")) () ")"))))) (, ",") (binary_expression "puVar3 == (undefined8 *)0x0" (identifier "puVar3") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n uVar8 = *(undefined8 *)(param_5 + 0x10);\n bVar5 = false;\n }" ({ "{") (expression_statement "uVar8 = *(undefined8 *)(param_5 + 0x10);" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" (identifier "uVar8") (= "=") (pointer_expression "*(undefined8 *)(param_5 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_5 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x10)" (( "(") (binary_expression "param_5 + 0x10" (identifier "param_5") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\n uVar8 = *puVar3;\n bVar5 = true;\n }" (else "else") (compound_statement "{\n uVar8 = *puVar3;\n bVar5 = true;\n }" ({ "{") (expression_statement "uVar8 = *puVar3;" (assignment_expression "uVar8 = *puVar3" (identifier "uVar8") (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" (identifier "bVar5") (= "=") (true "true")) (; ";")) (} "}")))) (expression_statement "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];" (assignment_expression "puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a]" (parenthesized_expression "(*(undefined8 **)(puVar2[2] + 0xf0))" (( "(") (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" (* "*") (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar2[2] + 0xf0)" (( "(") (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0xf0")) () ")")))) () ")")) ([ "[") (number_literal "0x1a") (] "]")))) (; ";")) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n else {\n uVar7 = *puVar3;\n }" (if "if") (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar3 == (undefined8 *)0x0" (identifier "puVar3") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" ({ "{") (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" (identifier "uVar7") (= "=") (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" (* "*") (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" (* "*") (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar2[2] + 0xf0)" (( "(") (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0xf0")) () ")")))))) (; ";")) (} "}")) (else_clause "else {\n uVar7 = *puVar3;\n }" (else "else") (compound_statement "{\n uVar7 = *puVar3;\n }" ({ "{") (expression_statement "uVar7 = *puVar3;" (assignment_expression "uVar7 = *puVar3" (identifier "uVar7") (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (} "}")))) (expression_statement "bVar4 = puVar3 != (undefined8 *)0x0;" (assignment_expression "bVar4 = puVar3 != (undefined8 *)0x0" (identifier "bVar4") (= "=") (binary_expression "puVar3 != (undefined8 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) (; ";")) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" (identifier "iVar6") (= "=") (call_expression "filename_cmp(uVar8,uVar7)" (identifier "filename_cmp") (argument_list "(uVar8,uVar7)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar7") () ")")))) (; ";")) (if_statement "if (0 < iVar6) goto LAB_0011c140;" (if "if") (parenthesized_expression "(0 < iVar6)" (( "(") (binary_expression "0 < iVar6" (number_literal "0") (< "<") (identifier "iVar6")) () ")")) (goto_statement "goto LAB_0011c140;" (goto "goto") (statement_identifier "LAB_0011c140") (; ";"))) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0011c1ce;" (goto "goto") (statement_identifier "LAB_0011c1ce") (; ";"))) (if_statement "if (bVar5 || bVar4) {\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" (if "if") (parenthesized_expression "(bVar5 || bVar4)" (( "(") (binary_expression "bVar5 || bVar4" (identifier "bVar5") (|| "||") (identifier "bVar4")) () ")")) (compound_statement "{\n if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }\n iVar6 = filename_cmp(uVar8,uVar7);\n if (0 < iVar6) goto LAB_0011c140;\n if (iVar6 != 0) goto LAB_0011c1ce;\n }" ({ "{") (if_statement "if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" (if "if") (parenthesized_expression "((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4))" (( "(") (binary_expression "(!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" (parenthesized_expression "(!bVar5)" (( "(") (unary_expression "!bVar5" (! "!") (identifier "bVar5")) () ")")) (|| "||") (parenthesized_expression "(uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)" (( "(") (comma_expression "uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4" (assignment_expression "uVar8 = *(undefined8 *)(param_5 + 0x10)" (identifier "uVar8") (= "=") (pointer_expression "*(undefined8 *)(param_5 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_5 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x10)" (( "(") (binary_expression "param_5 + 0x10" (identifier "param_5") (+ "+") (number_literal "0x10")) () ")"))))) (, ",") (identifier "bVar4")) () ")"))) () ")")) (compound_statement "{\n uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);\n }" ({ "{") (expression_statement "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);" (assignment_expression "uVar7 = **(undefined8 **)(puVar2[2] + 0xf0)" (identifier "uVar7") (= "=") (pointer_expression "**(undefined8 **)(puVar2[2] + 0xf0)" (* "*") (pointer_expression "*(undefined8 **)(puVar2[2] + 0xf0)" (* "*") (cast_expression "(undefined8 **)(puVar2[2] + 0xf0)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar2[2] + 0xf0)" (( "(") (binary_expression "puVar2[2] + 0xf0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0xf0")) () ")")))))) (; ";")) (} "}"))) (expression_statement "iVar6 = filename_cmp(uVar8,uVar7);" (assignment_expression "iVar6 = filename_cmp(uVar8,uVar7)" (identifier "iVar6") (= "=") (call_expression "filename_cmp(uVar8,uVar7)" (identifier "filename_cmp") (argument_list "(uVar8,uVar7)" (( "(") (identifier "uVar8") (, ",") (identifier "uVar7") () ")")))) (; ";")) (if_statement "if (0 < iVar6) goto LAB_0011c140;" (if "if") (parenthesized_expression "(0 < iVar6)" (( "(") (binary_expression "0 < iVar6" (number_literal "0") (< "<") (identifier "iVar6")) () ")")) (goto_statement "goto LAB_0011c140;" (goto "goto") (statement_identifier "LAB_0011c140") (; ";"))) (if_statement "if (iVar6 != 0) goto LAB_0011c1ce;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0011c1ce;" (goto "goto") (statement_identifier "LAB_0011c1ce") (; ";"))) (} "}"))) (} "}"))) (if_statement "if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" (if "if") (parenthesized_expression "((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0))" (( "(") (binary_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&\n (iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" (parenthesized_expression "(((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5))" (( "(") (binary_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)" (parenthesized_expression "((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0))" (( "(") (binary_expression "(param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)" (( "(") (comma_expression "iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0" (assignment_expression "iVar6 = *(int *)(param_2 + 0x18)" (identifier "iVar6") (= "=") (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")) () ")"))))) (, ",") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar6 != 5)" (( "(") (binary_expression "iVar6 != 5" (identifier "iVar6") (!= "!=") (number_literal "5")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)" (( "(") (comma_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0" (assignment_expression "iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70)" (identifier "iVar6") (= "=") (call_expression "FUN_00119400(iVar6,param_3,param_3 + 0x70)" (identifier "FUN_00119400") (argument_list "(iVar6,param_3,param_3 + 0x70)" (( "(") (identifier "iVar6") (, ",") (identifier "param_3") (, ",") (binary_expression "param_3 + 0x70" (identifier "param_3") (+ "+") (number_literal "0x70")) () ")")))) (, ",") (binary_expression "iVar6 < 0" (identifier "iVar6") (< "<") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\nLAB_0011c1ce:\n local_40 = &local_48;\n local_48 = (long *)0x0;\n FUN_0011bd20(local_40,param_3,param_4,param_6);\n if (local_48 == (long *)0x0) {\n return;\n }\n if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }\n puVar3 = *(undefined8 **)(param_1 + 0x30);\n while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }\n *local_48 = (long)puVar2;\n *plVar1 = (long)local_48;\n return;\n }" ({ "{") (labeled_statement "LAB_0011c1ce:\n local_40 = &local_48;" (statement_identifier "LAB_0011c1ce") (: ":") (expression_statement "local_40 = &local_48;" (assignment_expression "local_40 = &local_48" (identifier "local_40") (= "=") (pointer_expression "&local_48" (& "&") (identifier "local_48"))) (; ";"))) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" (identifier "local_48") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "FUN_0011bd20(local_40,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(local_40,param_3,param_4,param_6)" (identifier "FUN_0011bd20") (argument_list "(local_40,param_3,param_4,param_6)" (( "(") (identifier "local_40") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_6") () ")"))) (; ";")) (if_statement "if (local_48 == (long *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(local_48 == (long *)0x0)" (( "(") (binary_expression "local_48 == (long *)0x0" (identifier "local_48") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*local_48 != 0) {\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" (if "if") (parenthesized_expression "(*local_48 != 0)" (( "(") (binary_expression "*local_48 != 0" (pointer_expression "*local_48" (* "*") (identifier "local_48")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa2c);\n }" ({ "{") (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa2c);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa2c)" (identifier "FUN_00129440") (argument_list "("../../ld/ldlang.c",0xa2c)" (( "(") (string_literal ""../../ld/ldlang.c"" (" """) (string_content "../../ld/ldlang.c") (" """)) (, ",") (number_literal "0xa2c") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar3 = *(undefined8 **)(param_1 + 0x30);" (assignment_expression "puVar3 = *(undefined8 **)(param_1 + 0x30)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x30)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x30)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (while_statement "while (puVar3 != puVar2) {\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" (while "while") (parenthesized_expression "(puVar3 != puVar2)" (( "(") (binary_expression "puVar3 != puVar2" (identifier "puVar3") (!= "!=") (identifier "puVar2")) () ")")) (compound_statement "{\n if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n }" ({ "{") (if_statement "if (puVar3 == (undefined8 *)0x0) {\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }\n else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" (if "if") (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar3 == (undefined8 *)0x0" (identifier "puVar3") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_00129440("../../ld/ldlang.c",0xa31);\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" ({ "{") (expression_statement "FUN_00129440("../../ld/ldlang.c",0xa31);" (call_expression "FUN_00129440("../../ld/ldlang.c",0xa31)" (identifier "FUN_00129440") (argument_list "("../../ld/ldlang.c",0xa31)" (( "(") (string_literal ""../../ld/ldlang.c"" (" """) (string_content "../../ld/ldlang.c") (" """)) (, ",") (number_literal "0xa31") () ")"))) (; ";")) (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")))) (; ";")) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)*plVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")))) (; ";")) (} "}")) (else_clause "else {\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" (else "else") (compound_statement "{\n plVar1 = (long *)*plVar1;\n puVar3 = (undefined8 *)*plVar1;\n }" ({ "{") (expression_statement "plVar1 = (long *)*plVar1;" (assignment_expression "plVar1 = (long *)*plVar1" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")))) (; ";")) (expression_statement "puVar3 = (undefined8 *)*plVar1;" (assignment_expression "puVar3 = (undefined8 *)*plVar1" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)*plVar1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar1" (* "*") (identifier "plVar1")))) (; ";")) (} "}")))) (} "}"))) (expression_statement "*local_48 = (long)puVar2;" (assignment_expression "*local_48 = (long)puVar2" (pointer_expression "*local_48" (* "*") (identifier "local_48")) (= "=") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) (; ";")) (expression_statement "*plVar1 = (long)local_48;" (assignment_expression "*plVar1 = (long)local_48" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (cast_expression "(long)local_48" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_48"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_0011c140:" (statement_identifier "LAB_0011c140") (: ":") (expression_statement "" (; ""))) (} "}"))) (} "}"))) (expression_statement "FUN_0011bd20(plVar1,param_3,param_4,param_6);" (call_expression "FUN_0011bd20(plVar1,param_3,param_4,param_6)" (identifier "FUN_0011bd20") (argument_list "(plVar1,param_3,param_4,param_6)" (( "(") (identifier "plVar1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_6") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1
(type_1 *ptr,type_2 *var_3,type_3 *section,
type_4 *sflag_info,type_5 *file,void *output)
{
type_6 var_12;
type_7 *var_5;
type_8 *var_6;
type_9 *puVar3;
type_9 *var_7;
type_7 *var_17;
type_7 *ptr_00;
bool var_11;
bool var_10;
type_10 var_2;
int var_9;
type_9 uVar10;
char *pcVar11;
type_11 list;
var_2 = var_1(section,(type_12 *)output);
if (var_2 != 0) {
return;
}
ptr_00 = (type_7 *)&ptr->children;
if ((ptr->filenames_sorted != 0) ||
((var_3 != (type_2 *)0x0 && ((var_3->spec).sorted != var_4)))) {
for (var_5 = (ptr->children).head; var_5 != (type_7 *)0x0;
var_5 = (var_5->header).next) {
if (*(int *)((long)var_5 + 8) == 5) {
if (ptr->filenames_sorted != 0) {
if ((file->the_bfd == (type_8 *)0x0) ||
(var_6 = file->the_bfd->my_archive, var_6 == (type_8 *)0x0)) {
pcVar11 = file->filename;
var_10 = false;
}
else {
pcVar11 = var_6->filename;
var_10 = true;
}
puVar3 = *(type_9 **)(*(long *)((long)var_5 + 0x10) + 0xf0);
var_7 = (type_9 *)puVar3[0x1a];
if (var_7 == (type_9 *)0x0) {
uVar10 = *puVar3;
}
else {
uVar10 = *var_7;
}
var_11 = var_7 != (type_9 *)0x0;
var_9 = var_8(pcVar11,uVar10);
if (0 < var_9) goto LAB_0011c140;
if (var_9 != 0) goto LAB_0011c1ce;
if (var_10 || var_11) {
if ((!var_10) || (pcVar11 = file->filename, var_11)) {
uVar10 = **(type_9 **)(*(long *)((long)var_5 + 0x10) + 0xf0);
}
var_9 = var_8(pcVar11,uVar10);
if (0 < var_9) goto LAB_0011c140;
if (var_9 != 0) goto LAB_0011c1ce;
}
}
if ((((var_3 != (type_2 *)0x0) && (var_12 = (var_3->spec).sorted, var_12 != var_4)) &&
(var_12 != var_13)) &&
(var_9 = var_14(var_12,section,(type_3 *)§ion->alignment_power,
*(type_3 **)((long)var_5 + 0x10),
(type_3 *)
&(*(type_3 **)((long)var_5 + 0x10))->alignment_power),
var_9 < 0)) {
LAB_0011c1ce:
list.tail = &list.head;
list.head = (type_7 *)0x0;
var_15((type_11 *)list.tail,section,sflag_info,
(type_12 *)output);
if (list.head == (type_7 *)0x0) {
return;
}
if (((list.head)->header).next != (type_7 *)0x0) {
var_16("../../ld/ldlang.c",0xa2c);
}
var_17 = (ptr->children).head;
while (var_17 != var_5) {
if (var_17 == (type_7 *)0x0) {
var_16("../../ld/ldlang.c",0xa31);
ptr_00 = (ptr_00->header).next;
var_17 = (ptr_00->header).next;
}
else {
ptr_00 = (ptr_00->header).next;
var_17 = (ptr_00->header).next;
}
}
((list.head)->header).next = var_5;
(ptr_00->header).next = list.head;
return;
}
}
LAB_0011c140:
}
}
var_15((type_11 *)&ptr_00->header,section,sflag_info,
(type_12 *)output);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (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 (parenthesized_expression (binary_expression left: (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 (for_statement initializer: (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)))))) 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 (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 (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (true)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (unary_expression argument: (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: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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)))))) right: (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) (identifier) (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (return_statement))))) (labeled_statement label: (statement_identifier) (expression_statement (MISSING ";"))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,long param_2,long param_3,undefined8 param_4,long param_5,
undefined8 param_6)
{
long *plVar1;
undefined8 *puVar2;
undefined8 *puVar3;
bool bVar4;
bool bVar5;
int iVar6;
undefined8 uVar7;
undefined8 uVar8;
long *local_48;
long **local_40;
iVar6 = FUN_00119230(param_3,param_6);
if (iVar6 != 0) {
return;
}
plVar1 = (long *)(param_1 + 0x30);
if ((*(int *)(param_1 + 0x18) != 0) || ((param_2 != 0 && (*(int *)(param_2 + 0x18) != 0)))) {
for (puVar2 = *(undefined8 **)(param_1 + 0x30); puVar2 != (undefined8 *)0x0;
puVar2 = (undefined8 *)*puVar2) {
if (*(int *)(puVar2 + 1) == 5) {
if (*(int *)(param_1 + 0x18) != 0) {
if ((*(long *)(param_5 + 0x20) == 0) ||
(puVar3 = *(undefined8 **)(*(long *)(param_5 + 0x20) + 0xd0),
puVar3 == (undefined8 *)0x0)) {
uVar8 = *(undefined8 *)(param_5 + 0x10);
bVar5 = false;
}
else {
uVar8 = *puVar3;
bVar5 = true;
}
puVar3 = (undefined8 *)(*(undefined8 **)(puVar2[2] + 0xf0))[0x1a];
if (puVar3 == (undefined8 *)0x0) {
uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);
}
else {
uVar7 = *puVar3;
}
bVar4 = puVar3 != (undefined8 *)0x0;
iVar6 = filename_cmp(uVar8,uVar7);
if (0 < iVar6) goto LAB_0011c140;
if (iVar6 != 0) goto LAB_0011c1ce;
if (bVar5 || bVar4) {
if ((!bVar5) || (uVar8 = *(undefined8 *)(param_5 + 0x10), bVar4)) {
uVar7 = **(undefined8 **)(puVar2[2] + 0xf0);
}
iVar6 = filename_cmp(uVar8,uVar7);
if (0 < iVar6) goto LAB_0011c140;
if (iVar6 != 0) goto LAB_0011c1ce;
}
}
if ((((param_2 != 0) && (iVar6 = *(int *)(param_2 + 0x18), iVar6 != 0)) && (iVar6 != 5)) &&
(iVar6 = FUN_00119400(iVar6,param_3,param_3 + 0x70), iVar6 < 0)) {
LAB_0011c1ce:
local_40 = &local_48;
local_48 = (long *)0x0;
FUN_0011bd20(local_40,param_3,param_4,param_6);
if (local_48 == (long *)0x0) {
return;
}
if (*local_48 != 0) {
FUN_00129440("../../ld/ldlang.c",0xa2c);
}
puVar3 = *(undefined8 **)(param_1 + 0x30);
while (puVar3 != puVar2) {
if (puVar3 == (undefined8 *)0x0) {
FUN_00129440("../../ld/ldlang.c",0xa31);
plVar1 = (long *)*plVar1;
puVar3 = (undefined8 *)*plVar1;
}
else {
plVar1 = (long *)*plVar1;
puVar3 = (undefined8 *)*plVar1;
}
}
*local_48 = (long)puVar2;
*plVar1 = (long)local_48;
return;
}
}
LAB_0011c140:
}
}
FUN_0011bd20(plVar1,param_3,param_4,param_6);
return;
}
|
2792_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
get_name
|
FUN_00194c80
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: string get_name(Write_sections_task * this) */
string * __thiscall
gold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)
{
(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>(__return_storage_ptr__,"Write_sections_task");
return __return_storage_ptr__;
}
|
long * FUN_00194c80(long *param_1)
{
*param_1 = (long)(param_1 + 2);
FUN_0015cbe0(param_1,"Write_sections_task");
return param_1;
}
|
LEA RAX,[RDI + 0x10]
PUSH RBX
LEA RDX,[0x311513]
MOV RBX,RDI
MOV qword ptr [RDI],RAX
LEA RSI,[RDX + -0x13]
CALL 0x0015cbe0
MOV RAX,RBX
POP RBX
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1207546632'), ('tmp_61', u'PTRSUB_-1207546633'), (u'PTRSUB_-1207546633', u'PTRSUB_-1207546632'), ('const-0', u'RETURN_-1207546690'), (u'PTRSUB_-1207546632', u'STORE_-1207546726'), ('tmp_61', u'CALL_-1207546710'), ('tmp_61', u'COPY_-1207546710'), (u'PTRSUB_-1207546649', u'CAST_-1207546633'), ('const-3216640', u'COPY_-1207546693'), (u'COPY_-1207546710', u'RETURN_-1207546690'), ('const-433', u'STORE_-1207546726'), ('const-16', u'PTRSUB_-1207546649'), ('const-0', u'PTRSUB_-1207546633'), (u'COPY_-1207546693', u'CALL_-1207546710'), ('tmp_61', u'PTRSUB_-1207546649'), (u'CAST_-1207546633', u'STORE_-1207546726')]
|
[(u'PTRADD_-1207546650', u'CAST_-1207546635'), ('const-8', u'PTRADD_-1207546650'), ('const-433', u'STORE_-1207546726'), ('tmp_88', u'CALL_-1207546710'), ('tmp_88', u'COPY_-1207546710'), ('tmp_88', u'STORE_-1207546726'), ('const-0', u'RETURN_-1207546690'), (u'COPY_-1207546710', u'RETURN_-1207546690'), (u'CAST_-1207546635', u'STORE_-1207546726'), (u'COPY_-1207546693', u'CALL_-1207546710'), ('const-3216640', u'COPY_-1207546693'), ('tmp_88', u'PTRADD_-1207546650'), ('const-2', u'PTRADD_-1207546650')]
| null | null |
00194c80
|
x64
|
O2
|
(translation_unit "long * FUN_00194c80(long *param_1)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}\n\n" (function_definition "long * FUN_00194c80(long *param_1)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00194c80(long *param_1)" * (function_declarator "FUN_00194c80(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_0015cbe0(param_1,"Write_sections_task");" (call_expression "FUN_0015cbe0(param_1,"Write_sections_task")" identifier (argument_list "(param_1,"Write_sections_task")" ( identifier , (string_literal ""Write_sections_task"" " string_content ") ))) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: string get_name(Write_sections_task * this) */\n\nstring * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)\n\n{\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(__return_storage_ptr__,"Write_sections_task");\n return __return_storage_ptr__;\n}\n\n" comment comment (expression_statement "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)\n\n{\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;" (assignment_expression "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)\n\n{\n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2" (field_expression "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)\n\n{\n (__return_storage_ptr__->_M_dataplus)._M_p" (call_expression "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this)\n\n{\n (__return_storage_ptr__->_M_dataplus)" (binary_expression "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__,Write_sections_task *this" (binary_expression "string * __thiscall\ngold::Write_sections_task::get_name(string *__return_storage_ptr__" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Write_sections_task::get_name(string" identifier : : identifier : : identifier ( identifier) * identifier) (ERROR ",Write_sections_task" , identifier) * identifier) (ERROR ")\n\n{" ) {) (argument_list "(__return_storage_ptr__->_M_dataplus)" ( (field_expression "__return_storage_ptr__->_M_dataplus" identifier -> field_identifier) ))) . field_identifier) = (binary_expression "(pointer)&__return_storage_ptr__->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier))) ;) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(__return_storage_ptr__,"Write_sections_task");" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>(__return_storage_ptr__,"Write_sections_task");" (binary_expression "_M_construct<char_const*>(__return_storage_ptr__,"Write_sections_task")" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(__return_storage_ptr__,"Write_sections_task")" ( (comma_expression "__return_storage_ptr__,"Write_sections_task"" identifier , (string_literal ""Write_sections_task"" " string_content ")) ))) ;)) (return_statement "return __return_storage_ptr__;" return identifier ;) (ERROR "}" }))
|
(translation_unit "long * FUN_00194c80(long *param_1)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}\n\n" (function_definition "long * FUN_00194c80(long *param_1)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00194c80(long *param_1)" * (function_declarator "FUN_00194c80(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_0015cbe0(param_1,"Write_sections_task");" (call_expression "FUN_0015cbe0(param_1,"Write_sections_task")" identifier (argument_list "(param_1,"Write_sections_task")" ( identifier , (string_literal ""Write_sections_task"" " string_content ") ))) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "long * FUN_00194c80(long *param_1)\n\n{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_00194c80(long *param_1)" (* "*") (function_declarator "FUN_00194c80(long *param_1)" (identifier "FUN_00194c80") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_0015cbe0(param_1,"Write_sections_task");\n return param_1;\n}" ({ "{") (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_0015cbe0(param_1,"Write_sections_task");" (call_expression "FUN_0015cbe0(param_1,"Write_sections_task")" (identifier "FUN_0015cbe0") (argument_list "(param_1,"Write_sections_task")" (( "(") (identifier "param_1") (, ",") (string_literal ""Write_sections_task"" (" """) (string_content "Write_sections_task") (" """)) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: string get_name(Write_sections_task * this) */
var_1 * var_2
gold::Write_sections_task::get_name(var_1 *var_3,Write_sections_task *var_4)
{
(var_3->_M_dataplus)._M_p = (pointer)&var_3->field_2;
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
var_5<var_6*>(var_3,"Write_sections_task");
return var_3;
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (return_statement (identifier)))))
| null |
long * MASKED(long *param_1)
{
*param_1 = (long)(param_1 + 2);
FUN_0015cbe0(param_1,"Write_sections_task");
return param_1;
}
|
697_hppa64-linux-gnu-as_and_hppa64-linux-gnu-as_strip.c
|
md_number_to_chars
|
thunk_FUN_001394f0
|
void md_number_to_chars(char *buf,valueT val,int n)
{
char *pcVar1;
if (0 < n) {
pcVar1 = buf + (int)(n - 1U);
do {
*pcVar1 = (char)val;
pcVar1 = pcVar1 + -1;
val = val >> 8;
} while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));
return;
}
/* WARNING: Subroutine does not return */
as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian");
}
|
void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)
{
undefined1 *puVar1;
if (0 < param_3) {
puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);
do {
*puVar1 = (char)param_2;
puVar1 = puVar1 + -1;
param_2 = param_2 >> 8;
} while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));
return;
}
/* WARNING: Subroutine does not return */
FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");
}
|
JMP 0x001394f0
| null | null | null | null |
[(u'MULTIEQUAL_-1207134718', u'INT_RIGHT_-1207134866'), ('tmp_322', u'PTRADD_-1207134869'), (u'MULTIEQUAL_-1207134736', u'STORE_-1207134912'), ('const-0', u'RETURN_-1207134828'), ('const-1388384', u'COPY_-1207134713'), ('tmp_324', u'INT_SUB_-1207134955'), (u'COPY_-1207134713', u'CALL_-1207134801'), (u'INT_ZEXT_-1207134785', u'INT_SUB_-1207134738'), (u'MULTIEQUAL_-1207134736', u'PTRADD_-1207134844'), (u'INT_SEXT_-1207134951', u'INT_ADD_-1207134750'), (u'SUBPIECE_-1207134718', u'STORE_-1207134912'), ('tmp_31', u'CBRANCH_-1207134973'), ('tmp_322', u'PTRADD_-1207134881'), ('const-1', u'PTRADD_-1207134869'), (u'PTRADD_-1207134881', u'MULTIEQUAL_-1207134736'), (u'PTRADD_-1207134869', u'INT_NOTEQUAL_-1207134840'), (u'MULTIEQUAL_-1207134718', u'SUBPIECE_-1207134718'), (u'INT_RIGHT_-1207134866', u'MULTIEQUAL_-1207134718'), ('const-8', u'INT_RIGHT_-1207134866'), (u'COPY_-1207134714', u'CALL_-1207134801'), (u'INT_NOTEQUAL_-1207134840', u'CBRANCH_-1207134838'), (u'CAST_-1207134706', u'INT_SEXT_-1207134947'), ('const-433', u'STORE_-1207134912'), ('const--1', u'PTRADD_-1207134844'), ('const--2', u'INT_ADD_-1207134750'), ('const-0', u'SUBPIECE_-1207134718'), ('tmp_323', u'MULTIEQUAL_-1207134718'), (u'INT_SUB_-1207134955', u'INT_ZEXT_-1207134785'), ('tmp_283', u'CBRANCH_-1207134838'), (u'PTRADD_-1207134844', u'INT_NOTEQUAL_-1207134840'), ('const-1', u'PTRADD_-1207134881'), (u'INT_SUB_-1207134955', u'CAST_-1207134706'), (u'PTRADD_-1207134844', u'MULTIEQUAL_-1207134736'), ('const-1', u'PTRADD_-1207134844'), ('tmp_324', u'INT_SLESS_-1207134966'), (u'INT_SEXT_-1207134947', u'PTRADD_-1207134881'), (u'INT_SLESS_-1207134966', u'CBRANCH_-1207134973'), ('const-0', u'INT_SLESS_-1207134966'), ('tmp_324', u'INT_SEXT_-1207134951'), ('const-3106', u'CALL_-1207134801'), (u'INT_ADD_-1207134750', u'INT_SUB_-1207134738'), ('const-1', u'INT_SUB_-1207134955'), ('const-1387612', u'COPY_-1207134714'), ('const-1', u'RETURN_-1207134796'), (u'INT_SUB_-1207134738', u'PTRADD_-1207134869')]
|
[('tmp_581', u'INT_SEXT_-1207134951'), (u'COPY_-1207134718', u'CALL_-1207134801'), ('tmp_540', u'INT_ADD_-1207134927'), (u'INT_SUB_-1207134774', u'INT_ZEXT_-1207134785'), (u'MULTIEQUAL_-1207134736', u'STORE_-1207134912'), ('const-1', u'PTRADD_-1207134844'), ('const-0', u'RETURN_-1207134828'), ('const--2', u'INT_ADD_-1207134942'), (u'SUBPIECE_-1207134719', u'STORE_-1207134912'), (u'CAST_-1207134698', u'INT_NOTEQUAL_-1207134840'), (u'INT_ZEXT_-1207134785', u'INT_SUB_-1207134914'), (u'MULTIEQUAL_-1207134736', u'PTRADD_-1207134844'), (u'MULTIEQUAL_-1207134720', u'SUBPIECE_-1207134719'), ('tmp_31', u'CBRANCH_-1207134973'), ('tmp_581', u'INT_SLESS_-1207134966'), ('const--1', u'PTRADD_-1207134844'), (u'INT_SEXT_-1207134947', u'INT_ADD_-1207134927'), ('const-0', u'SUBPIECE_-1207134719'), ('tmp_581', u'INT_SUB_-1207134774'), (u'INT_NOTEQUAL_-1207134840', u'CBRANCH_-1207134838'), (u'CAST_-1207134713', u'INT_SEXT_-1207134947'), (u'INT_ADD_-1207134927', u'CAST_-1207134702'), ('const-433', u'STORE_-1207134912'), ('const-3106', u'CALL_-1207134801'), (u'INT_RIGHT_-1207134866', u'MULTIEQUAL_-1207134720'), ('tmp_283', u'CBRANCH_-1207134838'), (u'PTRADD_-1207134844', u'INT_NOTEQUAL_-1207134840'), (u'INT_ADD_-1207134940', u'INT_SUB_-1207134914'), (u'MULTIEQUAL_-1207134720', u'INT_RIGHT_-1207134866'), ('const-0', u'INT_SLESS_-1207134966'), (u'PTRADD_-1207134844', u'MULTIEQUAL_-1207134736'), ('const-8', u'INT_RIGHT_-1207134866'), (u'INT_SLESS_-1207134966', u'CBRANCH_-1207134973'), ('const-1', u'INT_SUB_-1207134774'), (u'INT_SEXT_-1207134951', u'INT_ADD_-1207134940'), ('tmp_541', u'MULTIEQUAL_-1207134720'), (u'CAST_-1207134702', u'MULTIEQUAL_-1207134736'), (u'INT_ADD_-1207134942', u'INT_ADD_-1207134940'), ('const-1388384', u'COPY_-1207134718'), (u'INT_SUB_-1207134774', u'CAST_-1207134713'), ('const-1', u'RETURN_-1207134796'), ('tmp_540', u'INT_ADD_-1207134942'), (u'COPY_-1207134719', u'CALL_-1207134801'), (u'INT_SUB_-1207134914', u'CAST_-1207134698'), ('const-1387612', u'COPY_-1207134719')]
| null | null |
0013cc80
|
x64
|
O2
|
(translation_unit "void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)\n\n{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}\n\n" (function_definition "void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)\n\n{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" primitive_type (function_declarator "thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)" identifier (parameter_list "(long param_1,ulong param_2,int param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" if (parenthesized_expression "(0 < param_3)" ( (binary_expression "0 < param_3" number_literal < identifier) )) (compound_statement "{\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" { (expression_statement "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);" (assignment_expression "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1)" identifier = (cast_expression "(undefined1 *)((int)(param_3 - 1U) + param_1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)(param_3 - 1U) + param_1)" ( (binary_expression "(int)(param_3 - 1U) + param_1" (cast_expression "(int)(param_3 - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_3 - 1U)" ( (binary_expression "param_3 - 1U" identifier - number_literal) ))) + identifier) )))) ;) (do_statement "do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));" do (compound_statement "{\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n }" { (expression_statement "*puVar1 = (char)param_2;" (assignment_expression "*puVar1 = (char)param_2" (pointer_expression "*puVar1" * identifier) = (cast_expression "(char)param_2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar1 = puVar1 + -1;" (assignment_expression "puVar1 = puVar1 + -1" identifier = (binary_expression "puVar1 + -1" identifier + number_literal)) ;) (expression_statement "param_2 = param_2 >> 8;" (assignment_expression "param_2 = param_2 >> 8" identifier = (binary_expression "param_2 >> 8" identifier >> number_literal)) ;) }) while (parenthesized_expression "(puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)))" ( (binary_expression "puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" identifier != (cast_expression "(undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" ( (binary_expression "(param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)" (parenthesized_expression "(param_1 + -2 + (long)param_3)" ( (binary_expression "param_1 + -2 + (long)param_3" (binary_expression "param_1 + -2" identifier + number_literal) + (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) - (call_expression "(ulong)(param_3 - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 - 1U)" ( (binary_expression "param_3 - 1U" identifier - number_literal) )))) )))) )) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");" (call_expression "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian")" identifier (argument_list "("../../gas/write.c",0xc22,"number_to_chars_bigendian")" ( (string_literal ""../../gas/write.c"" " string_content ") , number_literal , (string_literal ""number_to_chars_bigendian"" " string_content ") ))) ;) })))
|
(translation_unit "void md_number_to_chars(char *buf,valueT val,int n)\n\n{\n char *pcVar1;\n \n if (0 < n) {\n pcVar1 = buf + (int)(n - 1U);\n do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}\n\n" (function_definition "void md_number_to_chars(char *buf,valueT val,int n)\n\n{\n char *pcVar1;\n \n if (0 < n) {\n pcVar1 = buf + (int)(n - 1U);\n do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" primitive_type (function_declarator "md_number_to_chars(char *buf,valueT val,int n)" identifier (parameter_list "(char *buf,valueT val,int n)" ( (parameter_declaration "char *buf" primitive_type (pointer_declarator "*buf" * identifier)) , (parameter_declaration "valueT val" type_identifier identifier) , (parameter_declaration "int n" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n \n if (0 < n) {\n pcVar1 = buf + (int)(n - 1U);\n do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));\n return;\n }\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (0 < n) {\n pcVar1 = buf + (int)(n - 1U);\n do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));\n return;\n }" if (parenthesized_expression "(0 < n)" ( (binary_expression "0 < n" number_literal < identifier) )) (compound_statement "{\n pcVar1 = buf + (int)(n - 1U);\n do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));\n return;\n }" { (expression_statement "pcVar1 = buf + (int)(n - 1U);" (assignment_expression "pcVar1 = buf + (int)(n - 1U)" identifier = (binary_expression "buf + (int)(n - 1U)" identifier + (cast_expression "(int)(n - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(n - 1U)" ( (binary_expression "n - 1U" identifier - number_literal) ))))) ;) (do_statement "do {\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n } while (pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)));" do (compound_statement "{\n *pcVar1 = (char)val;\n pcVar1 = pcVar1 + -1;\n val = val >> 8;\n }" { (expression_statement "*pcVar1 = (char)val;" (assignment_expression "*pcVar1 = (char)val" (pointer_expression "*pcVar1" * identifier) = (cast_expression "(char)val" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar1 = pcVar1 + -1;" (assignment_expression "pcVar1 = pcVar1 + -1" identifier = (binary_expression "pcVar1 + -1" identifier + number_literal)) ;) (expression_statement "val = val >> 8;" (assignment_expression "val = val >> 8" identifier = (binary_expression "val >> 8" identifier >> number_literal)) ;) }) while (parenthesized_expression "(pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U)))" ( (binary_expression "pcVar1 != buf + (((long)n + -2) - (ulong)(n - 1U))" identifier != (binary_expression "buf + (((long)n + -2) - (ulong)(n - 1U))" identifier + (parenthesized_expression "(((long)n + -2) - (ulong)(n - 1U))" ( (binary_expression "((long)n + -2) - (ulong)(n - 1U)" (parenthesized_expression "((long)n + -2)" ( (binary_expression "(long)n + -2" (cast_expression "(long)n" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )) - (call_expression "(ulong)(n - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(n - 1U)" ( (binary_expression "n - 1U" identifier - number_literal) )))) )))) )) ;) (return_statement "return;" return ;) })) comment (expression_statement "as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian");" (call_expression "as_abort("../../gas/write.c",0xc22,"number_to_chars_bigendian")" identifier (argument_list "("../../gas/write.c",0xc22,"number_to_chars_bigendian")" ( (string_literal ""../../gas/write.c"" " string_content ") , number_literal , (string_literal ""number_to_chars_bigendian"" " string_content ") ))) ;) })))
|
(translation_unit "void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)\n\n{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n \n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}\n\n" (function_definition "void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)\n\n{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n \n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" primitive_type (function_declarator "thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)" identifier (parameter_list "(long param_1,ulong param_2,int param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n \n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" if (parenthesized_expression "(0 < param_3)" ( (binary_expression "0 < param_3" number_literal < identifier) )) (compound_statement "{\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" { (expression_statement "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);" (assignment_expression "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1)" identifier = (cast_expression "(undefined1 *)((int)(param_3 - 1U) + param_1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)(param_3 - 1U) + param_1)" ( (binary_expression "(int)(param_3 - 1U) + param_1" (cast_expression "(int)(param_3 - 1U)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_3 - 1U)" ( (binary_expression "param_3 - 1U" identifier - number_literal) ))) + identifier) )))) ;) (do_statement "do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));" do (compound_statement "{\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n }" { (expression_statement "*puVar1 = (char)param_2;" (assignment_expression "*puVar1 = (char)param_2" (pointer_expression "*puVar1" * identifier) = (cast_expression "(char)param_2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "puVar1 = puVar1 + -1;" (assignment_expression "puVar1 = puVar1 + -1" identifier = (binary_expression "puVar1 + -1" identifier + number_literal)) ;) (expression_statement "param_2 = param_2 >> 8;" (assignment_expression "param_2 = param_2 >> 8" identifier = (binary_expression "param_2 >> 8" identifier >> number_literal)) ;) }) while (parenthesized_expression "(puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)))" ( (binary_expression "puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" identifier != (cast_expression "(undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" ( (binary_expression "(param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)" (parenthesized_expression "(param_1 + -2 + (long)param_3)" ( (binary_expression "param_1 + -2 + (long)param_3" (binary_expression "param_1 + -2" identifier + number_literal) + (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) - (call_expression "(ulong)(param_3 - 1U)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 - 1U)" ( (binary_expression "param_3 - 1U" identifier - number_literal) )))) )))) )) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");" (call_expression "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian")" identifier (argument_list "("../../gas/write.c",0xc22,"number_to_chars_bigendian")" ( (string_literal ""../../gas/write.c"" " string_content ") , number_literal , (string_literal ""number_to_chars_bigendian"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - LIT) ))) + IDENT) )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) 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 != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )) - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) )))) )))) )) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)\n\n{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n \n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" (primitive_type "void") (function_declarator "thunk_FUN_001394f0(long param_1,ulong param_2,int param_3)" (identifier "thunk_FUN_001394f0") (parameter_list "(long param_1,ulong param_2,int param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined1 *puVar1;\n \n if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }\n \n FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");\n}" ({ "{") (declaration "undefined1 *puVar1;" (type_identifier "undefined1") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (if_statement "if (0 < param_3) {\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" (if "if") (parenthesized_expression "(0 < param_3)" (( "(") (binary_expression "0 < param_3" (number_literal "0") (< "<") (identifier "param_3")) () ")")) (compound_statement "{\n puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);\n do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));\n return;\n }" ({ "{") (expression_statement "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);" (assignment_expression "puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1)" (identifier "puVar1") (= "=") (cast_expression "(undefined1 *)((int)(param_3 - 1U) + param_1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)(param_3 - 1U) + param_1)" (( "(") (binary_expression "(int)(param_3 - 1U) + param_1" (cast_expression "(int)(param_3 - 1U)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_3 - 1U)" (( "(") (binary_expression "param_3 - 1U" (identifier "param_3") (- "-") (number_literal "1U")) () ")"))) (+ "+") (identifier "param_1")) () ")")))) (; ";")) (do_statement "do {\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n } while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));" (do "do") (compound_statement "{\n *puVar1 = (char)param_2;\n puVar1 = puVar1 + -1;\n param_2 = param_2 >> 8;\n }" ({ "{") (expression_statement "*puVar1 = (char)param_2;" (assignment_expression "*puVar1 = (char)param_2" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (cast_expression "(char)param_2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "param_2"))) (; ";")) (expression_statement "puVar1 = puVar1 + -1;" (assignment_expression "puVar1 = puVar1 + -1" (identifier "puVar1") (= "=") (binary_expression "puVar1 + -1" (identifier "puVar1") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "param_2 = param_2 >> 8;" (assignment_expression "param_2 = param_2 >> 8" (identifier "param_2") (= "=") (binary_expression "param_2 >> 8" (identifier "param_2") (>> ">>") (number_literal "8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)))" (( "(") (binary_expression "puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" (identifier "puVar1") (!= "!=") (cast_expression "(undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U))" (( "(") (binary_expression "(param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)" (parenthesized_expression "(param_1 + -2 + (long)param_3)" (( "(") (binary_expression "param_1 + -2 + (long)param_3" (binary_expression "param_1 + -2" (identifier "param_1") (+ "+") (number_literal "-2")) (+ "+") (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3"))) () ")")) (- "-") (call_expression "(ulong)(param_3 - 1U)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_3 - 1U)" (( "(") (binary_expression "param_3 - 1U" (identifier "param_3") (- "-") (number_literal "1U")) () ")")))) () ")")))) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");" (call_expression "FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian")" (identifier "FUN_00126810") (argument_list "("../../gas/write.c",0xc22,"number_to_chars_bigendian")" (( "(") (string_literal ""../../gas/write.c"" (" """) (string_content "../../gas/write.c") (" """)) (, ",") (number_literal "0xc22") (, ",") (string_literal ""number_to_chars_bigendian"" (" """) (string_content "number_to_chars_bigendian") (" """)) () ")"))) (; ";")) (} "}")))
|
void function_1(char *var_2,type_1 var_4,int var_1)
{
char *var_3;
if (0 < var_1) {
var_3 = var_2 + (int)(var_1 - 1U);
do {
*var_3 = (char)var_4;
var_3 = var_3 + -1;
var_4 = var_4 >> 8;
} while (var_3 != var_2 + (((long)var_1 + -2) - (ulong)(var_1 - 1U)));
return;
}
/* WARNING: Subroutine does not return */
var_5("../../gas/write.c",0xc22,"number_to_chars_bigendian");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))))) (do_statement body: (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: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(long param_1,ulong param_2,int param_3)
{
undefined1 *puVar1;
if (0 < param_3) {
puVar1 = (undefined1 *)((int)(param_3 - 1U) + param_1);
do {
*puVar1 = (char)param_2;
puVar1 = puVar1 + -1;
param_2 = param_2 >> 8;
} while (puVar1 != (undefined1 *)((param_1 + -2 + (long)param_3) - (ulong)(param_3 - 1U)));
return;
}
/* WARNING: Subroutine does not return */
FUN_00126810("../../gas/write.c",0xc22,"number_to_chars_bigendian");
}
|
479_alpha-linux-gnu-ld_and_alpha-linux-gnu-ld_strip.c
|
ldemul_after_parse
|
FUN_00123b70
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ldemul_after_parse(void)
{
/* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */
/* WARNING: Treating indirect jump as call */
(*ld_emulation->after_parse)();
return;
}
|
void FUN_00123b70(void)
{
/* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(DAT_0017f5e8 + 0x18))();
return;
}
|
MOV RAX,qword ptr [0x0017f5e8]
JMP qword ptr [RAX + 0x18]
| null | null | null | null |
[('const-24', u'PTRSUB_-1207092282'), (u'INDIRECT_-1207092289', u'COPY_-1207092348'), ('const-1', u'RETURN_-1207092347'), ('const-433', u'LOAD_-1207092357'), ('tmp_33', u'PTRSUB_-1207092282'), (u'LOAD_-1207092357', u'CALLIND_-1207092350'), (u'CALLIND_-1207092350', u'INDIRECT_-1207092289'), (u'PTRSUB_-1207092282', u'LOAD_-1207092357')]
|
[(u'CAST_-1207092284', u'LOAD_-1207092357'), ('tmp_34', u'INT_ADD_-1207092341'), (u'INDIRECT_-1207092289', u'COPY_-1207092348'), (u'INT_ADD_-1207092341', u'CAST_-1207092284'), ('const-1', u'RETURN_-1207092347'), (u'LOAD_-1207092357', u'CALLIND_-1207092350'), ('const-433', u'LOAD_-1207092357'), ('const-24', u'INT_ADD_-1207092341'), (u'CALLIND_-1207092350', u'INDIRECT_-1207092289')]
| null | null |
00123b70
|
x64
|
O2
|
(translation_unit "void FUN_00123b70(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}\n\n" (function_definition "void FUN_00123b70(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" primitive_type (function_declarator "FUN_00123b70(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" { comment comment (expression_statement "(**(code **)(DAT_0017f5e8 + 0x18))();" (call_expression "(**(code **)(DAT_0017f5e8 + 0x18))()" (parenthesized_expression "(**(code **)(DAT_0017f5e8 + 0x18))" ( (pointer_expression "**(code **)(DAT_0017f5e8 + 0x18)" * (pointer_expression "*(code **)(DAT_0017f5e8 + 0x18)" * (cast_expression "(code **)(DAT_0017f5e8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0017f5e8 + 0x18)" ( (binary_expression "DAT_0017f5e8 + 0x18" identifier + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid ldemul_after_parse(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*ld_emulation->after_parse)();\n return;\n}\n\n" comment (function_definition "void ldemul_after_parse(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*ld_emulation->after_parse)();\n return;\n}" primitive_type (function_declarator "ldemul_after_parse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*ld_emulation->after_parse)();\n return;\n}" { comment comment (expression_statement "(*ld_emulation->after_parse)();" (call_expression "(*ld_emulation->after_parse)()" (parenthesized_expression "(*ld_emulation->after_parse)" ( (pointer_expression "*ld_emulation->after_parse" * (field_expression "ld_emulation->after_parse" identifier -> field_identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00123b70(void)\n\n{\n \n \n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}\n\n" (function_definition "void FUN_00123b70(void)\n\n{\n \n \n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" primitive_type (function_declarator "FUN_00123b70(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n \n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" { (expression_statement "(**(code **)(DAT_0017f5e8 + 0x18))();" (call_expression "(**(code **)(DAT_0017f5e8 + 0x18))()" (parenthesized_expression "(**(code **)(DAT_0017f5e8 + 0x18))" ( (pointer_expression "**(code **)(DAT_0017f5e8 + 0x18)" * (pointer_expression "*(code **)(DAT_0017f5e8 + 0x18)" * (cast_expression "(code **)(DAT_0017f5e8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0017f5e8 + 0x18)" ( (binary_expression "DAT_0017f5e8 + 0x18" identifier + number_literal) ))))) )) (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 * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00123b70(void)\n\n{\n \n \n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00123b70(void)" (identifier "FUN_00123b70") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n \n (**(code **)(DAT_0017f5e8 + 0x18))();\n return;\n}" ({ "{") (expression_statement "(**(code **)(DAT_0017f5e8 + 0x18))();" (call_expression "(**(code **)(DAT_0017f5e8 + 0x18))()" (parenthesized_expression "(**(code **)(DAT_0017f5e8 + 0x18))" (( "(") (pointer_expression "**(code **)(DAT_0017f5e8 + 0x18)" (* "*") (pointer_expression "*(code **)(DAT_0017f5e8 + 0x18)" (* "*") (cast_expression "(code **)(DAT_0017f5e8 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0017f5e8 + 0x18)" (( "(") (binary_expression "DAT_0017f5e8 + 0x18" (identifier "DAT_0017f5e8") (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
/* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */
/* WARNING: Treating indirect jump as call */
(*ld_emulation->after_parse)();
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: (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))) (return_statement))))
| null |
void MASKED(void)
{
/* WARNING: Could not recover jumptable at 0x00123b77. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(DAT_0017f5e8 + 0x18))();
return;
}
|
6983_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
parse
|
FUN_002b7310
|
/* DWARF original prototype: void parse(Dwarf_info_reader * this) */
void __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)
{
_func_int_varargs **pp_Var1;
_func_int_varargs *p_Var2;
char cVar3;
int iVar4;
pp_Var1 = (this->object_->super_Object)._vptr_Object;
p_Var2 = pp_Var1[3];
if (p_Var2 == Relobj::is_big_endian) {
iVar4 = (*pp_Var1[0x3a])();
cVar3 = (char)iVar4;
}
else {
iVar4 = (*p_Var2)();
cVar3 = (char)iVar4;
}
if (cVar3 != '\0') {
do_parse<true>(this);
return;
}
do_parse<false>(this);
return;
}
|
void FUN_002b7310(long param_1)
{
code *pcVar1;
char cVar2;
pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);
if (pcVar1 == FUN_001966e0) {
cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();
}
else {
cVar2 = (*pcVar1)();
}
if (cVar2 != '\0') {
FUN_002b9c50();
return;
}
FUN_002ba020(param_1);
return;
}
|
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x10]
LEA RCX,[0x1966e0]
MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RAX + 0x18]
CMP RDX,RCX
JNZ 0x002b7350
CALL qword ptr [RAX + 0x1d0]
MOV RDI,RBX
TEST AL,AL
JZ 0x002b7340
POP RBX
JMP 0x002b9c50
POP RBX
JMP 0x002ba020
CALL RDX
JMP 0x002b7331
| null | null | null | null |
[('tmp_158', u'CALL_-1204522130'), (u'CALLIND_-1204522159', u'SUBPIECE_-1204521992'), ('const-16', u'PTRSUB_-1204521997'), (u'INT_EQUAL_-1204522173', u'CBRANCH_-1204522170'), (u'LOAD_-1204522193', u'CALLIND_-1204522095'), ('const-0', u'SUBPIECE_-1204521954'), ('tmp_158', u'CALL_-1204522116'), ('const-3', u'PTRADD_-1204521981'), ('const-1664736', u'PTRSUB_-1204521980'), ('tmp_63', u'CBRANCH_-1204522170'), (u'LOAD_-1204522199', u'PTRADD_-1204521971'), ('tmp_106', u'CBRANCH_-1204522140'), ('const-0', u'PTRSUB_-1204521980'), ('const-0', u'PTRSUB_-1204521985'), (u'LOAD_-1204522169', u'CALLIND_-1204522159'), ('const-433', u'LOAD_-1204522199'), (u'LOAD_-1204522193', u'INT_EQUAL_-1204522173'), (u'SUBPIECE_-1204521954', u'MULTIEQUAL_-1204521987'), (u'SUBPIECE_-1204521992', u'MULTIEQUAL_-1204521987'), (u'LOAD_-1204522199', u'PTRADD_-1204521981'), ('const-433', u'LOAD_-1204522213'), ('const-8', u'PTRADD_-1204521981'), ('tmp_143', u'BRANCH_-1204522096'), (u'PTRSUB_-1204521985', u'PTRSUB_-1204521984'), (u'PTRADD_-1204521981', u'LOAD_-1204522193'), ('const-0', u'RETURN_-1204522126'), (u'LOAD_-1204522213', u'PTRSUB_-1204521985'), ('const-0', u'PTRSUB_-1204521984'), ('const-58', u'PTRADD_-1204521971'), ('const-0', u'INT_NOTEQUAL_-1204522140'), ('const-433', u'LOAD_-1204522193'), (u'PTRSUB_-1204521980', u'INT_EQUAL_-1204522173'), ('tmp_158', u'PTRSUB_-1204521997'), (u'PTRSUB_-1204521997', u'LOAD_-1204522213'), (u'CALLIND_-1204522095', u'SUBPIECE_-1204521954'), (u'PTRADD_-1204521971', u'LOAD_-1204522169'), ('const-0', u'SUBPIECE_-1204521992'), (u'PTRSUB_-1204521984', u'LOAD_-1204522199'), ('const-8', u'PTRADD_-1204521971'), ('const-0', u'RETURN_-1204522112'), ('const-433', u'LOAD_-1204522169'), (u'INT_NOTEQUAL_-1204522140', u'CBRANCH_-1204522140'), (u'MULTIEQUAL_-1204521987', u'INT_NOTEQUAL_-1204522140')]
|
[(u'PTRSUB_-1204521985', u'INT_EQUAL_-1204522173'), (u'CAST_-1204521979', u'LOAD_-1204522169'), (u'LOAD_-1204522199', u'INT_ADD_-1204522153'), (u'INT_EQUAL_-1204522173', u'CBRANCH_-1204522170'), (u'LOAD_-1204522193', u'CALLIND_-1204522095'), (u'LOAD_-1204522199', u'INT_ADD_-1204522177'), (u'CAST_-1204522004', u'LOAD_-1204522213'), ('tmp_63', u'CBRANCH_-1204522170'), (u'LOAD_-1204522213', u'LOAD_-1204522199'), ('tmp_106', u'CBRANCH_-1204522140'), (u'LOAD_-1204522169', u'CALLIND_-1204522159'), (u'LOAD_-1204522193', u'INT_EQUAL_-1204522173'), ('const-433', u'LOAD_-1204522169'), ('const-433', u'LOAD_-1204522193'), ('const-433', u'LOAD_-1204522213'), (u'CALLIND_-1204522095', u'MULTIEQUAL_-1204521995'), ('const-433', u'LOAD_-1204522199'), (u'INT_ADD_-1204522153', u'CAST_-1204521979'), ('const-464', u'INT_ADD_-1204522153'), ('tmp_368', u'CALL_-1204522116'), (u'INT_ADD_-1204522177', u'CAST_-1204521989'), ('tmp_143', u'BRANCH_-1204522096'), (u'CAST_-1204521989', u'LOAD_-1204522193'), ('const-16', u'INT_ADD_-1204522197'), (u'MULTIEQUAL_-1204521995', u'INT_NOTEQUAL_-1204522140'), ('const-0', u'RETURN_-1204522126'), ('const-0', u'INT_NOTEQUAL_-1204522140'), ('tmp_368', u'INT_ADD_-1204522197'), (u'INT_ADD_-1204522197', u'CAST_-1204522004'), ('const-1664736', u'PTRSUB_-1204521985'), ('const-24', u'INT_ADD_-1204522177'), ('const-0', u'RETURN_-1204522112'), (u'INT_NOTEQUAL_-1204522140', u'CBRANCH_-1204522140'), (u'CALLIND_-1204522159', u'MULTIEQUAL_-1204521995'), ('const-0', u'PTRSUB_-1204521985')]
| null | null |
002b7310
|
x64
|
O2
|
(translation_unit "void FUN_002b7310(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}\n\n" (function_definition "void FUN_002b7310(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002b7310(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" identifier = (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_001966e0)" ( (binary_expression "pcVar1 == FUN_001966e0" identifier == identifier) )) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" { (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" else (compound_statement "{\n cVar2 = (*pcVar1)();\n }" { (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_002b9c50();\n return;\n }" { (expression_statement "FUN_002b9c50();" (call_expression "FUN_002b9c50()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002ba020(param_1);" (call_expression "FUN_002ba020(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void parse(Dwarf_info_reader * this) */\n\nvoid __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)\n\n{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Dwarf_info_reader::parse(Dwarf_info_reader *this)\n\n{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dwarf_info_reader::" identifier : : identifier : :) (function_declarator "parse(Dwarf_info_reader *this)" identifier (parameter_list "(Dwarf_info_reader *this)" ( (parameter_declaration "Dwarf_info_reader *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n _func_int_varargs **pp_Var1;\n _func_int_varargs *p_Var2;\n char cVar3;\n int iVar4;\n \n pp_Var1 = (this->object_->super_Object)._vptr_Object;\n p_Var2 = pp_Var1[3];\n if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }\n if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }\n do_parse<false>(this);\n return;\n}" { (declaration "_func_int_varargs **pp_Var1;" type_identifier (pointer_declarator "**pp_Var1" * (pointer_declarator "*pp_Var1" * identifier)) ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (expression_statement "pp_Var1 = (this->object_->super_Object)._vptr_Object;" (assignment_expression "pp_Var1 = (this->object_->super_Object)._vptr_Object" identifier = (field_expression "(this->object_->super_Object)._vptr_Object" (parenthesized_expression "(this->object_->super_Object)" ( (field_expression "this->object_->super_Object" (field_expression "this->object_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (expression_statement "p_Var2 = pp_Var1[3];" (assignment_expression "p_Var2 = pp_Var1[3]" identifier = (subscript_expression "pp_Var1[3]" identifier [ number_literal ])) ;) (if_statement "if (p_Var2 == Relobj::is_big_endian) {\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }\n else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" if (parenthesized_expression "(p_Var2 == Relobj::is_big_endian)" ( (binary_expression "p_Var2 == Relobj" identifier == identifier) (ERROR "::is_big_endian" : : identifier) )) (compound_statement "{\n iVar4 = (*pp_Var1[0x3a])();\n cVar3 = (char)iVar4;\n }" { (expression_statement "iVar4 = (*pp_Var1[0x3a])();" (assignment_expression "iVar4 = (*pp_Var1[0x3a])()" identifier = (call_expression "(*pp_Var1[0x3a])()" (parenthesized_expression "(*pp_Var1[0x3a])" ( (pointer_expression "*pp_Var1[0x3a]" * (subscript_expression "pp_Var1[0x3a]" identifier [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "cVar3 = (char)iVar4;" (assignment_expression "cVar3 = (char)iVar4" identifier = (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }) (else_clause "else {\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" else (compound_statement "{\n iVar4 = (*p_Var2)();\n cVar3 = (char)iVar4;\n }" { (expression_statement "iVar4 = (*p_Var2)();" (assignment_expression "iVar4 = (*p_Var2)()" identifier = (call_expression "(*p_Var2)()" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar3 = (char)iVar4;" (assignment_expression "cVar3 = (char)iVar4" identifier = (cast_expression "(char)iVar4" ( (type_descriptor "char" primitive_type) ) identifier)) ;) }))) (if_statement "if (cVar3 != '\0') {\n do_parse<true>(this);\n return;\n }" if (parenthesized_expression "(cVar3 != '\0')" ( (binary_expression "cVar3 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n do_parse<true>(this);\n return;\n }" { (expression_statement "do_parse<true>(this);" (binary_expression "do_parse<true>(this)" (binary_expression "do_parse<true" identifier < true) > (parenthesized_expression "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "do_parse<false>(this);" (binary_expression "do_parse<false>(this)" (binary_expression "do_parse<false" identifier < false) > (parenthesized_expression "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002b7310(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}\n\n" (function_definition "void FUN_002b7310(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002b7310(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" identifier = (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) ;) (if_statement "if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" if (parenthesized_expression "(pcVar1 == FUN_001966e0)" ( (binary_expression "pcVar1 == FUN_001966e0" identifier == identifier) )) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" { (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" else (compound_statement "{\n cVar2 = (*pcVar1)();\n }" { (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" identifier = (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( )))) ;) }))) (if_statement "if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_002b9c50();\n return;\n }" { (expression_statement "FUN_002b9c50();" (call_expression "FUN_002b9c50()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002ba020(param_1);" (call_expression "FUN_002ba020(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (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 * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (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 (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002b7310(long param_1)\n\n{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b7310(long param_1)" (identifier "FUN_002b7310") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n code *pcVar1;\n char cVar2;\n \n pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);\n if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }\n if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }\n FUN_002ba020(param_1);\n return;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (expression_statement "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);" (assignment_expression "pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18)" (identifier "pcVar1") (= "=") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x18)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x18)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x18" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (pcVar1 == FUN_001966e0) {\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }\n else {\n cVar2 = (*pcVar1)();\n }" (if "if") (parenthesized_expression "(pcVar1 == FUN_001966e0)" (( "(") (binary_expression "pcVar1 == FUN_001966e0" (identifier "pcVar1") (== "==") (identifier "FUN_001966e0")) () ")")) (compound_statement "{\n cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();\n }" ({ "{") (expression_statement "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();" (assignment_expression "cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (identifier "cVar2") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x1d0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x1d0)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x1d0" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x1d0")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n cVar2 = (*pcVar1)();\n }" (else "else") (compound_statement "{\n cVar2 = (*pcVar1)();\n }" ({ "{") (expression_statement "cVar2 = (*pcVar1)();" (assignment_expression "cVar2 = (*pcVar1)()" (identifier "cVar2") (= "=") (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (if_statement "if (cVar2 != '\0') {\n FUN_002b9c50();\n return;\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_002b9c50();\n return;\n }" ({ "{") (expression_statement "FUN_002b9c50();" (call_expression "FUN_002b9c50()" (identifier "FUN_002b9c50") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002ba020(param_1);" (call_expression "FUN_002ba020(param_1)" (identifier "FUN_002ba020") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void parse(Dwarf_info_reader * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
type_2 **pp_Var1;
type_2 *var_1;
char var_3;
int iVar4;
pp_Var1 = (this->object_->super_Object)._vptr_Object;
var_1 = pp_Var1[3];
if (var_1 == var_2::is_big_endian) {
iVar4 = (*pp_Var1[0x3a])();
var_3 = (char)iVar4;
}
else {
iVar4 = (*var_1)();
var_3 = (char)iVar4;
}
if (var_3 != '\0') {
var_4<true>(this);
return;
}
var_4<false>(this);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(long param_1)
{
code *pcVar1;
char cVar2;
pcVar1 = *(code **)(**(long **)(param_1 + 0x10) + 0x18);
if (pcVar1 == FUN_001966e0) {
cVar2 = (**(code **)(**(long **)(param_1 + 0x10) + 0x1d0))();
}
else {
cVar2 = (*pcVar1)();
}
if (cVar2 != '\0') {
FUN_002b9c50();
return;
}
FUN_002ba020(param_1);
return;
}
|
372_i686-gnu-readelf_and_i686-gnu-readelf_strip.c
|
textdomain
|
textdomain
|
/* WARNING: Control flow encountered bad instruction data */
void textdomain(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* textdomain@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void textdomain(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207537550')]
|
[('const-1', u'RETURN_-1207537550')]
| null | null |
00197068
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "textdomain(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 textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void textdomain(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void textdomain(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "textdomain(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 textdomain(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (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 */
/* textdomain@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
142_mkfifo_and_mkfifo_strip.c
|
hash_free
|
FUN_00104930
|
void hash_free(Hash_table *table)
{
hash_entry *phVar1;
hash_entry *phVar2;
hash_entry *phVar3;
void *pvVar4;
phVar3 = table->bucket;
phVar1 = table->bucket_limit;
if ((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)) {
if (phVar1 <= phVar3) goto LAB_001049cc;
do {
while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {
phVar3 = phVar3 + 1;
if (phVar1 <= phVar3) goto LAB_0010498f;
}
while( true ) {
(*table->data_freer)(pvVar4);
phVar2 = phVar2->next;
if (phVar2 == (hash_entry *)0x0) break;
pvVar4 = phVar2->data;
}
phVar1 = table->bucket_limit;
phVar3 = phVar3 + 1;
} while (phVar3 < phVar1);
LAB_0010498f:
phVar3 = table->bucket;
}
if (phVar3 < phVar1) {
do {
phVar1 = phVar3->next;
while (phVar1 != (hash_entry *)0x0) {
phVar2 = phVar1->next;
free(phVar1);
phVar1 = phVar2;
}
phVar3 = phVar3 + 1;
} while (phVar3 < table->bucket_limit);
}
LAB_001049cc:
phVar3 = table->free_entry_list;
while (phVar3 != (hash_entry *)0x0) {
phVar1 = phVar3->next;
free(phVar3);
phVar3 = phVar1;
}
free(table->bucket);
free(table);
return;
}
|
void FUN_00104930(ulong *param_1)
{
void *pvVar1;
void *pvVar2;
long *plVar3;
long *plVar4;
long *plVar5;
long lVar6;
plVar5 = (long *)*param_1;
plVar3 = (long *)param_1[1];
if ((param_1[8] != 0) && (param_1[4] != 0)) {
if (plVar3 <= plVar5) goto LAB_001049cc;
do {
while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {
plVar5 = plVar5 + 2;
if (plVar3 <= plVar5) goto LAB_0010498f;
}
while( true ) {
(*(code *)param_1[8])(lVar6);
plVar4 = (long *)plVar4[1];
if (plVar4 == (long *)0x0) break;
lVar6 = *plVar4;
}
plVar3 = (long *)param_1[1];
plVar5 = plVar5 + 2;
} while (plVar5 < plVar3);
LAB_0010498f:
plVar5 = (long *)*param_1;
}
if (plVar5 < plVar3) {
do {
pvVar2 = (void *)plVar5[1];
while (pvVar2 != (void *)0x0) {
pvVar1 = *(void **)((long)pvVar2 + 8);
free(pvVar2);
pvVar2 = pvVar1;
}
plVar5 = plVar5 + 2;
} while (plVar5 < (long *)param_1[1]);
}
LAB_001049cc:
pvVar2 = (void *)param_1[9];
while (pvVar2 != (void *)0x0) {
pvVar1 = *(void **)((long)pvVar2 + 8);
free(pvVar2);
pvVar2 = pvVar1;
}
free((void *)*param_1);
free(param_1);
return;
}
|
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
CMP qword ptr [RDI + 0x40],0x0
MOV RBP,qword ptr [RDI]
MOV RAX,qword ptr [RDI + 0x8]
JZ 0x00104993
CMP qword ptr [RDI + 0x20],0x0
JZ 0x00104993
CMP RBP,RAX
JC 0x00104961
JMP 0x001049cc
ADD RBP,0x10
CMP RAX,RBP
JBE 0x0010498f
MOV RDI,qword ptr [RBP]
TEST RDI,RDI
JZ 0x00104958
MOV RBX,RBP
JMP 0x00104973
MOV RDI,qword ptr [RBX]
CALL qword ptr [R12 + 0x40]
MOV RBX,qword ptr [RBX + 0x8]
TEST RBX,RBX
JNZ 0x00104970
MOV RAX,qword ptr [R12 + 0x8]
ADD RBP,0x10
CMP RAX,RBP
JA 0x00104961
MOV RBP,qword ptr [R12]
CMP RBP,RAX
JNC 0x001049cc
NOP dword ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RBP + 0x8]
TEST RDI,RDI
JZ 0x001049c1
NOP dword ptr [RAX]
MOV RBX,qword ptr [RDI + 0x8]
CALL 0x00102530
MOV RDI,RBX
TEST RBX,RBX
JNZ 0x001049b0
ADD RBP,0x10
CMP qword ptr [R12 + 0x8],RBP
JA 0x001049a0
MOV RDI,qword ptr [R12 + 0x48]
TEST RDI,RDI
JZ 0x001049f1
NOP word ptr CS:[RAX + RAX*0x1]
MOV RBX,qword ptr [RDI + 0x8]
CALL 0x00102530
MOV RDI,RBX
TEST RBX,RBX
JNZ 0x001049e0
MOV RDI,qword ptr [R12]
CALL 0x00102530
POP RBX
MOV RDI,R12
POP RBP
POP R12
JMP 0x00102530
| null | null | null | null |
[(u'PTRSUB_-1206956965', u'LOAD_-1206957480'), (u'PTRSUB_-1206956983', u'LOAD_-1206957514'), ('const-8', u'PTRSUB_-1206956999'), ('tmp_428', u'CBRANCH_-1206957514'), (u'COPY_-1206956981', u'MULTIEQUAL_-1206956981'), (u'LOAD_-1206957552', u'MULTIEQUAL_-1206957273'), ('tmp_359', u'CBRANCH_-1206957553'), (u'MULTIEQUAL_-1206957189', u'INT_LESS_-1206957494'), ('tmp_701', u'PTRSUB_-1206956983'), ('const-64', u'PTRSUB_-1206957082'), ('const-8', u'PTRSUB_-1206957009'), (u'LOAD_-1206957740', u'MULTIEQUAL_-1206957189'), ('tmp_701', u'CALL_-1206957456'), ('const-0', u'PTRSUB_-1206956983'), ('const-16', u'PTRADD_-1206957046'), ('const-0', u'INT_NOTEQUAL_-1206957740'), (u'LOAD_-1206957575', u'COPY_-1206957063'), ('const-433', u'LOAD_-1206957514'), (u'MULTIEQUAL_-1206956981', u'INT_NOTEQUAL_-1206957460'), (u'PTRADD_-1206956931', u'MULTIEQUAL_-1206957177'), (u'MULTIEQUAL_-1206956912', u'PTRSUB_-1206956896'), (u'INT_NOTEQUAL_-1206957460', u'CBRANCH_-1206957459'), ('const-433', u'LOAD_-1206957474'), (u'MULTIEQUAL_-1206957245', u'PTRSUB_-1206957009'), ('const-433', u'LOAD_-1206957552'), (u'PTRSUB_-1206957072', u'LOAD_-1206957734'), ('const-433', u'LOAD_-1206957740'), ('tmp_73', u'CBRANCH_-1206957725'), (u'INT_EQUAL_-1206957556', u'CBRANCH_-1206957553'), ('const-16', u'PTRADD_-1206956931'), (u'PTRSUB_-1206956948', u'LOAD_-1206957451'), ('const-0', u'INT_EQUAL_-1206957600'), (u'LOAD_-1206957619', u'MULTIEQUAL_-1206957215'), ('const-0', u'INT_NOTEQUAL_-1206957708'), (u'INT_LESS_-1206957374', u'CBRANCH_-1206957382'), ('const-0', u'PTRSUB_-1206957076'), ('const-433', u'LOAD_-1206957724'), ('tmp_682', u'CBRANCH_-1206957466'), ('const-8', u'PTRSUB_-1206956896'), ('tmp_701', u'PTRSUB_-1206957065'), (u'PTRADD_-1206956994', u'INT_LESS_-1206957506'), ('const-32', u'PTRSUB_-1206957065'), ('tmp_701', u'PTRSUB_-1206956925'), ('const-8', u'PTRSUB_-1206957072'), ('const-8', u'PTRSUB_-1206956948'), ('const-64', u'PTRSUB_-1206957015'), (u'LOAD_-1206957451', u'COPY_-1206956981'), ('const-8', u'PTRSUB_-1206956925'), ('tmp_701', u'PTRSUB_-1206957072'), ('const-8', u'PTRSUB_-1206956965'), (u'COPY_-1206957063', u'MULTIEQUAL_-1206957245'), (u'COPY_-1206956931', u'MULTIEQUAL_-1206956912'), (u'LOAD_-1206957403', u'INT_LESS_-1206957374'), (u'COPY_-1206957006', u'MULTIEQUAL_-1206956981'), ('const-72', u'PTRSUB_-1206956917'), ('const-433', u'LOAD_-1206957495'), ('tmp_701', u'PTRSUB_-1206956917'), (u'LOAD_-1206957756', u'INT_NOTEQUAL_-1206957740'), ('const-433', u'LOAD_-1206957619'), (u'MULTIEQUAL_-1206957226', u'MULTIEQUAL_-1206957220'), (u'PTRSUB_-1206956896', u'LOAD_-1206957529'), (u'LOAD_-1206957514', u'MULTIEQUAL_-1206957189'), (u'LOAD_-1206957734', u'MULTIEQUAL_-1206957273'), (u'MULTIEQUAL_-1206957273', u'MULTIEQUAL_-1206957273'), ('tmp_701', u'PTRSUB_-1206956878'), (u'PTRSUB_-1206957082', u'LOAD_-1206957756'), (u'MULTIEQUAL_-1206957273', u'MULTIEQUAL_-1206957226'), ('const-433', u'LOAD_-1206957403'), (u'LOAD_-1206957529', u'COPY_-1206956931'), ('const-16', u'PTRADD_-1206956994'), (u'MULTIEQUAL_-1206957177', u'PTRSUB_-1206956965'), (u'PTRADD_-1206956994', u'MULTIEQUAL_-1206957243'), ('tmp_701', u'PTRSUB_-1206957076'), ('tmp_505', u'CBRANCH_-1206957459'), (u'PTRSUB_-1206956925', u'LOAD_-1206957403'), (u'LOAD_-1206957734', u'MULTIEQUAL_-1206957220'), (u'MULTIEQUAL_-1206957243', u'PTRADD_-1206957046'), ('const-433', u'LOAD_-1206957480'), (u'MULTIEQUAL_-1206957273', u'INT_LESSEQUAL_-1206957456'), (u'LOAD_-1206957575', u'PTRSUB_-1206957019'), (u'PTRSUB_-1206957015', u'LOAD_-1206957586'), (u'LOAD_-1206957734', u'INT_LESSEQUAL_-1206957690'), (u'MULTIEQUAL_-1206956912', u'CALL_-1206957516'), ('tmp_701', u'PTRSUB_-1206957082'), ('const-1', u'PTRADD_-1206956931'), (u'MULTIEQUAL_-1206956981', u'PTRSUB_-1206956948'), (u'PTRADD_-1206957046', u'INT_LESSEQUAL_-1206957456'), (u'MULTIEQUAL_-1206957243', u'COPY_-1206957070'), ('const-433', u'LOAD_-1206957734'), (u'PTRSUB_-1206956878', u'LOAD_-1206957495'), (u'LOAD_-1206957586', u'CALLIND_-1206957576'), (u'LOAD_-1206957552', u'MULTIEQUAL_-1206957226'), ('const-1', u'PTRADD_-1206957046'), ('const-433', u'LOAD_-1206957575'), (u'INT_LESSEQUAL_-1206957690', u'CBRANCH_-1206957689'), ('const-433', u'LOAD_-1206957451'), (u'COPY_-1206957070', u'MULTIEQUAL_-1206957245'), (u'PTRADD_-1206956931', u'INT_LESS_-1206957374'), (u'PTRADD_-1206957046', u'MULTIEQUAL_-1206957243'), ('const-0', u'PTRSUB_-1206957019'), ('tmp_701', u'PTRSUB_-1206957015'), ('const-433', u'LOAD_-1206957586'), ('tmp_465', u'CBRANCH_-1206957491'), ('tmp_618', u'CBRANCH_-1206957382'), ('const-0', u'RETURN_-1206957452'), (u'MULTIEQUAL_-1206957220', u'INT_LESS_-1206957494'), (u'MULTIEQUAL_-1206957215', u'CALLIND_-1206957576'), (u'PTRSUB_-1206956917', u'LOAD_-1206957564'), (u'LOAD_-1206957740', u'MULTIEQUAL_-1206957243'), (u'PTRSUB_-1206957009', u'LOAD_-1206957575'), (u'INT_LESS_-1206957506', u'CBRANCH_-1206957514'), (u'PTRSUB_-1206957035', u'LOAD_-1206957619'), (u'MULTIEQUAL_-1206956912', u'INT_NOTEQUAL_-1206957543'), (u'LOAD_-1206957740', u'INT_LESSEQUAL_-1206957690'), (u'LOAD_-1206957480', u'COPY_-1206957006'), (u'LOAD_-1206957724', u'INT_NOTEQUAL_-1206957708'), (u'INT_LESS_-1206957494', u'CBRANCH_-1206957491'), ('const-0', u'INT_NOTEQUAL_-1206957543'), ('const-1', u'PTRADD_-1206956994'), (u'LOAD_-1206957552', u'INT_LESS_-1206957506'), (u'INT_LESSEQUAL_-1206957456', u'CBRANCH_-1206957466'), ('tmp_139', u'CBRANCH_-1206957689'), (u'INT_NOTEQUAL_-1206957543', u'CBRANCH_-1206957542'), ('const-0', u'PTRSUB_-1206956878'), ('tmp_109', u'CBRANCH_-1206957705'), (u'INT_NOTEQUAL_-1206957708', u'CBRANCH_-1206957705'), ('tmp_305', u'CBRANCH_-1206957598'), (u'MULTIEQUAL_-1206957243', u'PTRADD_-1206956994'), ('const-0', u'INT_NOTEQUAL_-1206957460'), ('tmp_174', u'CBRANCH_-1206957542'), (u'LOAD_-1206957495', u'CALL_-1206957482'), ('const-0', u'INT_EQUAL_-1206957556'), (u'MULTIEQUAL_-1206957189', u'MULTIEQUAL_-1206957177'), (u'INT_NOTEQUAL_-1206957740', u'CBRANCH_-1206957725'), ('const-433', u'LOAD_-1206957756'), (u'LOAD_-1206957564', u'COPY_-1206956959'), ('tmp_701', u'PTRSUB_-1206956999'), (u'LOAD_-1206957575', u'INT_EQUAL_-1206957556'), (u'MULTIEQUAL_-1206957243', u'PTRSUB_-1206957035'), (u'COPY_-1206956959', u'MULTIEQUAL_-1206956912'), (u'MULTIEQUAL_-1206956981', u'CALL_-1206957438'), ('const-433', u'LOAD_-1206957529'), (u'PTRSUB_-1206957076', u'LOAD_-1206957740'), (u'INT_EQUAL_-1206957600', u'CBRANCH_-1206957598'), (u'PTRSUB_-1206957019', u'LOAD_-1206957474'), (u'PTRSUB_-1206956999', u'LOAD_-1206957552'), ('const-0', u'PTRSUB_-1206957035'), ('const-433', u'LOAD_-1206957564'), (u'PTRSUB_-1206957065', u'LOAD_-1206957724'), (u'LOAD_-1206957474', u'MULTIEQUAL_-1206957215'), (u'MULTIEQUAL_-1206957177', u'PTRADD_-1206956931'), (u'LOAD_-1206957619', u'INT_EQUAL_-1206957600')]
|
[('const-2', u'PTRADD_-1206956997'), ('tmp_428', u'CBRANCH_-1206957514'), ('const-8', u'INT_ADD_-1206957513'), ('const-8', u'PTRADD_-1206957019'), (u'LOAD_-1206957480', u'CAST_-1206956947'), ('tmp_359', u'CBRANCH_-1206957553'), (u'MULTIEQUAL_-1206957189', u'INT_LESS_-1206957494'), (u'CAST_-1206956996', u'CALLIND_-1206957576'), ('const-8', u'PTRADD_-1206957074'), (u'CAST_-1206957049', u'INT_LESSEQUAL_-1206957690'), (u'CAST_-1206957049', u'MULTIEQUAL_-1206957220'), (u'COPY_-1206956938', u'MULTIEQUAL_-1206956919'), (u'LOAD_-1206957740', u'CAST_-1206957053'), ('const-433', u'LOAD_-1206957740'), ('const-1', u'PTRADD_-1206957013'), (u'CAST_-1206956980', u'INT_LESS_-1206957506'), ('tmp_1594', u'PTRADD_-1206957019'), ('const-0', u'INT_NOTEQUAL_-1206957740'), (u'MULTIEQUAL_-1206956981', u'INT_NOTEQUAL_-1206957460'), ('const-8', u'PTRADD_-1206956997'), (u'LOAD_-1206957575', u'CAST_-1206956990'), (u'PTRADD_-1206956936', u'MULTIEQUAL_-1206957177'), ('tmp_1594', u'LOAD_-1206957495'), (u'CAST_-1206956980', u'MULTIEQUAL_-1206957273'), (u'LOAD_-1206957403', u'CAST_-1206956907'), (u'PTRADD_-1206956997', u'INT_LESS_-1206957506'), (u'LOAD_-1206957451', u'COPY_-1206956988'), (u'CAST_-1206956907', u'INT_LESS_-1206957374'), (u'CAST_-1206956859', u'CALL_-1206957482'), (u'COPY_-1206957077', u'MULTIEQUAL_-1206957245'), (u'INT_NOTEQUAL_-1206957460', u'CBRANCH_-1206957459'), ('const-2', u'PTRADD_-1206956936'), ('const-433', u'LOAD_-1206957403'), (u'PTRADD_-1206956936', u'INT_LESS_-1206957374'), ('tmp_73', u'CBRANCH_-1206957725'), (u'INT_EQUAL_-1206957556', u'CBRANCH_-1206957553'), ('const-8', u'PTRADD_-1206956931'), ('const-8', u'PTRADD_-1206957083'), (u'LOAD_-1206957619', u'MULTIEQUAL_-1206957215'), ('const-0', u'INT_EQUAL_-1206957600'), ('const-433', u'LOAD_-1206957734'), ('const-0', u'INT_NOTEQUAL_-1206957708'), (u'MULTIEQUAL_-1206957177', u'PTRADD_-1206956970'), (u'INT_LESS_-1206957374', u'CBRANCH_-1206957382'), ('const-433', u'LOAD_-1206957724'), (u'MULTIEQUAL_-1206956981', u'CAST_-1206956930'), ('tmp_682', u'CBRANCH_-1206957466'), ('tmp_1594', u'PTRADD_-1206957083'), (u'MULTIEQUAL_-1206956919', u'INT_NOTEQUAL_-1206957543'), ('tmp_1594', u'LOAD_-1206957514'), (u'CAST_-1206956947', u'COPY_-1206957013'), (u'INT_ADD_-1206957435', u'CAST_-1206956929'), ('const-433', u'LOAD_-1206957514'), ('const-433', u'LOAD_-1206957575'), (u'CAST_-1206957053', u'INT_LESSEQUAL_-1206957690'), (u'PTRADD_-1206957067', u'LOAD_-1206957724'), ('const-8', u'INT_ADD_-1206957435'), (u'CAST_-1206956899', u'COPY_-1206956966'), ('const-8', u'PTRADD_-1206957003'), (u'CAST_-1206956929', u'LOAD_-1206957451'), (u'LOAD_-1206957756', u'INT_NOTEQUAL_-1206957740'), (u'CAST_-1206957053', u'MULTIEQUAL_-1206957243'), (u'PTRADD_-1206957047', u'MULTIEQUAL_-1206957243'), (u'MULTIEQUAL_-1206956919', u'CAST_-1206956878'), (u'MULTIEQUAL_-1206957226', u'MULTIEQUAL_-1206957220'), ('const-2', u'PTRADD_-1206957047'), (u'MULTIEQUAL_-1206957273', u'MULTIEQUAL_-1206957273'), (u'PTRADD_-1206957013', u'LOAD_-1206957575'), ('const-4', u'PTRADD_-1206957067'), (u'MULTIEQUAL_-1206957273', u'MULTIEQUAL_-1206957226'), ('const-433', u'LOAD_-1206957451'), ('const-8', u'PTRADD_-1206956923'), (u'CAST_-1206956990', u'LOAD_-1206957474'), (u'CAST_-1206957053', u'MULTIEQUAL_-1206957189'), (u'MULTIEQUAL_-1206957177', u'PTRADD_-1206956936'), (u'PTRADD_-1206956923', u'LOAD_-1206957564'), ('const-1', u'PTRADD_-1206956970'), ('tmp_1594', u'CALL_-1206957456'), ('tmp_1594', u'PTRADD_-1206957074'), ('tmp_505', u'CBRANCH_-1206957459'), (u'COPY_-1206956988', u'MULTIEQUAL_-1206956981'), ('const-433', u'LOAD_-1206957552'), (u'CAST_-1206956878', u'INT_ADD_-1206957513'), (u'PTRADD_-1206956997', u'MULTIEQUAL_-1206957243'), ('tmp_1594', u'PTRADD_-1206956923'), ('const-433', u'LOAD_-1206957495'), ('const-433', u'LOAD_-1206957756'), (u'MULTIEQUAL_-1206957243', u'PTRADD_-1206957047'), ('tmp_1594', u'PTRADD_-1206956931'), ('const-433', u'LOAD_-1206957586'), (u'CAST_-1206956965', u'MULTIEQUAL_-1206957189'), (u'MULTIEQUAL_-1206957273', u'INT_LESSEQUAL_-1206957456'), (u'LOAD_-1206957529', u'COPY_-1206956938'), ('const-1', u'PTRADD_-1206956931'), (u'CAST_-1206956990', u'COPY_-1206957070'), ('const-8', u'PTRADD_-1206957013'), ('const-433', u'LOAD_-1206957619'), ('const-433', u'LOAD_-1206957564'), ('const-9', u'PTRADD_-1206956923'), ('const-8', u'PTRADD_-1206957067'), (u'CAST_-1206956877', u'LOAD_-1206957529'), ('const-8', u'PTRADD_-1206956970'), ('tmp_1594', u'LOAD_-1206957740'), (u'INT_LESSEQUAL_-1206957690', u'CBRANCH_-1206957689'), (u'COPY_-1206957070', u'MULTIEQUAL_-1206957245'), ('const-433', u'LOAD_-1206957529'), (u'PTRADD_-1206957083', u'LOAD_-1206957756'), (u'PTRADD_-1206956931', u'LOAD_-1206957403'), ('const-8', u'PTRADD_-1206957047'), ('const-8', u'PTRADD_-1206957019'), (u'PTRADD_-1206957074', u'LOAD_-1206957734'), ('const-433', u'LOAD_-1206957480'), ('tmp_465', u'CBRANCH_-1206957491'), ('tmp_618', u'CBRANCH_-1206957382'), ('const-0', u'RETURN_-1206957452'), (u'MULTIEQUAL_-1206957243', u'PTRADD_-1206956997'), (u'MULTIEQUAL_-1206957220', u'INT_LESS_-1206957494'), (u'PTRADD_-1206956970', u'LOAD_-1206957480'), (u'LOAD_-1206957552', u'CAST_-1206956980'), (u'LOAD_-1206957495', u'CAST_-1206956859'), (u'MULTIEQUAL_-1206957215', u'CALLIND_-1206957576'), (u'CAST_-1206956930', u'INT_ADD_-1206957435'), (u'INT_LESS_-1206957506', u'CBRANCH_-1206957514'), ('tmp_1594', u'PTRADD_-1206957067'), (u'LOAD_-1206957734', u'CAST_-1206957049'), (u'MULTIEQUAL_-1206956919', u'CALL_-1206957516'), (u'COPY_-1206957013', u'MULTIEQUAL_-1206956981'), (u'PTRADD_-1206957003', u'LOAD_-1206957552'), (u'LOAD_-1206957724', u'INT_NOTEQUAL_-1206957708'), ('const-433', u'LOAD_-1206957474'), (u'MULTIEQUAL_-1206957245', u'PTRADD_-1206957013'), (u'INT_LESS_-1206957494', u'CBRANCH_-1206957491'), (u'LOAD_-1206957564', u'CAST_-1206956899'), ('const-1', u'PTRADD_-1206957074'), (u'CAST_-1206957049', u'MULTIEQUAL_-1206957273'), ('const-0', u'INT_NOTEQUAL_-1206957543'), (u'CAST_-1206956990', u'INT_EQUAL_-1206957556'), ('const-1', u'PTRADD_-1206957003'), (u'INT_LESSEQUAL_-1206957456', u'CBRANCH_-1206957466'), ('tmp_139', u'CBRANCH_-1206957689'), (u'INT_NOTEQUAL_-1206957543', u'CBRANCH_-1206957542'), ('tmp_109', u'CBRANCH_-1206957705'), (u'INT_ADD_-1206957513', u'CAST_-1206956877'), (u'INT_NOTEQUAL_-1206957708', u'CBRANCH_-1206957705'), ('const-8', u'PTRADD_-1206956936'), ('tmp_305', u'CBRANCH_-1206957598'), ('const-0', u'INT_NOTEQUAL_-1206957460'), ('tmp_174', u'CBRANCH_-1206957542'), (u'MULTIEQUAL_-1206957243', u'LOAD_-1206957619'), (u'PTRADD_-1206957047', u'INT_LESSEQUAL_-1206957456'), ('const-0', u'INT_EQUAL_-1206957556'), (u'MULTIEQUAL_-1206957243', u'COPY_-1206957077'), (u'MULTIEQUAL_-1206957189', u'MULTIEQUAL_-1206957177'), (u'INT_NOTEQUAL_-1206957740', u'CBRANCH_-1206957725'), (u'LOAD_-1206957514', u'CAST_-1206956965'), (u'COPY_-1206956966', u'MULTIEQUAL_-1206956919'), (u'LOAD_-1206957586', u'CAST_-1206956996'), ('tmp_1594', u'PTRADD_-1206957003'), ('const-8', u'PTRADD_-1206957083'), (u'PTRADD_-1206957019', u'LOAD_-1206957586'), (u'MULTIEQUAL_-1206956981', u'CALL_-1206957438'), (u'INT_EQUAL_-1206957600', u'CBRANCH_-1206957598'), (u'LOAD_-1206957474', u'MULTIEQUAL_-1206957215'), (u'CAST_-1206956980', u'MULTIEQUAL_-1206957226'), (u'LOAD_-1206957619', u'INT_EQUAL_-1206957600')]
| null | null |
00104930
|
x64
|
O2
|
(translation_unit "void FUN_00104930(ulong *param_1)\n\n{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_00104930(ulong *param_1)\n\n{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00104930(ulong *param_1)" identifier (parameter_list "(ulong *param_1)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (if_statement "if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" if (parenthesized_expression "((param_1[8] != 0) && (param_1[4] != 0))" ( (binary_expression "(param_1[8] != 0) && (param_1[4] != 0)" (parenthesized_expression "(param_1[8] != 0)" ( (binary_expression "param_1[8] != 0" (subscript_expression "param_1[8]" identifier [ number_literal ]) != number_literal) )) && (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 (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" { (if_statement "if (plVar3 <= plVar5) goto LAB_001049cc;" if (parenthesized_expression "(plVar3 <= plVar5)" ( (binary_expression "plVar3 <= plVar5" identifier <= identifier) )) (goto_statement "goto LAB_001049cc;" goto statement_identifier ;)) (do_statement "do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);" do (compound_statement "{\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n }" { (while_statement "while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" while (parenthesized_expression "(lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0)" ( (comma_expression "lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0" (assignment_expression "lVar6 = *plVar5" identifier = (pointer_expression "*plVar5" * identifier)) , (comma_expression "plVar4 = plVar5, lVar6 == 0" (assignment_expression "plVar4 = plVar5" identifier = identifier) , (binary_expression "lVar6 == 0" identifier == number_literal))) )) (compound_statement "{\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" { (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) (if_statement "if (plVar3 <= plVar5) goto LAB_0010498f;" if (parenthesized_expression "(plVar3 <= plVar5)" ( (binary_expression "plVar3 <= plVar5" identifier <= identifier) )) (goto_statement "goto LAB_0010498f;" goto statement_identifier ;)) })) (while_statement "while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" { (expression_statement "(*(code *)param_1[8])(lVar6);" (call_expression "(*(code *)param_1[8])(lVar6)" (parenthesized_expression "(*(code *)param_1[8])" ( (pointer_expression "*(code *)param_1[8]" * (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) )) (argument_list "(lVar6)" ( identifier ))) ;) (expression_statement "plVar4 = (long *)plVar4[1];" (assignment_expression "plVar4 = (long *)plVar4[1]" identifier = (cast_expression "(long *)plVar4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[1]" identifier [ number_literal ]))) ;) (if_statement "if (plVar4 == (long *)0x0) break;" if (parenthesized_expression "(plVar4 == (long *)0x0)" ( (binary_expression "plVar4 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar6 = *plVar4;" (assignment_expression "lVar6 = *plVar4" identifier = (pointer_expression "*plVar4" * identifier)) ;) })) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar5 < plVar3)" ( (binary_expression "plVar5 < plVar3" identifier < identifier) )) ;) (labeled_statement "LAB_0010498f:\n plVar5 = (long *)*param_1;" statement_identifier : (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" if (parenthesized_expression "(plVar5 < plVar3)" ( (binary_expression "plVar5 < plVar3" identifier < identifier) )) (compound_statement "{\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" { (do_statement "do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);" do (compound_statement "{\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n }" { (expression_statement "pvVar2 = (void *)plVar5[1];" (assignment_expression "pvVar2 = (void *)plVar5[1]" identifier = (cast_expression "(void *)plVar5[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar5[1]" identifier [ number_literal ]))) ;) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" while (parenthesized_expression "(pvVar2 != (void *)0x0)" ( (binary_expression "pvVar2 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" { (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" identifier = (pointer_expression "*(void **)((long)pvVar2 + 8)" * (cast_expression "(void **)((long)pvVar2 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar2 + 8)" ( (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" identifier (argument_list "(pvVar2)" ( identifier ))) ;) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" identifier = identifier) ;) })) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar5 < (long *)param_1[1])" ( (binary_expression "plVar5 < (long *)param_1[1]" identifier < (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) })) (labeled_statement "LAB_001049cc:\n pvVar2 = (void *)param_1[9];" statement_identifier : (expression_statement "pvVar2 = (void *)param_1[9];" (assignment_expression "pvVar2 = (void *)param_1[9]" identifier = (cast_expression "(void *)param_1[9]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;)) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" while (parenthesized_expression "(pvVar2 != (void *)0x0)" ( (binary_expression "pvVar2 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" { (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" identifier = (pointer_expression "*(void **)((long)pvVar2 + 8)" * (cast_expression "(void **)((long)pvVar2 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar2 + 8)" ( (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" identifier (argument_list "(pvVar2)" ( identifier ))) ;) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" identifier = identifier) ;) })) (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" identifier (argument_list "((void *)*param_1)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) (expression_statement "free(param_1);" (call_expression "free(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void hash_free(Hash_table *table)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n hash_entry *phVar3;\n void *pvVar4;\n \n phVar3 = table->bucket;\n phVar1 = table->bucket_limit;\n if ((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)) {\n if (phVar1 <= phVar3) goto LAB_001049cc;\n do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);\nLAB_0010498f:\n phVar3 = table->bucket;\n }\n if (phVar3 < phVar1) {\n do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);\n }\nLAB_001049cc:\n phVar3 = table->free_entry_list;\n while (phVar3 != (hash_entry *)0x0) {\n phVar1 = phVar3->next;\n free(phVar3);\n phVar3 = phVar1;\n }\n free(table->bucket);\n free(table);\n return;\n}\n\n" (function_definition "void hash_free(Hash_table *table)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n hash_entry *phVar3;\n void *pvVar4;\n \n phVar3 = table->bucket;\n phVar1 = table->bucket_limit;\n if ((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)) {\n if (phVar1 <= phVar3) goto LAB_001049cc;\n do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);\nLAB_0010498f:\n phVar3 = table->bucket;\n }\n if (phVar3 < phVar1) {\n do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);\n }\nLAB_001049cc:\n phVar3 = table->free_entry_list;\n while (phVar3 != (hash_entry *)0x0) {\n phVar1 = phVar3->next;\n free(phVar3);\n phVar3 = phVar1;\n }\n free(table->bucket);\n free(table);\n return;\n}" primitive_type (function_declarator "hash_free(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_entry *phVar3;\n void *pvVar4;\n \n phVar3 = table->bucket;\n phVar1 = table->bucket_limit;\n if ((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)) {\n if (phVar1 <= phVar3) goto LAB_001049cc;\n do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);\nLAB_0010498f:\n phVar3 = table->bucket;\n }\n if (phVar3 < phVar1) {\n do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);\n }\nLAB_001049cc:\n phVar3 = table->free_entry_list;\n while (phVar3 != (hash_entry *)0x0) {\n phVar1 = phVar3->next;\n free(phVar3);\n phVar3 = phVar1;\n }\n free(table->bucket);\n free(table);\n return;\n}" { (declaration "hash_entry *phVar1;" type_identifier (pointer_declarator "*phVar1" * identifier) ;) (declaration "hash_entry *phVar2;" type_identifier (pointer_declarator "*phVar2" * identifier) ;) (declaration "hash_entry *phVar3;" type_identifier (pointer_declarator "*phVar3" * identifier) ;) (declaration "void *pvVar4;" primitive_type (pointer_declarator "*pvVar4" * identifier) ;) (expression_statement "phVar3 = table->bucket;" (assignment_expression "phVar3 = table->bucket" identifier = (field_expression "table->bucket" identifier -> field_identifier)) ;) (expression_statement "phVar1 = table->bucket_limit;" (assignment_expression "phVar1 = table->bucket_limit" identifier = (field_expression "table->bucket_limit" identifier -> field_identifier)) ;) (if_statement "if ((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)) {\n if (phVar1 <= phVar3) goto LAB_001049cc;\n do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);\nLAB_0010498f:\n phVar3 = table->bucket;\n }" if (parenthesized_expression "((table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0))" ( (binary_expression "(table->data_freer != (Hash_data_freer)0x0) && (table->n_entries != 0)" (parenthesized_expression "(table->data_freer != (Hash_data_freer)0x0)" ( (binary_expression "table->data_freer != (Hash_data_freer)0x0" (field_expression "table->data_freer" identifier -> field_identifier) != (cast_expression "(Hash_data_freer)0x0" ( (type_descriptor "Hash_data_freer" type_identifier) ) number_literal)) )) && (parenthesized_expression "(table->n_entries != 0)" ( (binary_expression "table->n_entries != 0" (field_expression "table->n_entries" identifier -> field_identifier) != number_literal) ))) )) (compound_statement "{\n if (phVar1 <= phVar3) goto LAB_001049cc;\n do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);\nLAB_0010498f:\n phVar3 = table->bucket;\n }" { (if_statement "if (phVar1 <= phVar3) goto LAB_001049cc;" if (parenthesized_expression "(phVar1 <= phVar3)" ( (binary_expression "phVar1 <= phVar3" identifier <= identifier) )) (goto_statement "goto LAB_001049cc;" goto statement_identifier ;)) (do_statement "do {\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n } while (phVar3 < phVar1);" do (compound_statement "{\n while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }\n while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }\n phVar1 = table->bucket_limit;\n phVar3 = phVar3 + 1;\n }" { (while_statement "while (pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0) {\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }" while (parenthesized_expression "(pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0)" ( (comma_expression "pvVar4 = phVar3->data, phVar2 = phVar3, pvVar4 == (void *)0x0" (assignment_expression "pvVar4 = phVar3->data" identifier = (field_expression "phVar3->data" identifier -> field_identifier)) , (comma_expression "phVar2 = phVar3, pvVar4 == (void *)0x0" (assignment_expression "phVar2 = phVar3" identifier = identifier) , (binary_expression "pvVar4 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)))) )) (compound_statement "{\n phVar3 = phVar3 + 1;\n if (phVar1 <= phVar3) goto LAB_0010498f;\n }" { (expression_statement "phVar3 = phVar3 + 1;" (assignment_expression "phVar3 = phVar3 + 1" identifier = (binary_expression "phVar3 + 1" identifier + number_literal)) ;) (if_statement "if (phVar1 <= phVar3) goto LAB_0010498f;" if (parenthesized_expression "(phVar1 <= phVar3)" ( (binary_expression "phVar1 <= phVar3" identifier <= identifier) )) (goto_statement "goto LAB_0010498f;" goto statement_identifier ;)) })) (while_statement "while( true ) {\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n (*table->data_freer)(pvVar4);\n phVar2 = phVar2->next;\n if (phVar2 == (hash_entry *)0x0) break;\n pvVar4 = phVar2->data;\n }" { (expression_statement "(*table->data_freer)(pvVar4);" (call_expression "(*table->data_freer)(pvVar4)" (parenthesized_expression "(*table->data_freer)" ( (pointer_expression "*table->data_freer" * (field_expression "table->data_freer" identifier -> field_identifier)) )) (argument_list "(pvVar4)" ( identifier ))) ;) (expression_statement "phVar2 = phVar2->next;" (assignment_expression "phVar2 = phVar2->next" identifier = (field_expression "phVar2->next" identifier -> field_identifier)) ;) (if_statement "if (phVar2 == (hash_entry *)0x0) break;" if (parenthesized_expression "(phVar2 == (hash_entry *)0x0)" ( (binary_expression "phVar2 == (hash_entry *)0x0" identifier == (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pvVar4 = phVar2->data;" (assignment_expression "pvVar4 = phVar2->data" identifier = (field_expression "phVar2->data" identifier -> field_identifier)) ;) })) (expression_statement "phVar1 = table->bucket_limit;" (assignment_expression "phVar1 = table->bucket_limit" identifier = (field_expression "table->bucket_limit" identifier -> field_identifier)) ;) (expression_statement "phVar3 = phVar3 + 1;" (assignment_expression "phVar3 = phVar3 + 1" identifier = (binary_expression "phVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(phVar3 < phVar1)" ( (binary_expression "phVar3 < phVar1" identifier < identifier) )) ;) (labeled_statement "LAB_0010498f:\n phVar3 = table->bucket;" statement_identifier : (expression_statement "phVar3 = table->bucket;" (assignment_expression "phVar3 = table->bucket" identifier = (field_expression "table->bucket" identifier -> field_identifier)) ;)) })) (if_statement "if (phVar3 < phVar1) {\n do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);\n }" if (parenthesized_expression "(phVar3 < phVar1)" ( (binary_expression "phVar3 < phVar1" identifier < identifier) )) (compound_statement "{\n do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);\n }" { (do_statement "do {\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n } while (phVar3 < table->bucket_limit);" do (compound_statement "{\n phVar1 = phVar3->next;\n while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }\n phVar3 = phVar3 + 1;\n }" { (expression_statement "phVar1 = phVar3->next;" (assignment_expression "phVar1 = phVar3->next" identifier = (field_expression "phVar3->next" identifier -> field_identifier)) ;) (while_statement "while (phVar1 != (hash_entry *)0x0) {\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }" 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)) )) (compound_statement "{\n phVar2 = phVar1->next;\n free(phVar1);\n phVar1 = phVar2;\n }" { (expression_statement "phVar2 = phVar1->next;" (assignment_expression "phVar2 = phVar1->next" identifier = (field_expression "phVar1->next" identifier -> field_identifier)) ;) (expression_statement "free(phVar1);" (call_expression "free(phVar1)" identifier (argument_list "(phVar1)" ( identifier ))) ;) (expression_statement "phVar1 = phVar2;" (assignment_expression "phVar1 = phVar2" identifier = identifier) ;) })) (expression_statement "phVar3 = phVar3 + 1;" (assignment_expression "phVar3 = phVar3 + 1" identifier = (binary_expression "phVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(phVar3 < table->bucket_limit)" ( (binary_expression "phVar3 < table->bucket_limit" identifier < (field_expression "table->bucket_limit" identifier -> field_identifier)) )) ;) })) (labeled_statement "LAB_001049cc:\n phVar3 = table->free_entry_list;" statement_identifier : (expression_statement "phVar3 = table->free_entry_list;" (assignment_expression "phVar3 = table->free_entry_list" identifier = (field_expression "table->free_entry_list" identifier -> field_identifier)) ;)) (while_statement "while (phVar3 != (hash_entry *)0x0) {\n phVar1 = phVar3->next;\n free(phVar3);\n phVar3 = phVar1;\n }" while (parenthesized_expression "(phVar3 != (hash_entry *)0x0)" ( (binary_expression "phVar3 != (hash_entry *)0x0" identifier != (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n phVar1 = phVar3->next;\n free(phVar3);\n phVar3 = phVar1;\n }" { (expression_statement "phVar1 = phVar3->next;" (assignment_expression "phVar1 = phVar3->next" identifier = (field_expression "phVar3->next" identifier -> field_identifier)) ;) (expression_statement "free(phVar3);" (call_expression "free(phVar3)" identifier (argument_list "(phVar3)" ( identifier ))) ;) (expression_statement "phVar3 = phVar1;" (assignment_expression "phVar3 = phVar1" identifier = identifier) ;) })) (expression_statement "free(table->bucket);" (call_expression "free(table->bucket)" identifier (argument_list "(table->bucket)" ( (field_expression "table->bucket" identifier -> field_identifier) ))) ;) (expression_statement "free(table);" (call_expression "free(table)" identifier (argument_list "(table)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00104930(ulong *param_1)\n\n{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_00104930(ulong *param_1)\n\n{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00104930(ulong *param_1)" identifier (parameter_list "(ulong *param_1)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (if_statement "if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" if (parenthesized_expression "((param_1[8] != 0) && (param_1[4] != 0))" ( (binary_expression "(param_1[8] != 0) && (param_1[4] != 0)" (parenthesized_expression "(param_1[8] != 0)" ( (binary_expression "param_1[8] != 0" (subscript_expression "param_1[8]" identifier [ number_literal ]) != number_literal) )) && (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 (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" { (if_statement "if (plVar3 <= plVar5) goto LAB_001049cc;" if (parenthesized_expression "(plVar3 <= plVar5)" ( (binary_expression "plVar3 <= plVar5" identifier <= identifier) )) (goto_statement "goto LAB_001049cc;" goto statement_identifier ;)) (do_statement "do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);" do (compound_statement "{\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n }" { (while_statement "while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" while (parenthesized_expression "(lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0)" ( (comma_expression "lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0" (assignment_expression "lVar6 = *plVar5" identifier = (pointer_expression "*plVar5" * identifier)) , (comma_expression "plVar4 = plVar5, lVar6 == 0" (assignment_expression "plVar4 = plVar5" identifier = identifier) , (binary_expression "lVar6 == 0" identifier == number_literal))) )) (compound_statement "{\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" { (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) (if_statement "if (plVar3 <= plVar5) goto LAB_0010498f;" if (parenthesized_expression "(plVar3 <= plVar5)" ( (binary_expression "plVar3 <= plVar5" identifier <= identifier) )) (goto_statement "goto LAB_0010498f;" goto statement_identifier ;)) })) (while_statement "while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" { (expression_statement "(*(code *)param_1[8])(lVar6);" (call_expression "(*(code *)param_1[8])(lVar6)" (parenthesized_expression "(*(code *)param_1[8])" ( (pointer_expression "*(code *)param_1[8]" * (cast_expression "(code *)param_1[8]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[8]" identifier [ number_literal ]))) )) (argument_list "(lVar6)" ( identifier ))) ;) (expression_statement "plVar4 = (long *)plVar4[1];" (assignment_expression "plVar4 = (long *)plVar4[1]" identifier = (cast_expression "(long *)plVar4[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[1]" identifier [ number_literal ]))) ;) (if_statement "if (plVar4 == (long *)0x0) break;" if (parenthesized_expression "(plVar4 == (long *)0x0)" ( (binary_expression "plVar4 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar6 = *plVar4;" (assignment_expression "lVar6 = *plVar4" identifier = (pointer_expression "*plVar4" * identifier)) ;) })) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar5 < plVar3)" ( (binary_expression "plVar5 < plVar3" identifier < identifier) )) ;) (labeled_statement "LAB_0010498f:\n plVar5 = (long *)*param_1;" statement_identifier : (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" if (parenthesized_expression "(plVar5 < plVar3)" ( (binary_expression "plVar5 < plVar3" identifier < identifier) )) (compound_statement "{\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" { (do_statement "do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);" do (compound_statement "{\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n }" { (expression_statement "pvVar2 = (void *)plVar5[1];" (assignment_expression "pvVar2 = (void *)plVar5[1]" identifier = (cast_expression "(void *)plVar5[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar5[1]" identifier [ number_literal ]))) ;) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" while (parenthesized_expression "(pvVar2 != (void *)0x0)" ( (binary_expression "pvVar2 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" { (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" identifier = (pointer_expression "*(void **)((long)pvVar2 + 8)" * (cast_expression "(void **)((long)pvVar2 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar2 + 8)" ( (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" identifier (argument_list "(pvVar2)" ( identifier ))) ;) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" identifier = identifier) ;) })) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" identifier = (binary_expression "plVar5 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar5 < (long *)param_1[1])" ( (binary_expression "plVar5 < (long *)param_1[1]" identifier < (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) })) (labeled_statement "LAB_001049cc:\n pvVar2 = (void *)param_1[9];" statement_identifier : (expression_statement "pvVar2 = (void *)param_1[9];" (assignment_expression "pvVar2 = (void *)param_1[9]" identifier = (cast_expression "(void *)param_1[9]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[9]" identifier [ number_literal ]))) ;)) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" while (parenthesized_expression "(pvVar2 != (void *)0x0)" ( (binary_expression "pvVar2 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" { (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" identifier = (pointer_expression "*(void **)((long)pvVar2 + 8)" * (cast_expression "(void **)((long)pvVar2 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)pvVar2 + 8)" ( (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" identifier (argument_list "(pvVar2)" ( identifier ))) ;) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" identifier = identifier) ;) })) (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" identifier (argument_list "((void *)*param_1)" ( (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) (expression_statement "free(param_1);" (call_expression "free(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * IDENT)) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_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 ;)) })) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) ;) })) (labeled_statement statement_identifier : (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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (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)) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00104930(ulong *param_1)\n\n{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00104930(ulong *param_1)" (identifier "FUN_00104930") (parameter_list "(ulong *param_1)" (( "(") (parameter_declaration "ulong *param_1" (type_identifier "ulong") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n void *pvVar1;\n void *pvVar2;\n long *plVar3;\n long *plVar4;\n long *plVar5;\n long lVar6;\n \n plVar5 = (long *)*param_1;\n plVar3 = (long *)param_1[1];\n if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }\n if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }\nLAB_001049cc:\n pvVar2 = (void *)param_1[9];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n free((void *)*param_1);\n free(param_1);\n return;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "void *pvVar2;" (primitive_type "void") (pointer_declarator "*pvVar2" (* "*") (identifier "pvVar2")) (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "long *plVar5;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar5" (* "*") (identifier "plVar5")) (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" (identifier "plVar5") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" (identifier "plVar3") (= "=") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if ((param_1[8] != 0) && (param_1[4] != 0)) {\n if (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" (if "if") (parenthesized_expression "((param_1[8] != 0) && (param_1[4] != 0))" (( "(") (binary_expression "(param_1[8] != 0) && (param_1[4] != 0)" (parenthesized_expression "(param_1[8] != 0)" (( "(") (binary_expression "param_1[8] != 0" (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (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 (plVar3 <= plVar5) goto LAB_001049cc;\n do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);\nLAB_0010498f:\n plVar5 = (long *)*param_1;\n }" ({ "{") (if_statement "if (plVar3 <= plVar5) goto LAB_001049cc;" (if "if") (parenthesized_expression "(plVar3 <= plVar5)" (( "(") (binary_expression "plVar3 <= plVar5" (identifier "plVar3") (<= "<=") (identifier "plVar5")) () ")")) (goto_statement "goto LAB_001049cc;" (goto "goto") (statement_identifier "LAB_001049cc") (; ";"))) (do_statement "do {\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n } while (plVar5 < plVar3);" (do "do") (compound_statement "{\n while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }\n while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }\n plVar3 = (long *)param_1[1];\n plVar5 = plVar5 + 2;\n }" ({ "{") (while_statement "while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" (while "while") (parenthesized_expression "(lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0)" (( "(") (comma_expression "lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0" (assignment_expression "lVar6 = *plVar5" (identifier "lVar6") (= "=") (pointer_expression "*plVar5" (* "*") (identifier "plVar5"))) (, ",") (comma_expression "plVar4 = plVar5, lVar6 == 0" (assignment_expression "plVar4 = plVar5" (identifier "plVar4") (= "=") (identifier "plVar5")) (, ",") (binary_expression "lVar6 == 0" (identifier "lVar6") (== "==") (number_literal "0")))) () ")")) (compound_statement "{\n plVar5 = plVar5 + 2;\n if (plVar3 <= plVar5) goto LAB_0010498f;\n }" ({ "{") (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" (identifier "plVar5") (= "=") (binary_expression "plVar5 + 2" (identifier "plVar5") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if (plVar3 <= plVar5) goto LAB_0010498f;" (if "if") (parenthesized_expression "(plVar3 <= plVar5)" (( "(") (binary_expression "plVar3 <= plVar5" (identifier "plVar3") (<= "<=") (identifier "plVar5")) () ")")) (goto_statement "goto LAB_0010498f;" (goto "goto") (statement_identifier "LAB_0010498f") (; ";"))) (} "}"))) (while_statement "while( true ) {\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n (*(code *)param_1[8])(lVar6);\n plVar4 = (long *)plVar4[1];\n if (plVar4 == (long *)0x0) break;\n lVar6 = *plVar4;\n }" ({ "{") (expression_statement "(*(code *)param_1[8])(lVar6);" (call_expression "(*(code *)param_1[8])(lVar6)" (parenthesized_expression "(*(code *)param_1[8])" (( "(") (pointer_expression "*(code *)param_1[8]" (* "*") (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") (] "]")))) () ")")) (argument_list "(lVar6)" (( "(") (identifier "lVar6") () ")"))) (; ";")) (expression_statement "plVar4 = (long *)plVar4[1];" (assignment_expression "plVar4 = (long *)plVar4[1]" (identifier "plVar4") (= "=") (cast_expression "(long *)plVar4[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar4[1]" (identifier "plVar4") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (plVar4 == (long *)0x0) break;" (if "if") (parenthesized_expression "(plVar4 == (long *)0x0)" (( "(") (binary_expression "plVar4 == (long *)0x0" (identifier "plVar4") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar6 = *plVar4;" (assignment_expression "lVar6 = *plVar4" (identifier "lVar6") (= "=") (pointer_expression "*plVar4" (* "*") (identifier "plVar4"))) (; ";")) (} "}"))) (expression_statement "plVar3 = (long *)param_1[1];" (assignment_expression "plVar3 = (long *)param_1[1]" (identifier "plVar3") (= "=") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" (identifier "plVar5") (= "=") (binary_expression "plVar5 + 2" (identifier "plVar5") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar5 < plVar3)" (( "(") (binary_expression "plVar5 < plVar3" (identifier "plVar5") (< "<") (identifier "plVar3")) () ")")) (; ";")) (labeled_statement "LAB_0010498f:\n plVar5 = (long *)*param_1;" (statement_identifier "LAB_0010498f") (: ":") (expression_statement "plVar5 = (long *)*param_1;" (assignment_expression "plVar5 = (long *)*param_1" (identifier "plVar5") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";"))) (} "}"))) (if_statement "if (plVar5 < plVar3) {\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" (if "if") (parenthesized_expression "(plVar5 < plVar3)" (( "(") (binary_expression "plVar5 < plVar3" (identifier "plVar5") (< "<") (identifier "plVar3")) () ")")) (compound_statement "{\n do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);\n }" ({ "{") (do_statement "do {\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n } while (plVar5 < (long *)param_1[1]);" (do "do") (compound_statement "{\n pvVar2 = (void *)plVar5[1];\n while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }\n plVar5 = plVar5 + 2;\n }" ({ "{") (expression_statement "pvVar2 = (void *)plVar5[1];" (assignment_expression "pvVar2 = (void *)plVar5[1]" (identifier "pvVar2") (= "=") (cast_expression "(void *)plVar5[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar5[1]" (identifier "plVar5") ([ "[") (number_literal "1") (] "]")))) (; ";")) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" (while "while") (parenthesized_expression "(pvVar2 != (void *)0x0)" (( "(") (binary_expression "pvVar2 != (void *)0x0" (identifier "pvVar2") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" ({ "{") (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" (identifier "pvVar1") (= "=") (pointer_expression "*(void **)((long)pvVar2 + 8)" (* "*") (cast_expression "(void **)((long)pvVar2 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)pvVar2 + 8)" (( "(") (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar2")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" (identifier "free") (argument_list "(pvVar2)" (( "(") (identifier "pvVar2") () ")"))) (; ";")) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" (identifier "pvVar2") (= "=") (identifier "pvVar1")) (; ";")) (} "}"))) (expression_statement "plVar5 = plVar5 + 2;" (assignment_expression "plVar5 = plVar5 + 2" (identifier "plVar5") (= "=") (binary_expression "plVar5 + 2" (identifier "plVar5") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar5 < (long *)param_1[1])" (( "(") (binary_expression "plVar5 < (long *)param_1[1]" (identifier "plVar5") (< "<") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_001049cc:\n pvVar2 = (void *)param_1[9];" (statement_identifier "LAB_001049cc") (: ":") (expression_statement "pvVar2 = (void *)param_1[9];" (assignment_expression "pvVar2 = (void *)param_1[9]" (identifier "pvVar2") (= "=") (cast_expression "(void *)param_1[9]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[9]" (identifier "param_1") ([ "[") (number_literal "9") (] "]")))) (; ";"))) (while_statement "while (pvVar2 != (void *)0x0) {\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" (while "while") (parenthesized_expression "(pvVar2 != (void *)0x0)" (( "(") (binary_expression "pvVar2 != (void *)0x0" (identifier "pvVar2") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pvVar1 = *(void **)((long)pvVar2 + 8);\n free(pvVar2);\n pvVar2 = pvVar1;\n }" ({ "{") (expression_statement "pvVar1 = *(void **)((long)pvVar2 + 8);" (assignment_expression "pvVar1 = *(void **)((long)pvVar2 + 8)" (identifier "pvVar1") (= "=") (pointer_expression "*(void **)((long)pvVar2 + 8)" (* "*") (cast_expression "(void **)((long)pvVar2 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)pvVar2 + 8)" (( "(") (binary_expression "(long)pvVar2 + 8" (cast_expression "(long)pvVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar2")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "free(pvVar2);" (call_expression "free(pvVar2)" (identifier "free") (argument_list "(pvVar2)" (( "(") (identifier "pvVar2") () ")"))) (; ";")) (expression_statement "pvVar2 = pvVar1;" (assignment_expression "pvVar2 = pvVar1" (identifier "pvVar2") (= "=") (identifier "pvVar1")) (; ";")) (} "}"))) (expression_statement "free((void *)*param_1);" (call_expression "free((void *)*param_1)" (identifier "free") (argument_list "((void *)*param_1)" (( "(") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";")) (expression_statement "free(param_1);" (call_expression "free(param_1)" (identifier "free") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *table)
{
type_2 *var_1;
type_2 *var_4;
type_2 *var_2;
void *var_3;
var_2 = table->bucket;
var_1 = table->bucket_limit;
if ((table->data_freer != (type_3)0x0) && (table->n_entries != 0)) {
if (var_1 <= var_2) goto LAB_001049cc;
do {
while (var_3 = var_2->data, var_4 = var_2, var_3 == (void *)0x0) {
var_2 = var_2 + 1;
if (var_1 <= var_2) goto LAB_0010498f;
}
while( true ) {
(*table->data_freer)(var_3);
var_4 = var_4->next;
if (var_4 == (type_2 *)0x0) break;
var_3 = var_4->data;
}
var_1 = table->bucket_limit;
var_2 = var_2 + 1;
} while (var_2 < var_1);
LAB_0010498f:
var_2 = table->bucket;
}
if (var_2 < var_1) {
do {
var_1 = var_2->next;
while (var_1 != (type_2 *)0x0) {
var_4 = var_1->next;
var_5(var_1);
var_1 = var_4;
}
var_2 = var_2 + 1;
} while (var_2 < table->bucket_limit);
}
LAB_001049cc:
var_2 = table->free_entry_list;
while (var_2 != (type_2 *)0x0) {
var_1 = var_2->next;
var_5(var_2);
var_2 = var_1;
}
var_5(table->bucket);
var_5(table);
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))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (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))))) (while_statement condition: (parenthesized_expression (true)) 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: (subscript_expression argument: (identifier) index: (number_literal))))) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) 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: (identifier) right: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) 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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (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: (subscript_expression argument: (identifier) index: (number_literal)))))) (while_statement condition: (parenthesized_expression (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (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)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(ulong *param_1)
{
void *pvVar1;
void *pvVar2;
long *plVar3;
long *plVar4;
long *plVar5;
long lVar6;
plVar5 = (long *)*param_1;
plVar3 = (long *)param_1[1];
if ((param_1[8] != 0) && (param_1[4] != 0)) {
if (plVar3 <= plVar5) goto LAB_001049cc;
do {
while (lVar6 = *plVar5, plVar4 = plVar5, lVar6 == 0) {
plVar5 = plVar5 + 2;
if (plVar3 <= plVar5) goto LAB_0010498f;
}
while( true ) {
(*(code *)param_1[8])(lVar6);
plVar4 = (long *)plVar4[1];
if (plVar4 == (long *)0x0) break;
lVar6 = *plVar4;
}
plVar3 = (long *)param_1[1];
plVar5 = plVar5 + 2;
} while (plVar5 < plVar3);
LAB_0010498f:
plVar5 = (long *)*param_1;
}
if (plVar5 < plVar3) {
do {
pvVar2 = (void *)plVar5[1];
while (pvVar2 != (void *)0x0) {
pvVar1 = *(void **)((long)pvVar2 + 8);
free(pvVar2);
pvVar2 = pvVar1;
}
plVar5 = plVar5 + 2;
} while (plVar5 < (long *)param_1[1]);
}
LAB_001049cc:
pvVar2 = (void *)param_1[9];
while (pvVar2 != (void *)0x0) {
pvVar1 = *(void **)((long)pvVar2 + 8);
free(pvVar2);
pvVar2 = pvVar1;
}
free((void *)*param_1);
free(param_1);
return;
}
|
10262_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_write
|
FUN_00464790
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_write(Output_compressed_section * this, Output_file * of) */
void __thiscall
gold::Output_compressed_section::do_write(Output_compressed_section *this,Output_file *of)
{
byte bVar1;
long lVar2;
size_t __n;
uchar *__src;
bVar1 = (this->super_Output_section).super_Output_data.field_0x20;
if ((bVar1 & 4) == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe3,"offset");
}
lVar2 = (this->super_Output_section).super_Output_data.offset_;
if ((bVar1 & 2) == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xcf,"data_size");
}
__n = (this->super_Output_section).super_Output_data.data_size_;
if ((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");
}
__src = this->data_;
if ((__src == (uchar *)0x0) &&
(__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");
}
memcpy(of->base_ + lVar2,__src,__n);
return;
}
|
void FUN_00464790(long param_1,long param_2)
{
long lVar1;
void *__src;
if ((*(byte *)(param_1 + 0x20) & 4) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe3,"offset");
}
lVar1 = *(long *)(param_1 + 0x18);
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");
}
__src = *(void **)(param_1 + 0x150);
if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");
}
memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));
return;
}
|
SUB RSP,0x8
MOVZX EDX,byte ptr [RDI + 0x20]
TEST DL,0x4
JZ 0x00464834
AND EDX,0x2
MOV RAX,qword ptr [RDI + 0x18]
JZ 0x0046481c
MOV RDX,qword ptr [RDI + 0x10]
TEST RAX,RAX
JS 0x00464804
LEA RCX,[RDX + RAX*0x1]
CMP RCX,qword ptr [RSI + 0x10]
JG 0x00464804
ADD RAX,qword ptr [RSI + 0x18]
MOV RSI,qword ptr [RDI + 0x150]
TEST RSI,RSI
JZ 0x004647e0
MOV RDI,RAX
ADD RSP,0x8
JMP 0x00177aa0
MOV RSI,qword ptr [RDI + 0xc0]
TEST RSI,RSI
JNZ 0x004647cd
LEA RDX,[0x586120]
MOV ESI,0xe34
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x5860d0]
MOV ESI,0x6f
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x5860e0]
MOV ESI,0xcf
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDX,[0x5860ea]
MOV ESI,0xe3
LEA RDI,[0x533384]
CALL 0x00352af0
| null | null | null | null |
[(u'LOAD_-1202108462', u'INT_ADD_-1202108423'), ('tmp_60', u'CBRANCH_-1202108490'), ('const-0', u'PTRSUB_-1202108127'), ('tmp_130', u'CBRANCH_-1202108441'), ('const-207', u'CALL_-1202108220'), ('const-5452676', u'COPY_-1202108125'), ('const-433', u'LOAD_-1202108407'), (u'COPY_-1202108069', u'CALL_-1202108220'), ('const-0', u'INT_SLESS_-1202108442'), ('const-0', u'INT_EQUAL_-1202108472'), (u'CAST_-1202108098', u'INT_SLESS_-1202108405'), (u'COPY_-1202108094', u'CALL_-1202108252'), (u'INT_SLESS_-1202108442', u'CBRANCH_-1202108441'), (u'LOAD_-1202108338', u'INT_EQUAL_-1202108316'), ('const-16', u'PTRSUB_-1202108115'), ('const-192', u'PTRSUB_-1202108063'), (u'INT_AND_-1202108211', u'INT_EQUAL_-1202108492'), ('tmp_254', u'CBRANCH_-1202108370'), (u'COPY_-1202108044', u'CALL_-1202108188'), (u'PTRSUB_-1202108103', u'LOAD_-1202108394'), ('const-433', u'LOAD_-1202108462'), ('const-0', u'PTRSUB_-1202108119'), ('const-0', u'INT_EQUAL_-1202108372'), ('const-5452676', u'COPY_-1202108047'), (u'PTRSUB_-1202108121', u'LOAD_-1202108472'), ('const-0', u'INT_EQUAL_-1202108492'), (u'PTRSUB_-1202108115', u'LOAD_-1202108433'), (u'LOAD_-1202108407', u'PTRADD_-1202108343'), (u'COPY_-1202108115', u'CALL_-1202108284'), ('const-5791978', u'COPY_-1202108044'), (u'PTRSUB_-1202108138', u'PTRSUB_-1202108127'), ('const-5791952', u'COPY_-1202108094'), ('tmp_404', u'PTRSUB_-1202108103'), (u'LOAD_-1202108512', u'INT_AND_-1202108211'), ('const-32', u'PTRSUB_-1202108138'), ('const-2', u'INT_AND_-1202108201'), (u'INT_AND_-1202108201', u'INT_EQUAL_-1202108472'), (u'LOAD_-1202108394', u'MULTIEQUAL_-1202108178'), ('tmp_405', u'PTRSUB_-1202108115'), (u'PTRSUB_-1202108127', u'PTRSUB_-1202108121'), (u'INT_EQUAL_-1202108472', u'CBRANCH_-1202108463'), (u'INT_EQUAL_-1202108492', u'CBRANCH_-1202108490'), ('tmp_404', u'PTRSUB_-1202108156'), ('const-5452676', u'COPY_-1202108099'), ('tmp_182', u'CBRANCH_-1202108412'), ('const-5791968', u'COPY_-1202108069'), ('const-111', u'CALL_-1202108252'), (u'PTRADD_-1202108343', u'CALL_-1202108348'), (u'INT_ADD_-1202108423', u'CAST_-1202108098'), ('const-0', u'PTRSUB_-1202108145'), (u'PTRSUB_-1202108156', u'PTRSUB_-1202108145'), (u'LOAD_-1202108472', u'PTRADD_-1202108343'), ('tmp_96', u'CBRANCH_-1202108463'), ('const-336', u'PTRSUB_-1202108103'), (u'LOAD_-1202108433', u'INT_SLESS_-1202108405'), ('const-3636', u'CALL_-1202108284'), ('tmp_321', u'CBRANCH_-1202108313'), ('const-0', u'PTRSUB_-1202108156'), (u'LOAD_-1202108462', u'CALL_-1202108348'), (u'INT_EQUAL_-1202108316', u'CBRANCH_-1202108313'), (u'LOAD_-1202108472', u'INT_SLESS_-1202108442'), ('const-0', u'PTRSUB_-1202108130'), ('const-1', u'RETURN_-1202108279'), ('const-433', u'LOAD_-1202108512'), (u'COPY_-1202108047', u'CALL_-1202108188'), (u'PTRSUB_-1202108071', u'PTRSUB_-1202108063'), ('const-1', u'RETURN_-1202108247'), ('const-1', u'RETURN_-1202108215'), (u'PTRSUB_-1202108138', u'LOAD_-1202108512'), ('const-5792032', u'COPY_-1202108115'), (u'LOAD_-1202108472', u'INT_ADD_-1202108423'), (u'PTRSUB_-1202108108', u'LOAD_-1202108407'), ('const-0', u'RETURN_-1202108344'), ('tmp_404', u'PTRSUB_-1202108130'), (u'PTRSUB_-1202108119', u'PTRSUB_-1202108114'), ('tmp_404', u'PTRSUB_-1202108071'), ('const-24', u'PTRSUB_-1202108108'), ('const-0', u'PTRSUB_-1202108071'), ('const-1', u'RETURN_-1202108183'), (u'COPY_-1202108125', u'CALL_-1202108284'), (u'LOAD_-1202108338', u'MULTIEQUAL_-1202108178'), ('const-0', u'INT_EQUAL_-1202108316'), (u'INT_SLESS_-1202108405', u'CBRANCH_-1202108412'), ('const-433', u'LOAD_-1202108433'), (u'INT_EQUAL_-1202108372', u'CBRANCH_-1202108370'), ('const-5452676', u'COPY_-1202108073'), (u'PTRSUB_-1202108145', u'PTRSUB_-1202108138'), (u'COPY_-1202108073', u'CALL_-1202108220'), (u'PTRSUB_-1202108063', u'LOAD_-1202108338'), ('const-433', u'LOAD_-1202108394'), (u'COPY_-1202108099', u'CALL_-1202108252'), ('const-4', u'INT_AND_-1202108211'), ('tmp_405', u'PTRSUB_-1202108108'), ('tmp_404', u'PTRSUB_-1202108138'), ('const-1', u'PTRADD_-1202108343'), ('const-0', u'PTRSUB_-1202108138'), ('const-433', u'LOAD_-1202108338'), ('const-24', u'PTRSUB_-1202108121'), ('const-227', u'CALL_-1202108188'), (u'MULTIEQUAL_-1202108178', u'CALL_-1202108348'), (u'PTRSUB_-1202108130', u'PTRSUB_-1202108119'), (u'LOAD_-1202108512', u'INT_AND_-1202108201'), ('const-16', u'PTRSUB_-1202108114'), (u'LOAD_-1202108394', u'INT_EQUAL_-1202108372'), ('const-433', u'LOAD_-1202108472'), (u'PTRSUB_-1202108114', u'LOAD_-1202108462')]
|
[(u'LOAD_-1202108462', u'INT_ADD_-1202108423'), ('tmp_60', u'CBRANCH_-1202108490'), (u'CAST_-1202108145', u'LOAD_-1202108472'), ('tmp_130', u'CBRANCH_-1202108441'), (u'COPY_-1202108105', u'CALL_-1202108252'), ('const-0', u'INT_SLESS_-1202108442'), ('const-5791968', u'COPY_-1202108073'), (u'INT_SLESS_-1202108442', u'CBRANCH_-1202108441'), ('const-433', u'LOAD_-1202108433'), (u'LOAD_-1202108338', u'INT_EQUAL_-1202108316'), ('const-5452676', u'COPY_-1202108123'), (u'COPY_-1202108053', u'CALL_-1202108188'), ('tmp_254', u'CBRANCH_-1202108370'), (u'LOAD_-1202108394', u'MULTIEQUAL_-1202108182'), ('tmp_741', u'INT_ADD_-1202108322'), ('const-0', u'INT_EQUAL_-1202108372'), ('const-433', u'LOAD_-1202108407'), ('tmp_751', u'INT_ADD_-1202108395'), (u'LOAD_-1202108472', u'INT_ADD_-1202108389'), ('const-433', u'LOAD_-1202108462'), (u'INT_ADD_-1202108456', u'CAST_-1202108145'), (u'CAST_-1202108138', u'LOAD_-1202108462'), ('const-5452676', u'COPY_-1202108053'), ('tmp_741', u'INT_ADD_-1202108496'), ('const-32', u'INT_ADD_-1202108496'), ('const-227', u'CALL_-1202108188'), ('const-24', u'INT_ADD_-1202108456'), (u'INT_ADD_-1202108446', u'CAST_-1202108138'), (u'LOAD_-1202108512', u'INT_AND_-1202108205'), (u'CAST_-1202108162', u'LOAD_-1202108512'), (u'INT_EQUAL_-1202108472', u'CBRANCH_-1202108463'), (u'INT_EQUAL_-1202108492', u'CBRANCH_-1202108490'), (u'INT_ADD_-1202108395', u'CAST_-1202108116'), (u'INT_ADD_-1202108389', u'CAST_-1202108115'), ('const-433', u'LOAD_-1202108472'), (u'COPY_-1202108098', u'CALL_-1202108252'), ('const-5452676', u'COPY_-1202108079'), ('tmp_182', u'CBRANCH_-1202108412'), (u'CAST_-1202108110', u'LOAD_-1202108394'), ('const-111', u'CALL_-1202108252'), ('const-433', u'LOAD_-1202108512'), (u'CAST_-1202108116', u'LOAD_-1202108407'), (u'CAST_-1202108078', u'LOAD_-1202108338'), ('const-24', u'INT_ADD_-1202108395'), (u'CAST_-1202108124', u'LOAD_-1202108433'), ('const-2', u'INT_AND_-1202108205'), ('tmp_751', u'INT_ADD_-1202108417'), (u'INT_AND_-1202108205', u'INT_EQUAL_-1202108472'), ('const-3636', u'CALL_-1202108284'), ('const-0', u'INT_EQUAL_-1202108492'), (u'LOAD_-1202108512', u'INT_AND_-1202108215'), ('tmp_96', u'CBRANCH_-1202108463'), (u'INT_ADD_-1202108322', u'CAST_-1202108078'), (u'COPY_-1202108123', u'CALL_-1202108284'), ('const-5791978', u'COPY_-1202108048'), ('const-433', u'LOAD_-1202108338'), ('const-16', u'INT_ADD_-1202108446'), (u'LOAD_-1202108433', u'INT_SLESS_-1202108405'), ('tmp_321', u'CBRANCH_-1202108313'), (u'LOAD_-1202108462', u'CALL_-1202108348'), (u'INT_EQUAL_-1202108316', u'CBRANCH_-1202108313'), (u'COPY_-1202108079', u'CALL_-1202108220'), (u'LOAD_-1202108472', u'INT_SLESS_-1202108442'), ('const-1', u'RETURN_-1202108279'), ('tmp_741', u'INT_ADD_-1202108446'), ('const-1', u'RETURN_-1202108247'), ('const-1', u'RETURN_-1202108215'), ('tmp_741', u'INT_ADD_-1202108378'), ('const-207', u'CALL_-1202108220'), (u'LOAD_-1202108472', u'INT_ADD_-1202108423'), (u'CAST_-1202108115', u'CALL_-1202108348'), ('const-192', u'INT_ADD_-1202108322'), ('const-0', u'RETURN_-1202108344'), (u'MULTIEQUAL_-1202108182', u'CALL_-1202108348'), ('const-5791952', u'COPY_-1202108098'), (u'INT_ADD_-1202108423', u'CAST_-1202108119'), ('tmp_741', u'INT_ADD_-1202108456'), (u'INT_ADD_-1202108496', u'CAST_-1202108162'), (u'LOAD_-1202108407', u'INT_ADD_-1202108389'), ('const-1', u'RETURN_-1202108183'), ('const-5452676', u'COPY_-1202108105'), ('const-0', u'INT_EQUAL_-1202108316'), (u'INT_SLESS_-1202108405', u'CBRANCH_-1202108412'), (u'INT_AND_-1202108215', u'INT_EQUAL_-1202108492'), (u'INT_EQUAL_-1202108372', u'CBRANCH_-1202108370'), ('const-4', u'INT_AND_-1202108215'), (u'INT_ADD_-1202108378', u'CAST_-1202108110'), (u'COPY_-1202108073', u'CALL_-1202108220'), ('const-0', u'INT_EQUAL_-1202108472'), ('const-336', u'INT_ADD_-1202108378'), (u'COPY_-1202108119', u'CALL_-1202108284'), (u'CAST_-1202108119', u'INT_SLESS_-1202108405'), ('const-16', u'INT_ADD_-1202108417'), (u'COPY_-1202108048', u'CALL_-1202108188'), (u'INT_ADD_-1202108417', u'CAST_-1202108124'), (u'LOAD_-1202108338', u'MULTIEQUAL_-1202108182'), ('const-5792032', u'COPY_-1202108119'), (u'LOAD_-1202108394', u'INT_EQUAL_-1202108372'), ('const-433', u'LOAD_-1202108394')]
| null | null |
00464790
|
x64
|
O2
|
(translation_unit "void FUN_00464790(long param_1,long param_2)\n\n{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_00464790(long param_1,long param_2)\n\n{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_00464790(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)))" ( (binary_expression "(lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" (parenthesized_expression "(lVar1 < 0)" ( (binary_expression "lVar1 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" ( (binary_expression "*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(*(size_t *)(param_1 + 0x10) + lVar1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(*(size_t *)(param_1 + 0x10) + lVar1)" ( (binary_expression "*(size_t *)(param_1 + 0x10) + lVar1" (pointer_expression "*(size_t *)(param_1 + 0x10)" * (cast_expression "(size_t *)(param_1 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + identifier) )))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_00352af0("../../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 "__src = *(void **)(param_1 + 0x150);" (assignment_expression "__src = *(void **)(param_1 + 0x150)" identifier = (pointer_expression "*(void **)(param_1 + 0x150)" * (cast_expression "(void **)(param_1 + 0x150)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x150)" ( (binary_expression "param_1 + 0x150" identifier + number_literal) ))))) ;) (if_statement "if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" if (parenthesized_expression "((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0))" ( (binary_expression "(__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" ( (comma_expression "__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0" (assignment_expression "__src = *(void **)(param_1 + 0xc0)" identifier = (pointer_expression "*(void **)(param_1 + 0xc0)" * (cast_expression "(void **)(param_1 + 0xc0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) ))))) , (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");" (call_expression "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer")" identifier (argument_list "("../../gold/output.h",0xe34,"postprocessing_buffer")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""postprocessing_buffer"" " string_content ") ))) ;) })) (expression_statement "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));" (call_expression "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" identifier (argument_list "((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" ( (cast_expression "(void *)(lVar1 + *(long *)(param_2 + 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + *(long *)(param_2 + 0x18))" ( (binary_expression "lVar1 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ))) , identifier , (pointer_expression "*(size_t *)(param_1 + 0x10)" * (cast_expression "(size_t *)(param_1 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_write(Output_compressed_section * this, Output_file * of) */\n\nvoid __thiscall\ngold::Output_compressed_section::do_write(Output_compressed_section *this,Output_file *of)\n\n{\n byte bVar1;\n long lVar2;\n size_t __n;\n uchar *__src;\n \n bVar1 = (this->super_Output_section).super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = (this->super_Output_section).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n __n = (this->super_Output_section).super_Output_data.data_size_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = this->data_;\n if ((__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy(of->base_ + lVar2,__src,__n);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Output_compressed_section::do_write(Output_compressed_section *this,Output_file *of)\n\n{\n byte bVar1;\n long lVar2;\n size_t __n;\n uchar *__src;\n \n bVar1 = (this->super_Output_section).super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = (this->super_Output_section).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n __n = (this->super_Output_section).super_Output_data.data_size_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = this->data_;\n if ((__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy(of->base_ + lVar2,__src,__n);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_compressed_section::" identifier : : identifier : :) (function_declarator "do_write(Output_compressed_section *this,Output_file *of)" identifier (parameter_list "(Output_compressed_section *this,Output_file *of)" ( (parameter_declaration "Output_compressed_section *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) (compound_statement "{\n byte bVar1;\n long lVar2;\n size_t __n;\n uchar *__src;\n \n bVar1 = (this->super_Output_section).super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = (this->super_Output_section).super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n __n = (this->super_Output_section).super_Output_data.data_size_;\n if ((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = this->data_;\n if ((__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy(of->base_ + lVar2,__src,__n);\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "uchar *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (expression_statement "bVar1 = (this->super_Output_section).super_Output_data.field_0x20;" (assignment_expression "bVar1 = (this->super_Output_section).super_Output_data.field_0x20" identifier = (field_expression "(this->super_Output_section).super_Output_data.field_0x20" (field_expression "(this->super_Output_section).super_Output_data" (parenthesized_expression "(this->super_Output_section)" ( (field_expression "this->super_Output_section" 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 "lVar2 = (this->super_Output_section).super_Output_data.offset_;" (assignment_expression "lVar2 = (this->super_Output_section).super_Output_data.offset_" identifier = (field_expression "(this->super_Output_section).super_Output_data.offset_" (field_expression "(this->super_Output_section).super_Output_data" (parenthesized_expression "(this->super_Output_section)" ( (field_expression "this->super_Output_section" identifier -> field_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 "__n = (this->super_Output_section).super_Output_data.data_size_;" (assignment_expression "__n = (this->super_Output_section).super_Output_data.data_size_" identifier = (field_expression "(this->super_Output_section).super_Output_data.data_size_" (field_expression "(this->super_Output_section).super_Output_data" (parenthesized_expression "(this->super_Output_section)" ( (field_expression "this->super_Output_section" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2)))" ( (binary_expression "(lVar2 < 0) || (of->file_size_ < (long)(__n + lVar2))" (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(of->file_size_ < (long)(__n + lVar2))" ( (binary_expression "of->file_size_ < (long)(__n + lVar2)" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)(__n + lVar2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(__n + lVar2)" ( (binary_expression "__n + lVar2" identifier + identifier) )))) ))) )) (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 "__src = this->data_;" (assignment_expression "__src = this->data_" identifier = (field_expression "this->data_" identifier -> field_identifier)) ;) (if_statement "if ((__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" if (parenthesized_expression "((__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0))" ( (binary_expression "(__src == (uchar *)0x0) &&\n (__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)" (parenthesized_expression "(__src == (uchar *)0x0)" ( (binary_expression "__src == (uchar *)0x0" identifier == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0)" ( (comma_expression "__src = (this->super_Output_section).postprocessing_buffer_, __src == (uchar *)0x0" (assignment_expression "__src = (this->super_Output_section).postprocessing_buffer_" identifier = (field_expression "(this->super_Output_section).postprocessing_buffer_" (parenthesized_expression "(this->super_Output_section)" ( (field_expression "this->super_Output_section" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "__src == (uchar *)0x0" identifier == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe34,"postprocessing_buffer")" identifier (argument_list "("../../gold/output.h",0xe34,"postprocessing_buffer")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""postprocessing_buffer"" " string_content ") ))) ;) })) (expression_statement "memcpy(of->base_ + lVar2,__src,__n);" (call_expression "memcpy(of->base_ + lVar2,__src,__n)" identifier (argument_list "(of->base_ + lVar2,__src,__n)" ( (binary_expression "of->base_ + lVar2" (field_expression "of->base_" identifier -> field_identifier) + identifier) , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00464790(long param_1,long param_2)\n\n{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_00464790(long param_1,long param_2)\n\n{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_00464790(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (if_statement "if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" if (parenthesized_expression "((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)))" ( (binary_expression "(lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" (parenthesized_expression "(lVar1 < 0)" ( (binary_expression "lVar1 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" ( (binary_expression "*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (cast_expression "(long)(*(size_t *)(param_1 + 0x10) + lVar1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(*(size_t *)(param_1 + 0x10) + lVar1)" ( (binary_expression "*(size_t *)(param_1 + 0x10) + lVar1" (pointer_expression "*(size_t *)(param_1 + 0x10)" * (cast_expression "(size_t *)(param_1 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + identifier) )))) ))) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_00352af0("../../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 "__src = *(void **)(param_1 + 0x150);" (assignment_expression "__src = *(void **)(param_1 + 0x150)" identifier = (pointer_expression "*(void **)(param_1 + 0x150)" * (cast_expression "(void **)(param_1 + 0x150)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x150)" ( (binary_expression "param_1 + 0x150" identifier + number_literal) ))))) ;) (if_statement "if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" if (parenthesized_expression "((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0))" ( (binary_expression "(__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" ( (comma_expression "__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0" (assignment_expression "__src = *(void **)(param_1 + 0xc0)" identifier = (pointer_expression "*(void **)(param_1 + 0xc0)" * (cast_expression "(void **)(param_1 + 0xc0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) ))))) , (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");" (call_expression "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer")" identifier (argument_list "("../../gold/output.h",0xe34,"postprocessing_buffer")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""postprocessing_buffer"" " string_content ") ))) ;) })) (expression_statement "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));" (call_expression "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" identifier (argument_list "((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" ( (cast_expression "(void *)(lVar1 + *(long *)(param_2 + 0x18))" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + *(long *)(param_2 + 0x18))" ( (binary_expression "lVar1 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) ))))) ))) , identifier , (pointer_expression "*(size_t *)(param_1 + 0x10)" * (cast_expression "(size_t *)(param_1 + 0x10)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (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 ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (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 ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (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 = (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 { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00464790(long param_1,long param_2)\n\n{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" (primitive_type "void") (function_declarator "FUN_00464790(long param_1,long param_2)" (identifier "FUN_00464790") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n void *__src;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }\n lVar1 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }\n if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }\n __src = *(void **)(param_1 + 0x150);\n if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }\n memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xe3,"offset");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_00352af0("../../gold/output.h",0xe3,"offset")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" (if "if") (parenthesized_expression "((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)))" (( "(") (binary_expression "(lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" (parenthesized_expression "(lVar1 < 0)" (( "(") (binary_expression "lVar1 < 0" (identifier "lVar1") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))" (( "(") (binary_expression "*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1)" (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (cast_expression "(long)(*(size_t *)(param_1 + 0x10) + lVar1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(*(size_t *)(param_1 + 0x10) + lVar1)" (( "(") (binary_expression "*(size_t *)(param_1 + 0x10) + lVar1" (pointer_expression "*(size_t *)(param_1 + 0x10)" (* "*") (cast_expression "(size_t *)(param_1 + 0x10)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (identifier "lVar1")) () ")")))) () ")"))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");" (call_expression "FUN_00352af0("../../gold/output.h",0x6f,"get_output_view")" (identifier "FUN_00352af0") (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 "__src = *(void **)(param_1 + 0x150);" (assignment_expression "__src = *(void **)(param_1 + 0x150)" (identifier "__src") (= "=") (pointer_expression "*(void **)(param_1 + 0x150)" (* "*") (cast_expression "(void **)(param_1 + 0x150)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x150)" (( "(") (binary_expression "param_1 + 0x150" (identifier "param_1") (+ "+") (number_literal "0x150")) () ")"))))) (; ";")) (if_statement "if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" (if "if") (parenthesized_expression "((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0))" (( "(") (binary_expression "(__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)" (( "(") (comma_expression "__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0" (assignment_expression "__src = *(void **)(param_1 + 0xc0)" (identifier "__src") (= "=") (pointer_expression "*(void **)(param_1 + 0xc0)" (* "*") (cast_expression "(void **)(param_1 + 0xc0)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")"))))) (, ",") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");" (call_expression "FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0xe34,"postprocessing_buffer")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe34") (, ",") (string_literal ""postprocessing_buffer"" (" """) (string_content "postprocessing_buffer") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));" (call_expression "memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" (identifier "memcpy") (argument_list "((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10))" (( "(") (cast_expression "(void *)(lVar1 + *(long *)(param_2 + 0x18))" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + *(long *)(param_2 + 0x18))" (( "(") (binary_expression "lVar1 + *(long *)(param_2 + 0x18)" (identifier "lVar1") (+ "+") (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")"))))) () ")"))) (, ",") (identifier "__src") (, ",") (pointer_expression "*(size_t *)(param_1 + 0x10)" (* "*") (cast_expression "(size_t *)(param_1 + 0x10)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_write(Output_compressed_section * this, Output_file * of) */
void __thiscall
gold::type_1::function_1(type_1 *this,type_2 *of)
{
type_3 var_1;
long var_3;
size_t var_4;
type_4 *var_5;
var_1 = (this->super_Output_section).super_Output_data.field_0x20;
if ((var_1 & 4) == 0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0xe3,"offset");
}
var_3 = (this->super_Output_section).super_Output_data.offset_;
if ((var_1 & 2) == 0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0xcf,"data_size");
}
var_4 = (this->super_Output_section).super_Output_data.data_size_;
if ((var_3 < 0) || (of->file_size_ < (long)(var_4 + var_3))) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0x6f,"get_output_view");
}
var_5 = this->data_;
if ((var_5 == (type_4 *)0x0) &&
(var_5 = (this->super_Output_section).postprocessing_buffer_, var_5 == (type_4 *)0x0)) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0xe34,"postprocessing_buffer");
}
var_6(of->base_ + var_3,var_5,var_4);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (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 (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (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 (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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: (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 (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 (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement))))
| null |
void MASKED(long param_1,long param_2)
{
long lVar1;
void *__src;
if ((*(byte *)(param_1 + 0x20) & 4) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe3,"offset");
}
lVar1 = *(long *)(param_1 + 0x18);
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xcf,"data_size");
}
if ((lVar1 < 0) || (*(long *)(param_2 + 0x10) < (long)(*(size_t *)(param_1 + 0x10) + lVar1))) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x6f,"get_output_view");
}
__src = *(void **)(param_1 + 0x150);
if ((__src == (void *)0x0) && (__src = *(void **)(param_1 + 0xc0), __src == (void *)0x0)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0xe34,"postprocessing_buffer");
}
memcpy((void *)(lVar1 + *(long *)(param_2 + 0x18)),__src,*(size_t *)(param_1 + 0x10));
return;
}
|
7055_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
script_exp_function_min
|
FUN_002b1790
|
Expression * gold::script_exp_function_min(Expression *left,Expression *right)
{
Expression *pEVar1;
pEVar1 = (Expression *)operator_new(0x18);
pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;
pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;
pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;
return pEVar1;
}
|
void FUN_002b1790(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)FUN_002d9490(0x18);
puVar1[1] = param_1;
puVar1[2] = param_2;
*puVar1 = &PTR_FUN_0042cfc0;
return;
}
|
PUSH RBP
MOV RBP,RDI
MOV EDI,0x18
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x002d9490
LEA RDX,[0x42cfc0]
MOV qword ptr [RAX + 0x8],RBP
MOV qword ptr [RAX + 0x10],RBX
MOV qword ptr [RAX],RDX
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[('const-8', u'PTRADD_-1204545482'), ('const-0', u'PTRSUB_-1204545469'), (u'CAST_-1204545477', u'STORE_-1204545592'), ('const-433', u'STORE_-1204545585'), (u'PTRADD_-1204545476', u'PTRSUB_-1204545474'), ('const-4378560', u'PTRSUB_-1204545474'), (u'PTRADD_-1204545482', u'PTRSUB_-1204545480'), (u'CAST_-1204545490', u'PTRSUB_-1204545469'), ('const-433', u'STORE_-1204545579'), (u'CAST_-1204545490', u'RETURN_-1204545543'), ('const-2', u'PTRADD_-1204545476'), (u'CAST_-1204545467', u'STORE_-1204545579'), (u'CAST_-1204545490', u'PTRADD_-1204545476'), (u'PTRSUB_-1204545480', u'STORE_-1204545592'), (u'PTRSUB_-1204545469', u'STORE_-1204545579'), ('tmp_139', u'CAST_-1204545477'), ('const-0', u'RETURN_-1204545543'), (u'PTRSUB_-1204545474', u'CAST_-1204545467'), ('const-24', u'CALL_-1204545604'), ('const-0', u'PTRSUB_-1204545474'), (u'CAST_-1204545472', u'STORE_-1204545585'), ('const-1', u'PTRADD_-1204545482'), ('const-0', u'PTRSUB_-1204545474'), (u'CALL_-1204545604', u'CAST_-1204545490'), (u'PTRSUB_-1204545474', u'STORE_-1204545585'), ('const-0', u'PTRSUB_-1204545480'), ('const-8', u'PTRADD_-1204545476'), ('const-433', u'STORE_-1204545592'), (u'CAST_-1204545490', u'PTRADD_-1204545482'), ('tmp_140', u'CAST_-1204545472')]
|
[('const-8', u'PTRADD_-1204545481'), ('const-433', u'STORE_-1204545579'), ('const-0', u'RETURN_-1204545543'), (u'PTRADD_-1204545476', u'STORE_-1204545585'), (u'CAST_-1204545492', u'PTRADD_-1204545476'), (u'CAST_-1204545492', u'PTRADD_-1204545481'), ('const-1', u'PTRADD_-1204545481'), ('tmp_183', u'STORE_-1204545592'), (u'CALL_-1204545604', u'CAST_-1204545492'), (u'CAST_-1204545492', u'STORE_-1204545579'), (u'PTRSUB_-1204545473', u'STORE_-1204545579'), ('const-0', u'PTRSUB_-1204545473'), (u'PTRADD_-1204545481', u'STORE_-1204545592'), ('const-24', u'CALL_-1204545604'), ('const-433', u'STORE_-1204545585'), ('const-4378560', u'PTRSUB_-1204545473'), ('const-433', u'STORE_-1204545592'), ('tmp_185', u'STORE_-1204545585'), ('const-8', u'PTRADD_-1204545476'), ('const-2', u'PTRADD_-1204545476')]
| null | null |
002b1790
|
x64
|
O2
|
(translation_unit "void FUN_002b1790(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}\n\n" (function_definition "void FUN_002b1790(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" primitive_type (function_declarator "FUN_002b1790(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d9490(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d9490(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d9490(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042cfc0" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "Expression * gold::script_exp_function_min(Expression *left,Expression *right)\n\n{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;\n return pEVar1;\n}\n\n" (ERROR "Expression * gold::script_exp_function_min(Expression *left,Expression *right)" (binary_expression "Expression * gold" identifier * identifier) : : (call_expression "script_exp_function_min(Expression *left,Expression *right)" identifier (argument_list "(Expression *left,Expression *right)" ( (binary_expression "Expression *left" identifier * identifier) , (binary_expression "Expression *right" identifier * identifier) )))) (compound_statement "{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x18);\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;\n pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;\n return pEVar1;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (Expression *)operator_new(0x18);" (assignment_expression "pEVar1 = (Expression *)operator_new(0x18)" identifier = (cast_expression "(Expression *)operator_new(0x18)" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left;" (assignment_expression "pEVar1[1]._vptr_Expression = (_func_int_varargs **)left" (field_expression "pEVar1[1]._vptr_Expression" (subscript_expression "pEVar1[1]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)left" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right;" (assignment_expression "pEVar1[2]._vptr_Expression = (_func_int_varargs **)right" (field_expression "pEVar1[2]._vptr_Expression" (subscript_expression "pEVar1[2]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)right" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0;" (assignment_expression "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Min_expression_0042cfc0" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Min_expression_0042cfc0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Min_expression_0042cfc0" & identifier))) ;) (return_statement "return pEVar1;" return identifier ;) }))
|
(translation_unit "void FUN_002b1790(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}\n\n" (function_definition "void FUN_002b1790(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" primitive_type (function_declarator "FUN_002b1790(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002d9490(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d9490(0x18)" identifier = (cast_expression "(undefined8 *)FUN_002d9490(0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_0042cfc0" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002b1790(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b1790(undefined8 param_1,undefined8 param_2)" (identifier "FUN_002b1790") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002d9490(0x18);\n puVar1[1] = param_1;\n puVar1[2] = param_2;\n *puVar1 = &PTR_FUN_0042cfc0;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_002d9490(0x18);" (assignment_expression "puVar1 = (undefined8 *)FUN_002d9490(0x18)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002d9490(0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d9490(0x18)" (identifier "FUN_002d9490") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "puVar1[1] = param_1;" (assignment_expression "puVar1[1] = param_1" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar1[2] = param_2;" (assignment_expression "puVar1[2] = param_2" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_0042cfc0;" (assignment_expression "*puVar1 = &PTR_FUN_0042cfc0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_0042cfc0" (& "&") (identifier "PTR_FUN_0042cfc0"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
type_1 * gold::script_exp_function_min(type_1 *left,type_1 *right)
{
type_1 *pEVar1;
pEVar1 = (type_1 *)var_1(0x18);
pEVar1[1]._vptr_Expression = (type_2 **)left;
pEVar1[2]._vptr_Expression = (type_2 **)right;
pEVar1->_vptr_Expression = (type_2 **)&PTR__Min_expression_0042cfc0;
return pEVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)FUN_002d9490(0x18);
puVar1[1] = param_1;
puVar1[2] = param_2;
*puVar1 = &PTR_FUN_0042cfc0;
return;
}
|
6984_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
_M_realloc_insert<gold::Post_fde>
|
FUN_002ab310
|
/* DWARF original prototype: void
_M_realloc_insert<gold::Post_fde>(vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> * this,
iterator __position, Post_fde * __args#0) */
void __thiscall
std::vector<gold::Post_fde,_std::allocator<gold::Post_fde>_>::_M_realloc_insert<gold::Post_fde>
(vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,
Post_fde *__args_0)
{
undefined8 *puVar1;
Post_fde *pPVar2;
Post_fde *pPVar3;
undefined8 uVar4;
section_offset_type sVar5;
undefined7 uVar6;
uchar uVar7;
long lVar8;
pointer pPVar9;
pointer pPVar10;
pointer pPVar11;
Post_fde *pPVar12;
Post_fde *pPVar13;
iterator iVar14;
ulong uVar15;
ulong uVar16;
pointer pPVar17;
pPVar2 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.
_M_finish;
pPVar3 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.
_M_start;
lVar8 = (long)pPVar2 - (long)pPVar3 >> 3;
if (lVar8 * -0x5555555555555555 == 0) {
uVar15 = 1;
LAB_002ab485:
uVar16 = uVar15 * 0x18;
}
else {
uVar15 = lVar8 * 0x5555555555555556;
uVar16 = 0xfffffffffffffff0;
if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&
(uVar15 < 0xaaaaaaaaaaaaaab)) {
if (uVar15 == 0) {
pPVar17 = (pointer)0x18;
pPVar10 = (pointer)0x0;
pPVar9 = (pointer)0x0;
goto LAB_002ab38b;
}
goto LAB_002ab485;
}
}
pPVar9 = (pointer)operator_new(uVar16);
pPVar10 = (pointer)((long)&pPVar9->fde + uVar16);
pPVar17 = pPVar9 + 1;
LAB_002ab38b:
sVar5 = __args_0->cie_offset;
uVar4 = *(undefined8 *)&__args_0->fde_encoding;
puVar1 = (undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3));
*puVar1 = __args_0->fde;
puVar1[1] = sVar5;
*(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10) = uVar4;
pPVar11 = pPVar9;
pPVar12 = pPVar3;
if (__position._M_current != pPVar3) {
do {
sVar5 = pPVar12->cie_offset;
pPVar13 = pPVar12 + 1;
pPVar11->fde = pPVar12->fde;
pPVar11->cie_offset = sVar5;
uVar6 = *(undefined7 *)&pPVar12->field_0x11;
pPVar11->fde_encoding = pPVar12->fde_encoding;
*(undefined7 *)&pPVar11->field_0x11 = uVar6;
pPVar11 = pPVar11 + 1;
pPVar12 = pPVar13;
} while (__position._M_current != pPVar13);
pPVar17 = (pointer)((long)&pPVar9[2].fde +
((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))
;
}
pPVar11 = pPVar17;
iVar14._M_current = __position._M_current;
if (__position._M_current != pPVar2) {
do {
sVar5 = (iVar14._M_current)->cie_offset;
uVar7 = (iVar14._M_current)->fde_encoding;
uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;
pPVar12 = iVar14._M_current + 1;
pPVar11->fde = (iVar14._M_current)->fde;
pPVar11->cie_offset = sVar5;
pPVar11->fde_encoding = uVar7;
*(undefined7 *)&pPVar11->field_0x11 = uVar6;
pPVar11 = pPVar11 + 1;
iVar14._M_current = pPVar12;
} while (pPVar2 != pPVar12);
pPVar17 = (pointer)((long)&pPVar17[1].fde +
((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))
;
}
if (pPVar3 != (Post_fde *)0x0) {
operator_delete(pPVar3);
}
(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_start =
pPVar9;
(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_finish =
pPVar17;
(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.
_M_end_of_storage = pPVar10;
return;
}
|
void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
long lVar5;
undefined8 *puVar6;
undefined8 *puVar7;
undefined8 *puVar8;
undefined8 *puVar9;
ulong uVar10;
long lVar11;
undefined8 *puVar12;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
lVar5 = (long)puVar1 - (long)puVar2 >> 3;
if (lVar5 * -0x5555555555555555 == 0) {
uVar10 = 1;
LAB_002ab485:
lVar11 = uVar10 * 0x18;
}
else {
uVar10 = lVar5 * 0x5555555555555556;
lVar11 = -0x10;
if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&
(uVar10 < 0xaaaaaaaaaaaaaab)) {
if (uVar10 == 0) {
puVar12 = (undefined8 *)0x18;
lVar11 = 0;
puVar6 = (undefined8 *)0x0;
goto LAB_002ab38b;
}
goto LAB_002ab485;
}
}
puVar6 = (undefined8 *)FUN_002d9490(lVar11);
lVar11 = (long)puVar6 + lVar11;
puVar12 = puVar6 + 3;
LAB_002ab38b:
uVar4 = param_3[1];
uVar3 = param_3[2];
puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));
*puVar7 = *param_3;
puVar7[1] = uVar4;
*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;
puVar7 = puVar6;
puVar8 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar8[1];
puVar12 = puVar8 + 3;
*puVar7 = *puVar8;
puVar7[1] = uVar3;
puVar7[2] = puVar8[2];
puVar7 = puVar7 + 3;
puVar8 = puVar12;
} while (param_2 != puVar12);
puVar12 = (undefined8 *)
((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)
;
}
puVar7 = puVar12;
puVar8 = param_2;
if (param_2 != puVar1) {
do {
uVar4 = puVar8[1];
uVar3 = puVar8[2];
puVar9 = puVar8 + 3;
*puVar7 = *puVar8;
puVar7[1] = uVar4;
puVar7[2] = uVar3;
puVar7 = puVar7 + 3;
puVar8 = puVar9;
} while (puVar1 != puVar9);
puVar12 = (undefined8 *)
((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18
);
}
if (puVar2 != (undefined8 *)0x0) {
FUN_002dac60(puVar2);
}
*param_1 = (long)puVar6;
param_1[1] = (long)puVar12;
param_1[2] = lVar11;
return;
}
|
MOV RCX,-0x5555555555555555
PUSH R15
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x18
MOV RBP,qword ptr [RDI + 0x8]
MOV R13,qword ptr [RDI]
MOV RAX,RBP
SUB RAX,R13
SAR RAX,0x3
IMUL RAX,RCX
MOV RCX,RSI
SUB RCX,R13
TEST RAX,RAX
JZ 0x002ab480
LEA RSI,[RAX + RAX*0x1]
MOV R15,-0x10
CMP RAX,RSI
JBE 0x002ab450
MOV RDI,R15
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP],RCX
CALL 0x002d9490
MOV RCX,qword ptr [RSP]
MOV RDX,qword ptr [RSP + 0x8]
MOV R14,RAX
LEA RAX,[RAX + R15*0x1]
LEA R15,[R14 + 0x18]
MOVDQU XMM2,xmmword ptr [RDX]
MOV RDX,qword ptr [RDX + 0x10]
MOVUPS xmmword ptr [R14 + RCX*0x1],XMM2
MOV qword ptr [R14 + RCX*0x1 + 0x10],RDX
CMP RBX,R13
JZ 0x002ab3dd
MOV RDX,R13
MOV RCX,R14
NOP dword ptr [RAX + RAX*0x1]
MOVDQU XMM0,xmmword ptr [RDX]
ADD RDX,0x18
ADD RCX,0x18
MOVUPS xmmword ptr [RCX + -0x18],XMM0
MOV R8,qword ptr [RDX + -0x8]
MOV qword ptr [RCX + -0x8],R8
CMP RBX,RDX
JNZ 0x002ab3b0
LEA RDX,[RBX + -0x18]
SUB RDX,R13
SHR RDX,0x3
LEA R15,[R14 + RDX*0x8 + 0x30]
CMP RBX,RBP
JZ 0x002ab41d
MOV RDX,RBX
MOV RCX,R15
NOP dword ptr [RAX + RAX*0x1]
MOVDQU XMM1,xmmword ptr [RDX]
MOV R8,qword ptr [RDX + 0x10]
ADD RDX,0x18
ADD RCX,0x18
MOVUPS xmmword ptr [RCX + -0x18],XMM1
MOV qword ptr [RCX + -0x8],R8
CMP RBP,RDX
JNZ 0x002ab3f0
SUB RBP,RBX
LEA RDX,[RBP + -0x18]
SHR RDX,0x3
LEA R15,[R15 + RDX*0x8 + 0x18]
TEST R13,R13
JZ 0x002ab432
MOV RDI,R13
MOV qword ptr [RSP],RAX
CALL 0x002dac60
MOV RAX,qword ptr [RSP]
MOV qword ptr [R12],R14
MOV qword ptr [R12 + 0x8],R15
MOV qword ptr [R12 + 0x10],RAX
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,0xaaaaaaaaaaaaaaa
CMP RSI,RAX
JA 0x002ab366
TEST RSI,RSI
JNZ 0x002ab485
MOV R15D,0x18
XOR EAX,EAX
XOR R14D,R14D
JMP 0x002ab38b
MOV ESI,0x1
LEA RAX,[RSI + RSI*0x2]
LEA R15,[RAX*0x8]
JMP 0x002ab366
| null | null | null | null |
[(u'PTRSUB_-1204439231', u'LOAD_-1204439358'), ('const--8', u'INT_AND_-1204439815'), (u'CALL_-1204440068', u'CAST_-1204439177'), ('tmp_1327', u'PTRSUB_-1204439232'), (u'PTRSUB_-1204439226', u'CAST_-1204439145'), (u'INT_EQUAL_-1204440100', u'BOOL_OR_-1204440063'), (u'INT_LESS_-1204440100', u'BOOL_OR_-1204440063'), (u'INT_ADD_-1204439875', u'INT_AND_-1204439815'), ('const--6148914691236517205', u'INT_MULT_-1204440143'), (u'PTRSUB_-1204439116', u'STORE_-1204439921'), ('const-433', u'STORE_-1204439106'), (u'PTRSUB_-1204439133', u'STORE_-1204439299'), (u'INT_LESS_-1204439509', u'CBRANCH_-1204439518'), ('const-24', u'PTRADD_-1204439102'), (u'LOAD_-1204439185', u'STORE_-1204439177'), (u'LOAD_-1204439126', u'STORE_-1204439106'), (u'LOAD_-1204440241', u'CAST_-1204439002'), ('const-2', u'PTRADD_-1204439104'), ('const-1', u'PTRADD_-1204439102'), (u'MULTIEQUAL_-1204439348', u'PTRSUB_-1204439096'), ('const--24', u'INT_SUB_-1204439123'), (u'INT_MULT_-1204440143', u'CAST_-1204439199'), ('const-17', u'PTRSUB_-1204439044'), ('const-0', u'PTRSUB_-1204439023'), (u'LOAD_-1204439186', u'STORE_-1204439921'), (u'CAST_-1204439223', u'INT_SUB_-1204440140'), (u'PTRSUB_-1204439102', u'CAST_-1204439063'), (u'MULTIEQUAL_-1204439410', u'PTRSUB_-1204439134'), ('tmp_1326', u'INT_NOTEQUAL_-1204439902'), (u'MULTIEQUAL_-1204439401', u'PTRSUB_-1204439190'), (u'INT_MULT_-1204439388', u'MULTIEQUAL_-1204439179'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204439376'), ('const-433', u'STORE_-1204439346'), ('const-0', u'PTRSUB_-1204439018'), ('const-24', u'COPY_-1204439499'), (u'COPY_-1204439158', u'MULTIEQUAL_-1204439401'), ('tmp_573', u'CBRANCH_-1204439900'), ('tmp_1325', u'PTRSUB_-1204439033'), (u'PTRSUB_-1204439044', u'CAST_-1204439016'), ('const-0', u'PTRSUB_-1204439323'), (u'PTRADD_-1204439140', u'COPY_-1204439162'), ('const-8', u'PTRSUB_-1204439133'), (u'INT_SUB_-1204440206', u'INT_SRIGHT_-1204440183'), ('const-0', u'PTRSUB_-1204439066'), ('tmp_1327', u'PTRSUB_-1204439231'), ('const-24', u'PTRADD_-1204439107'), ('tmp_1313', u'BRANCH_-1204439428'), (u'INT_MULT_-1204439376', u'INT_EQUAL_-1204440100'), (u'INT_EQUAL_-1204439501', u'CBRANCH_-1204439498'), (u'MULTIEQUAL_-1204439401', u'PTRSUB_-1204439124'), (u'COPY_-1204439162', u'MULTIEQUAL_-1204439410'), (u'LOAD_-1204439245', u'STORE_-1204439225'), (u'MULTIEQUAL_-1204439348', u'PTRSUB_-1204439045'), (u'INT_MULT_-1204439388', u'INT_LESS_-1204439509'), (u'PTRADD_-1204439104', u'PTRSUB_-1204439102'), ('tmp_1044', u'CBRANCH_-1204439645'), (u'MULTIEQUAL_-1204439401', u'PTRADD_-1204439185'), (u'PTRSUB_-1204439023', u'STORE_-1204439619'), (u'PTRSUB_-1204439033', u'PTRSUB_-1204439025'), ('const-0', u'PTRSUB_-1204439287'), (u'PTRSUB_-1204439026', u'PTRSUB_-1204439018'), ('const-0', u'PTRSUB_-1204439117'), (u'PTRADD_-1204439068', u'PTRSUB_-1204439066'), (u'PTRADD_-1204439185', u'INT_NOTEQUAL_-1204439902'), (u'CAST_-1204438992', u'MULTIEQUAL_-1204439260'), ('const-433', u'LOAD_-1204440029'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204439388'), ('tmp_1326', u'INT_NOTEQUAL_-1204439817'), (u'PTRSUB_-1204439064', u'CAST_-1204439033'), (u'CAST_-1204439158', u'MULTIEQUAL_-1204439455'), (u'PTRSUB_-1204439065', u'LOAD_-1204439127'), (u'CAST_-1204439002', u'INT_ADD_-1204439699'), (u'MULTIEQUAL_-1204439339', u'PTRSUB_-1204439116'), ('tmp_1325', u'PTRSUB_-1204439323'), (u'MULTIEQUAL_-1204439179', u'INT_MULT_-1204439410'), ('const-433', u'LOAD_-1204439316'), (u'PTRSUB_-1204439025', u'PTRSUB_-1204439018'), (u'MULTIEQUAL_-1204439410', u'PTRSUB_-1204439133'), ('const-16', u'PTRSUB_-1204439012'), (u'MULTIEQUAL_-1204439440', u'INT_ADD_-1204439241'), ('const-433', u'STORE_-1204439347'), ('const-24', u'PTRADD_-1204439185'), ('tmp_1299', u'BRANCH_-1204439464'), ('const-17', u'PTRSUB_-1204439123'), ('const--8', u'INT_AND_-1204439643'), ('tmp_1215', u'CBRANCH_-1204439518'), (u'CAST_-1204439062', u'MULTIEQUAL_-1204439322'), (u'CAST_-1204439159', u'INT_ADD_-1204439241'), ('const-433', u'LOAD_-1204439185'), (u'MULTIEQUAL_-1204439339', u'PTRADD_-1204439107'), (u'CAST_-1204439072', u'INT_SUB_-1204439196'), ('tmp_1326', u'COPY_-1204439138'), (u'LOAD_-1204439246', u'STORE_-1204439226'), (u'COPY_-1204439200', u'MULTIEQUAL_-1204439401'), (u'PTRADD_-1204439107', u'COPY_-1204439096'), (u'PTRSUB_-1204439095', u'STORE_-1204439225'), ('const-0', u'PTRSUB_-1204439293'), (u'PTRSUB_-1204439117', u'LOAD_-1204439246'), (u'PTRSUB_-1204439038', u'PTRSUB_-1204439030'), ('const-433', u'STORE_-1204439177'), (u'LOAD_-1204440241', u'INT_NOTEQUAL_-1204439817'), ('tmp_1327', u'PTRSUB_-1204439226'), (u'MULTIEQUAL_-1204439322', u'PTRADD_-1204439068'), (u'PTRSUB_-1204439189', u'LOAD_-1204439315'), ('tmp_1326', u'CAST_-1204439003'), ('const-433', u'STORE_-1204439612'), ('tmp_1326', u'CAST_-1204439224'), ('tmp_1326', u'INT_NOTEQUAL_-1204439989'), ('const-24', u'PTRADD_-1204439104'), (u'COPY_-1204439138', u'MULTIEQUAL_-1204439339'), (u'COPY_-1204439100', u'MULTIEQUAL_-1204439348'), (u'INT_SUB_-1204440140', u'INT_ADD_-1204440005'), ('const-433', u'STORE_-1204439225'), ('const-433', u'STORE_-1204439299'), ('const-16', u'PTRSUB_-1204439045'), (u'INT_MULT_-1204439388', u'INT_EQUAL_-1204439501'), (u'CAST_-1204439239', u'INT_SUB_-1204440206'), (u'MULTIEQUAL_-1204439401', u'PTRSUB_-1204439123'), (u'PTRSUB_-1204439323', u'PTRSUB_-1204439287'), (u'LOAD_-1204440241', u'INT_NOTEQUAL_-1204439730'), ('const-16', u'INT_ADD_-1204439262'), (u'MULTIEQUAL_-1204439348', u'PTRSUB_-1204439044'), (u'LOAD_-1204440235', u'CAST_-1204439239'), (u'PTRSUB_-1204439195', u'CAST_-1204439159'), (u'INT_ADD_-1204439262', u'INT_ADD_-1204439995'), ('const-1', u'COPY_-1204439447'), (u'CAST_-1204438993', u'INT_ADD_-1204439112'), ('const-16', u'PTRSUB_-1204439124'), ('const-24', u'INT_MULT_-1204439410'), (u'CAST_-1204439177', u'PTRADD_-1204439190'), (u'CAST_-1204439177', u'PTRSUB_-1204439195'), (u'MULTIEQUAL_-1204439407', u'PTRADD_-1204439104'), (u'MULTIEQUAL_-1204439348', u'PTRSUB_-1204439095'), ('tmp_288', u'CBRANCH_-1204440133'), (u'CAST_-1204439071', u'INT_ADD_-1204439875'), (u'INT_NOTEQUAL_-1204439817', u'CBRANCH_-1204439816'), (u'MULTIEQUAL_-1204439410', u'PTRSUB_-1204439115'), (u'INT_ADD_-1204439112', u'CAST_-1204438992'), ('const-433', u'STORE_-1204439619'), (u'MULTIEQUAL_-1204439339', u'PTRSUB_-1204439117'), (u'LOAD_-1204440235', u'CAST_-1204439223'), (u'LOAD_-1204440235', u'CALL_-1204439628'), (u'INT_ADD_-1204439241', u'CAST_-1204439158'), ('const-433', u'LOAD_-1204439126'), ('const-0', u'PTRSUB_-1204439096'), ('tmp_1325', u'PTRSUB_-1204439038'), (u'PTRSUB_-1204439116', u'LOAD_-1204439245'), ('const-24', u'PTRADD_-1204439190'), (u'CAST_-1204439145', u'LOAD_-1204440029'), ('const-433', u'LOAD_-1204439359'), (u'CAST_-1204439133', u'INT_ADD_-1204439995'), (u'COPY_-1204439204', u'MULTIEQUAL_-1204439410'), (u'PTRSUB_-1204439232', u'LOAD_-1204439359'), ('const-0', u'PTRSUB_-1204439280'), ('const-1', u'PTRADD_-1204439107'), ('const-1', u'PTRADD_-1204439068'), (u'INT_SUB_-1204440140', u'INT_ADD_-1204439262'), (u'MULTIEQUAL_-1204439407', u'COPY_-1204439204'), ('tmp_1326', u'CAST_-1204439071'), (u'INT_MULT_-1204440143', u'INT_EQUAL_-1204440135'), ('const-0', u'PTRSUB_-1204439190'), ('const-8', u'PTRSUB_-1204439116'), ('const-433', u'LOAD_-1204439127'), ('const-0', u'PTRSUB_-1204439134'), (u'INT_AND_-1204439643', u'INT_ADD_-1204439112'), ('const-8', u'PTRSUB_-1204439189'), (u'MULTIEQUAL_-1204439401', u'PTRSUB_-1204439189'), (u'PTRADD_-1204439107', u'INT_NOTEQUAL_-1204439730'), ('const-0', u'PTRSUB_-1204439102'), (u'PTRSUB_-1204439293', u'PTRSUB_-1204439285'), ('const-0', u'COPY_-1204439290'), (u'LOAD_-1204439127', u'STORE_-1204439749'), (u'PTRADD_-1204439222', u'STORE_-1204439346'), (u'MULTIEQUAL_-1204439322', u'MULTIEQUAL_-1204439260'), (u'PTRSUB_-1204439329', u'PTRSUB_-1204439293'), ('const-433', u'LOAD_-1204440235'), ('const-3', u'INT_SRIGHT_-1204440183'), (u'CAST_-1204439003', u'INT_SUB_-1204439123'), ('const-433', u'LOAD_-1204439315'), (u'PTRSUB_-1204439018', u'PTRSUB_-1204439012'), (u'INT_NOTEQUAL_-1204439989', u'CBRANCH_-1204439988'), (u'INT_MULT_-1204439388', u'INT_LESS_-1204440100'), (u'LOAD_-1204440235', u'COPY_-1204439200'), ('const-8', u'PTRSUB_-1204439095'), ('tmp_1325', u'PTRSUB_-1204439026'), (u'PTRSUB_-1204439030', u'PTRSUB_-1204439023'), (u'MULTIEQUAL_-1204439410', u'PTRSUB_-1204439116'), ('const-0', u'RETURN_-1204439542'), ('const-16', u'PTRSUB_-1204439065'), (u'COPY_-1204440123', u'MULTIEQUAL_-1204439440'), ('const-433', u'STORE_-1204439604'), (u'LOAD_-1204440241', u'CAST_-1204439240'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204440143'), ('const-6148914691236517206', u'INT_MULT_-1204439388'), ('const-6148914691236517205', u'INT_MULT_-1204439376'), (u'PTRSUB_-1204439012', u'STORE_-1204439604'), ('const-0', u'INT_EQUAL_-1204440100'), (u'MULTIEQUAL_-1204439339', u'PTRSUB_-1204439064'), (u'CAST_-1204439139', u'STORE_-1204439347'), ('const-433', u'LOAD_-1204439186'), ('const-24', u'PTRADD_-1204439140'), (u'MULTIEQUAL_-1204439260', u'STORE_-1204439612'), ('const--16', u'COPY_-1204440123'), (u'PTRSUB_-1204439115', u'CAST_-1204439086'), (u'LOAD_-1204439315', u'STORE_-1204439299'), (u'LOAD_-1204440235', u'INT_NOTEQUAL_-1204439646'), (u'COPY_-1204439238', u'MULTIEQUAL_-1204439407'), (u'PTRSUB_-1204439285', u'LOAD_-1204440241'), (u'CAST_-1204439240', u'INT_SUB_-1204440206'), ('const-0', u'PTRSUB_-1204439195'), ('const-0', u'PTRSUB_-1204439033'), (u'PTRSUB_-1204439123', u'CAST_-1204439091'), (u'INT_NOTEQUAL_-1204439646', u'CBRANCH_-1204439645'), ('const-433', u'STORE_-1204439226'), (u'INT_ADD_-1204439699', u'INT_AND_-1204439643'), (u'PTRSUB_-1204439190', u'LOAD_-1204439316'), (u'CAST_-1204439033', u'LOAD_-1204439126'), (u'MULTIEQUAL_-1204439407', u'STORE_-1204439619'), (u'PTRSUB_-1204439018', u'STORE_-1204439612'), (u'COPY_-1204439447', u'MULTIEQUAL_-1204439179'), ('const-0', u'PTRSUB_-1204439329'), (u'MULTIEQUAL_-1204439322', u'COPY_-1204439142'), (u'PTRADD_-1204439102', u'COPY_-1204439100'), ('const-0', u'PTRSUB_-1204439026'), (u'MULTIEQUAL_-1204439407', u'CAST_-1204439133'), (u'PTRSUB_-1204439045', u'STORE_-1204439749'), (u'MULTIEQUAL_-1204439455', u'STORE_-1204439604'), (u'LOAD_-1204440029', u'STORE_-1204440009'), (u'CAST_-1204439091', u'LOAD_-1204439185'), ('const-0', u'INT_EQUAL_-1204439501'), ('const-8', u'PTRSUB_-1204439285'), (u'LOAD_-1204440235', u'CAST_-1204439072'), ('const-433', u'LOAD_-1204439358'), ('const-8', u'PTRADD_-1204439222'), ('const-16', u'PTRSUB_-1204439116'), ('const-17', u'PTRSUB_-1204439115'), ('const-768614336404564651', u'INT_LESS_-1204439509'), ('const-1', u'PTRADD_-1204439222'), (u'INT_NOTEQUAL_-1204439902', u'CBRANCH_-1204439900'), (u'INT_EQUAL_-1204440135', u'CBRANCH_-1204440133'), ('const-433', u'STORE_-1204439300'), (u'COPY_-1204439096', u'MULTIEQUAL_-1204439339'), (u'LOAD_-1204439316', u'STORE_-1204439300'), ('const-17', u'PTRSUB_-1204439064'), ('const-433', u'STORE_-1204439749'), ('const-0', u'PTRSUB_-1204439030'), (u'INT_MULT_-1204439410', u'MULTIEQUAL_-1204439440'), ('tmp_450', u'CBRANCH_-1204439988'), (u'COPY_-1204439142', u'MULTIEQUAL_-1204439348'), (u'CAST_-1204439224', u'INT_SUB_-1204440140'), ('tmp_331', u'CBRANCH_-1204440097'), ('const-8', u'PTRSUB_-1204439231'), (u'CAST_-1204439139', u'PTRADD_-1204439222'), (u'COPY_-1204439499', u'MULTIEQUAL_-1204439405'), (u'CAST_-1204439063', u'INT_ADD_-1204439148'), (u'PTRSUB_-1204439066', u'CAST_-1204438993'), ('const-8', u'PTRSUB_-1204439018'), ('const-0', u'COPY_-1204439238'), (u'CAST_-1204439140', u'INT_ADD_-1204440005'), (u'INT_NOTEQUAL_-1204439730', u'CBRANCH_-1204439728'), (u'INT_SUB_-1204439123', u'INT_ADD_-1204439699'), (u'COPY_-1204439290', u'MULTIEQUAL_-1204439455'), ('const-24', u'PTRADD_-1204439068'), ('tmp_749', u'CBRANCH_-1204439816'), (u'PTRSUB_-1204439287', u'PTRSUB_-1204439280'), ('const-433', u'LOAD_-1204439245'), (u'MULTIEQUAL_-1204439440', u'CALL_-1204440068'), (u'CAST_-1204439199', u'INT_LESS_-1204440100'), (u'CAST_-1204439016', u'STORE_-1204439106'), ('const-16', u'PTRSUB_-1204439226'), (u'LOAD_-1204439358', u'STORE_-1204439346'), (u'MULTIEQUAL_-1204439407', u'CAST_-1204439140'), ('const-0', u'INT_EQUAL_-1204440135'), ('const-1', u'PTRADD_-1204439190'), ('const-0', u'PTRSUB_-1204439232'), ('const--24', u'INT_SUB_-1204439196'), ('const-433', u'STORE_-1204439921'), ('tmp_872', u'CBRANCH_-1204439728'), ('const-1', u'PTRADD_-1204439140'), (u'BOOL_OR_-1204440063', u'CBRANCH_-1204440097'), ('const-433', u'STORE_-1204440009'), ('const-0', u'PTRSUB_-1204439038'), (u'INT_SUB_-1204439196', u'INT_ADD_-1204439875'), (u'PTRSUB_-1204439096', u'STORE_-1204439226'), (u'MULTIEQUAL_-1204439410', u'PTRADD_-1204439140'), (u'INT_ADD_-1204439148', u'CAST_-1204439062'), ('const-0', u'INT_NOTEQUAL_-1204439646'), (u'PTRADD_-1204439190', u'MULTIEQUAL_-1204439405'), (u'CAST_-1204439086', u'STORE_-1204439177'), (u'CAST_-1204439177', u'MULTIEQUAL_-1204439407'), ('const-1', u'PTRADD_-1204439185'), (u'PTRADD_-1204439185', u'COPY_-1204439158'), (u'INT_ADD_-1204440005', u'CAST_-1204439139'), ('const-0', u'PTRSUB_-1204439025'), ('const-433', u'LOAD_-1204440241'), (u'PTRSUB_-1204439134', u'STORE_-1204439300'), (u'MULTIEQUAL_-1204439339', u'PTRSUB_-1204439065'), ('const-433', u'LOAD_-1204439246'), (u'LOAD_-1204440235', u'INT_NOTEQUAL_-1204439989'), (u'INT_AND_-1204439815', u'INT_ADD_-1204439148'), ('tmp_1325', u'PTRSUB_-1204439329'), (u'CAST_-1204439132', u'STORE_-1204440009'), (u'PTRSUB_-1204439280', u'LOAD_-1204440235'), (u'MULTIEQUAL_-1204439405', u'MULTIEQUAL_-1204439322'), (u'MULTIEQUAL_-1204439348', u'PTRADD_-1204439102'), (u'INT_ADD_-1204439995', u'CAST_-1204439132'), (u'LOAD_-1204439359', u'STORE_-1204439347'), (u'PTRSUB_-1204439124', u'LOAD_-1204439186'), ('tmp_1243', u'CBRANCH_-1204439498')]
|
[(u'LOAD_-1204439341', u'STORE_-1204439329'), ('const-433', u'STORE_-1204439619'), (u'INT_EQUAL_-1204440100', u'BOOL_OR_-1204440063'), (u'INT_LESS_-1204440100', u'BOOL_OR_-1204440063'), (u'INT_MULT_-1204440143', u'CAST_-1204439229'), (u'INT_ADD_-1204439875', u'INT_AND_-1204439815'), ('const-24', u'INT_ADD_-1204439104'), (u'MULTIEQUAL_-1204439400', u'LOAD_-1204439299'), ('const-0', u'COPY_-1204439237'), (u'INT_LESS_-1204439509', u'CBRANCH_-1204439518'), (u'LOAD_-1204439298', u'STORE_-1204439282'), ('const-433', u'LOAD_-1204439791'), ('const-1', u'PTRADD_-1204439085'), ('const-433', u'STORE_-1204439604'), ('const-433', u'LOAD_-1204439341'), ('const-433', u'STORE_-1204439921'), (u'CAST_-1204439282', u'CAST_-1204439038'), (u'LOAD_-1204439228', u'STORE_-1204439208'), ('const-24', u'COPY_-1204439499'), (u'MULTIEQUAL_-1204439178', u'INT_MULT_-1204439410'), (u'COPY_-1204439194', u'MULTIEQUAL_-1204439409'), ('const--24', u'INT_SUB_-1204439112'), (u'MULTIEQUAL_-1204439338', u'PTRADD_-1204439100'), ('tmp_573', u'CBRANCH_-1204439900'), (u'MULTIEQUAL_-1204439406', u'COPY_-1204439236'), (u'MULTIEQUAL_-1204439406', u'CAST_-1204439097'), ('const--8', u'INT_AND_-1204439643'), (u'INT_MULT_-1204439371', u'MULTIEQUAL_-1204439178'), ('const-8', u'PTRADD_-1204439167'), (u'CAST_-1204439277', u'CAST_-1204439269'), (u'MULTIEQUAL_-1204439406', u'CAST_-1204439172'), ('const-433', u'STORE_-1204439749'), (u'INT_SUB_-1204440206', u'INT_SRIGHT_-1204440183'), (u'MULTIEQUAL_-1204439439', u'INT_ADD_-1204440031'), ('tmp_1313', u'BRANCH_-1204439428'), (u'INT_EQUAL_-1204439501', u'CBRANCH_-1204439498'), (u'CAST_-1204438996', u'STORE_-1204439612'), ('const-8', u'PTRADD_-1204439152'), ('tmp_1044', u'CBRANCH_-1204439645'), (u'CAST_-1204439001', u'STORE_-1204439619'), (u'LOAD_-1204439299', u'STORE_-1204439283'), ('const-8', u'PTRADD_-1204439213'), (u'PTRADD_-1204439172', u'COPY_-1204439190'), (u'CAST_-1204439282', u'INT_NOTEQUAL_-1204439817'), ('const-24', u'INT_MULT_-1204439410'), (u'MULTIEQUAL_-1204439404', u'MULTIEQUAL_-1204439321'), ('const-433', u'LOAD_-1204439229'), (u'MULTIEQUAL_-1204439347', u'PTRADD_-1204439090'), (u'CAST_-1204439270', u'INT_SUB_-1204440206'), (u'MULTIEQUAL_-1204439321', u'MULTIEQUAL_-1204439259'), (u'MULTIEQUAL_-1204439439', u'CALL_-1204440068'), (u'CAST_-1204439254', u'INT_SUB_-1204440140'), ('tmp_1299', u'BRANCH_-1204439464'), ('tmp_2288', u'PTRADD_-1204439313'), ('tmp_1215', u'CBRANCH_-1204439518'), (u'CAST_-1204439277', u'CAST_-1204439106'), ('const-3', u'PTRADD_-1204439223'), (u'CAST_-1204439039', u'INT_SUB_-1204439112'), (u'COPY_-1204439170', u'MULTIEQUAL_-1204439338'), (u'PTRADD_-1204439167', u'COPY_-1204439194'), (u'COPY_-1204439132', u'MULTIEQUAL_-1204439347'), ('tmp_2291', u'INT_NOTEQUAL_-1204439902'), (u'CAST_-1204439171', u'PTRADD_-1204439208'), ('const-8', u'PTRADD_-1204439027'), (u'MULTIEQUAL_-1204439409', u'PTRADD_-1204439152'), ('const-8', u'PTRADD_-1204439162'), ('tmp_2306', u'PTRADD_-1204439218'), (u'INT_SUB_-1204440140', u'INT_ADD_-1204440005'), (u'MULTIEQUAL_-1204439400', u'PTRADD_-1204439172'), (u'CAST_-1204439106', u'INT_SUB_-1204439183'), (u'INT_MULT_-1204439359', u'INT_EQUAL_-1204440100'), ('tmp_2291', u'INT_NOTEQUAL_-1204439817'), ('const-1', u'PTRADD_-1204439218'), ('const-8', u'PTRADD_-1204439157'), (u'PTRADD_-1204439095', u'INT_NOTEQUAL_-1204439730'), ('const-433', u'STORE_-1204439612'), ('const--8', u'INT_AND_-1204439815'), ('const-1', u'COPY_-1204439447'), ('const-433', u'LOAD_-1204439342'), (u'MULTIEQUAL_-1204439347', u'PTRADD_-1204439080'), (u'INT_SUB_-1204439112', u'INT_ADD_-1204439699'), ('const--24', u'INT_SUB_-1204439183'), (u'PTRADD_-1204439085', u'STORE_-1204439208'), ('const-768614336404564651', u'INT_LESS_-1204439509'), (u'CAST_-1204439029', u'INT_ADD_-1204439650'), (u'CAST_-1204439028', u'MULTIEQUAL_-1204439259'), (u'INT_MULT_-1204439371', u'INT_EQUAL_-1204439501'), (u'CAST_-1204439105', u'INT_ADD_-1204439875'), ('const-433', u'LOAD_-1204440029'), ('tmp_288', u'CBRANCH_-1204440133'), ('const-1', u'PTRADD_-1204439208'), (u'CAST_-1204439229', u'INT_LESS_-1204440100'), (u'COPY_-1204439128', u'MULTIEQUAL_-1204439338'), (u'INT_NOTEQUAL_-1204439817', u'CBRANCH_-1204439816'), ('const-8', u'PTRADD_-1204439223'), (u'PTRADD_-1204439218', u'LOAD_-1204439341'), (u'MULTIEQUAL_-1204439259', u'CAST_-1204438996'), ('const-2', u'PTRADD_-1204439152'), (u'MULTIEQUAL_-1204439347', u'STORE_-1204439209'), (u'LOAD_-1204440235', u'CAST_-1204439277'), ('const-433', u'STORE_-1204439209'), (u'PTRADD_-1204439021', u'STORE_-1204439604'), (u'COPY_-1204439237', u'MULTIEQUAL_-1204439406'), (u'MULTIEQUAL_-1204439338', u'LOAD_-1204439229'), (u'PTRADD_-1204439152', u'STORE_-1204439921'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204439359'), (u'INT_SUB_-1204439183', u'INT_ADD_-1204439875'), ('const-3', u'PTRADD_-1204439090'), ('const-3', u'INT_SRIGHT_-1204440183'), (u'PTRADD_-1204439157', u'LOAD_-1204439930'), (u'CAST_-1204439282', u'INT_NOTEQUAL_-1204439730'), (u'MULTIEQUAL_-1204439338', u'PTRADD_-1204439105'), (u'PTRADD_-1204439177', u'LOAD_-1204439298'), (u'INT_MULT_-1204440143', u'INT_EQUAL_-1204440135'), (u'INT_ADD_-1204439822', u'CAST_-1204439096'), (u'CAST_-1204439165', u'INT_ADD_-1204439995'), (u'COPY_-1204440123', u'MULTIEQUAL_-1204439439'), (u'CAST_-1204439282', u'CAST_-1204439270'), (u'PTRADD_-1204439223', u'MULTIEQUAL_-1204439404'), (u'INT_ADD_-1204440005', u'CAST_-1204439171'), ('const-8', u'PTRADD_-1204439313'), (u'PTRADD_-1204439100', u'LOAD_-1204439791'), ('const-0', u'COPY_-1204439290'), (u'PTRADD_-1204439208', u'STORE_-1204439329'), (u'MULTIEQUAL_-1204439321', u'CAST_-1204439029'), ('const-8', u'PTRADD_-1204439090'), (u'COPY_-1204439447', u'MULTIEQUAL_-1204439178'), (u'MULTIEQUAL_-1204439400', u'PTRADD_-1204439177'), ('const-1', u'PTRADD_-1204439313'), (u'INT_NOTEQUAL_-1204439989', u'CBRANCH_-1204439988'), (u'INT_AND_-1204439643', u'INT_ADD_-1204439104'), ('const-8', u'PTRADD_-1204439095'), (u'LOAD_-1204440241', u'CAST_-1204439282'), (u'MULTIEQUAL_-1204439406', u'CAST_-1204439001'), ('const-0', u'RETURN_-1204439542'), (u'CAST_-1204439207', u'MULTIEQUAL_-1204439406'), (u'PTRADD_-1204439162', u'STORE_-1204439282'), (u'MULTIEQUAL_-1204439406', u'CAST_-1204439165'), (u'CAST_-1204439277', u'CAST_-1204439253'), ('const-433', u'LOAD_-1204440241'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204440143'), ('const-0', u'INT_EQUAL_-1204440100'), ('const-433', u'LOAD_-1204440235'), (u'LOAD_-1204439791', u'STORE_-1204439749'), ('const--6148914691236517205', u'INT_MULT_-1204440143'), ('const--16', u'COPY_-1204440123'), (u'CAST_-1204439189', u'INT_ADD_-1204440031'), (u'INT_ADD_-1204439248', u'INT_ADD_-1204439995'), (u'MULTIEQUAL_-1204439321', u'COPY_-1204439174'), (u'CAST_-1204439277', u'INT_NOTEQUAL_-1204439646'), (u'CAST_-1204439096', u'MULTIEQUAL_-1204439321'), ('tmp_2288', u'PTRADD_-1204439027'), (u'INT_MULT_-1204439371', u'INT_LESS_-1204439509'), ('const-1', u'PTRADD_-1204439105'), ('const-1', u'PTRADD_-1204439027'), ('const-8', u'PTRADD_-1204439177'), ('tmp_2291', u'CAST_-1204439254'), ('const-2', u'PTRADD_-1204439157'), (u'COPY_-1204439236', u'MULTIEQUAL_-1204439409'), (u'MULTIEQUAL_-1204439409', u'STORE_-1204439283'), ('const-433', u'STORE_-1204439330'), (u'PTRADD_-1204439313', u'LOAD_-1204440241'), (u'PTRADD_-1204439080', u'STORE_-1204439749'), (u'MULTIEQUAL_-1204439400', u'PTRADD_-1204439157'), (u'INT_AND_-1204439815', u'INT_ADD_-1204439176'), (u'MULTIEQUAL_-1204439409', u'PTRADD_-1204439167'), ('tmp_2291', u'INT_NOTEQUAL_-1204439989'), (u'PTRADD_-1204439105', u'LOAD_-1204439228'), (u'INT_NOTEQUAL_-1204439646', u'CBRANCH_-1204439645'), (u'INT_ADD_-1204439699', u'INT_AND_-1204439643'), (u'COPY_-1204439499', u'MULTIEQUAL_-1204439404'), (u'COPY_-1204439232', u'MULTIEQUAL_-1204439400'), ('const-3', u'PTRADD_-1204439167'), ('const-2', u'PTRADD_-1204439080'), ('const-6148914691236517206', u'INT_MULT_-1204439371'), (u'LOAD_-1204439229', u'STORE_-1204439209'), (u'CAST_-1204439269', u'INT_SUB_-1204440206'), (u'MULTIEQUAL_-1204439454', u'STORE_-1204439604'), (u'CAST_-1204439207', u'CAST_-1204439189'), ('const-433', u'STORE_-1204439283'), ('const-8', u'PTRADD_-1204439100'), ('const-3', u'PTRADD_-1204439172'), (u'CAST_-1204439164', u'STORE_-1204440009'), ('const-2', u'PTRADD_-1204439213'), ('const-433', u'STORE_-1204439208'), (u'INT_MULT_-1204439371', u'INT_LESS_-1204440100'), (u'LOAD_-1204440029', u'STORE_-1204440009'), (u'INT_SUB_-1204440140', u'INT_ADD_-1204439248'), ('const-0', u'INT_EQUAL_-1204439501'), ('const-433', u'LOAD_-1204439299'), (u'INT_ADD_-1204439650', u'CAST_-1204439028'), (u'COPY_-1204439174', u'MULTIEQUAL_-1204439347'), ('const-8', u'PTRADD_-1204439021'), (u'INT_MULT_-1204439410', u'MULTIEQUAL_-1204439439'), (u'COPY_-1204439190', u'MULTIEQUAL_-1204439400'), ('const-433', u'STORE_-1204440009'), (u'INT_NOTEQUAL_-1204439902', u'CBRANCH_-1204439900'), (u'INT_EQUAL_-1204440135', u'CBRANCH_-1204440133'), ('const-433', u'STORE_-1204439329'), (u'MULTIEQUAL_-1204439409', u'PTRADD_-1204439162'), ('tmp_450', u'CBRANCH_-1204439988'), ('const-2', u'PTRADD_-1204439100'), (u'CAST_-1204439172', u'INT_ADD_-1204440005'), (u'CAST_-1204439171', u'STORE_-1204439330'), (u'LOAD_-1204439930', u'STORE_-1204439921'), ('tmp_331', u'CBRANCH_-1204440097'), (u'INT_SRIGHT_-1204440183', u'INT_MULT_-1204439371'), (u'CAST_-1204439277', u'COPY_-1204439232'), ('const-3', u'PTRADD_-1204439095'), ('tmp_2291', u'CAST_-1204439039'), (u'PTRADD_-1204439090', u'COPY_-1204439132'), (u'INT_ADD_-1204440031', u'MULTIEQUAL_-1204439454'), ('tmp_2288', u'PTRADD_-1204439021'), ('const-16', u'INT_ADD_-1204439248'), (u'CAST_-1204439277', u'INT_NOTEQUAL_-1204439989'), (u'LOAD_-1204439342', u'STORE_-1204439330'), (u'INT_NOTEQUAL_-1204439730', u'CBRANCH_-1204439728'), (u'CALL_-1204440068', u'CAST_-1204439207'), (u'CAST_-1204439207', u'PTRADD_-1204439223'), (u'PTRADD_-1204439172', u'INT_NOTEQUAL_-1204439902'), ('tmp_749', u'CBRANCH_-1204439816'), (u'CAST_-1204439097', u'INT_ADD_-1204439822'), ('tmp_2288', u'LOAD_-1204440235'), (u'MULTIEQUAL_-1204439338', u'PTRADD_-1204439095'), (u'CAST_-1204439253', u'INT_SUB_-1204440140'), ('const-433', u'LOAD_-1204439930'), (u'PTRADD_-1204439095', u'COPY_-1204439128'), (u'COPY_-1204439290', u'MULTIEQUAL_-1204439454'), ('tmp_2291', u'CAST_-1204439105'), (u'PTRADD_-1204439213', u'LOAD_-1204440029'), ('const-48', u'INT_ADD_-1204439176'), ('const-8', u'PTRADD_-1204439172'), ('const-8', u'PTRADD_-1204439218'), (u'MULTIEQUAL_-1204439347', u'PTRADD_-1204439085'), ('const-8', u'PTRADD_-1204439080'), (u'CAST_-1204439038', u'INT_ADD_-1204439699'), ('const-433', u'STORE_-1204439282'), ('const-0', u'INT_EQUAL_-1204440135'), ('tmp_2291', u'COPY_-1204439170'), ('tmp_872', u'CBRANCH_-1204439728'), (u'BOOL_OR_-1204440063', u'CBRANCH_-1204440097'), (u'CAST_-1204439277', u'CALL_-1204439628'), ('const-1', u'PTRADD_-1204439162'), ('const-0', u'INT_NOTEQUAL_-1204439646'), ('const-433', u'LOAD_-1204439298'), ('const-8', u'PTRADD_-1204439105'), ('tmp_2306', u'LOAD_-1204439342'), (u'INT_ADD_-1204439104', u'INT_ADD_-1204439650'), (u'INT_ADD_-1204439176', u'INT_ADD_-1204439822'), ('const-2', u'PTRADD_-1204439021'), ('const-8', u'PTRADD_-1204439208'), ('const-6148914691236517205', u'INT_MULT_-1204439359'), ('const-8', u'PTRADD_-1204439085'), ('const-433', u'LOAD_-1204439228'), ('const-1', u'PTRADD_-1204439177'), (u'PTRADD_-1204439027', u'STORE_-1204439612'), (u'INT_ADD_-1204439995', u'CAST_-1204439164'), ('tmp_2306', u'PTRADD_-1204439213'), ('tmp_2288', u'STORE_-1204439619'), ('tmp_1243', u'CBRANCH_-1204439498')]
| null | null |
002ab310
|
x64
|
O2
|
(translation_unit "void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}\n\n" (function_definition "void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" primitive_type (function_declarator "FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "lVar5 = (long)puVar1 - (long)puVar2 >> 3;" (assignment_expression "lVar5 = (long)puVar1 - (long)puVar2 >> 3" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 3" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" if (parenthesized_expression "(lVar5 * -0x5555555555555555 == 0)" ( (binary_expression "lVar5 * -0x5555555555555555 == 0" (binary_expression "lVar5 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }" { (expression_statement "uVar10 = 1;" (assignment_expression "uVar10 = 1" identifier = number_literal) ;) (labeled_statement "LAB_002ab485:\n lVar11 = uVar10 * 0x18;" statement_identifier : (expression_statement "lVar11 = uVar10 * 0x18;" (assignment_expression "lVar11 = uVar10 * 0x18" identifier = (binary_expression "uVar10 * 0x18" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" else (compound_statement "{\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" { (expression_statement "uVar10 = lVar5 * 0x5555555555555556;" (assignment_expression "uVar10 = lVar5 * 0x5555555555555556" identifier = (binary_expression "lVar5 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar11 = -0x10;" (assignment_expression "lVar11 = -0x10" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" if (parenthesized_expression "(((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab))" ( (binary_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)" (parenthesized_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10" (call_expression "(ulong)(lVar5 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar5 * -0x5555555555555555)" ( (binary_expression "lVar5 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar5 * 0x5555555555555555 == 0" (binary_expression "lVar5 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar10 < 0xaaaaaaaaaaaaaab)" ( (binary_expression "uVar10 < 0xaaaaaaaaaaaaaab" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" { (if_statement "if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" { (expression_statement "puVar12 = (undefined8 *)0x18;" (assignment_expression "puVar12 = (undefined8 *)0x18" identifier = (cast_expression "(undefined8 *)0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) (expression_statement "puVar6 = (undefined8 *)0x0;" (assignment_expression "puVar6 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_002ab38b;" goto statement_identifier ;) })) (goto_statement "goto LAB_002ab485;" goto statement_identifier ;) })) }))) (expression_statement "puVar6 = (undefined8 *)FUN_002d9490(lVar11);" (assignment_expression "puVar6 = (undefined8 *)FUN_002d9490(lVar11)" identifier = (cast_expression "(undefined8 *)FUN_002d9490(lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar11)" identifier (argument_list "(lVar11)" ( identifier ))))) ;) (expression_statement "lVar11 = (long)puVar6 + lVar11;" (assignment_expression "lVar11 = (long)puVar6 + lVar11" identifier = (binary_expression "(long)puVar6 + lVar11" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "puVar12 = puVar6 + 3;" (assignment_expression "puVar12 = puVar6 + 3" identifier = (binary_expression "puVar6 + 3" identifier + number_literal)) ;) (labeled_statement "LAB_002ab38b:\n uVar4 = param_3[1];" statement_identifier : (expression_statement "uVar4 = param_3[1];" (assignment_expression "uVar4 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" identifier = (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2))" ( (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar7 = *param_3;" (assignment_expression "*puVar7 = *param_3" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" * (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" ( (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) = identifier) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) (expression_statement "puVar8 = puVar2;" (assignment_expression "puVar8 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" { (do_statement "do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);" do (compound_statement "{\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n }" { (expression_statement "uVar3 = puVar8[1];" (assignment_expression "uVar3 = puVar8[1]" identifier = (subscript_expression "puVar8[1]" identifier [ number_literal ])) ;) (expression_statement "puVar12 = puVar8 + 3;" (assignment_expression "puVar12 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar8" * identifier)) ;) (expression_statement "puVar7[1] = uVar3;" (assignment_expression "puVar7[1] = uVar3" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7[2] = puVar8[2];" (assignment_expression "puVar7[2] = puVar8[2]" (subscript_expression "puVar7[2]" identifier [ number_literal ]) = (subscript_expression "puVar8[2]" identifier [ number_literal ])) ;) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" identifier = (binary_expression "puVar7 + 3" identifier + number_literal)) ;) (expression_statement "puVar8 = puVar12;" (assignment_expression "puVar8 = puVar12" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar12)" ( (binary_expression "param_2 != puVar12" identifier != identifier) )) ;) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" identifier = (cast_expression "(undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" ( (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30" (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" ( (binary_expression "(long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U" (binary_expression "(long)param_2 + (-0x18 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x18 - (long)puVar2)" ( (binary_expression "-0x18 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (expression_statement "puVar7 = puVar12;" (assignment_expression "puVar7 = puVar12" identifier = identifier) ;) (expression_statement "puVar8 = param_2;" (assignment_expression "puVar8 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" { (do_statement "do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);" do (compound_statement "{\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n }" { (expression_statement "uVar4 = puVar8[1];" (assignment_expression "uVar4 = puVar8[1]" identifier = (subscript_expression "puVar8[1]" identifier [ number_literal ])) ;) (expression_statement "uVar3 = puVar8[2];" (assignment_expression "uVar3 = puVar8[2]" identifier = (subscript_expression "puVar8[2]" identifier [ number_literal ])) ;) (expression_statement "puVar9 = puVar8 + 3;" (assignment_expression "puVar9 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar8" * identifier)) ;) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7[2] = uVar3;" (assignment_expression "puVar7[2] = uVar3" (subscript_expression "puVar7[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" identifier = (binary_expression "puVar7 + 3" identifier + number_literal)) ;) (expression_statement "puVar8 = puVar9;" (assignment_expression "puVar8 = puVar9" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar9)" ( (binary_expression "puVar1 != puVar9" identifier != identifier) )) ;) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" identifier = (cast_expression "(undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" ( (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18" (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" ( (binary_expression "(long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U" (binary_expression "(long)puVar1 + (-0x18 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x18 - (long)param_2)" ( (binary_expression "-0x18 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac60(puVar2);\n }" { (expression_statement "FUN_002dac60(puVar2);" (call_expression "FUN_002dac60(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar6;" (assignment_expression "*param_1 = (long)puVar6" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = (long)puVar12;" (assignment_expression "param_1[1] = (long)puVar12" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar11;" (assignment_expression "param_1[2] = lVar11" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void\n _M_realloc_insert<gold::Post_fde>(vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> * this,\n iterator __position, Post_fde * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Post_fde,_std::allocator<gold::Post_fde>_>::_M_realloc_insert<gold::Post_fde>\n (vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,\n Post_fde *__args_0)\n\n{\n undefined8 *puVar1;\n Post_fde *pPVar2;\n Post_fde *pPVar3;\n undefined8 uVar4;\n section_offset_type sVar5;\n undefined7 uVar6;\n uchar uVar7;\n long lVar8;\n pointer pPVar9;\n pointer pPVar10;\n pointer pPVar11;\n Post_fde *pPVar12;\n Post_fde *pPVar13;\n iterator iVar14;\n ulong uVar15;\n ulong uVar16;\n pointer pPVar17;\n \n pPVar2 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_finish;\n pPVar3 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_start;\n lVar8 = (long)pPVar2 - (long)pPVar3 >> 3;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_002ab485:\n uVar16 = uVar15 * 0x18;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n uVar16 = 0xfffffffffffffff0;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)) {\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n pPVar9 = (pointer)operator_new(uVar16);\n pPVar10 = (pointer)((long)&pPVar9->fde + uVar16);\n pPVar17 = pPVar9 + 1;\nLAB_002ab38b:\n sVar5 = __args_0->cie_offset;\n uVar4 = *(undefined8 *)&__args_0->fde_encoding;\n puVar1 = (undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3));\n *puVar1 = __args_0->fde;\n puVar1[1] = sVar5;\n *(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10) = uVar4;\n pPVar11 = pPVar9;\n pPVar12 = pPVar3;\n if (__position._M_current != pPVar3) {\n do {\n sVar5 = pPVar12->cie_offset;\n pPVar13 = pPVar12 + 1;\n pPVar11->fde = pPVar12->fde;\n pPVar11->cie_offset = sVar5;\n uVar6 = *(undefined7 *)&pPVar12->field_0x11;\n pPVar11->fde_encoding = pPVar12->fde_encoding;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n pPVar12 = pPVar13;\n } while (__position._M_current != pPVar13);\n pPVar17 = (pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))\n ;\n }\n pPVar11 = pPVar17;\n iVar14._M_current = __position._M_current;\n if (__position._M_current != pPVar2) {\n do {\n sVar5 = (iVar14._M_current)->cie_offset;\n uVar7 = (iVar14._M_current)->fde_encoding;\n uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;\n pPVar12 = iVar14._M_current + 1;\n pPVar11->fde = (iVar14._M_current)->fde;\n pPVar11->cie_offset = sVar5;\n pPVar11->fde_encoding = uVar7;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n iVar14._M_current = pPVar12;\n } while (pPVar2 != pPVar12);\n pPVar17 = (pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))\n ;\n }\n if (pPVar3 != (Post_fde *)0x0) {\n operator_delete(pPVar3);\n }\n (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_start =\n pPVar9;\n (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_finish =\n pPVar17;\n (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_end_of_storage = pPVar10;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<gold::Post_fde,_std::allocator<gold::Post_fde>_>::_M_realloc_insert<gold::Post_fde>\n (vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,\n Post_fde *__args_0)\n\n{\n undefined8 *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier , (ERROR "_std::allocator<gold::Post_fde>_>::_M_realloc_insert<gold::Post_fde>\n (vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,\n Post_fde *__args_0)\n\n{\n undefined8" identifier : : identifier < identifier : : identifier > identifier > : : identifier < identifier : : (function_declarator "Post_fde>\n (vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,\n Post_fde *__args_0)" identifier (ERROR ">" >) (parameter_list "(vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> *this,iterator __position,\n Post_fde *__args_0)" ( (parameter_declaration "vector<gold::Post_fde" type_identifier (ERROR "<gold::" < identifier : :) identifier) , (parameter_declaration "_std::allocator<gold::Post_fde>_> *this" type_identifier (ERROR "::allocator<gold::Post_fde>_>" : : identifier < identifier : : identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Post_fde *__args_0" type_identifier (pointer_declarator "*__args_0" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "Post_fde *pPVar2;" type_identifier (pointer_declarator "*pPVar2" * identifier) ;) (declaration "Post_fde *pPVar3;" type_identifier (pointer_declarator "*pPVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "section_offset_type sVar5;" type_identifier identifier ;) (declaration "undefined7 uVar6;" type_identifier identifier ;) (declaration "uchar uVar7;" type_identifier identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "pointer pPVar9;" type_identifier identifier ;) (declaration "pointer pPVar10;" type_identifier identifier ;) (declaration "pointer pPVar11;" type_identifier identifier ;) (declaration "Post_fde *pPVar12;" type_identifier (pointer_declarator "*pPVar12" * identifier) ;) (declaration "Post_fde *pPVar13;" type_identifier (pointer_declarator "*pPVar13" * identifier) ;) (declaration "iterator iVar14;" type_identifier identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "ulong uVar16;" type_identifier identifier ;) (declaration "pointer pPVar17;" type_identifier identifier ;) (expression_statement "pPVar2 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_finish;" (assignment_expression "pPVar2 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_finish" identifier = (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_finish" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)" ( (ERROR "this->super__Vector_base<gold::Post_fde,_std::allocator<gold::" (comma_expression "this->super__Vector_base<gold::Post_fde,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Post_fde" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Post_fde>_>" (binary_expression "Post_fde>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "pPVar3 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_start;" (assignment_expression "pPVar3 = (this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_start" identifier = (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_start" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)" ( (ERROR "this->super__Vector_base<gold::Post_fde,_std::allocator<gold::" (comma_expression "this->super__Vector_base<gold::Post_fde,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Post_fde" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Post_fde>_>" (binary_expression "Post_fde>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "lVar8 = (long)pPVar2 - (long)pPVar3 >> 3;" (assignment_expression "lVar8 = (long)pPVar2 - (long)pPVar3 >> 3" identifier = (binary_expression "(long)pPVar2 - (long)pPVar3 >> 3" (binary_expression "(long)pPVar2 - (long)pPVar3" (cast_expression "(long)pPVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pPVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_002ab485:\n uVar16 = uVar15 * 0x18;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n uVar16 = 0xfffffffffffffff0;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)) {\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" if (parenthesized_expression "(lVar8 * -0x5555555555555555 == 0)" ( (binary_expression "lVar8 * -0x5555555555555555 == 0" (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar15 = 1;\nLAB_002ab485:\n uVar16 = uVar15 * 0x18;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (labeled_statement "LAB_002ab485:\n uVar16 = uVar15 * 0x18;" statement_identifier : (expression_statement "uVar16 = uVar15 * 0x18;" (assignment_expression "uVar16 = uVar15 * 0x18" identifier = (binary_expression "uVar15 * 0x18" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar15 = lVar8 * 0x5555555555555556;\n uVar16 = 0xfffffffffffffff0;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)) {\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" else (compound_statement "{\n uVar15 = lVar8 * 0x5555555555555556;\n uVar16 = 0xfffffffffffffff0;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)) {\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" { (expression_statement "uVar15 = lVar8 * 0x5555555555555556;" (assignment_expression "uVar15 = lVar8 * 0x5555555555555556" identifier = (binary_expression "lVar8 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "uVar16 = 0xfffffffffffffff0;" (assignment_expression "uVar16 = 0xfffffffffffffff0" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)) {\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" if (parenthesized_expression "(((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab))" ( (binary_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0xaaaaaaaaaaaaaab)" (parenthesized_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15" (call_expression "(ulong)(lVar8 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar8 * -0x5555555555555555)" ( (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar8 * 0x5555555555555555 == 0" (binary_expression "lVar8 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar15 < 0xaaaaaaaaaaaaaab)" ( (binary_expression "uVar15 < 0xaaaaaaaaaaaaaab" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" { (if_statement "if (uVar15 == 0) {\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\n pPVar17 = (pointer)0x18;\n pPVar10 = (pointer)0x0;\n pPVar9 = (pointer)0x0;\n goto LAB_002ab38b;\n }" { (expression_statement "pPVar17 = (pointer)0x18;" (assignment_expression "pPVar17 = (pointer)0x18" identifier = (cast_expression "(pointer)0x18" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "pPVar10 = (pointer)0x0;" (assignment_expression "pPVar10 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "pPVar9 = (pointer)0x0;" (assignment_expression "pPVar9 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (goto_statement "goto LAB_002ab38b;" goto statement_identifier ;) })) (goto_statement "goto LAB_002ab485;" goto statement_identifier ;) })) }))) (expression_statement "pPVar9 = (pointer)operator_new(uVar16);" (assignment_expression "pPVar9 = (pointer)operator_new(uVar16)" identifier = (cast_expression "(pointer)operator_new(uVar16)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar16)" identifier (argument_list "(uVar16)" ( identifier ))))) ;) (expression_statement "pPVar10 = (pointer)((long)&pPVar9->fde + uVar16);" (assignment_expression "pPVar10 = (pointer)((long)&pPVar9->fde + uVar16)" identifier = (call_expression "(pointer)((long)&pPVar9->fde + uVar16)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pPVar9->fde + uVar16)" ( (binary_expression "(long)&pPVar9->fde + uVar16" (cast_expression "(long)&pPVar9->fde" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pPVar9->fde" & (field_expression "pPVar9->fde" identifier -> field_identifier))) + identifier) )))) ;) (expression_statement "pPVar17 = pPVar9 + 1;" (assignment_expression "pPVar17 = pPVar9 + 1" identifier = (binary_expression "pPVar9 + 1" identifier + number_literal)) ;) (labeled_statement "LAB_002ab38b:\n sVar5 = __args_0->cie_offset;" statement_identifier : (expression_statement "sVar5 = __args_0->cie_offset;" (assignment_expression "sVar5 = __args_0->cie_offset" identifier = (field_expression "__args_0->cie_offset" identifier -> field_identifier)) ;)) (expression_statement "uVar4 = *(undefined8 *)&__args_0->fde_encoding;" (assignment_expression "uVar4 = *(undefined8 *)&__args_0->fde_encoding" identifier = (pointer_expression "*(undefined8 *)&__args_0->fde_encoding" * (cast_expression "(undefined8 *)&__args_0->fde_encoding" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__args_0->fde_encoding" & (field_expression "__args_0->fde_encoding" identifier -> field_identifier))))) ;) (expression_statement "puVar1 = (undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3));" (assignment_expression "puVar1 = (undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3))" identifier = (cast_expression "(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pPVar9 + ((long)__position._M_current - (long)pPVar3))" ( (binary_expression "(long)pPVar9 + ((long)__position._M_current - (long)pPVar3)" (cast_expression "(long)pPVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)__position._M_current - (long)pPVar3)" ( (binary_expression "(long)__position._M_current - (long)pPVar3" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)pPVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar1 = __args_0->fde;" (assignment_expression "*puVar1 = __args_0->fde" (pointer_expression "*puVar1" * identifier) = (field_expression "__args_0->fde" identifier -> field_identifier)) ;) (expression_statement "puVar1[1] = sVar5;" (assignment_expression "puVar1[1] = sVar5" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10) = uVar4;" (assignment_expression "*(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10) = uVar4" (pointer_expression "*(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10)" * (cast_expression "(undefined8 *)((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10)" ( (binary_expression "(long)pPVar9 + ((long)__position._M_current - (long)pPVar3) + 0x10" (binary_expression "(long)pPVar9 + ((long)__position._M_current - (long)pPVar3)" (cast_expression "(long)pPVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)__position._M_current - (long)pPVar3)" ( (binary_expression "(long)__position._M_current - (long)pPVar3" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(long)pPVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) = identifier) ;) (expression_statement "pPVar11 = pPVar9;" (assignment_expression "pPVar11 = pPVar9" identifier = identifier) ;) (expression_statement "pPVar12 = pPVar3;" (assignment_expression "pPVar12 = pPVar3" identifier = identifier) ;) (if_statement "if (__position._M_current != pPVar3) {\n do {\n sVar5 = pPVar12->cie_offset;\n pPVar13 = pPVar12 + 1;\n pPVar11->fde = pPVar12->fde;\n pPVar11->cie_offset = sVar5;\n uVar6 = *(undefined7 *)&pPVar12->field_0x11;\n pPVar11->fde_encoding = pPVar12->fde_encoding;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n pPVar12 = pPVar13;\n } while (__position._M_current != pPVar13);\n pPVar17 = (pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))\n ;\n }" if (parenthesized_expression "(__position._M_current != pPVar3)" ( (binary_expression "__position._M_current != pPVar3" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n sVar5 = pPVar12->cie_offset;\n pPVar13 = pPVar12 + 1;\n pPVar11->fde = pPVar12->fde;\n pPVar11->cie_offset = sVar5;\n uVar6 = *(undefined7 *)&pPVar12->field_0x11;\n pPVar11->fde_encoding = pPVar12->fde_encoding;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n pPVar12 = pPVar13;\n } while (__position._M_current != pPVar13);\n pPVar17 = (pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))\n ;\n }" { (do_statement "do {\n sVar5 = pPVar12->cie_offset;\n pPVar13 = pPVar12 + 1;\n pPVar11->fde = pPVar12->fde;\n pPVar11->cie_offset = sVar5;\n uVar6 = *(undefined7 *)&pPVar12->field_0x11;\n pPVar11->fde_encoding = pPVar12->fde_encoding;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n pPVar12 = pPVar13;\n } while (__position._M_current != pPVar13);" do (compound_statement "{\n sVar5 = pPVar12->cie_offset;\n pPVar13 = pPVar12 + 1;\n pPVar11->fde = pPVar12->fde;\n pPVar11->cie_offset = sVar5;\n uVar6 = *(undefined7 *)&pPVar12->field_0x11;\n pPVar11->fde_encoding = pPVar12->fde_encoding;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n pPVar12 = pPVar13;\n }" { (expression_statement "sVar5 = pPVar12->cie_offset;" (assignment_expression "sVar5 = pPVar12->cie_offset" identifier = (field_expression "pPVar12->cie_offset" identifier -> field_identifier)) ;) (expression_statement "pPVar13 = pPVar12 + 1;" (assignment_expression "pPVar13 = pPVar12 + 1" identifier = (binary_expression "pPVar12 + 1" identifier + number_literal)) ;) (expression_statement "pPVar11->fde = pPVar12->fde;" (assignment_expression "pPVar11->fde = pPVar12->fde" (field_expression "pPVar11->fde" identifier -> field_identifier) = (field_expression "pPVar12->fde" identifier -> field_identifier)) ;) (expression_statement "pPVar11->cie_offset = sVar5;" (assignment_expression "pPVar11->cie_offset = sVar5" (field_expression "pPVar11->cie_offset" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar6 = *(undefined7 *)&pPVar12->field_0x11;" (assignment_expression "uVar6 = *(undefined7 *)&pPVar12->field_0x11" identifier = (pointer_expression "*(undefined7 *)&pPVar12->field_0x11" * (cast_expression "(undefined7 *)&pPVar12->field_0x11" ( (type_descriptor "undefined7 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pPVar12->field_0x11" & (field_expression "pPVar12->field_0x11" identifier -> field_identifier))))) ;) (expression_statement "pPVar11->fde_encoding = pPVar12->fde_encoding;" (assignment_expression "pPVar11->fde_encoding = pPVar12->fde_encoding" (field_expression "pPVar11->fde_encoding" identifier -> field_identifier) = (field_expression "pPVar12->fde_encoding" identifier -> field_identifier)) ;) (expression_statement "*(undefined7 *)&pPVar11->field_0x11 = uVar6;" (assignment_expression "*(undefined7 *)&pPVar11->field_0x11 = uVar6" (pointer_expression "*(undefined7 *)&pPVar11->field_0x11" * (cast_expression "(undefined7 *)&pPVar11->field_0x11" ( (type_descriptor "undefined7 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pPVar11->field_0x11" & (field_expression "pPVar11->field_0x11" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pPVar11 = pPVar11 + 1;" (assignment_expression "pPVar11 = pPVar11 + 1" identifier = (binary_expression "pPVar11 + 1" identifier + number_literal)) ;) (expression_statement "pPVar12 = pPVar13;" (assignment_expression "pPVar12 = pPVar13" identifier = identifier) ;) }) while (parenthesized_expression "(__position._M_current != pPVar13)" ( (binary_expression "__position._M_current != pPVar13" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) ;) (expression_statement "pPVar17 = (pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))\n ;" (assignment_expression "pPVar17 = (pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))" identifier = (call_expression "(pointer)((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U))" ( (binary_expression "(long)&pPVar9[2].fde +\n ((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U)" (cast_expression "(long)&pPVar9[2].fde" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pPVar9[2].fde" & (field_expression "pPVar9[2].fde" (subscript_expression "pPVar9[2]" identifier [ number_literal ]) . field_identifier))) + (parenthesized_expression "((long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U)" ( (binary_expression "(long)__position._M_current + (-0x18 - (long)pPVar3) & 0xfffffffffffffff8U" (binary_expression "(long)__position._M_current + (-0x18 - (long)pPVar3)" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) + (parenthesized_expression "(-0x18 - (long)pPVar3)" ( (binary_expression "-0x18 - (long)pPVar3" number_literal - (cast_expression "(long)pPVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) )))) ;) })) (expression_statement "pPVar11 = pPVar17;" (assignment_expression "pPVar11 = pPVar17" identifier = identifier) ;) (expression_statement "iVar14._M_current = __position._M_current;" (assignment_expression "iVar14._M_current = __position._M_current" (field_expression "iVar14._M_current" identifier . field_identifier) = (field_expression "__position._M_current" identifier . field_identifier)) ;) (if_statement "if (__position._M_current != pPVar2) {\n do {\n sVar5 = (iVar14._M_current)->cie_offset;\n uVar7 = (iVar14._M_current)->fde_encoding;\n uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;\n pPVar12 = iVar14._M_current + 1;\n pPVar11->fde = (iVar14._M_current)->fde;\n pPVar11->cie_offset = sVar5;\n pPVar11->fde_encoding = uVar7;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n iVar14._M_current = pPVar12;\n } while (pPVar2 != pPVar12);\n pPVar17 = (pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))\n ;\n }" if (parenthesized_expression "(__position._M_current != pPVar2)" ( (binary_expression "__position._M_current != pPVar2" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n sVar5 = (iVar14._M_current)->cie_offset;\n uVar7 = (iVar14._M_current)->fde_encoding;\n uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;\n pPVar12 = iVar14._M_current + 1;\n pPVar11->fde = (iVar14._M_current)->fde;\n pPVar11->cie_offset = sVar5;\n pPVar11->fde_encoding = uVar7;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n iVar14._M_current = pPVar12;\n } while (pPVar2 != pPVar12);\n pPVar17 = (pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))\n ;\n }" { (do_statement "do {\n sVar5 = (iVar14._M_current)->cie_offset;\n uVar7 = (iVar14._M_current)->fde_encoding;\n uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;\n pPVar12 = iVar14._M_current + 1;\n pPVar11->fde = (iVar14._M_current)->fde;\n pPVar11->cie_offset = sVar5;\n pPVar11->fde_encoding = uVar7;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n iVar14._M_current = pPVar12;\n } while (pPVar2 != pPVar12);" do (compound_statement "{\n sVar5 = (iVar14._M_current)->cie_offset;\n uVar7 = (iVar14._M_current)->fde_encoding;\n uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;\n pPVar12 = iVar14._M_current + 1;\n pPVar11->fde = (iVar14._M_current)->fde;\n pPVar11->cie_offset = sVar5;\n pPVar11->fde_encoding = uVar7;\n *(undefined7 *)&pPVar11->field_0x11 = uVar6;\n pPVar11 = pPVar11 + 1;\n iVar14._M_current = pPVar12;\n }" { (expression_statement "sVar5 = (iVar14._M_current)->cie_offset;" (assignment_expression "sVar5 = (iVar14._M_current)->cie_offset" identifier = (field_expression "(iVar14._M_current)->cie_offset" (parenthesized_expression "(iVar14._M_current)" ( (field_expression "iVar14._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "uVar7 = (iVar14._M_current)->fde_encoding;" (assignment_expression "uVar7 = (iVar14._M_current)->fde_encoding" identifier = (field_expression "(iVar14._M_current)->fde_encoding" (parenthesized_expression "(iVar14._M_current)" ( (field_expression "iVar14._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11;" (assignment_expression "uVar6 = *(undefined7 *)&(iVar14._M_current)->field_0x11" identifier = (pointer_expression "*(undefined7 *)&(iVar14._M_current)->field_0x11" * (cast_expression "(undefined7 *)&(iVar14._M_current)->field_0x11" ( (type_descriptor "undefined7 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(iVar14._M_current)->field_0x11" & (field_expression "(iVar14._M_current)->field_0x11" (parenthesized_expression "(iVar14._M_current)" ( (field_expression "iVar14._M_current" identifier . field_identifier) )) -> field_identifier))))) ;) (expression_statement "pPVar12 = iVar14._M_current + 1;" (assignment_expression "pPVar12 = iVar14._M_current + 1" identifier = (binary_expression "iVar14._M_current + 1" (field_expression "iVar14._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "pPVar11->fde = (iVar14._M_current)->fde;" (assignment_expression "pPVar11->fde = (iVar14._M_current)->fde" (field_expression "pPVar11->fde" identifier -> field_identifier) = (field_expression "(iVar14._M_current)->fde" (parenthesized_expression "(iVar14._M_current)" ( (field_expression "iVar14._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "pPVar11->cie_offset = sVar5;" (assignment_expression "pPVar11->cie_offset = sVar5" (field_expression "pPVar11->cie_offset" identifier -> field_identifier) = identifier) ;) (expression_statement "pPVar11->fde_encoding = uVar7;" (assignment_expression "pPVar11->fde_encoding = uVar7" (field_expression "pPVar11->fde_encoding" identifier -> field_identifier) = identifier) ;) (expression_statement "*(undefined7 *)&pPVar11->field_0x11 = uVar6;" (assignment_expression "*(undefined7 *)&pPVar11->field_0x11 = uVar6" (pointer_expression "*(undefined7 *)&pPVar11->field_0x11" * (cast_expression "(undefined7 *)&pPVar11->field_0x11" ( (type_descriptor "undefined7 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pPVar11->field_0x11" & (field_expression "pPVar11->field_0x11" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pPVar11 = pPVar11 + 1;" (assignment_expression "pPVar11 = pPVar11 + 1" identifier = (binary_expression "pPVar11 + 1" identifier + number_literal)) ;) (expression_statement "iVar14._M_current = pPVar12;" (assignment_expression "iVar14._M_current = pPVar12" (field_expression "iVar14._M_current" identifier . field_identifier) = identifier) ;) }) while (parenthesized_expression "(pPVar2 != pPVar12)" ( (binary_expression "pPVar2 != pPVar12" identifier != identifier) )) ;) (expression_statement "pPVar17 = (pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))\n ;" (assignment_expression "pPVar17 = (pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))" identifier = (call_expression "(pointer)((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))" ( (binary_expression "(long)&pPVar17[1].fde +\n ((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U)" (cast_expression "(long)&pPVar17[1].fde" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pPVar17[1].fde" & (field_expression "pPVar17[1].fde" (subscript_expression "pPVar17[1]" identifier [ number_literal ]) . field_identifier))) + (parenthesized_expression "((long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U)" ( (binary_expression "(long)pPVar2 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U" (binary_expression "(long)pPVar2 + (-0x18 - (long)__position._M_current)" (cast_expression "(long)pPVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x18 - (long)__position._M_current)" ( (binary_expression "-0x18 - (long)__position._M_current" number_literal - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) & number_literal) ))) )))) ;) })) (if_statement "if (pPVar3 != (Post_fde *)0x0) {\n operator_delete(pPVar3);\n }" if (parenthesized_expression "(pPVar3 != (Post_fde *)0x0)" ( (binary_expression "pPVar3 != (Post_fde *)0x0" identifier != (cast_expression "(Post_fde *)0x0" ( (type_descriptor "Post_fde *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(pPVar3);\n }" { (expression_statement "operator_delete(pPVar3);" (call_expression "operator_delete(pPVar3)" identifier (argument_list "(pPVar3)" ( identifier ))) ;) })) (expression_statement "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_start =\n pPVar9;" (assignment_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_start =\n pPVar9" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_start" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)" ( (ERROR "this->super__Vector_base<gold::Post_fde,_std::allocator<gold::" (comma_expression "this->super__Vector_base<gold::Post_fde,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Post_fde" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Post_fde>_>" (binary_expression "Post_fde>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_finish =\n pPVar17;" (assignment_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_finish =\n pPVar17" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl._M_finish" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)" ( (ERROR "this->super__Vector_base<gold::Post_fde,_std::allocator<gold::" (comma_expression "this->super__Vector_base<gold::Post_fde,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Post_fde" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Post_fde>_>" (binary_expression "Post_fde>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_end_of_storage = pPVar10;" (assignment_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_end_of_storage = pPVar10" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl.\n _M_end_of_storage" (field_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)._M_impl" (parenthesized_expression "(this->super__Vector_base<gold::Post_fde,_std::allocator<gold::Post_fde>_>)" ( (ERROR "this->super__Vector_base<gold::Post_fde,_std::allocator<gold::" (comma_expression "this->super__Vector_base<gold::Post_fde,_std" (binary_expression "this->super__Vector_base<gold" (field_expression "this->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Post_fde" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Post_fde>_>" (binary_expression "Post_fde>_" identifier > identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}\n\n" (function_definition "void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" primitive_type (function_declarator "FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "lVar5 = (long)puVar1 - (long)puVar2 >> 3;" (assignment_expression "lVar5 = (long)puVar1 - (long)puVar2 >> 3" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 3" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" if (parenthesized_expression "(lVar5 * -0x5555555555555555 == 0)" ( (binary_expression "lVar5 * -0x5555555555555555 == 0" (binary_expression "lVar5 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }" { (expression_statement "uVar10 = 1;" (assignment_expression "uVar10 = 1" identifier = number_literal) ;) (labeled_statement "LAB_002ab485:\n lVar11 = uVar10 * 0x18;" statement_identifier : (expression_statement "lVar11 = uVar10 * 0x18;" (assignment_expression "lVar11 = uVar10 * 0x18" identifier = (binary_expression "uVar10 * 0x18" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" else (compound_statement "{\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" { (expression_statement "uVar10 = lVar5 * 0x5555555555555556;" (assignment_expression "uVar10 = lVar5 * 0x5555555555555556" identifier = (binary_expression "lVar5 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar11 = -0x10;" (assignment_expression "lVar11 = -0x10" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" if (parenthesized_expression "(((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab))" ( (binary_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)" (parenthesized_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10" (call_expression "(ulong)(lVar5 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar5 * -0x5555555555555555)" ( (binary_expression "lVar5 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar5 * 0x5555555555555555 == 0" (binary_expression "lVar5 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar10 < 0xaaaaaaaaaaaaaab)" ( (binary_expression "uVar10 < 0xaaaaaaaaaaaaaab" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" { (if_statement "if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" { (expression_statement "puVar12 = (undefined8 *)0x18;" (assignment_expression "puVar12 = (undefined8 *)0x18" identifier = (cast_expression "(undefined8 *)0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) (expression_statement "puVar6 = (undefined8 *)0x0;" (assignment_expression "puVar6 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_002ab38b;" goto statement_identifier ;) })) (goto_statement "goto LAB_002ab485;" goto statement_identifier ;) })) }))) (expression_statement "puVar6 = (undefined8 *)FUN_002d9490(lVar11);" (assignment_expression "puVar6 = (undefined8 *)FUN_002d9490(lVar11)" identifier = (cast_expression "(undefined8 *)FUN_002d9490(lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(lVar11)" identifier (argument_list "(lVar11)" ( identifier ))))) ;) (expression_statement "lVar11 = (long)puVar6 + lVar11;" (assignment_expression "lVar11 = (long)puVar6 + lVar11" identifier = (binary_expression "(long)puVar6 + lVar11" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "puVar12 = puVar6 + 3;" (assignment_expression "puVar12 = puVar6 + 3" identifier = (binary_expression "puVar6 + 3" identifier + number_literal)) ;) (labeled_statement "LAB_002ab38b:\n uVar4 = param_3[1];" statement_identifier : (expression_statement "uVar4 = param_3[1];" (assignment_expression "uVar4 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" identifier = (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2))" ( (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar7 = *param_3;" (assignment_expression "*puVar7 = *param_3" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" * (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" ( (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) = identifier) ;) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" identifier = identifier) ;) (expression_statement "puVar8 = puVar2;" (assignment_expression "puVar8 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" { (do_statement "do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);" do (compound_statement "{\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n }" { (expression_statement "uVar3 = puVar8[1];" (assignment_expression "uVar3 = puVar8[1]" identifier = (subscript_expression "puVar8[1]" identifier [ number_literal ])) ;) (expression_statement "puVar12 = puVar8 + 3;" (assignment_expression "puVar12 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar8" * identifier)) ;) (expression_statement "puVar7[1] = uVar3;" (assignment_expression "puVar7[1] = uVar3" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7[2] = puVar8[2];" (assignment_expression "puVar7[2] = puVar8[2]" (subscript_expression "puVar7[2]" identifier [ number_literal ]) = (subscript_expression "puVar8[2]" identifier [ number_literal ])) ;) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" identifier = (binary_expression "puVar7 + 3" identifier + number_literal)) ;) (expression_statement "puVar8 = puVar12;" (assignment_expression "puVar8 = puVar12" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar12)" ( (binary_expression "param_2 != puVar12" identifier != identifier) )) ;) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" identifier = (cast_expression "(undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" ( (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30" (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" ( (binary_expression "(long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U" (binary_expression "(long)param_2 + (-0x18 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x18 - (long)puVar2)" ( (binary_expression "-0x18 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (expression_statement "puVar7 = puVar12;" (assignment_expression "puVar7 = puVar12" identifier = identifier) ;) (expression_statement "puVar8 = param_2;" (assignment_expression "puVar8 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" { (do_statement "do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);" do (compound_statement "{\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n }" { (expression_statement "uVar4 = puVar8[1];" (assignment_expression "uVar4 = puVar8[1]" identifier = (subscript_expression "puVar8[1]" identifier [ number_literal ])) ;) (expression_statement "uVar3 = puVar8[2];" (assignment_expression "uVar3 = puVar8[2]" identifier = (subscript_expression "puVar8[2]" identifier [ number_literal ])) ;) (expression_statement "puVar9 = puVar8 + 3;" (assignment_expression "puVar9 = puVar8 + 3" identifier = (binary_expression "puVar8 + 3" identifier + number_literal)) ;) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar8" * identifier)) ;) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7[2] = uVar3;" (assignment_expression "puVar7[2] = uVar3" (subscript_expression "puVar7[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" identifier = (binary_expression "puVar7 + 3" identifier + number_literal)) ;) (expression_statement "puVar8 = puVar9;" (assignment_expression "puVar8 = puVar9" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar9)" ( (binary_expression "puVar1 != puVar9" identifier != identifier) )) ;) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" identifier = (cast_expression "(undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" ( (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18" (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" ( (binary_expression "(long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U" (binary_expression "(long)puVar1 + (-0x18 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x18 - (long)param_2)" ( (binary_expression "-0x18 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac60(puVar2);\n }" { (expression_statement "FUN_002dac60(puVar2);" (call_expression "FUN_002dac60(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar6;" (assignment_expression "*param_1 = (long)puVar6" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = (long)puVar12;" (assignment_expression "param_1[1] = (long)puVar12" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar11;" (assignment_expression "param_1[2] = lVar11" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT * LIT) ))) < IDENT) || (binary_expression (binary_expression IDENT * LIT) == LIT)) )) && (parenthesized_expression ( (binary_expression IDENT < LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) & LIT) ))) + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) & LIT) ))) + LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002ab310(long *param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_002ab310") (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n ulong uVar10;\n long lVar11;\n undefined8 *puVar12;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar5 = (long)puVar1 - (long)puVar2 >> 3;\n if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }\n puVar6 = (undefined8 *)FUN_002d9490(lVar11);\n lVar11 = (long)puVar6 + lVar11;\n puVar12 = puVar6 + 3;\nLAB_002ab38b:\n uVar4 = param_3[1];\n uVar3 = param_3[2];\n puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));\n *puVar7 = *param_3;\n puVar7[1] = uVar4;\n *(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;\n puVar7 = puVar6;\n puVar8 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }\n puVar7 = puVar12;\n puVar8 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }\n *param_1 = (long)puVar6;\n param_1[1] = (long)puVar12;\n param_1[2] = lVar11;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined8 *puVar6;" (type_identifier "undefined8") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "undefined8 *puVar8;" (type_identifier "undefined8") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "undefined8 *puVar9;" (type_identifier "undefined8") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "long lVar11;" (sized_type_specifier "long" (long "long")) (identifier "lVar11") (; ";")) (declaration "undefined8 *puVar12;" (type_identifier "undefined8") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "lVar5 = (long)puVar1 - (long)puVar2 >> 3;" (assignment_expression "lVar5 = (long)puVar1 - (long)puVar2 >> 3" (identifier "lVar5") (= "=") (binary_expression "(long)puVar1 - (long)puVar2 >> 3" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (lVar5 * -0x5555555555555555 == 0) {\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }\n else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" (if "if") (parenthesized_expression "(lVar5 * -0x5555555555555555 == 0)" (( "(") (binary_expression "lVar5 * -0x5555555555555555 == 0" (binary_expression "lVar5 * -0x5555555555555555" (identifier "lVar5") (* "*") (number_literal "-0x5555555555555555")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar10 = 1;\nLAB_002ab485:\n lVar11 = uVar10 * 0x18;\n }" ({ "{") (expression_statement "uVar10 = 1;" (assignment_expression "uVar10 = 1" (identifier "uVar10") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_002ab485:\n lVar11 = uVar10 * 0x18;" (statement_identifier "LAB_002ab485") (: ":") (expression_statement "lVar11 = uVar10 * 0x18;" (assignment_expression "lVar11 = uVar10 * 0x18" (identifier "lVar11") (= "=") (binary_expression "uVar10 * 0x18" (identifier "uVar10") (* "*") (number_literal "0x18"))) (; ";"))) (} "}")) (else_clause "else {\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" (else "else") (compound_statement "{\n uVar10 = lVar5 * 0x5555555555555556;\n lVar11 = -0x10;\n if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }\n }" ({ "{") (expression_statement "uVar10 = lVar5 * 0x5555555555555556;" (assignment_expression "uVar10 = lVar5 * 0x5555555555555556" (identifier "uVar10") (= "=") (binary_expression "lVar5 * 0x5555555555555556" (identifier "lVar5") (* "*") (number_literal "0x5555555555555556"))) (; ";")) (expression_statement "lVar11 = -0x10;" (assignment_expression "lVar11 = -0x10" (identifier "lVar11") (= "=") (number_literal "-0x10")) (; ";")) (if_statement "if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)) {\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" (if "if") (parenthesized_expression "(((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab))" (( "(") (binary_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&\n (uVar10 < 0xaaaaaaaaaaaaaab)" (parenthesized_expression "((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0)" (( "(") (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar5 * -0x5555555555555555) < uVar10" (call_expression "(ulong)(lVar5 * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar5 * -0x5555555555555555)" (( "(") (binary_expression "lVar5 * -0x5555555555555555" (identifier "lVar5") (* "*") (number_literal "-0x5555555555555555")) () ")"))) (< "<") (identifier "uVar10")) (|| "||") (binary_expression "lVar5 * 0x5555555555555555 == 0" (binary_expression "lVar5 * 0x5555555555555555" (identifier "lVar5") (* "*") (number_literal "0x5555555555555555")) (== "==") (number_literal "0"))) () ")")) (&& "&&") (parenthesized_expression "(uVar10 < 0xaaaaaaaaaaaaaab)" (( "(") (binary_expression "uVar10 < 0xaaaaaaaaaaaaaab" (identifier "uVar10") (< "<") (number_literal "0xaaaaaaaaaaaaaab")) () ")"))) () ")")) (compound_statement "{\n if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }\n goto LAB_002ab485;\n }" ({ "{") (if_statement "if (uVar10 == 0) {\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" (if "if") (parenthesized_expression "(uVar10 == 0)" (( "(") (binary_expression "uVar10 == 0" (identifier "uVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar12 = (undefined8 *)0x18;\n lVar11 = 0;\n puVar6 = (undefined8 *)0x0;\n goto LAB_002ab38b;\n }" ({ "{") (expression_statement "puVar12 = (undefined8 *)0x18;" (assignment_expression "puVar12 = (undefined8 *)0x18" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)0x18" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x18"))) (; ";")) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" (identifier "lVar11") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar6 = (undefined8 *)0x0;" (assignment_expression "puVar6 = (undefined8 *)0x0" (identifier "puVar6") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (goto_statement "goto LAB_002ab38b;" (goto "goto") (statement_identifier "LAB_002ab38b") (; ";")) (} "}"))) (goto_statement "goto LAB_002ab485;" (goto "goto") (statement_identifier "LAB_002ab485") (; ";")) (} "}"))) (} "}")))) (expression_statement "puVar6 = (undefined8 *)FUN_002d9490(lVar11);" (assignment_expression "puVar6 = (undefined8 *)FUN_002d9490(lVar11)" (identifier "puVar6") (= "=") (cast_expression "(undefined8 *)FUN_002d9490(lVar11)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d9490(lVar11)" (identifier "FUN_002d9490") (argument_list "(lVar11)" (( "(") (identifier "lVar11") () ")"))))) (; ";")) (expression_statement "lVar11 = (long)puVar6 + lVar11;" (assignment_expression "lVar11 = (long)puVar6 + lVar11" (identifier "lVar11") (= "=") (binary_expression "(long)puVar6 + lVar11" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (identifier "lVar11"))) (; ";")) (expression_statement "puVar12 = puVar6 + 3;" (assignment_expression "puVar12 = puVar6 + 3" (identifier "puVar12") (= "=") (binary_expression "puVar6 + 3" (identifier "puVar6") (+ "+") (number_literal "3"))) (; ";")) (labeled_statement "LAB_002ab38b:\n uVar4 = param_3[1];" (statement_identifier "LAB_002ab38b") (: ":") (expression_statement "uVar4 = param_3[1];" (assignment_expression "uVar4 = param_3[1]" (identifier "uVar4") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" (identifier "uVar3") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2))" (( "(") (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (parenthesized_expression "((long)param_2 - (long)puVar2)" (( "(") (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) () ")")))) (; ";")) (expression_statement "*puVar7 = *param_3;" (assignment_expression "*puVar7 = *param_3" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" (identifier "puVar7") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;" (assignment_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3" (pointer_expression "*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" (* "*") (cast_expression "(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10)" (( "(") (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar6 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (parenthesized_expression "((long)param_2 - (long)puVar2)" (( "(") (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar7 = puVar6;" (assignment_expression "puVar7 = puVar6" (identifier "puVar7") (= "=") (identifier "puVar6")) (; ";")) (expression_statement "puVar8 = puVar2;" (assignment_expression "puVar8 = puVar2" (identifier "puVar8") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" (if "if") (parenthesized_expression "(param_2 != puVar2)" (( "(") (binary_expression "param_2 != puVar2" (identifier "param_2") (!= "!=") (identifier "puVar2")) () ")")) (compound_statement "{\n do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);\n puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;\n }" ({ "{") (do_statement "do {\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n } while (param_2 != puVar12);" (do "do") (compound_statement "{\n uVar3 = puVar8[1];\n puVar12 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar3;\n puVar7[2] = puVar8[2];\n puVar7 = puVar7 + 3;\n puVar8 = puVar12;\n }" ({ "{") (expression_statement "uVar3 = puVar8[1];" (assignment_expression "uVar3 = puVar8[1]" (identifier "uVar3") (= "=") (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar12 = puVar8 + 3;" (assignment_expression "puVar12 = puVar8 + 3" (identifier "puVar12") (= "=") (binary_expression "puVar8 + 3" (identifier "puVar8") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (pointer_expression "*puVar8" (* "*") (identifier "puVar8"))) (; ";")) (expression_statement "puVar7[1] = uVar3;" (assignment_expression "puVar7[1] = uVar3" (subscript_expression "puVar7[1]" (identifier "puVar7") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar7[2] = puVar8[2];" (assignment_expression "puVar7[2] = puVar8[2]" (subscript_expression "puVar7[2]" (identifier "puVar7") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" (identifier "puVar7") (= "=") (binary_expression "puVar7 + 3" (identifier "puVar7") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "puVar8 = puVar12;" (assignment_expression "puVar8 = puVar12" (identifier "puVar8") (= "=") (identifier "puVar12")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_2 != puVar12)" (( "(") (binary_expression "param_2 != puVar12" (identifier "param_2") (!= "!=") (identifier "puVar12")) () ")")) (; ";")) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)\n ;" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)\n ((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)" (( "(") (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30" (binary_expression "(long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6")) (+ "+") (parenthesized_expression "((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U)" (( "(") (binary_expression "(long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U" (binary_expression "(long)param_2 + (-0x18 - (long)puVar2)" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (parenthesized_expression "(-0x18 - (long)puVar2)" (( "(") (binary_expression "-0x18 - (long)puVar2" (number_literal "-0x18") (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) (& "&") (number_literal "0xfffffffffffffff8U")) () ")"))) (+ "+") (number_literal "0x30")) () ")")))) (; ";")) (} "}"))) (expression_statement "puVar7 = puVar12;" (assignment_expression "puVar7 = puVar12" (identifier "puVar7") (= "=") (identifier "puVar12")) (; ";")) (expression_statement "puVar8 = param_2;" (assignment_expression "puVar8 = param_2" (identifier "puVar8") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (param_2 != puVar1) {\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" (if "if") (parenthesized_expression "(param_2 != puVar1)" (( "(") (binary_expression "param_2 != puVar1" (identifier "param_2") (!= "!=") (identifier "puVar1")) () ")")) (compound_statement "{\n do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);\n puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );\n }" ({ "{") (do_statement "do {\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n } while (puVar1 != puVar9);" (do "do") (compound_statement "{\n uVar4 = puVar8[1];\n uVar3 = puVar8[2];\n puVar9 = puVar8 + 3;\n *puVar7 = *puVar8;\n puVar7[1] = uVar4;\n puVar7[2] = uVar3;\n puVar7 = puVar7 + 3;\n puVar8 = puVar9;\n }" ({ "{") (expression_statement "uVar4 = puVar8[1];" (assignment_expression "uVar4 = puVar8[1]" (identifier "uVar4") (= "=") (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar3 = puVar8[2];" (assignment_expression "uVar3 = puVar8[2]" (identifier "uVar3") (= "=") (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar9 = puVar8 + 3;" (assignment_expression "puVar9 = puVar8 + 3" (identifier "puVar9") (= "=") (binary_expression "puVar8 + 3" (identifier "puVar8") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "*puVar7 = *puVar8;" (assignment_expression "*puVar7 = *puVar8" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (pointer_expression "*puVar8" (* "*") (identifier "puVar8"))) (; ";")) (expression_statement "puVar7[1] = uVar4;" (assignment_expression "puVar7[1] = uVar4" (subscript_expression "puVar7[1]" (identifier "puVar7") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar7[2] = uVar3;" (assignment_expression "puVar7[2] = uVar3" (subscript_expression "puVar7[2]" (identifier "puVar7") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar7 = puVar7 + 3;" (assignment_expression "puVar7 = puVar7 + 3" (identifier "puVar7") (= "=") (binary_expression "puVar7 + 3" (identifier "puVar7") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "puVar8 = puVar9;" (assignment_expression "puVar8 = puVar9" (identifier "puVar8") (= "=") (identifier "puVar9")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != puVar9)" (( "(") (binary_expression "puVar1 != puVar9" (identifier "puVar1") (!= "!=") (identifier "puVar9")) () ")")) (; ";")) (expression_statement "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n );" (assignment_expression "puVar12 = (undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)\n ((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18\n )" (( "(") (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18" (binary_expression "(long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" (cast_expression "(long)puVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar12")) (+ "+") (parenthesized_expression "((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U)" (( "(") (binary_expression "(long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U" (binary_expression "(long)puVar1 + (-0x18 - (long)param_2)" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (+ "+") (parenthesized_expression "(-0x18 - (long)param_2)" (( "(") (binary_expression "-0x18 - (long)param_2" (number_literal "-0x18") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (& "&") (number_literal "0xfffffffffffffff8U")) () ")"))) (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (} "}"))) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002dac60(puVar2);\n }" (if "if") (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002dac60(puVar2);\n }" ({ "{") (expression_statement "FUN_002dac60(puVar2);" (call_expression "FUN_002dac60(puVar2)" (identifier "FUN_002dac60") (argument_list "(puVar2)" (( "(") (identifier "puVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = (long)puVar6;" (assignment_expression "*param_1 = (long)puVar6" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)puVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar6"))) (; ";")) (expression_statement "param_1[1] = (long)puVar12;" (assignment_expression "param_1[1] = (long)puVar12" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(long)puVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar12"))) (; ";")) (expression_statement "param_1[2] = lVar11;" (assignment_expression "param_1[2] = lVar11" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar11")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void
_M_realloc_insert<gold::Post_fde>(vector<gold::Post_fde,_std::allocator<gold::Post_fde>_> * this,
iterator __position, Post_fde * __args#0) */
void __thiscall
std::vector<gold::type_1,_std::allocator<gold::type_1>var_1>::_M_realloc_insert<gold::type_1>
(vector<gold::type_1,_std::allocator<gold::type_1>var_1> *this,type_7 __position,
type_1 *__args_0)
{
type_2 *puVar1;
type_1 *var_12;
type_1 *var_8;
type_2 uVar4;
type_3 sVar5;
type_4 uVar6;
type_5 uVar7;
long var_3;
type_6 var_7;
type_6 pPVar10;
type_6 var_10;
type_1 *var_9;
type_1 *var_11;
type_7 iVar14;
type_8 var_4;
type_8 var_6;
type_6 pPVar17;
var_12 = (this->super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>var_2)._M_impl.
_M_finish;
var_8 = (this->super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>var_2)._M_impl.
_M_start;
var_3 = (long)var_12 - (long)var_8 >> 3;
if (var_3 * -0x5555555555555555 == 0) {
var_4 = 1;
LAB_002ab485:
var_6 = var_4 * 0x18;
}
else {
var_4 = var_3 * 0x5555555555555556;
var_6 = 0xfffffffffffffff0;
if (((type_8)(var_3 * -0x5555555555555555) < var_4 || var_3 * 0x5555555555555555 == 0) &&
(var_4 < 0xaaaaaaaaaaaaaab)) {
if (var_4 == 0) {
pPVar17 = (type_6)0x18;
pPVar10 = (type_6)0x0;
var_7 = (type_6)0x0;
goto LAB_002ab38b;
}
goto LAB_002ab485;
}
}
var_7 = (type_6)var_5(var_6);
pPVar10 = (type_6)((long)&var_7->fde + var_6);
pPVar17 = var_7 + 1;
LAB_002ab38b:
sVar5 = __args_0->cie_offset;
uVar4 = *(type_2 *)&__args_0->fde_encoding;
puVar1 = (type_2 *)((long)var_7 + ((long)__position._M_current - (long)var_8));
*puVar1 = __args_0->fde;
puVar1[1] = sVar5;
*(type_2 *)((long)var_7 + ((long)__position._M_current - (long)var_8) + 0x10) = uVar4;
var_10 = var_7;
var_9 = var_8;
if (__position._M_current != var_8) {
do {
sVar5 = var_9->cie_offset;
var_11 = var_9 + 1;
var_10->fde = var_9->fde;
var_10->cie_offset = sVar5;
uVar6 = *(type_4 *)&var_9->field_0x11;
var_10->fde_encoding = var_9->fde_encoding;
*(type_4 *)&var_10->field_0x11 = uVar6;
var_10 = var_10 + 1;
var_9 = var_11;
} while (__position._M_current != var_11);
pPVar17 = (type_6)((long)&var_7[2].fde +
((long)__position._M_current + (-0x18 - (long)var_8) & 0xfffffffffffffff8U))
;
}
var_10 = pPVar17;
iVar14._M_current = __position._M_current;
if (__position._M_current != var_12) {
do {
sVar5 = (iVar14._M_current)->cie_offset;
uVar7 = (iVar14._M_current)->fde_encoding;
uVar6 = *(type_4 *)&(iVar14._M_current)->field_0x11;
var_9 = iVar14._M_current + 1;
var_10->fde = (iVar14._M_current)->fde;
var_10->cie_offset = sVar5;
var_10->fde_encoding = uVar7;
*(type_4 *)&var_10->field_0x11 = uVar6;
var_10 = var_10 + 1;
iVar14._M_current = var_9;
} while (var_12 != var_9);
pPVar17 = (type_6)((long)&pPVar17[1].fde +
((long)var_12 + (-0x18 - (long)__position._M_current) & 0xfffffffffffffff8U))
;
}
if (var_8 != (type_1 *)0x0) {
var_13(var_8);
}
(this->super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>var_2)._M_impl._M_start =
var_7;
(this->super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>var_2)._M_impl._M_finish =
pPVar17;
(this->super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>var_2)._M_impl.
_M_end_of_storage = pPVar10;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal)))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal)))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
| null |
void MASKED(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
long lVar5;
undefined8 *puVar6;
undefined8 *puVar7;
undefined8 *puVar8;
undefined8 *puVar9;
ulong uVar10;
long lVar11;
undefined8 *puVar12;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
lVar5 = (long)puVar1 - (long)puVar2 >> 3;
if (lVar5 * -0x5555555555555555 == 0) {
uVar10 = 1;
LAB_002ab485:
lVar11 = uVar10 * 0x18;
}
else {
uVar10 = lVar5 * 0x5555555555555556;
lVar11 = -0x10;
if (((ulong)(lVar5 * -0x5555555555555555) < uVar10 || lVar5 * 0x5555555555555555 == 0) &&
(uVar10 < 0xaaaaaaaaaaaaaab)) {
if (uVar10 == 0) {
puVar12 = (undefined8 *)0x18;
lVar11 = 0;
puVar6 = (undefined8 *)0x0;
goto LAB_002ab38b;
}
goto LAB_002ab485;
}
}
puVar6 = (undefined8 *)FUN_002d9490(lVar11);
lVar11 = (long)puVar6 + lVar11;
puVar12 = puVar6 + 3;
LAB_002ab38b:
uVar4 = param_3[1];
uVar3 = param_3[2];
puVar7 = (undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2));
*puVar7 = *param_3;
puVar7[1] = uVar4;
*(undefined8 *)((long)puVar6 + ((long)param_2 - (long)puVar2) + 0x10) = uVar3;
puVar7 = puVar6;
puVar8 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar8[1];
puVar12 = puVar8 + 3;
*puVar7 = *puVar8;
puVar7[1] = uVar3;
puVar7[2] = puVar8[2];
puVar7 = puVar7 + 3;
puVar8 = puVar12;
} while (param_2 != puVar12);
puVar12 = (undefined8 *)
((long)puVar6 + ((long)param_2 + (-0x18 - (long)puVar2) & 0xfffffffffffffff8U) + 0x30)
;
}
puVar7 = puVar12;
puVar8 = param_2;
if (param_2 != puVar1) {
do {
uVar4 = puVar8[1];
uVar3 = puVar8[2];
puVar9 = puVar8 + 3;
*puVar7 = *puVar8;
puVar7[1] = uVar4;
puVar7[2] = uVar3;
puVar7 = puVar7 + 3;
puVar8 = puVar9;
} while (puVar1 != puVar9);
puVar12 = (undefined8 *)
((long)puVar12 + ((long)puVar1 + (-0x18 - (long)param_2) & 0xfffffffffffffff8U) + 0x18
);
}
if (puVar2 != (undefined8 *)0x0) {
FUN_002dac60(puVar2);
}
*param_1 = (long)puVar6;
param_1[1] = (long)puVar12;
param_1[2] = lVar11;
return;
}
|
143_i686-gnu-as_and_i686-gnu-as_strip.c
|
s_elseif
|
FUN_0010cd70
|
void s_elseif(int arg)
{
byte bVar1;
conditional_frame *pcVar2;
byte *pbVar3;
byte *pbVar4;
char *pcVar5;
uint uVar6;
ulong uVar7;
conditional_frame *pcVar8;
expressionS operand;
pcVar2 = current_cframe;
if (current_cframe == (conditional_frame *)0x0) {
pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);
as_bad(pcVar5);
LAB_0010cea2:
bVar1 = *input_line_pointer;
uVar7 = (ulong)bVar1;
pcVar8 = current_cframe;
if (current_cframe != (conditional_frame *)0x0) {
uVar6 = current_cframe->ignoring;
pbVar4 = (byte *)input_line_pointer;
pbVar3 = (byte *)input_line_pointer;
goto joined_r0x0010cebd;
}
if (is_end_of_line[uVar7] != '\0') {
return;
}
}
else {
if (current_cframe->else_seen != 0) {
pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);
as_bad(pcVar5);
pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);
as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,
pcVar5);
pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);
as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);
goto LAB_0010cea2;
}
pcVar5 = as_where(&(current_cframe->else_file_line).line);
pcVar8 = current_cframe;
(pcVar2->else_file_line).file = pcVar5;
pbVar4 = (byte *)input_line_pointer;
uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;
pcVar8->dead_tree = uVar6;
pcVar8->ignoring = uVar6;
bVar1 = *pbVar4;
uVar7 = (ulong)bVar1;
pbVar3 = (byte *)input_line_pointer;
joined_r0x0010cebd:
input_line_pointer = (char *)pbVar4;
if (uVar6 == 0) {
if (bVar1 == 0x20) {
pbVar3 = (byte *)input_line_pointer + 1;
}
input_line_pointer = (char *)pbVar3;
expr(0,&operand,expr_evaluate);
if (operand._24_1_ != '\x02') {
pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);
as_bad(pcVar5);
}
pcVar8 = current_cframe;
uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);
switch(arg) {
case 0x15:
uVar6 = (uint)(operand.X_add_number == 0);
break;
case 0x16:
uVar6 = (uint)(operand.X_add_number != 0);
break;
case 0x17:
uVar6 = uVar6 >> 0x1f;
break;
case 0x18:
uVar6 = (uint)(operand.X_add_number < 1);
break;
case 0x19:
uVar6 = ~uVar6 >> 0x1f;
break;
case 0x1a:
uVar6 = (uint)(0 < operand.X_add_number);
break;
default:
/* WARNING: Subroutine does not return */
as_abort("../../gas/cond.c",0x168,"s_elseif");
}
current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;
pbVar3 = (byte *)input_line_pointer;
goto LAB_0010cdfc;
}
if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;
}
do {
input_line_pointer = (char *)((byte *)input_line_pointer + 1);
} while (is_end_of_line[(byte)*input_line_pointer] == '\0');
pbVar3 = (byte *)input_line_pointer;
if (pcVar8 == (conditional_frame *)0x0) {
return;
}
LAB_0010cdfc:
input_line_pointer = (char *)pbVar3;
if ((((byte)listing & 0x20) != 0) &&
((pcVar8->previous_cframe == (conditional_frame *)0x0 ||
(pcVar8->previous_cframe->ignoring == 0)))) {
if (pcVar8->ignoring == 0) {
listing_list(1);
}
else {
listing_list(2);
}
}
demand_empty_rest_of_line();
return;
}
|
void FUN_0010cd70(undefined4 param_1)
{
byte bVar1;
undefined8 *puVar2;
byte *pbVar3;
byte *pbVar4;
undefined8 uVar5;
uint uVar6;
ulong uVar7;
undefined8 *puVar8;
undefined1 auStack_38 [16];
long local_28;
char local_20;
puVar2 = DAT_001e3330;
if (DAT_001e3330 == (undefined8 *)0x0) {
uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);
FUN_0011da70(uVar5);
LAB_0010cea2:
bVar1 = *DAT_001e4780;
uVar7 = (ulong)bVar1;
puVar8 = DAT_001e3330;
if (DAT_001e3330 != (undefined8 *)0x0) {
uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);
pbVar4 = DAT_001e4780;
pbVar3 = DAT_001e4780;
goto joined_r0x0010cebd;
}
if ((&DAT_001da4e0)[uVar7] != '\0') {
return;
}
}
else {
if (*(int *)(DAT_001e3330 + 5) != 0) {
uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);
FUN_0011da70(uVar5);
uVar5 = dcgettext(0,"here is the previous \".else\"",5);
FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);
uVar5 = dcgettext(0,"here is the previous \".if\"",5);
FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);
goto LAB_0010cea2;
}
uVar5 = FUN_00118700(DAT_001e3330 + 3);
puVar8 = DAT_001e3330;
puVar2[2] = uVar5;
pbVar4 = DAT_001e4780;
uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);
*(uint *)(puVar8 + 6) = uVar6;
*(uint *)((long)puVar8 + 0x2c) = uVar6;
bVar1 = *pbVar4;
uVar7 = (ulong)bVar1;
pbVar3 = DAT_001e4780;
joined_r0x0010cebd:
DAT_001e4780 = pbVar4;
if (uVar6 == 0) {
if (bVar1 == 0x20) {
pbVar3 = DAT_001e4780 + 1;
}
DAT_001e4780 = pbVar3;
FUN_00114ae0(0,auStack_38,0);
if (local_20 != '\x02') {
uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);
FUN_0011da70(uVar5);
}
puVar8 = DAT_001e3330;
uVar6 = (uint)((ulong)local_28 >> 0x20);
switch(param_1) {
case 0x15:
uVar6 = (uint)(local_28 == 0);
break;
case 0x16:
uVar6 = (uint)(local_28 != 0);
break;
case 0x17:
uVar6 = uVar6 >> 0x1f;
break;
case 0x18:
uVar6 = (uint)(local_28 < 1);
break;
case 0x19:
uVar6 = ~uVar6 >> 0x1f;
break;
case 0x1a:
uVar6 = (uint)(0 < local_28);
break;
default:
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");
}
*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;
pbVar3 = DAT_001e4780;
goto LAB_0010cdfc;
}
if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;
}
do {
DAT_001e4780 = DAT_001e4780 + 1;
} while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');
pbVar3 = DAT_001e4780;
if (puVar8 == (undefined8 *)0x0) {
return;
}
LAB_0010cdfc:
DAT_001e4780 = pbVar3;
if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))
{
if (*(int *)((long)puVar8 + 0x2c) == 0) {
FUN_0011a860(1);
}
else {
FUN_0011a860(2);
}
}
FUN_0011ffa0();
return;
}
|
PUSH RBP
MOV EBP,EDI
PUSH RBX
SUB RSP,0x28
MOV RBX,qword ptr [0x001e3330]
TEST RBX,RBX
JZ 0x0010cff0
MOV R8D,dword ptr [RBX + 0x28]
TEST R8D,R8D
JNZ 0x0010ce30
LEA RDI,[RBX + 0x18]
CALL 0x00118700
MOV RSI,qword ptr [0x001e3330]
XOR ECX,ECX
MOV qword ptr [RBX + 0x10],RAX
MOV RAX,qword ptr [0x001e4780]
MOV EDI,dword ptr [RSI + 0x2c]
TEST EDI,EDI
SETZ CL
OR ECX,dword ptr [RSI + 0x30]
MOV dword ptr [RSI + 0x30],ECX
MOV dword ptr [RSI + 0x2c],ECX
MOVZX EDX,byte ptr [RAX]
TEST ECX,ECX
JZ 0x0010cec3
LEA RCX,[0x1da4e0]
CMP byte ptr [RCX + RDX*0x1],0x0
JNZ 0x0010cdfc
ADD RAX,0x1
NOP
MOV RDX,RAX
MOV qword ptr [0x001e4780],RAX
ADD RAX,0x1
MOVZX EDX,byte ptr [RDX]
CMP byte ptr [RCX + RDX*0x1],0x0
JZ 0x0010cde0
TEST RSI,RSI
JZ 0x0010ce25
TEST byte ptr [0x001e458c],0x20
JZ 0x0010ce20
MOV RAX,qword ptr [RSI + 0x20]
TEST RAX,RAX
JZ 0x0010cf08
MOV EDX,dword ptr [RAX + 0x2c]
TEST EDX,EDX
JZ 0x0010cf08
NOP dword ptr [RAX]
CALL 0x0011ffa0
ADD RSP,0x28
POP RBX
POP RBP
RET
MOV EDX,0x5
LEA RSI,[0x14b0e7]
XOR EDI,EDI
CALL 0x001081c0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011da70
MOV EDX,0x5
LEA RSI,[0x14b0ff]
XOR EDI,EDI
CALL 0x001081c0
MOV RCX,qword ptr [0x001e3330]
MOV RDX,RAX
XOR EAX,EAX
MOV ESI,dword ptr [RCX + 0x18]
MOV RDI,qword ptr [RCX + 0x10]
CALL 0x0011db40
MOV EDX,0x5
LEA RSI,[0x14b11c]
XOR EDI,EDI
CALL 0x001081c0
MOV RCX,qword ptr [0x001e3330]
MOV RDX,RAX
XOR EAX,EAX
MOV ESI,dword ptr [RCX + 0x8]
MOV RDI,qword ptr [RCX]
CALL 0x0011db40
MOV RAX,qword ptr [0x001e4780]
MOV RSI,qword ptr [0x001e3330]
MOVZX EDX,byte ptr [RAX]
TEST RSI,RSI
JZ 0x0010cf20
MOV ECX,dword ptr [RSI + 0x2c]
TEST ECX,ECX
JNZ 0x0010cdce
CMP DL,0x20
JNZ 0x0010ced3
ADD RAX,0x1
MOV qword ptr [0x001e4780],RAX
XOR EDX,EDX
XOR EDI,EDI
MOV RSI,RSP
CALL 0x00114ae0
CMP byte ptr [RSP + 0x18],0x2
JNZ 0x0010cf40
SUB EBP,0x15
CMP EBP,0x5
JA 0x0010d012
LEA RDX,[0x14b1b0]
MOVSXD RAX,dword ptr [RDX + RBP*0x4]
ADD RAX,RDX
JMP RAX
MOV EAX,dword ptr [RSI + 0x2c]
TEST EAX,EAX
JNZ 0x0010cf68
MOV EDI,0x1
CALL 0x0011a860
JMP 0x0010ce20
LEA RCX,[0x1da4e0]
CMP byte ptr [RCX + RDX*0x1],0x0
JZ 0x0010cddb
JMP 0x0010ce25
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x14afc0]
CALL 0x001081c0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011da70
JMP 0x0010cee6
MOV EDI,0x2
CALL 0x0011a860
JMP 0x0010ce20
MOV RDX,qword ptr [RSP + 0x10]
NOT RDX
SHR RDX,0x3f
NOP dword ptr [RAX + RAX*0x1]
MOV RSI,qword ptr [0x001e3330]
MOV ECX,dword ptr [RSI + 0x30]
TEST ECX,ECX
SETNZ AL
XOR EDX,0x1
OR EAX,EDX
MOVZX EAX,AL
MOV dword ptr [RSI + 0x2c],EAX
JMP 0x0010cdfc
XOR EDX,EDX
CMP qword ptr [RSP + 0x10],0x0
SETLE DL
JMP 0x0010cf88
MOV RAX,qword ptr [RSP + 0x10]
SHR RAX,0x3f
MOV RDX,RAX
JMP 0x0010cf88
XOR EDX,EDX
CMP qword ptr [RSP + 0x10],0x0
SETNZ DL
JMP 0x0010cf88
XOR EDX,EDX
CMP qword ptr [RSP + 0x10],0x0
SETZ DL
JMP 0x0010cf88
XOR EDX,EDX
CMP qword ptr [RSP + 0x10],0x0
SETG DL
JMP 0x0010cf88
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x14af98]
CALL 0x001081c0
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011da70
JMP 0x0010cea2
LEA RDX,[0x14b1c8]
MOV ESI,0x168
LEA RDI,[0x14b0bb]
CALL 0x0011dd00
| null | null | null | null |
[(u'MULTIEQUAL_-1206921769', u'CAST_-1206921518'), (u'CAST_-1206921338', u'COPY_-1206921409'), ('const-1356007', u'COPY_-1206921620'), (u'CAST_-1206921335', u'COPY_-1206921410'), ('const-433', u'LOAD_-1206923706'), (u'INDIRECT_-1206921890', u'MULTIEQUAL_-1206921376'), (u'MULTIEQUAL_-1206921378', u'PTRADD_-1206923644'), (u'CAST_-1206921554', u'COPY_-1206921590'), (u'INDIRECT_-1206921751', u'PTRSUB_-1206921485'), (u'LOAD_-1206923865', u'INT_NOTEQUAL_-1206923844'), (u'COPY_-1206921414', u'MULTIEQUAL_-1206921659'), (u'MULTIEQUAL_-1206921659', u'MULTIEQUAL_-1206922235'), (u'MULTIEQUAL_-1206921659', u'COPY_-1206921616'), (u'CALL_-1206922681', u'INDIRECT_-1206921295'), (u'MULTIEQUAL_-1206921657', u'MULTIEQUAL_-1206921660'), ('const-433', u'LOAD_-1206923561'), ('const-16', u'PTRSUB_-1206921695'), (u'MULTIEQUAL_-1206921946', u'CAST_-1206921555'), (u'CAST_-1206921264', u'INT_RIGHT_-1206921332'), (u'MULTIEQUAL_-1206921799', u'MULTIEQUAL_-1206921762'), (u'INDIRECT_-1206921209', u'MULTIEQUAL_-1206921547'), ('const-433', u'LOAD_-1206923278'), ('const-433', u'LOAD_-1206923764'), (u'INDIRECT_-1206921706', u'PTRSUB_-1206921438'), (u'MULTIEQUAL_-1206921597', u'CAST_-1206921338'), ('const-0', u'PTRSUB_-1206921316'), (u'MULTIEQUAL_-1206921377', u'COPY_-1206921643'), (u'INDIRECT_-1206921566', u'MULTIEQUAL_-1206921547'), (u'COPY_-1206921653', u'MULTIEQUAL_-1206921373'), (u'PTRSUB_-1206921715', u'PTRSUB_-1206921691'), (u'INT_NEGATE_-1206922729', u'INT_RIGHT_-1206921521'), ('const-1', u'INT_XOR_-1206922728'), (u'CAST_-1206921323', u'PTRADD_-1206923241'), ('tmp_509', u'CBRANCH_-1206923566'), (u'INDIRECT_-1206921410', u'MULTIEQUAL_-1206921829'), (u'MULTIEQUAL_-1206921627', u'MULTIEQUAL_-1206921661'), ('const-31', u'INT_RIGHT_-1206921521'), ('const-44', u'PTRSUB_-1206921665'), (u'INDIRECT_-1206921619', u'MULTIEQUAL_-1206921593'), (u'PTRSUB_-1206921475', u'LOAD_-1206923217'), ('tmp_1354', u'CBRANCH_-1206923059'), (u'LOAD_-1206923740', u'INT_ZEXT_-1206922429'), (u'CALL_-1206923119', u'INDIRECT_-1206921542'), ('const-433', u'STORE_-1206923801'), ('tmp_1648', u'BRANCH_-1206922716'), (u'CALL_-1206923119', u'INDIRECT_-1206921652'), ('const-0', u'CALL_-1206922705'), ('tmp_1543', u'BRANCH_-1206922689'), ('tmp_423', u'CBRANCH_-1206923622'), (u'INT_EQUAL_-1206922508', u'INT_ZEXT_-1206921442'), (u'STORE_-1206923801', u'INDIRECT_-1206921887'), (u'PTRSUB_-1206921627', u'PTRADD_-1206923578'), (u'MULTIEQUAL_-1206921380', u'INT_EQUAL_-1206923309'), ('tmp_72', u'CBRANCH_-1206923870'), (u'CALL_-1206923527', u'INDIRECT_-1206921769'), (u'LOAD_-1206923217', u'CALL_-1206923197'), ('const-5', u'CALL_-1206922705'), (u'INDIRECT_-1206921503', u'MULTIEQUAL_-1206921484'), ('const-0', u'SUBPIECE_-1206921371'), ('const-0', u'INT_EQUAL_-1206923625'), ('const-1', u'PTRADD_-1206923622'), (u'MULTIEQUAL_-1206921484', u'INT_SLESS_-1206922685'), (u'INDIRECT_-1206921265', u'MULTIEQUAL_-1206921597'), (u'MULTIEQUAL_-1206921547', u'CAST_-1206921311'), ('tmp_5166', u'PTRSUB_-1206921750'), (u'COPY_-1206921410', u'MULTIEQUAL_-1206921547'), ('const-433', u'LOAD_-1206923131'), (u'INT_AND_-1206923580', u'INT_NOTEQUAL_-1206923593'), (u'PTRSUB_-1206921595', u'LOAD_-1206923587'), (u'CALL_-1206923244', u'INDIRECT_-1206921556'), (u'CALL_-1206923163', u'INDIRECT_-1206921566'), (u'LOAD_-1206923706', u'INT_NOTEQUAL_-1206923690'), (u'PTRSUB_-1206921173', u'STORE_-1206922721'), (u'CALL_-1206923825', u'INDIRECT_-1206921941'), (u'INT_OR_-1206923737', u'STORE_-1206923749'), ('const-32', u'INT_AND_-1206923580'), (u'CALL_-1206923277', u'INDIRECT_-1206921771'), (u'INDIRECT_-1206921542', u'MULTIEQUAL_-1206921523'), (u'SUBPIECE_-1206921371', u'INT_NEGATE_-1206922729'), (u'PTRSUB_-1206921729', u'LOAD_-1206923865'), (u'INT_ZEXT_-1206921456', u'MULTIEQUAL_-1206921477'), ('const-433', u'LOAD_-1206923740'), ('const-0', u'CALL_-1206923250'), ('const-1355963', u'COPY_-1206921134'), ('const-8', u'PTRSUB_-1206921691'), ('const-44', u'PTRSUB_-1206921682'), (u'CALL_-1206923301', u'INDIRECT_-1206921782'), ('const-0', u'CALL_-1206923243'), (u'MULTIEQUAL_-1206921661', u'MULTIEQUAL_-1206921661'), ('tmp_6396', u'PTRSUB_-1206921729'), ('const-0', u'RETURN_-1206921580'), (u'PTRSUB_-1206921673', u'LOAD_-1206923764'), (u'MULTIEQUAL_-1206921523', u'MULTIEQUAL_-1206921371'), ('const-1', u'PTRADD_-1206922890'), (u'INT_RIGHT_-1206921461', u'MULTIEQUAL_-1206921477'), ('const-0', u'INT_NOTEQUAL_-1206923690'), (u'PTRSUB_-1206921694', u'STORE_-1206923801'), (u'STORE_-1206923749', u'INDIRECT_-1206921864'), (u'INT_ZEXT_-1206922429', u'MULTIEQUAL_-1206921378'), (u'LOAD_-1206923131', u'CALL_-1206923119'), (u'COPY_-1206921702', u'COPY_-1206921656'), (u'PTRSUB_-1206921316', u'PTRADD_-1206922890'), ('const-0', u'CALL_-1206923301'), (u'MULTIEQUAL_-1206921593', u'PTRSUB_-1206921173'), (u'COPY_-1206921134', u'CALL_-1206922861'), (u'MULTIEQUAL_-1206921659', u'INT_EQUAL_-1206923609'), (u'INDIRECT_-1206921941', u'COPY_-1206921718'), (u'COPY_-1206921620', u'CALL_-1206923301'), (u'MULTIEQUAL_-1206921375', u'MULTIEQUAL_-1206921799'), (u'STORE_-1206923749', u'INDIRECT_-1206921894'), (u'CALL_-1206923825', u'INDIRECT_-1206921911'), ('const-1', u'PTRADD_-1206923622'), ('const-0', u'INT_EQUAL_-1206923872'), (u'MULTIEQUAL_-1206921597', u'CAST_-1206921339'), ('tmp_656', u'BRANCH_-1206923241'), (u'INDIRECT_-1206921496', u'MULTIEQUAL_-1206921732'), (u'CALL_-1206923301', u'INDIRECT_-1206921752'), ('const-0', u'INT_EQUAL_-1206922508'), ('const-32', u'INT_RIGHT_-1206921332'), (u'MULTIEQUAL_-1206921377', u'MULTIEQUAL_-1206922235'), (u'PTRSUB_-1206921427', u'LOAD_-1206923131'), (u'MULTIEQUAL_-1206921627', u'COPY_-1206921598'), (u'STORE_-1206923743', u'INDIRECT_-1206921860'), (u'CALL_-1206923119', u'INDIRECT_-1206921566'), (u'INDIRECT_-1206921622', u'MULTIEQUAL_-1206921597'), (u'CALL_-1206923163', u'INDIRECT_-1206921676'), (u'MULTIEQUAL_-1206921829', u'MULTIEQUAL_-1206921792'), (u'INT_XOR_-1206922728', u'INT_OR_-1206922703'), ('const-433', u'LOAD_-1206923865'), (u'LOAD_-1206923640', u'INT_EQUAL_-1206923625'), (u'COPY_-1206921350', u'CALL_-1206923059'), (u'LOAD_-1206922952', u'INT_NOTEQUAL_-1206922936'), (u'COPY_-1206921643', u'MULTIEQUAL_-1206921659'), (u'INDIRECT_-1206921860', u'MULTIEQUAL_-1206921375'), (u'CAST_-1206921554', u'LOAD_-1206923648'), ('const-433', u'LOAD_-1206923080'), (u'COPY_-1206921412', u'MULTIEQUAL_-1206921374'), (u'CAST_-1206921101', u'COPY_-1206921192'), ('const-433', u'LOAD_-1206923640'), ('const-433', u'LOAD_-1206923137'), ('const-48', u'PTRSUB_-1206921669'), (u'PTRSUB_-1206921691', u'CALL_-1206923825'), (u'COPY_-1206921384', u'MULTIEQUAL_-1206922235'), (u'INT_ZEXT_-1206922540', u'INT_OR_-1206923737'), (u'CALL_-1206922861', u'INDIRECT_-1206921285'), ('tmp_1021', u'BRANCH_-1206923032'), (u'CALL_-1206923243', u'INDIRECT_-1206921751'), (u'STORE_-1206922721', u'INDIRECT_-1206921350'), (u'INDIRECT_-1206921325', u'MULTIEQUAL_-1206921657'), ('const-0', u'INT_SLESS_-1206922685'), (u'INT_ZEXT_-1206922116', u'INT_OR_-1206922703'), (u'CALL_-1206923301', u'INDIRECT_-1206921722'), (u'INT_NOTEQUAL_-1206923082', u'CBRANCH_-1206923081'), (u'CAST_-1206921581', u'COPY_-1206921653'), ('const-1', u'INT_SLESS_-1206922627'), ('const-0', u'INT_EQUAL_-1206923568'), (u'INT_NOTEQUAL_-1206922545', u'INT_ZEXT_-1206921456'), (u'CAST_-1206921521', u'COPY_-1206921617'), (u'CALL_-1206923197', u'INDIRECT_-1206921666'), (u'CALL_-1206923244', u'INDIRECT_-1206921526'), (u'INT_NOTEQUAL_-1206922756', u'INT_ZEXT_-1206922116'), (u'COPY_-1206921403', u'MULTIEQUAL_-1206921547'), ('const-360', u'CALL_-1206922861'), (u'CAST_-1206921311', u'COPY_-1206921395'), (u'CALL_-1206923250', u'INDIRECT_-1206921479'), ('const-433', u'STORE_-1206923743'), ('const-44', u'PTRSUB_-1206921173'), (u'CALL_-1206923163', u'CAST_-1206921395'), (u'MULTIEQUAL_-1206921484', u'INT_SLESS_-1206922627'), (u'CALL_-1206923277', u'INDIRECT_-1206921655'), ('const-5', u'CALL_-1206923243'), ('tmp_2132', u'BRANCHIND_-1206923161'), (u'CALL_-1206923059', u'INDIRECT_-1206921472'), ('const-433', u'LOAD_-1206923648'), (u'INT_EQUAL_-1206923568', u'CBRANCH_-1206923566'), (u'PTRSUB_-1206921190', u'LOAD_-1206922776'), ('const-0', u'INT_NOTEQUAL_-1206922756'), (u'PTRADD_-1206922890', u'LOAD_-1206922952'), (u'CALL_-1206923250', u'INDIRECT_-1206921559'), ('tmp_475', u'CBRANCH_-1206923588'), (u'MULTIEQUAL_-1206921657', u'COPY_-1206921599'), (u'MULTIEQUAL_-1206921376', u'MULTIEQUAL_-1206921829'), ('const-0', u'PTRSUB_-1206921694'), (u'CALL_-1206923301', u'CAST_-1206921469'), (u'INDIRECT_-1206921739', u'COPY_-1206921784'), (u'CALL_-1206923243', u'INDIRECT_-1206921721'), ('const-8', u'PTRSUB_-1206921431'), ('const-0', u'INT_NOTEQUAL_-1206922545'), (u'CALL_-1206923243', u'CAST_-1206921439'), ('const-433', u'LOAD_-1206923102'), (u'CALL_-1206923243', u'INDIRECT_-1206921611'), (u'COPY_-1206921414', u'MULTIEQUAL_-1206921377'), ('const-1', u'PTRADD_-1206923578'), (u'COPY_-1206921656', u'MULTIEQUAL_-1206921374'), (u'CALL_-1206923163', u'INDIRECT_-1206921706'), ('const-48', u'PTRSUB_-1206921190'), (u'COPY_-1206921760', u'PTRSUB_-1206921695'), (u'CALL_-1206923243', u'INDIRECT_-1206921635'), (u'INT_RIGHT_-1206921521', u'MULTIEQUAL_-1206921477'), (u'INDIRECT_-1206921255', u'COPY_-1206921310'), (u'PTRSUB_-1206921750', u'CALL_-1206923250'), (u'STORE_-1206922721', u'INDIRECT_-1206921410'), (u'INT_OR_-1206923737', u'MULTIEQUAL_-1206921370'), (u'CALL_-1206923277', u'INDIRECT_-1206921631'), ('const-31', u'INT_RIGHT_-1206921461'), (u'CALL_-1206923527', u'INDIRECT_-1206921799'), (u'CALL_-1206922861', u'INDIRECT_-1206921225'), (u'INT_EQUAL_-1206923309', u'CBRANCH_-1206923306'), (u'INDIRECT_-1206921830', u'CAST_-1206921581'), ('tmp_449', u'CBRANCH_-1206923607'), ('const-0', u'RETURN_-1206923493'), (u'COPY_-1206921546', u'CALL_-1206923163'), (u'PTRSUB_-1206921484', u'LOAD_-1206923210'), ('const-0', u'INT_NOTEQUAL_-1206923844'), (u'INT_EQUAL_-1206923542', u'CBRANCH_-1206923541'), (u'CALL_-1206923197', u'INDIRECT_-1206921586'), (u'INDIRECT_-1206921468', u'MULTIEQUAL_-1206921792'), ('const-32', u'INT_EQUAL_-1206923309'), ('tmp_1472', u'BRANCH_-1206922678'), ('tmp_6396', u'INT_EQUAL_-1206923872'), ('const-0', u'INT_EQUAL_-1206923259'), (u'CALL_-1206923825', u'STORE_-1206923801'), ('const-1', u'RETURN_-1206922856'), ('tmp_6396', u'PTRSUB_-1206921715'), ('tmp_1952', u'BRANCH_-1206922575'), (u'LOAD_-1206923080', u'MULTIEQUAL_-1206921370'), (u'INT_NOTEQUAL_-1206923232', u'CBRANCH_-1206923228'), (u'MULTIEQUAL_-1206921627', u'MULTIEQUAL_-1206921375'), (u'MULTIEQUAL_-1206921477', u'INT_XOR_-1206922728'), (u'PTRSUB_-1206921490', u'PTRSUB_-1206921475'), (u'PTRSUB_-1206921443', u'PTRSUB_-1206921431'), ('tmp_698', u'CBRANCH_-1206923306'), ('tmp_2017', u'BRANCH_-1206922537'), (u'CALL_-1206923527', u'INDIRECT_-1206921739'), (u'INDIRECT_-1206921799', u'COPY_-1206921844'), ('const-0', u'PTRSUB_-1206921484'), (u'CALL_-1206923035', u'INDIRECT_-1206921461'), (u'MULTIEQUAL_-1206921547', u'MULTIEQUAL_-1206921372'), (u'COPY_-1206921590', u'CALL_-1206923243'), (u'LOAD_-1206923740', u'MULTIEQUAL_-1206921380'), (u'CAST_-1206921615', u'COPY_-1206921702'), (u'CAST_-1206921469', u'CALL_-1206923277'), ('const-433', u'LOAD_-1206922952'), (u'MULTIEQUAL_-1206921661', u'COPY_-1206921591'), (u'PTRADD_-1206923578', u'LOAD_-1206923640'), (u'COPY_-1206921130', u'CALL_-1206922861'), (u'CALL_-1206922861', u'INDIRECT_-1206921255'), ('tmp_110', u'CBRANCH_-1206923842'), (u'CALL_-1206923243', u'INDIRECT_-1206921691'), (u'MULTIEQUAL_-1206921799', u'INT_AND_-1206923580'), ('const-0', u'CALL_-1206923163'), (u'INDIRECT_-1206921857', u'CAST_-1206921615'), ('const-5', u'CALL_-1206923163'), (u'COPY_-1206921613', u'MULTIEQUAL_-1206921732'), (u'CAST_-1206921518', u'COPY_-1206921613'), ('const-1355672', u'COPY_-1206921175'), (u'CALL_-1206922681', u'INDIRECT_-1206921209'), (u'CAST_-1206921554', u'MULTIEQUAL_-1206921946'), (u'INT_ZEXT_-1206922384', u'PTRADD_-1206923578'), (u'CAST_-1206921534', u'INT_ZEXT_-1206922384'), (u'CALL_-1206922705', u'INDIRECT_-1206921336'), (u'MULTIEQUAL_-1206921593', u'COPY_-1206921384'), (u'CALL_-1206923150', u'INDIRECT_-1206921438'), (u'COPY_-1206921718', u'PTRSUB_-1206921669'), ('tmp_644', u'CBRANCH_-1206923257'), ('const-5', u'CALL_-1206923301'), (u'CALL_-1206922705', u'INDIRECT_-1206921196'), ('tmp_545', u'CBRANCH_-1206923541'), ('const-16', u'PTRSUB_-1206921715'), ('const-0', u'PTRSUB_-1206921627'), (u'LOAD_-1206923788', u'INT_EQUAL_-1206923769'), (u'INT_NOTEQUAL_-1206923593', u'CBRANCH_-1206923588'), (u'LOAD_-1206922776', u'INT_NOTEQUAL_-1206922756'), (u'PTRSUB_-1206921431', u'LOAD_-1206923137'), (u'MULTIEQUAL_-1206921484', u'INT_EQUAL_-1206922508'), ('const-44', u'PTRSUB_-1206921326'), ('const-0', u'INT_NOTEQUAL_-1206923593'), (u'COPY_-1206921192', u'MULTIEQUAL_-1206921769'), (u'INDIRECT_-1206921375', u'MULTIEQUAL_-1206921484'), (u'INT_ZEXT_-1206922186', u'PTRADD_-1206922890'), ('const-0', u'RETURN_-1206921587'), ('const-44', u'PTRSUB_-1206921407'), (u'COPY_-1206921410', u'CAST_-1206921323'), (u'COPY_-1206921616', u'MULTIEQUAL_-1206921659'), (u'INDIRECT_-1206921408', u'MULTIEQUAL_-1206921732'), (u'CALL_-1206923825', u'INDIRECT_-1206921825'), (u'COPY_-1206921651', u'MULTIEQUAL_-1206921769'), ('const-433', u'LOAD_-1206923217'), (u'MULTIEQUAL_-1206921597', u'LOAD_-1206923102'), (u'INT_OR_-1206923737', u'STORE_-1206923743'), (u'INDIRECT_-1206921461', u'MULTIEQUAL_-1206921563'), (u'MULTIEQUAL_-1206921376', u'MULTIEQUAL_-1206921660'), (u'COPY_-1206921718', u'PTRSUB_-1206921682'), (u'INT_EQUAL_-1206923259', u'CBRANCH_-1206923257'), (u'CALL_-1206923244', u'INDIRECT_-1206921496'), (u'CALL_-1206923250', u'INDIRECT_-1206921503'), (u'INDIRECT_-1206921526', u'MULTIEQUAL_-1206921762'), (u'COPY_-1206921784', u'COPY_-1206921787'), (u'INT_NOTEQUAL_-1206923844', u'CBRANCH_-1206923842'), (u'MULTIEQUAL_-1206921661', u'MULTIEQUAL_-1206921799'), (u'INDIRECT_-1206921438', u'MULTIEQUAL_-1206921762'), ('const-433', u'LOAD_-1206923210'), (u'LOAD_-1206923648', u'CAST_-1206921534'), (u'CAST_-1206921395', u'CALL_-1206923119'), (u'CALL_-1206922681', u'INDIRECT_-1206921325'), (u'INDIRECT_-1206921380', u'MULTIEQUAL_-1206921799'), (u'LOAD_-1206923587', u'PTRSUB_-1206921581'), (u'INDIRECT_-1206921556', u'MULTIEQUAL_-1206921792'), (u'INDIRECT_-1206921225', u'COPY_-1206921280'), (u'STORE_-1206923743', u'INDIRECT_-1206921890'), (u'INDIRECT_-1206921751', u'PTRSUB_-1206921490'), (u'CALL_-1206922681', u'INDIRECT_-1206921185'), (u'CALL_-1206923277', u'INDIRECT_-1206921741'), (u'CALL_-1206923197', u'INDIRECT_-1206921610'), (u'INDIRECT_-1206921491', u'MULTIEQUAL_-1206921593'), (u'CALL_-1206923825', u'INDIRECT_-1206921801'), ('const-5', u'CALL_-1206923059'), (u'SUBPIECE_-1206921371', u'INT_RIGHT_-1206921461'), (u'INDIRECT_-1206921559', u'MULTIEQUAL_-1206921533'), ('const-2', u'INT_NOTEQUAL_-1206923232'), (u'MULTIEQUAL_-1206921657', u'INT_NOTEQUAL_-1206923082'), (u'MULTIEQUAL_-1206921657', u'MULTIEQUAL_-1206921376'), (u'PTRSUB_-1206921485', u'PTRSUB_-1206921484'), (u'CALL_-1206922681', u'INDIRECT_-1206921265'), (u'INT_NOTEQUAL_-1206923690', u'CBRANCH_-1206923687'), (u'INT_EQUAL_-1206923625', u'CBRANCH_-1206923622'), (u'STORE_-1206923801', u'INDIRECT_-1206921857'), (u'CAST_-1206921554', u'CAST_-1206921521'), ('const-0', u'CALL_-1206923250'), (u'STORE_-1206922721', u'INDIRECT_-1206921380'), (u'COPY_-1206921175', u'CALL_-1206922705'), ('const-0', u'INT_NOTEQUAL_-1206923082'), (u'MULTIEQUAL_-1206921597', u'COPY_-1206921597'), ('const-1', u'PTRADD_-1206923644'), ('tmp_2080', u'BRANCH_-1206922500'), (u'PTRADD_-1206923622', u'CAST_-1206921554'), (u'INT_EQUAL_-1206923872', u'CBRANCH_-1206923870'), (u'MULTIEQUAL_-1206921660', u'COPY_-1206921592'), ('const-0', u'INT_EQUAL_-1206923769'), (u'CAST_-1206921555', u'PTRADD_-1206923622'), (u'PTRSUB_-1206921581', u'LOAD_-1206923561'), (u'CALL_-1206923119', u'INDIRECT_-1206921622'), ('const-16', u'PTRSUB_-1206921485'), ('const-1356031', u'COPY_-1206921590'), (u'COPY_-1206921702', u'LOAD_-1206923740'), ('const-1942752', u'PTRSUB_-1206921656'), (u'CALL_-1206923059', u'INDIRECT_-1206921386'), ('const-1942752', u'PTRSUB_-1206921316'), (u'LOAD_-1206923137', u'CALL_-1206923119'), ('const-0', u'INT_EQUAL_-1206923061'), (u'CALL_-1206923059', u'INDIRECT_-1206921442'), ('tmp_1316', u'CBRANCH_-1206923081'), ('const-433', u'STORE_-1206922721'), ('const-0', u'CALL_-1206923059'), (u'INT_ZEXT_-1206921485', u'MULTIEQUAL_-1206921477'), ('const-433', u'LOAD_-1206923587'), ('const--56', u'PTRSUB_-1206921750'), (u'MULTIEQUAL_-1206922235', u'PTRSUB_-1206921326'), (u'PTRADD_-1206923241', u'COPY_-1206921403'), ('const-1355712', u'COPY_-1206921350'), (u'INDIRECT_-1206921285', u'COPY_-1206921340'), (u'CALL_-1206923059', u'CAST_-1206921187'), (u'MULTIEQUAL_-1206921657', u'COPY_-1206921414'), ('const-0', u'PTRSUB_-1206921427'), (u'COPY_-1206921844', u'COPY_-1206921847'), (u'INT_SLESS_-1206922627', u'INT_ZEXT_-1206921485'), (u'PTRADD_-1206923644', u'LOAD_-1206923706'), (u'STORE_-1206923749', u'INDIRECT_-1206921834'), (u'INT_SLESS_-1206922685', u'INT_ZEXT_-1206921434'), ('const-433', u'LOAD_-1206922776'), ('tmp_1837', u'BRANCH_-1206922631'), (u'INT_ZEXT_-1206922186', u'MULTIEQUAL_-1206921378'), ('const-1942752', u'PTRSUB_-1206921627'), (u'COPY_-1206921617', u'MULTIEQUAL_-1206921769'), (u'CALL_-1206923197', u'INDIRECT_-1206921726'), (u'CALL_-1206923035', u'INDIRECT_-1206921431'), (u'CALL_-1206923163', u'INDIRECT_-1206921590'), ('const-0', u'PTRSUB_-1206921656'), (u'MULTIEQUAL_-1206921370', u'INT_EQUAL_-1206923061'), ('const-0', u'INT_EQUAL_-1206923609'), (u'INDIRECT_-1206921769', u'COPY_-1206921814'), (u'INDIRECT_-1206921801', u'MULTIEQUAL_-1206921371'), (u'INT_NOTEQUAL_-1206922936', u'CBRANCH_-1206922934'), (u'MULTIEQUAL_-1206922235', u'PTRSUB_-1206921595'), (u'CALL_-1206923250', u'INDIRECT_-1206921619'), (u'INDIRECT_-1206921706', u'PTRSUB_-1206921443'), (u'MULTIEQUAL_-1206921660', u'MULTIEQUAL_-1206921829'), (u'LOAD_-1206923102', u'MULTIEQUAL_-1206921380'), ('const-0', u'INT_NOTEQUAL_-1206922936'), (u'COPY_-1206921718', u'PTRSUB_-1206921665'), (u'LOAD_-1206923561', u'INT_EQUAL_-1206923542'), ('const-1', u'PTRADD_-1206923241'), ('tmp_667', u'BRANCH_-1206923147'), (u'CALL_-1206922705', u'INDIRECT_-1206921306'), (u'CAST_-1206921439', u'CALL_-1206923197'), (u'INT_ZEXT_-1206921442', u'MULTIEQUAL_-1206921477'), (u'CALL_-1206922705', u'INDIRECT_-1206921276'), (u'MULTIEQUAL_-1206921597', u'MULTIEQUAL_-1206921946'), (u'PTRSUB_-1206921407', u'LOAD_-1206923080'), (u'INDIRECT_-1206921825', u'MULTIEQUAL_-1206921372'), (u'INDIRECT_-1206921431', u'MULTIEQUAL_-1206921533'), (u'LOAD_-1206923587', u'INT_EQUAL_-1206923568'), (u'CAST_-1206921022', u'CALL_-1206922681'), (u'CALL_-1206923301', u'INDIRECT_-1206921666'), (u'CAST_-1206921187', u'CALL_-1206923035'), ('const-1', u'PTRADD_-1206923241'), ('const-44', u'PTRSUB_-1206921581'), (u'MULTIEQUAL_-1206921373', u'COPY_-1206921410'), (u'CALL_-1206923301', u'INDIRECT_-1206921642'), (u'PTRSUB_-1206921665', u'STORE_-1206923743'), ('const-16', u'PTRSUB_-1206921490'), (u'MULTIEQUAL_-1206921375', u'MULTIEQUAL_-1206921661'), (u'PTRSUB_-1206921438', u'PTRSUB_-1206921427'), (u'CALL_-1206923150', u'INDIRECT_-1206921468'), (u'CALL_-1206923035', u'INDIRECT_-1206921491'), ('const-48', u'PTRSUB_-1206921673'), (u'INDIRECT_-1206921295', u'MULTIEQUAL_-1206921627'), (u'MULTIEQUAL_-1206921484', u'CAST_-1206921264'), (u'CALL_-1206923250', u'INDIRECT_-1206921589'), (u'CALL_-1206923825', u'INDIRECT_-1206921881'), (u'INT_EQUAL_-1206923061', u'CBRANCH_-1206923059'), (u'INT_OR_-1206922703', u'STORE_-1206922721'), ('const-0', u'INT_EQUAL_-1206923542'), (u'LOAD_-1206923764', u'INT_OR_-1206923737'), (u'PTRSUB_-1206921656', u'PTRADD_-1206923644'), (u'PTRSUB_-1206921669', u'STORE_-1206923749'), (u'LOAD_-1206923102', u'INT_ZEXT_-1206922186'), (u'INT_ZEXT_-1206921434', u'MULTIEQUAL_-1206921477'), ('tmp_826', u'CBRANCH_-1206923228'), ('const-1356232', u'COPY_-1206921130'), ('tmp_6396', u'COPY_-1206921760'), ('const-0', u'PTRSUB_-1206921438'), ('const-433', u'LOAD_-1206923788'), (u'CALL_-1206923035', u'INDIRECT_-1206921375'), ('const-32', u'PTRSUB_-1206921595'), ('tmp_1395', u'CBRANCH_-1206922934'), (u'PTRSUB_-1206921682', u'LOAD_-1206923788'), (u'PTRSUB_-1206921326', u'LOAD_-1206923278'), (u'CALL_-1206923163', u'INDIRECT_-1206921646'), (u'INDIRECT_-1206921652', u'MULTIEQUAL_-1206921627'), (u'CALL_-1206922705', u'CAST_-1206921022'), (u'INDIRECT_-1206921589', u'MULTIEQUAL_-1206921563'), (u'CALL_-1206923277', u'INDIRECT_-1206921711'), ('const-8', u'PTRSUB_-1206921475'), ('const-0', u'PTRSUB_-1206921443'), (u'CALL_-1206923059', u'INDIRECT_-1206921502'), ('tmp_321', u'CBRANCH_-1206923687'), ('const-1356060', u'COPY_-1206921546'), (u'COPY_-1206921718', u'MULTIEQUAL_-1206921377'), (u'INDIRECT_-1206921479', u'INT_NOTEQUAL_-1206923232'), (u'CALL_-1206923197', u'INDIRECT_-1206921696'), (u'INT_EQUAL_-1206923769', u'INT_ZEXT_-1206922540'), (u'MULTIEQUAL_-1206921660', u'MULTIEQUAL_-1206921660'), (u'CAST_-1206921339', u'COPY_-1206921412'), ('const-1', u'CALL_-1206923244'), (u'COPY_-1206921814', u'COPY_-1206921817'), (u'MULTIEQUAL_-1206921657', u'PTRSUB_-1206921407'), (u'CALL_-1206923119', u'INDIRECT_-1206921682'), (u'INDIRECT_-1206921682', u'MULTIEQUAL_-1206921657'), (u'MULTIEQUAL_-1206921373', u'COPY_-1206921651'), ('const-433', u'STORE_-1206923749'), (u'STORE_-1206923801', u'INDIRECT_-1206921917'), (u'LOAD_-1206923278', u'INT_EQUAL_-1206923259'), ('const-40', u'PTRSUB_-1206921729'), (u'MULTIEQUAL_-1206921374', u'CAST_-1206921335'), (u'LOAD_-1206923210', u'CALL_-1206923197'), (u'CALL_-1206922705', u'INDIRECT_-1206921220'), (u'INDIRECT_-1206921185', u'MULTIEQUAL_-1206921523'), (u'CALL_-1206923150', u'INDIRECT_-1206921408'), (u'INT_RIGHT_-1206921332', u'SUBPIECE_-1206921371'), (u'COPY_-1206921718', u'PTRSUB_-1206921673'), (u'STORE_-1206923743', u'INDIRECT_-1206921830'), (u'MULTIEQUAL_-1206921484', u'INT_NOTEQUAL_-1206922545'), (u'INDIRECT_-1206921350', u'CAST_-1206921101'), (u'INT_EQUAL_-1206923609', u'CBRANCH_-1206923607'), (u'COPY_-1206921409', u'MULTIEQUAL_-1206921373'), (u'COPY_-1206921410', u'MULTIEQUAL_-1206921946'), ('const-2', u'CALL_-1206923150'), (u'MULTIEQUAL_-1206921593', u'PTRSUB_-1206921190'), (u'PTRSUB_-1206921695', u'PTRSUB_-1206921694')]
|
[(u'CALL_-1206923244', u'INDIRECT_-1206921574'), ('const-6', u'PTRADD_-1206921693'), (u'COPY_-1206921446', u'MULTIEQUAL_-1206921409'), (u'CALL_-1206923150', u'INDIRECT_-1206921426'), (u'LOAD_-1206923865', u'INT_NOTEQUAL_-1206923844'), ('const-0', u'INT_NOTEQUAL_-1206922545'), (u'CALL_-1206922705', u'CALL_-1206922681'), ('const-1', u'PTRADD_-1206923644'), ('const-2', u'CALL_-1206923150'), (u'CALL_-1206922861', u'INDIRECT_-1206921243'), (u'INDIRECT_-1206921959', u'COPY_-1206921750'), ('const-5', u'CALL_-1206923163'), (u'CALL_-1206923277', u'INDIRECT_-1206921789'), (u'STORE_-1206923743', u'INDIRECT_-1206921878'), (u'CAST_-1206921377', u'INT_ADD_-1206923064'), (u'INDIRECT_-1206921479', u'MULTIEQUAL_-1206921581'), ('const-5', u'CALL_-1206922705'), (u'INT_ZEXT_-1206921477', u'MULTIEQUAL_-1206921498'), (u'CALL_-1206923059', u'INDIRECT_-1206921460'), (u'COPY_-1206921688', u'MULTIEQUAL_-1206921406'), ('const-0', u'CALL_-1206923301'), ('const-1', u'INT_XOR_-1206922728'), ('tmp_509', u'CBRANCH_-1206923566'), (u'INDIRECT_-1206921700', u'MULTIEQUAL_-1206921675'), (u'MULTIEQUAL_-1206921954', u'PTRADD_-1206923622'), (u'INT_ZEXT_-1206921506', u'MULTIEQUAL_-1206921498'), (u'STORE_-1206922721', u'INDIRECT_-1206921368'), (u'CAST_-1206921135', u'STORE_-1206922721'), (u'SUBPIECE_-1206921387', u'INT_RIGHT_-1206921482'), (u'INDIRECT_-1206921769', u'PTRADD_-1206921512'), (u'INDIRECT_-1206921640', u'MULTIEQUAL_-1206921615'), ('tmp_1354', u'CBRANCH_-1206923059'), (u'COPY_-1206921606', u'CALL_-1206923243'), (u'CALL_-1206923059', u'INDIRECT_-1206921520'), (u'STORE_-1206923801', u'INDIRECT_-1206921875'), (u'INT_ZEXT_-1206922538', u'INT_OR_-1206923737'), (u'INT_ADD_-1206923772', u'CAST_-1206921636'), ('const-0', u'INT_EQUAL_-1206923625'), ('const-0', u'PTRSUB_-1206921672'), ('tmp_1648', u'BRANCH_-1206922716'), (u'MULTIEQUAL_-1206921615', u'COPY_-1206921444'), ('const-32', u'INT_EQUAL_-1206923309'), ('tmp_1543', u'BRANCH_-1206922689'), (u'COPY_-1206921649', u'MULTIEQUAL_-1206921787'), (u'INDIRECT_-1206921787', u'COPY_-1206921832'), (u'PTRADD_-1206923622', u'MULTIEQUAL_-1206921954'), ('tmp_423', u'CBRANCH_-1206923622'), (u'COPY_-1206921750', u'CAST_-1206921619'), (u'CAST_-1206921623', u'STORE_-1206923749'), ('const-433', u'LOAD_-1206923764'), (u'COPY_-1206921862', u'COPY_-1206921865'), (u'CALL_-1206923250', u'INDIRECT_-1206921577'), (u'MULTIEQUAL_-1206921502', u'INT_EQUAL_-1206922508'), ('const-8', u'PTRADD_-1206921689'), (u'CALL_-1206923277', u'INDIRECT_-1206921759'), (u'INDIRECT_-1206921878', u'MULTIEQUAL_-1206921407'), ('tmp_72', u'CBRANCH_-1206923870'), (u'COPY_-1206921802', u'COPY_-1206921805'), (u'INDIRECT_-1206921560', u'MULTIEQUAL_-1206921541'), (u'COPY_-1206921750', u'MULTIEQUAL_-1206921409'), ('const-2', u'INT_NOTEQUAL_-1206923232'), (u'LOAD_-1206923217', u'CALL_-1206923197'), (u'CALL_-1206922705', u'INDIRECT_-1206921354'), ('const-0', u'CALL_-1206923243'), (u'COPY_-1206921562', u'CALL_-1206923163'), (u'INDIRECT_-1206921724', u'PTRADD_-1206921467'), (u'CALL_-1206923035', u'INDIRECT_-1206921449'), ('const-433', u'STORE_-1206923743'), (u'INT_ZEXT_-1206921455', u'MULTIEQUAL_-1206921498'), (u'MULTIEQUAL_-1206921408', u'MULTIEQUAL_-1206921676'), (u'CALL_-1206923119', u'INDIRECT_-1206921584'), (u'CALL_-1206922681', u'INDIRECT_-1206921203'), ('const-5', u'CALL_-1206923243'), (u'CALL_-1206923197', u'INDIRECT_-1206921604'), ('const-1356060', u'COPY_-1206921562'), (u'INT_AND_-1206923580', u'INT_NOTEQUAL_-1206923593'), (u'PTRADD_-1206923622', u'COPY_-1206921649'), (u'CALL_-1206923243', u'INDIRECT_-1206921769'), ('const-1', u'PTRADD_-1206923241'), ('const-0', u'INT_NOTEQUAL_-1206922936'), (u'COPY_-1206921685', u'MULTIEQUAL_-1206921405'), (u'LOAD_-1206923706', u'INT_NOTEQUAL_-1206923690'), (u'INT_OR_-1206923737', u'STORE_-1206923749'), ('const-32', u'INT_AND_-1206923580'), ('const-433', u'LOAD_-1206923131'), (u'STORE_-1206923749', u'INDIRECT_-1206921882'), ('const-8', u'PTRADD_-1206921732'), ('const-31', u'INT_RIGHT_-1206921482'), (u'INT_OR_-1206923737', u'MULTIEQUAL_-1206921402'), (u'CALL_-1206923250', u'INDIRECT_-1206921521'), (u'MULTIEQUAL_-1206921675', u'INT_EQUAL_-1206923609'), (u'PTRADD_-1206921218', u'CAST_-1206921153'), (u'MULTIEQUAL_-1206921502', u'INT_NOTEQUAL_-1206922545'), (u'STORE_-1206923801', u'INDIRECT_-1206921905'), ('const-6', u'PTRADD_-1206921689'), ('const-0', u'CALL_-1206923059'), ('tmp_6445', u'COPY_-1206921792'), (u'COPY_-1206921648', u'MULTIEQUAL_-1206921675'), (u'INDIRECT_-1206921843', u'MULTIEQUAL_-1206921404'), (u'PTRADD_-1206923622', u'COPY_-1206921622'), (u'CALL_-1206923301', u'INDIRECT_-1206921800'), (u'MULTIEQUAL_-1206921615', u'MULTIEQUAL_-1206921954'), (u'COPY_-1206921750', u'PTRADD_-1206921693'), (u'COPY_-1206921734', u'LOAD_-1206923740'), (u'CALL_-1206922705', u'INDIRECT_-1206921238'), (u'INDIRECT_-1206921273', u'COPY_-1206921328'), (u'CALL_-1206923163', u'INDIRECT_-1206921608'), (u'CALL_-1206922705', u'INDIRECT_-1206921214'), (u'INDIRECT_-1206921428', u'MULTIEQUAL_-1206921847'), (u'MULTIEQUAL_-1206921787', u'COPY_-1206921645'), (u'CALL_-1206923527', u'INDIRECT_-1206921757'), (u'MULTIEQUAL_-1206921502', u'INT_SLESS_-1206922627'), (u'CALL_-1206923301', u'INDIRECT_-1206921660'), ('const-8', u'PTRADD_-1206921467'), (u'MULTIEQUAL_-1206921611', u'PTRADD_-1206921218'), (u'LOAD_-1206923131', u'CALL_-1206923119'), (u'INDIRECT_-1206921227', u'MULTIEQUAL_-1206921565'), (u'CAST_-1206921297', u'INT_RIGHT_-1206921364'), (u'COPY_-1206921224', u'MULTIEQUAL_-1206921787'), (u'CAST_-1206921627', u'LOAD_-1206923764'), (u'STORE_-1206923749', u'INDIRECT_-1206921852'), ('const-1', u'PTRADD_-1206923622'), (u'MULTIEQUAL_-1206921407', u'MULTIEQUAL_-1206921677'), (u'PTRSUB_-1206921672', u'PTRADD_-1206923644'), ('const-0', u'INT_SLESS_-1206922685'), ('const-0', u'INT_EQUAL_-1206923872'), ('const-2', u'PTRADD_-1206921713'), ('tmp_656', u'BRANCH_-1206923241'), (u'STORE_-1206923743', u'INDIRECT_-1206921908'), (u'CAST_-1206921531', u'LOAD_-1206923561'), (u'INT_EQUAL_-1206923769', u'INT_ZEXT_-1206922538'), (u'INDIRECT_-1206921203', u'MULTIEQUAL_-1206921541'), (u'INDIRECT_-1206921817', u'COPY_-1206921862'), ('const-433', u'LOAD_-1206923740'), ('const-3', u'PTRADD_-1206921732'), ('const-5', u'CALL_-1206923301'), (u'INT_ZEXT_-1206921463', u'MULTIEQUAL_-1206921498'), (u'CAST_-1206921619', u'INT_ADD_-1206923729'), (u'COPY_-1206921150', u'CALL_-1206922861'), ('const-1356031', u'COPY_-1206921606'), (u'COPY_-1206921645', u'MULTIEQUAL_-1206921750'), (u'PTRADD_-1206921693', u'CAST_-1206921627'), (u'CALL_-1206923527', u'INDIRECT_-1206921787'), (u'INT_XOR_-1206922728', u'INT_OR_-1206922703'), (u'COPY_-1206921442', u'MULTIEQUAL_-1206921954'), (u'LOAD_-1206923640', u'INT_EQUAL_-1206923625'), (u'INDIRECT_-1206921637', u'MULTIEQUAL_-1206921611'), ('const-1942752', u'PTRSUB_-1206921643'), (u'MULTIEQUAL_-1206921611', u'COPY_-1206921416'), (u'MULTIEQUAL_-1206921675', u'COPY_-1206921648'), (u'LOAD_-1206922952', u'INT_NOTEQUAL_-1206922936'), ('const-44', u'INT_ADD_-1206923064'), (u'INDIRECT_-1206921544', u'MULTIEQUAL_-1206921780'), (u'MULTIEQUAL_-1206921406', u'COPY_-1206921442'), ('const-1', u'PTRADD_-1206923622'), (u'PTRADD_-1206921508', u'LOAD_-1206923210'), (u'CALL_-1206923250', u'INDIRECT_-1206921607'), ('const-0', u'CALL_-1206923250'), (u'COPY_-1206921683', u'MULTIEQUAL_-1206921787'), (u'CALL_-1206923244', u'INDIRECT_-1206921544'), (u'INDIRECT_-1206921670', u'MULTIEQUAL_-1206921645'), ('tmp_1021', u'BRANCH_-1206923032'), (u'CALL_-1206922705', u'INDIRECT_-1206921294'), (u'CALL_-1206923035', u'INDIRECT_-1206921479'), (u'INDIRECT_-1206921497', u'INT_NOTEQUAL_-1206923232'), (u'MULTIEQUAL_-1206922237', u'PTRADD_-1206921616'), (u'INT_ZEXT_-1206922116', u'INT_OR_-1206922703'), (u'INDIRECT_-1206921757', u'COPY_-1206921802'), (u'MULTIEQUAL_-1206921402', u'INT_EQUAL_-1206923061'), ('tmp_6445', u'INT_EQUAL_-1206923872'), (u'CALL_-1206923163', u'CALL_-1206923119'), (u'INT_NOTEQUAL_-1206923082', u'CBRANCH_-1206923081'), ('const-0', u'INT_EQUAL_-1206923568'), (u'INT_NOTEQUAL_-1206922756', u'INT_ZEXT_-1206922116'), (u'CALL_-1206923277', u'INDIRECT_-1206921729'), ('const-44', u'INT_ADD_-1206922707'), (u'MULTIEQUAL_-1206921565', u'MULTIEQUAL_-1206921404'), (u'COPY_-1206921446', u'MULTIEQUAL_-1206921675'), (u'MULTIEQUAL_-1206921408', u'MULTIEQUAL_-1206921847'), (u'COPY_-1206921636', u'CALL_-1206923301'), (u'INDIRECT_-1206921769', u'PTRADD_-1206921508'), (u'INDIRECT_-1206921509', u'MULTIEQUAL_-1206921611'), (u'INT_EQUAL_-1206923568', u'CBRANCH_-1206923566'), (u'CALL_-1206923301', u'CALL_-1206923277'), (u'COPY_-1206921442', u'PTRADD_-1206923241'), ('const-0', u'INT_NOTEQUAL_-1206922756'), (u'PTRADD_-1206922890', u'LOAD_-1206922952'), ('tmp_475', u'CBRANCH_-1206923588'), (u'MULTIEQUAL_-1206921405', u'COPY_-1206921683'), (u'LOAD_-1206923102', u'MULTIEQUAL_-1206921412'), (u'CALL_-1206923119', u'INDIRECT_-1206921560'), (u'PTRADD_-1206921732', u'CALL_-1206923825'), (u'SUBPIECE_-1206921387', u'INT_NEGATE_-1206922729'), (u'CALL_-1206923163', u'INDIRECT_-1206921694'), (u'MULTIEQUAL_-1206921502', u'CAST_-1206921297'), ('const-433', u'LOAD_-1206923217'), (u'PTRADD_-1206921467', u'CAST_-1206921411'), (u'MULTIEQUAL_-1206921677', u'MULTIEQUAL_-1206921677'), ('const-1356232', u'COPY_-1206921146'), ('const-44', u'INT_ADD_-1206923772'), ('const-433', u'LOAD_-1206923137'), ('const-1', u'PTRADD_-1206921467'), (u'INT_EQUAL_-1206923309', u'CBRANCH_-1206923306'), (u'CALL_-1206923825', u'INDIRECT_-1206921843'), ('tmp_449', u'CBRANCH_-1206923607'), (u'LOAD_-1206923740', u'MULTIEQUAL_-1206921412'), ('const-0', u'RETURN_-1206923493'), (u'INDIRECT_-1206921243', u'COPY_-1206921298'), (u'INDIRECT_-1206921819', u'MULTIEQUAL_-1206921403'), (u'CALL_-1206923250', u'INDIRECT_-1206921637'), (u'CALL_-1206922705', u'INDIRECT_-1206921324'), (u'INT_SLESS_-1206922685', u'INT_ZEXT_-1206921455'), (u'CALL_-1206922681', u'INDIRECT_-1206921313'), ('const-0', u'INT_NOTEQUAL_-1206923844'), (u'INT_EQUAL_-1206923542', u'CBRANCH_-1206923541'), ('tmp_1472', u'BRANCH_-1206922678'), (u'CALL_-1206923243', u'INDIRECT_-1206921653'), ('const-0', u'INT_EQUAL_-1206923259'), (u'CALL_-1206923825', u'STORE_-1206923801'), ('const-1', u'RETURN_-1206922856'), ('const-8', u'PTRADD_-1206921218'), (u'MULTIEQUAL_-1206921676', u'MULTIEQUAL_-1206921676'), (u'CALL_-1206923119', u'INDIRECT_-1206921700'), ('tmp_1952', u'BRANCH_-1206922575'), (u'INT_NOTEQUAL_-1206923232', u'CBRANCH_-1206923228'), (u'INT_ADD_-1206923262', u'CAST_-1206921283'), (u'CALL_-1206922681', u'INDIRECT_-1206921227'), ('const-3', u'PTRADD_-1206921512'), (u'MULTIEQUAL_-1206921615', u'COPY_-1206921629'), (u'CALL_-1206923197', u'INDIRECT_-1206921744'), (u'INDIRECT_-1206921607', u'MULTIEQUAL_-1206921581'), (u'COPY_-1206921191', u'CALL_-1206922705'), (u'INDIRECT_-1206921514', u'MULTIEQUAL_-1206921750'), (u'STORE_-1206923743', u'INDIRECT_-1206921848'), ('tmp_698', u'CBRANCH_-1206923306'), ('tmp_2017', u'BRANCH_-1206922537'), ('const-1', u'PTRADD_-1206923578'), (u'CAST_-1206921618', u'STORE_-1206923743'), (u'LOAD_-1206923587', u'INT_ADD_-1206923545'), (u'MULTIEQUAL_-1206921405', u'COPY_-1206921442'), ('const-433', u'LOAD_-1206923080'), ('tmp_5316', u'BRANCHIND_-1206923161'), (u'CAST_-1206921684', u'LOAD_-1206923865'), (u'PTRADD_-1206923578', u'LOAD_-1206923640'), (u'CALL_-1206923825', u'INDIRECT_-1206921929'), (u'LOAD_-1206923740', u'INT_ZEXT_-1206922428'), (u'STORE_-1206922721', u'INDIRECT_-1206921428'), (u'CALL_-1206923035', u'INDIRECT_-1206921509'), (u'MULTIEQUAL_-1206921615', u'COPY_-1206921441'), ('const-1356007', u'COPY_-1206921636'), ('tmp_110', u'CBRANCH_-1206923842'), (u'PTRSUB_-1206921766', u'CALL_-1206923250'), (u'PTRADD_-1206921616', u'LOAD_-1206923587'), (u'CAST_-1206921283', u'LOAD_-1206923278'), ('const-433', u'LOAD_-1206923561'), (u'COPY_-1206921416', u'MULTIEQUAL_-1206922237'), (u'CALL_-1206923243', u'INDIRECT_-1206921739'), ('const-433', u'LOAD_-1206923278'), ('const-0', u'CALL_-1206922705'), (u'INDIRECT_-1206921456', u'MULTIEQUAL_-1206921780'), (u'CALL_-1206922681', u'INDIRECT_-1206921283'), ('tmp_6445', u'PTRADD_-1206921746'), (u'CAST_-1206921153', u'LOAD_-1206922776'), ('tmp_644', u'CBRANCH_-1206923257'), ('const-8', u'PTRADD_-1206921512'), (u'COPY_-1206921734', u'COPY_-1206921688'), (u'INDIRECT_-1206921848', u'COPY_-1206921685'), ('const-4', u'PTRADD_-1206921616'), (u'CALL_-1206923197', u'INDIRECT_-1206921684'), (u'MULTIEQUAL_-1206921645', u'MULTIEQUAL_-1206921677'), ('tmp_545', u'CBRANCH_-1206923541'), (u'CALL_-1206922681', u'INDIRECT_-1206921343'), (u'INDIRECT_-1206921486', u'MULTIEQUAL_-1206921810'), ('const-0', u'CALL_-1206923250'), (u'LOAD_-1206923788', u'INT_EQUAL_-1206923769'), (u'INT_NOTEQUAL_-1206923593', u'CBRANCH_-1206923588'), (u'LOAD_-1206922776', u'INT_NOTEQUAL_-1206922756'), (u'MULTIEQUAL_-1206921675', u'MULTIEQUAL_-1206921676'), (u'MULTIEQUAL_-1206921677', u'COPY_-1206921623'), (u'INT_RIGHT_-1206921482', u'MULTIEQUAL_-1206921498'), (u'INT_ZEXT_-1206922185', u'PTRADD_-1206922890'), (u'INDIRECT_-1206921724', u'LOAD_-1206923131'), ('const-0', u'INT_NOTEQUAL_-1206923593'), (u'CALL_-1206923825', u'INDIRECT_-1206921819'), (u'CAST_-1206921376', u'LOAD_-1206923080'), (u'CAST_-1206921636', u'LOAD_-1206923788'), (u'COPY_-1206921435', u'MULTIEQUAL_-1206921565'), (u'INDIRECT_-1206921574', u'MULTIEQUAL_-1206921810'), (u'CALL_-1206923059', u'INDIRECT_-1206921490'), ('const-8', u'PTRADD_-1206921508'), ('const-360', u'CALL_-1206922861'), ('const-433', u'LOAD_-1206923210'), ('const-0', u'INT_EQUAL_-1206922508'), (u'CAST_-1206921455', u'LOAD_-1206923217'), (u'INT_OR_-1206923737', u'STORE_-1206923743'), (u'CALL_-1206923825', u'INDIRECT_-1206921899'), (u'COPY_-1206921750', u'PTRADD_-1206921689'), (u'INT_EQUAL_-1206923259', u'CBRANCH_-1206923257'), ('const-1', u'INT_SLESS_-1206922627'), (u'CALL_-1206923243', u'INDIRECT_-1206921629'), ('const-8', u'PTRADD_-1206921713'), (u'INT_NOTEQUAL_-1206923844', u'CBRANCH_-1206923842'), (u'INT_ZEXT_-1206922383', u'PTRADD_-1206923578'), (u'STORE_-1206923749', u'INDIRECT_-1206921912'), ('const-433', u'LOAD_-1206922952'), (u'CALL_-1206923277', u'INDIRECT_-1206921649'), ('const-0', u'CALL_-1206923163'), (u'COPY_-1206921442', u'MULTIEQUAL_-1206921565'), (u'INT_ADD_-1206923545', u'CAST_-1206921531'), (u'PTRADD_-1206921713', u'STORE_-1206923801'), (u'MULTIEQUAL_-1206921611', u'CAST_-1206921136'), ('const-1', u'CALL_-1206923244'), (u'INDIRECT_-1206921393', u'MULTIEQUAL_-1206921502'), (u'INDIRECT_-1206921283', u'MULTIEQUAL_-1206921615'), (u'CALL_-1206923150', u'INDIRECT_-1206921456'), ('const-2', u'PTRADD_-1206921508'), (u'MULTIEQUAL_-1206921407', u'MULTIEQUAL_-1206921817'), (u'CALL_-1206923197', u'INDIRECT_-1206921714'), ('const-433', u'STORE_-1206922721'), (u'INT_NOTEQUAL_-1206923690', u'CBRANCH_-1206923687'), ('tmp_6445', u'PTRADD_-1206921732'), (u'INT_EQUAL_-1206923625', u'CBRANCH_-1206923622'), (u'CALL_-1206922861', u'INDIRECT_-1206921303'), ('const-433', u'LOAD_-1206923706'), (u'INDIRECT_-1206921908', u'MULTIEQUAL_-1206921408'), (u'LOAD_-1206923102', u'INT_ZEXT_-1206922185'), ('const-8', u'PTRADD_-1206921746'), (u'MULTIEQUAL_-1206921675', u'CAST_-1206921377'), ('const-8', u'PTRADD_-1206921693'), (u'MULTIEQUAL_-1206921675', u'COPY_-1206921446'), (u'INT_ZEXT_-1206922185', u'MULTIEQUAL_-1206921410'), ('const-1942752', u'PTRSUB_-1206921672'), ('const-6', u'PTRADD_-1206921218'), ('const-0', u'INT_NOTEQUAL_-1206923082'), (u'COPY_-1206921832', u'COPY_-1206921835'), ('const-32', u'INT_RIGHT_-1206921364'), ('tmp_2080', u'BRANCH_-1206922500'), (u'COPY_-1206921675', u'MULTIEQUAL_-1206921675'), (u'COPY_-1206921146', u'CALL_-1206922861'), (u'LOAD_-1206923080', u'MULTIEQUAL_-1206921402'), (u'MULTIEQUAL_-1206921676', u'MULTIEQUAL_-1206921847'), (u'INT_EQUAL_-1206923872', u'CBRANCH_-1206923870'), ('const-0', u'INT_EQUAL_-1206923769'), (u'CALL_-1206923163', u'INDIRECT_-1206921584'), ('const-0', u'PTRSUB_-1206921332'), ('const--56', u'PTRSUB_-1206921766'), (u'COPY_-1206921792', u'PTRADD_-1206921713'), (u'CALL_-1206923250', u'INDIRECT_-1206921497'), ('const-433', u'LOAD_-1206923587'), ('const-433', u'LOAD_-1206923865'), ('const-5', u'CALL_-1206923059'), (u'LOAD_-1206923137', u'CALL_-1206923119'), (u'INDIRECT_-1206921426', u'MULTIEQUAL_-1206921750'), ('const-0', u'INT_EQUAL_-1206923061'), ('tmp_1316', u'CBRANCH_-1206923081'), ('const-8', u'PTRADD_-1206921616'), (u'INT_ADD_-1206923729', u'CAST_-1206921618'), (u'CALL_-1206923059', u'INDIRECT_-1206921404'), (u'CALL_-1206923244', u'INDIRECT_-1206921514'), (u'COPY_-1206921366', u'CALL_-1206923059'), (u'MULTIEQUAL_-1206921615', u'LOAD_-1206923102'), ('const-44', u'INT_ADD_-1206923545'), (u'PTRADD_-1206923644', u'LOAD_-1206923706'), (u'MULTIEQUAL_-1206921817', u'INT_AND_-1206923580'), (u'INT_ZEXT_-1206922428', u'MULTIEQUAL_-1206921410'), (u'MULTIEQUAL_-1206921409', u'COPY_-1206921675'), ('const-433', u'STORE_-1206923749'), ('tmp_1837', u'BRANCH_-1206922631'), ('const-44', u'INT_ADD_-1206923729'), (u'CALL_-1206923243', u'CALL_-1206923197'), (u'INT_RIGHT_-1206921364', u'SUBPIECE_-1206921387'), (u'CALL_-1206923163', u'INDIRECT_-1206921664'), (u'INDIRECT_-1206921343', u'MULTIEQUAL_-1206921675'), ('const-0', u'RETURN_-1206921619'), ('const-433', u'LOAD_-1206922776'), (u'CALL_-1206923301', u'INDIRECT_-1206921684'), (u'MULTIEQUAL_-1206921817', u'MULTIEQUAL_-1206921780'), (u'CAST_-1206921284', u'INT_ADD_-1206923262'), (u'INDIRECT_-1206921398', u'MULTIEQUAL_-1206921817'), (u'INT_SLESS_-1206922627', u'INT_ZEXT_-1206921506'), (u'CALL_-1206923059', u'CALL_-1206923035'), (u'MULTIEQUAL_-1206921677', u'MULTIEQUAL_-1206921817'), (u'MULTIEQUAL_-1206921675', u'MULTIEQUAL_-1206921408'), (u'COPY_-1206921441', u'MULTIEQUAL_-1206921405'), (u'INDIRECT_-1206921313', u'MULTIEQUAL_-1206921645'), ('const-0', u'INT_EQUAL_-1206923609'), (u'COPY_-1206921750', u'CAST_-1206921637'), (u'INT_NOTEQUAL_-1206922936', u'CBRANCH_-1206922934'), (u'MULTIEQUAL_-1206921676', u'COPY_-1206921624'), (u'MULTIEQUAL_-1206921498', u'INT_XOR_-1206922728'), ('const-1942752', u'PTRSUB_-1206921332'), (u'PTRADD_-1206923622', u'LOAD_-1206923648'), (u'MULTIEQUAL_-1206921847', u'MULTIEQUAL_-1206921810'), (u'CALL_-1206923527', u'INDIRECT_-1206921817'), (u'MULTIEQUAL_-1206921412', u'INT_EQUAL_-1206923309'), ('const-31', u'INT_RIGHT_-1206921542'), ('const-1355963', u'COPY_-1206921150'), (u'LOAD_-1206923561', u'INT_EQUAL_-1206923542'), (u'MULTIEQUAL_-1206921675', u'INT_NOTEQUAL_-1206923082'), ('tmp_667', u'BRANCH_-1206923147'), (u'COPY_-1206921444', u'MULTIEQUAL_-1206921406'), (u'LOAD_-1206923587', u'INT_EQUAL_-1206923568'), (u'PTRSUB_-1206921643', u'PTRADD_-1206923578'), ('const-1', u'PTRADD_-1206923241'), (u'INT_NOTEQUAL_-1206922545', u'INT_ZEXT_-1206921477'), (u'CALL_-1206923301', u'INDIRECT_-1206921770'), (u'CALL_-1206923119', u'INDIRECT_-1206921670'), (u'MULTIEQUAL_-1206922237', u'CAST_-1206921284'), (u'INT_EQUAL_-1206922508', u'INT_ZEXT_-1206921463'), ('const-433', u'LOAD_-1206923640'), (u'PTRADD_-1206921746', u'CAST_-1206921684'), (u'INDIRECT_-1206921449', u'MULTIEQUAL_-1206921551'), ('const-1355672', u'COPY_-1206921191'), ('tmp_5176', u'PTRSUB_-1206921766'), (u'CALL_-1206923277', u'INDIRECT_-1206921673'), (u'CALL_-1206923163', u'INDIRECT_-1206921724'), (u'INDIRECT_-1206921368', u'COPY_-1206921224'), (u'CALL_-1206923119', u'INDIRECT_-1206921640'), (u'MULTIEQUAL_-1206921645', u'COPY_-1206921630'), (u'PTRADD_-1206921512', u'CAST_-1206921455'), (u'CALL_-1206922861', u'INDIRECT_-1206921273'), (u'MULTIEQUAL_-1206921409', u'MULTIEQUAL_-1206922237'), (u'INT_ADD_-1206922707', u'CAST_-1206921135'), (u'INDIRECT_-1206921303', u'COPY_-1206921358'), ('const-433', u'LOAD_-1206923648'), ('const-0', u'PTRSUB_-1206921643'), (u'CALL_-1206923150', u'INDIRECT_-1206921486'), (u'INT_EQUAL_-1206923061', u'CBRANCH_-1206923059'), (u'INT_OR_-1206922703', u'STORE_-1206922721'), (u'INDIRECT_-1206921875', u'COPY_-1206921734'), ('const-0', u'INT_EQUAL_-1206923542'), ('const-433', u'LOAD_-1206923788'), (u'LOAD_-1206923764', u'INT_OR_-1206923737'), (u'MULTIEQUAL_-1206921675', u'COPY_-1206921631'), (u'CALL_-1206923035', u'INDIRECT_-1206921393'), (u'INDIRECT_-1206921584', u'MULTIEQUAL_-1206921565'), (u'MULTIEQUAL_-1206921410', u'PTRADD_-1206923644'), (u'STORE_-1206923801', u'INDIRECT_-1206921935'), (u'INDIRECT_-1206921577', u'MULTIEQUAL_-1206921551'), ('tmp_826', u'CBRANCH_-1206923228'), (u'PTRSUB_-1206921332', u'PTRADD_-1206922890'), (u'MULTIEQUAL_-1206921675', u'MULTIEQUAL_-1206922237'), ('const-44', u'INT_ADD_-1206923262'), (u'CALL_-1206923825', u'INDIRECT_-1206921959'), (u'CAST_-1206921136', u'INT_ADD_-1206922707'), (u'STORE_-1206922721', u'INDIRECT_-1206921398'), ('tmp_1395', u'CBRANCH_-1206922934'), (u'CALL_-1206923197', u'INDIRECT_-1206921628'), (u'CAST_-1206921637', u'INT_ADD_-1206923772'), (u'MULTIEQUAL_-1206921541', u'MULTIEQUAL_-1206921403'), ('const-433', u'LOAD_-1206923102'), (u'MULTIEQUAL_-1206921645', u'MULTIEQUAL_-1206921407'), (u'CAST_-1206921411', u'LOAD_-1206923137'), ('tmp_321', u'CBRANCH_-1206923687'), (u'INT_ADD_-1206923064', u'CAST_-1206921376'), (u'INT_RIGHT_-1206921542', u'MULTIEQUAL_-1206921498'), (u'PTRADD_-1206921689', u'CAST_-1206921623'), ('const-0', u'SUBPIECE_-1206921387'), ('const-0', u'INT_NOTEQUAL_-1206923690'), ('const-5', u'PTRADD_-1206921746'), (u'INT_NEGATE_-1206922729', u'INT_RIGHT_-1206921542'), (u'MULTIEQUAL_-1206921502', u'INT_SLESS_-1206922685'), (u'CALL_-1206923301', u'INDIRECT_-1206921740'), ('const-0', u'RETURN_-1206921612'), (u'MULTIEQUAL_-1206921565', u'COPY_-1206921427'), (u'CALL_-1206923243', u'INDIRECT_-1206921709'), (u'INDIRECT_-1206921521', u'MULTIEQUAL_-1206921502'), (u'LOAD_-1206923278', u'INT_EQUAL_-1206923259'), ('const-433', u'STORE_-1206923801'), (u'LOAD_-1206923210', u'CALL_-1206923197'), ('const-1355712', u'COPY_-1206921366'), ('const-1', u'PTRADD_-1206922890'), (u'PTRADD_-1206923241', u'COPY_-1206921435'), (u'INT_EQUAL_-1206923609', u'CBRANCH_-1206923607'), (u'LOAD_-1206923648', u'INT_ZEXT_-1206922383')]
| null | null |
0010cd70
|
x64
|
O2
|
(translation_unit "void FUN_0010cd70(undefined4 param_1)\n\n{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}\n\n" (function_definition "void FUN_0010cd70(undefined4 param_1)\n\n{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" primitive_type (function_declarator "FUN_0010cd70(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined1 auStack_38 [16];" type_identifier (array_declarator "auStack_38 [16]" identifier [ number_literal ]) ;) (declaration "long local_28;" (sized_type_specifier "long" long) identifier ;) (declaration "char local_20;" primitive_type identifier ;) (expression_statement "puVar2 = DAT_001e3330;" (assignment_expression "puVar2 = DAT_001e3330" identifier = identifier) ;) (if_statement "if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" if (parenthesized_expression "(DAT_001e3330 == (undefined8 *)0x0)" ( (binary_expression "DAT_001e3330 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }" { (expression_statement "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier = (call_expression "dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier (argument_list "(0,"\".elseif\" without matching \".if\"",5)" ( number_literal , (string_literal ""\".elseif\" without matching \".if\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (labeled_statement "LAB_0010cea2:\n bVar1 = *DAT_001e4780;" statement_identifier : (expression_statement "bVar1 = *DAT_001e4780;" (assignment_expression "bVar1 = *DAT_001e4780" identifier = (pointer_expression "*DAT_001e4780" * identifier)) ;)) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (if_statement "if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" if (parenthesized_expression "(DAT_001e3330 != (undefined8 *)0x0)" ( (binary_expression "DAT_001e3330 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" { (expression_statement "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);" (assignment_expression "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c)" identifier = (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" * (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" ( (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" identifier = identifier) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (goto_statement "goto joined_r0x0010cebd;" goto statement_identifier ;) })) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }" if (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" ( (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) (else_clause "else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" else (compound_statement "{\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" { (if_statement "if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" if (parenthesized_expression "(*(int *)(DAT_001e3330 + 5) != 0)" ( (binary_expression "*(int *)(DAT_001e3330 + 5) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 5)" * (cast_expression "(int *)(DAT_001e3330 + 5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 5)" ( (binary_expression "DAT_001e3330 + 5" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" { (expression_statement "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5)" identifier = (call_expression "dcgettext(0,"\".elseif\" after \".else\"",5)" identifier (argument_list "(0,"\".elseif\" after \".else\"",5)" ( number_literal , (string_literal ""\".elseif\" after \".else\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".else\"",5)" identifier = (call_expression "dcgettext(0,"here is the previous \".else\"",5)" identifier (argument_list "(0,"here is the previous \".else\"",5)" ( number_literal , (string_literal ""here is the previous \".else\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);" (call_expression "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" identifier (argument_list "(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" ( (subscript_expression "DAT_001e3330[2]" identifier [ number_literal ]) , (pointer_expression "*(undefined4 *)(DAT_001e3330 + 3)" * (cast_expression "(undefined4 *)(DAT_001e3330 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 3)" ( (binary_expression "DAT_001e3330 + 3" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".if\"",5)" identifier = (call_expression "dcgettext(0,"here is the previous \".if\"",5)" identifier (argument_list "(0,"here is the previous \".if\"",5)" ( number_literal , (string_literal ""here is the previous \".if\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);" (call_expression "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" identifier (argument_list "(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" ( (pointer_expression "*DAT_001e3330" * identifier) , (pointer_expression "*(undefined4 *)(DAT_001e3330 + 1)" * (cast_expression "(undefined4 *)(DAT_001e3330 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 1)" ( (binary_expression "DAT_001e3330 + 1" identifier + number_literal) )))) , identifier ))) ;) (goto_statement "goto LAB_0010cea2;" goto statement_identifier ;) })) (expression_statement "uVar5 = FUN_00118700(DAT_001e3330 + 3);" (assignment_expression "uVar5 = FUN_00118700(DAT_001e3330 + 3)" identifier = (call_expression "FUN_00118700(DAT_001e3330 + 3)" identifier (argument_list "(DAT_001e3330 + 3)" ( (binary_expression "DAT_001e3330 + 3" identifier + number_literal) )))) ;) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (expression_statement "puVar2[2] = uVar5;" (assignment_expression "puVar2[2] = uVar5" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" identifier = identifier) ;) (expression_statement "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);" (assignment_expression "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" identifier = (binary_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" (call_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)((long)puVar8 + 0x2c) == 0)" ( (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" * (cast_expression "(int *)((long)puVar8 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) | (pointer_expression "*(uint *)(puVar8 + 6)" * (cast_expression "(uint *)(puVar8 + 6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 6)" ( (binary_expression "puVar8 + 6" identifier + number_literal) )))))) ;) (expression_statement "*(uint *)(puVar8 + 6) = uVar6;" (assignment_expression "*(uint *)(puVar8 + 6) = uVar6" (pointer_expression "*(uint *)(puVar8 + 6)" * (cast_expression "(uint *)(puVar8 + 6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 6)" ( (binary_expression "puVar8 + 6" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)((long)puVar8 + 0x2c) = uVar6;" (assignment_expression "*(uint *)((long)puVar8 + 0x2c) = uVar6" (pointer_expression "*(uint *)((long)puVar8 + 0x2c)" * (cast_expression "(uint *)((long)puVar8 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (labeled_statement "joined_r0x0010cebd:\n DAT_001e4780 = pbVar4;" statement_identifier : (expression_statement "DAT_001e4780 = pbVar4;" (assignment_expression "DAT_001e4780 = pbVar4" identifier = identifier) ;)) (if_statement "if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" if (parenthesized_expression "(uVar6 == 0)" ( (binary_expression "uVar6 == 0" identifier == number_literal) )) (compound_statement "{\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" { (if_statement "if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }" if (parenthesized_expression "(bVar1 == 0x20)" ( (binary_expression "bVar1 == 0x20" identifier == number_literal) )) (compound_statement "{\n pbVar3 = DAT_001e4780 + 1;\n }" { (expression_statement "pbVar3 = DAT_001e4780 + 1;" (assignment_expression "pbVar3 = DAT_001e4780 + 1" identifier = (binary_expression "DAT_001e4780 + 1" identifier + number_literal)) ;) })) (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" identifier = identifier) ;) (expression_statement "FUN_00114ae0(0,auStack_38,0);" (call_expression "FUN_00114ae0(0,auStack_38,0)" identifier (argument_list "(0,auStack_38,0)" ( number_literal , identifier , number_literal ))) ;) (if_statement "if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" if (parenthesized_expression "(local_20 != '\x02')" ( (binary_expression "local_20 != '\x02'" identifier != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" { (expression_statement "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);" (assignment_expression "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier = (call_expression "dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier (argument_list "(0,"non-constant expression in \".elseif\" statement",5)" ( number_literal , (string_literal ""non-constant expression in \".elseif\" statement"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) })) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (expression_statement "uVar6 = (uint)((ulong)local_28 >> 0x20);" (assignment_expression "uVar6 = (uint)((ulong)local_28 >> 0x20)" identifier = (call_expression "(uint)((ulong)local_28 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulong)local_28 >> 0x20)" ( (binary_expression "(ulong)local_28 >> 0x20" (cast_expression "(ulong)local_28" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) )))) ;) (switch_statement "switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" { (case_statement "case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 == 0);" (assignment_expression "uVar6 = (uint)(local_28 == 0)" identifier = (call_expression "(uint)(local_28 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 == 0)" ( (binary_expression "local_28 == 0" identifier == number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 != 0);" (assignment_expression "uVar6 = (uint)(local_28 != 0)" identifier = (call_expression "(uint)(local_28 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 != 0)" ( (binary_expression "local_28 != 0" identifier != number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = uVar6 >> 0x1f;" (assignment_expression "uVar6 = uVar6 >> 0x1f" identifier = (binary_expression "uVar6 >> 0x1f" identifier >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 < 1);" (assignment_expression "uVar6 = (uint)(local_28 < 1)" identifier = (call_expression "(uint)(local_28 < 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 < 1)" ( (binary_expression "local_28 < 1" identifier < number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = ~uVar6 >> 0x1f;" (assignment_expression "uVar6 = ~uVar6 >> 0x1f" identifier = (binary_expression "~uVar6 >> 0x1f" (unary_expression "~uVar6" ~ identifier) >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(0 < local_28);" (assignment_expression "uVar6 = (uint)(0 < local_28)" identifier = (call_expression "(uint)(0 < local_28)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0 < local_28)" ( (binary_expression "0 < local_28" number_literal < identifier) )))) ;) (break_statement "break;" break ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" default : comment (expression_statement "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" (call_expression "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif")" identifier (argument_list "("../../gas/cond.c",0x168,"s_elseif")" ( (string_literal ""../../gas/cond.c"" " string_content ") , number_literal , (string_literal ""s_elseif"" " string_content ") ))) ;)) })) (expression_statement "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;" (assignment_expression "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" * (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" ( (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (call_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(DAT_001e3330 + 6) != 0)" ( (binary_expression "*(int *)(DAT_001e3330 + 6) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 6)" * (cast_expression "(int *)(DAT_001e3330 + 6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 6)" ( (binary_expression "DAT_001e3330 + 6" identifier + number_literal) )))) != number_literal) ))) | (binary_expression "uVar6 ^ 1" identifier ^ number_literal))) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;) })) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;" if (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" ( (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;)) }))) (do_statement "do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');" do (compound_statement "{\n DAT_001e4780 = DAT_001e4780 + 1;\n }" { (expression_statement "DAT_001e4780 = DAT_001e4780 + 1;" (assignment_expression "DAT_001e4780 = DAT_001e4780 + 1" identifier = (binary_expression "DAT_001e4780 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((&DAT_001da4e0)[*DAT_001e4780] == '\0')" ( (binary_expression "(&DAT_001da4e0)[*DAT_001e4780] == '\0'" (subscript_expression "(&DAT_001da4e0)[*DAT_001e4780]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ (pointer_expression "*DAT_001e4780" * identifier) ]) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (if_statement "if (puVar8 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar8 == (undefined8 *)0x0)" ( (binary_expression "puVar8 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010cdfc:\n DAT_001e4780 = pbVar3;" statement_identifier : (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" identifier = identifier) ;)) (if_statement "if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" if (parenthesized_expression "((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))" ( (binary_expression "(((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" (parenthesized_expression "(((byte)DAT_001e458c & 0x20) != 0)" ( (binary_expression "((byte)DAT_001e458c & 0x20) != 0" (parenthesized_expression "((byte)DAT_001e458c & 0x20)" ( (binary_expression "(byte)DAT_001e458c & 0x20" (cast_expression "(byte)DAT_001e458c" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" ( (parenthesized_expression "(puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))" ( (binary_expression "puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)" (binary_expression "puVar8[4] == 0" (subscript_expression "puVar8[4]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "(*(int *)(puVar8[4] + 0x2c) == 0)" ( (binary_expression "*(int *)(puVar8[4] + 0x2c) == 0" (pointer_expression "*(int *)(puVar8[4] + 0x2c)" * (cast_expression "(int *)(puVar8[4] + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8[4] + 0x2c)" ( (binary_expression "puVar8[4] + 0x2c" (subscript_expression "puVar8[4]" identifier [ number_literal ]) + number_literal) )))) == number_literal) ))) )) ))) )) (compound_statement "{\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" { (if_statement "if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }" if (parenthesized_expression "(*(int *)((long)puVar8 + 0x2c) == 0)" ( (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" * (cast_expression "(int *)((long)puVar8 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_0011a860(1);\n }" { (expression_statement "FUN_0011a860(1);" (call_expression "FUN_0011a860(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n FUN_0011a860(2);\n }" else (compound_statement "{\n FUN_0011a860(2);\n }" { (expression_statement "FUN_0011a860(2);" (call_expression "FUN_0011a860(2)" identifier (argument_list "(2)" ( number_literal ))) ;) }))) })) (expression_statement "FUN_0011ffa0();" (call_expression "FUN_0011ffa0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void s_elseif(int arg)\n\n{\n byte bVar1;\n conditional_frame *pcVar2;\n byte *pbVar3;\n byte *pbVar4;\n char *pcVar5;\n uint uVar6;\n ulong uVar7;\n conditional_frame *pcVar8;\n expressionS operand;\n \n pcVar2 = current_cframe;\n if (current_cframe == (conditional_frame *)0x0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);\n as_bad(pcVar5);\nLAB_0010cea2:\n bVar1 = *input_line_pointer;\n uVar7 = (ulong)bVar1;\n pcVar8 = current_cframe;\n if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }\n if (is_end_of_line[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n input_line_pointer = (char *)((byte *)input_line_pointer + 1);\n } while (is_end_of_line[(byte)*input_line_pointer] == '\0');\n pbVar3 = (byte *)input_line_pointer;\n if (pcVar8 == (conditional_frame *)0x0) {\n return;\n }\nLAB_0010cdfc:\n input_line_pointer = (char *)pbVar3;\n if ((((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))) {\n if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }\n }\n demand_empty_rest_of_line();\n return;\n}\n\n" (function_definition "void s_elseif(int arg)\n\n{\n byte bVar1;\n conditional_frame *pcVar2;\n byte *pbVar3;\n byte *pbVar4;\n char *pcVar5;\n uint uVar6;\n ulong uVar7;\n conditional_frame *pcVar8;\n expressionS operand;\n \n pcVar2 = current_cframe;\n if (current_cframe == (conditional_frame *)0x0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);\n as_bad(pcVar5);\nLAB_0010cea2:\n bVar1 = *input_line_pointer;\n uVar7 = (ulong)bVar1;\n pcVar8 = current_cframe;\n if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }\n if (is_end_of_line[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n input_line_pointer = (char *)((byte *)input_line_pointer + 1);\n } while (is_end_of_line[(byte)*input_line_pointer] == '\0');\n pbVar3 = (byte *)input_line_pointer;\n if (pcVar8 == (conditional_frame *)0x0) {\n return;\n }\nLAB_0010cdfc:\n input_line_pointer = (char *)pbVar3;\n if ((((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))) {\n if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }\n }\n demand_empty_rest_of_line();\n return;\n}" primitive_type (function_declarator "s_elseif(int arg)" identifier (parameter_list "(int arg)" ( (parameter_declaration "int arg" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n conditional_frame *pcVar2;\n byte *pbVar3;\n byte *pbVar4;\n char *pcVar5;\n uint uVar6;\n ulong uVar7;\n conditional_frame *pcVar8;\n expressionS operand;\n \n pcVar2 = current_cframe;\n if (current_cframe == (conditional_frame *)0x0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);\n as_bad(pcVar5);\nLAB_0010cea2:\n bVar1 = *input_line_pointer;\n uVar7 = (ulong)bVar1;\n pcVar8 = current_cframe;\n if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }\n if (is_end_of_line[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n input_line_pointer = (char *)((byte *)input_line_pointer + 1);\n } while (is_end_of_line[(byte)*input_line_pointer] == '\0');\n pbVar3 = (byte *)input_line_pointer;\n if (pcVar8 == (conditional_frame *)0x0) {\n return;\n }\nLAB_0010cdfc:\n input_line_pointer = (char *)pbVar3;\n if ((((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))) {\n if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }\n }\n demand_empty_rest_of_line();\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "conditional_frame *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "conditional_frame *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "expressionS operand;" type_identifier identifier ;) (expression_statement "pcVar2 = current_cframe;" (assignment_expression "pcVar2 = current_cframe" identifier = identifier) ;) (if_statement "if (current_cframe == (conditional_frame *)0x0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);\n as_bad(pcVar5);\nLAB_0010cea2:\n bVar1 = *input_line_pointer;\n uVar7 = (ulong)bVar1;\n pcVar8 = current_cframe;\n if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }\n if (is_end_of_line[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }" if (parenthesized_expression "(current_cframe == (conditional_frame *)0x0)" ( (binary_expression "current_cframe == (conditional_frame *)0x0" identifier == (cast_expression "(conditional_frame *)0x0" ( (type_descriptor "conditional_frame *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);\n as_bad(pcVar5);\nLAB_0010cea2:\n bVar1 = *input_line_pointer;\n uVar7 = (ulong)bVar1;\n pcVar8 = current_cframe;\n if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }\n if (is_end_of_line[uVar7] != '\0') {\n return;\n }\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier = (cast_expression "(char *)dcgettext(0,"\".elseif\" without matching \".if\"",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier (argument_list "(0,"\".elseif\" without matching \".if\"",5)" ( number_literal , (string_literal ""\".elseif\" without matching \".if\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar5);" (call_expression "as_bad(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) (labeled_statement "LAB_0010cea2:\n bVar1 = *input_line_pointer;" statement_identifier : (expression_statement "bVar1 = *input_line_pointer;" (assignment_expression "bVar1 = *input_line_pointer" identifier = (pointer_expression "*input_line_pointer" * identifier)) ;)) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "pcVar8 = current_cframe;" (assignment_expression "pcVar8 = current_cframe" identifier = identifier) ;) (if_statement "if (current_cframe != (conditional_frame *)0x0) {\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }" if (parenthesized_expression "(current_cframe != (conditional_frame *)0x0)" ( (binary_expression "current_cframe != (conditional_frame *)0x0" identifier != (cast_expression "(conditional_frame *)0x0" ( (type_descriptor "conditional_frame *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = current_cframe->ignoring;\n pbVar4 = (byte *)input_line_pointer;\n pbVar3 = (byte *)input_line_pointer;\n goto joined_r0x0010cebd;\n }" { (expression_statement "uVar6 = current_cframe->ignoring;" (assignment_expression "uVar6 = current_cframe->ignoring" identifier = (field_expression "current_cframe->ignoring" identifier -> field_identifier)) ;) (expression_statement "pbVar4 = (byte *)input_line_pointer;" (assignment_expression "pbVar4 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)input_line_pointer;" (assignment_expression "pbVar3 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (goto_statement "goto joined_r0x0010cebd;" goto statement_identifier ;) })) (if_statement "if (is_end_of_line[uVar7] != '\0') {\n return;\n }" if (parenthesized_expression "(is_end_of_line[uVar7] != '\0')" ( (binary_expression "is_end_of_line[uVar7] != '\0'" (subscript_expression "is_end_of_line[uVar7]" identifier [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) (else_clause "else {\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }" else (compound_statement "{\n if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }\n pcVar5 = as_where(&(current_cframe->else_file_line).line);\n pcVar8 = current_cframe;\n (pcVar2->else_file_line).file = pcVar5;\n pbVar4 = (byte *)input_line_pointer;\n uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;\n pcVar8->dead_tree = uVar6;\n pcVar8->ignoring = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = (byte *)input_line_pointer;\njoined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }\n if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;\n }" { (if_statement "if (current_cframe->else_seen != 0) {\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }" if (parenthesized_expression "(current_cframe->else_seen != 0)" ( (binary_expression "current_cframe->else_seen != 0" (field_expression "current_cframe->else_seen" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);\n as_bad(pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);\n as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);\n pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);\n as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);\n goto LAB_0010cea2;\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"\".elseif\" after \".else\"",5)" identifier = (cast_expression "(char *)dcgettext(0,"\".elseif\" after \".else\"",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\".elseif\" after \".else\"",5)" identifier (argument_list "(0,"\".elseif\" after \".else\"",5)" ( number_literal , (string_literal ""\".elseif\" after \".else\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar5);" (call_expression "as_bad(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) (expression_statement "pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"here is the previous \".else\"",5)" identifier = (cast_expression "(char *)dcgettext(0,"here is the previous \".else\"",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"here is the previous \".else\"",5)" identifier (argument_list "(0,"here is the previous \".else\"",5)" ( number_literal , (string_literal ""here is the previous \".else\""" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5);" (call_expression "as_bad_where((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5)" identifier (argument_list "((current_cframe->else_file_line).file,(current_cframe->else_file_line).line,\n pcVar5)" ( (field_expression "(current_cframe->else_file_line).file" (parenthesized_expression "(current_cframe->else_file_line)" ( (field_expression "current_cframe->else_file_line" identifier -> field_identifier) )) . field_identifier) , (field_expression "(current_cframe->else_file_line).line" (parenthesized_expression "(current_cframe->else_file_line)" ( (field_expression "current_cframe->else_file_line" identifier -> field_identifier) )) . field_identifier) , identifier ))) ;) (expression_statement "pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"here is the previous \".if\"",5)" identifier = (cast_expression "(char *)dcgettext(0,"here is the previous \".if\"",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"here is the previous \".if\"",5)" identifier (argument_list "(0,"here is the previous \".if\"",5)" ( number_literal , (string_literal ""here is the previous \".if\""" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5);" (call_expression "as_bad_where((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5)" identifier (argument_list "((current_cframe->if_file_line).file,(current_cframe->if_file_line).line,pcVar5)" ( (field_expression "(current_cframe->if_file_line).file" (parenthesized_expression "(current_cframe->if_file_line)" ( (field_expression "current_cframe->if_file_line" identifier -> field_identifier) )) . field_identifier) , (field_expression "(current_cframe->if_file_line).line" (parenthesized_expression "(current_cframe->if_file_line)" ( (field_expression "current_cframe->if_file_line" identifier -> field_identifier) )) . field_identifier) , identifier ))) ;) (goto_statement "goto LAB_0010cea2;" goto statement_identifier ;) })) (expression_statement "pcVar5 = as_where(&(current_cframe->else_file_line).line);" (assignment_expression "pcVar5 = as_where(&(current_cframe->else_file_line).line)" identifier = (call_expression "as_where(&(current_cframe->else_file_line).line)" identifier (argument_list "(&(current_cframe->else_file_line).line)" ( (pointer_expression "&(current_cframe->else_file_line).line" & (field_expression "(current_cframe->else_file_line).line" (parenthesized_expression "(current_cframe->else_file_line)" ( (field_expression "current_cframe->else_file_line" identifier -> field_identifier) )) . field_identifier)) )))) ;) (expression_statement "pcVar8 = current_cframe;" (assignment_expression "pcVar8 = current_cframe" identifier = identifier) ;) (expression_statement "(pcVar2->else_file_line).file = pcVar5;" (assignment_expression "(pcVar2->else_file_line).file = pcVar5" (field_expression "(pcVar2->else_file_line).file" (parenthesized_expression "(pcVar2->else_file_line)" ( (field_expression "pcVar2->else_file_line" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "pbVar4 = (byte *)input_line_pointer;" (assignment_expression "pbVar4 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree;" (assignment_expression "uVar6 = (uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree" identifier = (binary_expression "(uint)(pcVar8->ignoring == 0) | pcVar8->dead_tree" (call_expression "(uint)(pcVar8->ignoring == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pcVar8->ignoring == 0)" ( (binary_expression "pcVar8->ignoring == 0" (field_expression "pcVar8->ignoring" identifier -> field_identifier) == number_literal) ))) | (field_expression "pcVar8->dead_tree" identifier -> field_identifier))) ;) (expression_statement "pcVar8->dead_tree = uVar6;" (assignment_expression "pcVar8->dead_tree = uVar6" (field_expression "pcVar8->dead_tree" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar8->ignoring = uVar6;" (assignment_expression "pcVar8->ignoring = uVar6" (field_expression "pcVar8->ignoring" identifier -> field_identifier) = identifier) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "pbVar3 = (byte *)input_line_pointer;" (assignment_expression "pbVar3 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (labeled_statement "joined_r0x0010cebd:\n input_line_pointer = (char *)pbVar4;" statement_identifier : (expression_statement "input_line_pointer = (char *)pbVar4;" (assignment_expression "input_line_pointer = (char *)pbVar4" identifier = (cast_expression "(char *)pbVar4" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (if_statement "if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }" if (parenthesized_expression "(uVar6 == 0)" ( (binary_expression "uVar6 == 0" identifier == number_literal) )) (compound_statement "{\n if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }\n input_line_pointer = (char *)pbVar3;\n expr(0,&operand,expr_evaluate);\n if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }\n pcVar8 = current_cframe;\n uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);\n switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }\n current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;\n pbVar3 = (byte *)input_line_pointer;\n goto LAB_0010cdfc;\n }" { (if_statement "if (bVar1 == 0x20) {\n pbVar3 = (byte *)input_line_pointer + 1;\n }" if (parenthesized_expression "(bVar1 == 0x20)" ( (binary_expression "bVar1 == 0x20" identifier == number_literal) )) (compound_statement "{\n pbVar3 = (byte *)input_line_pointer + 1;\n }" { (expression_statement "pbVar3 = (byte *)input_line_pointer + 1;" (assignment_expression "pbVar3 = (byte *)input_line_pointer + 1" identifier = (binary_expression "(byte *)input_line_pointer + 1" (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) + number_literal)) ;) })) (expression_statement "input_line_pointer = (char *)pbVar3;" (assignment_expression "input_line_pointer = (char *)pbVar3" identifier = (cast_expression "(char *)pbVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "expr(0,&operand,expr_evaluate);" (call_expression "expr(0,&operand,expr_evaluate)" identifier (argument_list "(0,&operand,expr_evaluate)" ( number_literal , (pointer_expression "&operand" & identifier) , identifier ))) ;) (if_statement "if (operand._24_1_ != '\x02') {\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }" if (parenthesized_expression "(operand._24_1_ != '\x02')" ( (binary_expression "operand._24_1_ != '\x02'" (field_expression "operand._24_1_" identifier . field_identifier) != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n as_bad(pcVar5);\n }" { (expression_statement "pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5);" (assignment_expression "pcVar5 = (char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier = (cast_expression "(char *)dcgettext(0,"non-constant expression in \".elseif\" statement",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier (argument_list "(0,"non-constant expression in \".elseif\" statement",5)" ( number_literal , (string_literal ""non-constant expression in \".elseif\" statement"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal ))))) ;) (expression_statement "as_bad(pcVar5);" (call_expression "as_bad(pcVar5)" identifier (argument_list "(pcVar5)" ( identifier ))) ;) })) (expression_statement "pcVar8 = current_cframe;" (assignment_expression "pcVar8 = current_cframe" identifier = identifier) ;) (expression_statement "uVar6 = (uint)((ulong)operand.X_add_number >> 0x20);" (assignment_expression "uVar6 = (uint)((ulong)operand.X_add_number >> 0x20)" identifier = (call_expression "(uint)((ulong)operand.X_add_number >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulong)operand.X_add_number >> 0x20)" ( (binary_expression "(ulong)operand.X_add_number >> 0x20" (cast_expression "(ulong)operand.X_add_number" ( (type_descriptor "ulong" type_identifier) ) (field_expression "operand.X_add_number" identifier . field_identifier)) >> number_literal) )))) ;) (switch_statement "switch(arg) {\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }" switch (parenthesized_expression "(arg)" ( identifier )) (compound_statement "{\n case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;\n case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;\n default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");\n }" { (case_statement "case 0x15:\n uVar6 = (uint)(operand.X_add_number == 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(operand.X_add_number == 0);" (assignment_expression "uVar6 = (uint)(operand.X_add_number == 0)" identifier = (call_expression "(uint)(operand.X_add_number == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(operand.X_add_number == 0)" ( (binary_expression "operand.X_add_number == 0" (field_expression "operand.X_add_number" identifier . field_identifier) == number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x16:\n uVar6 = (uint)(operand.X_add_number != 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(operand.X_add_number != 0);" (assignment_expression "uVar6 = (uint)(operand.X_add_number != 0)" identifier = (call_expression "(uint)(operand.X_add_number != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(operand.X_add_number != 0)" ( (binary_expression "operand.X_add_number != 0" (field_expression "operand.X_add_number" identifier . field_identifier) != number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = uVar6 >> 0x1f;" (assignment_expression "uVar6 = uVar6 >> 0x1f" identifier = (binary_expression "uVar6 >> 0x1f" identifier >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x18:\n uVar6 = (uint)(operand.X_add_number < 1);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(operand.X_add_number < 1);" (assignment_expression "uVar6 = (uint)(operand.X_add_number < 1)" identifier = (call_expression "(uint)(operand.X_add_number < 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(operand.X_add_number < 1)" ( (binary_expression "operand.X_add_number < 1" (field_expression "operand.X_add_number" identifier . field_identifier) < number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = ~uVar6 >> 0x1f;" (assignment_expression "uVar6 = ~uVar6 >> 0x1f" identifier = (binary_expression "~uVar6 >> 0x1f" (unary_expression "~uVar6" ~ identifier) >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x1a:\n uVar6 = (uint)(0 < operand.X_add_number);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(0 < operand.X_add_number);" (assignment_expression "uVar6 = (uint)(0 < operand.X_add_number)" identifier = (call_expression "(uint)(0 < operand.X_add_number)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0 < operand.X_add_number)" ( (binary_expression "0 < operand.X_add_number" number_literal < (field_expression "operand.X_add_number" identifier . field_identifier)) )))) ;) (break_statement "break;" break ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/cond.c",0x168,"s_elseif");" default : comment (expression_statement "as_abort("../../gas/cond.c",0x168,"s_elseif");" (call_expression "as_abort("../../gas/cond.c",0x168,"s_elseif")" identifier (argument_list "("../../gas/cond.c",0x168,"s_elseif")" ( (string_literal ""../../gas/cond.c"" " string_content ") , number_literal , (string_literal ""s_elseif"" " string_content ") ))) ;)) })) (expression_statement "current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1;" (assignment_expression "current_cframe->ignoring = (uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1" (field_expression "current_cframe->ignoring" identifier -> field_identifier) = (binary_expression "(uint)(current_cframe->dead_tree != 0) | uVar6 ^ 1" (call_expression "(uint)(current_cframe->dead_tree != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(current_cframe->dead_tree != 0)" ( (binary_expression "current_cframe->dead_tree != 0" (field_expression "current_cframe->dead_tree" identifier -> field_identifier) != number_literal) ))) | (binary_expression "uVar6 ^ 1" identifier ^ number_literal))) ;) (expression_statement "pbVar3 = (byte *)input_line_pointer;" (assignment_expression "pbVar3 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;) })) (if_statement "if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;" if (parenthesized_expression "(is_end_of_line[uVar7] != '\0')" ( (binary_expression "is_end_of_line[uVar7] != '\0'" (subscript_expression "is_end_of_line[uVar7]" identifier [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;)) }))) (do_statement "do {\n input_line_pointer = (char *)((byte *)input_line_pointer + 1);\n } while (is_end_of_line[(byte)*input_line_pointer] == '\0');" do (compound_statement "{\n input_line_pointer = (char *)((byte *)input_line_pointer + 1);\n }" { (expression_statement "input_line_pointer = (char *)((byte *)input_line_pointer + 1);" (assignment_expression "input_line_pointer = (char *)((byte *)input_line_pointer + 1)" identifier = (cast_expression "(char *)((byte *)input_line_pointer + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((byte *)input_line_pointer + 1)" ( (binary_expression "(byte *)input_line_pointer + 1" (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(is_end_of_line[(byte)*input_line_pointer] == '\0')" ( (binary_expression "is_end_of_line[(byte)*input_line_pointer] == '\0'" (subscript_expression "is_end_of_line[(byte)*input_line_pointer]" identifier [ (binary_expression "(byte)*input_line_pointer" (parenthesized_expression "(byte)" ( identifier )) * identifier) ]) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "pbVar3 = (byte *)input_line_pointer;" (assignment_expression "pbVar3 = (byte *)input_line_pointer" identifier = (cast_expression "(byte *)input_line_pointer" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (pcVar8 == (conditional_frame *)0x0) {\n return;\n }" if (parenthesized_expression "(pcVar8 == (conditional_frame *)0x0)" ( (binary_expression "pcVar8 == (conditional_frame *)0x0" identifier == (cast_expression "(conditional_frame *)0x0" ( (type_descriptor "conditional_frame *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010cdfc:\n input_line_pointer = (char *)pbVar3;" statement_identifier : (expression_statement "input_line_pointer = (char *)pbVar3;" (assignment_expression "input_line_pointer = (char *)pbVar3" identifier = (cast_expression "(char *)pbVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;)) (if_statement "if ((((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))) {\n if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }\n }" if (parenthesized_expression "((((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0))))" ( (binary_expression "(((byte)listing & 0x20) != 0) &&\n ((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))" (parenthesized_expression "(((byte)listing & 0x20) != 0)" ( (binary_expression "((byte)listing & 0x20) != 0" (parenthesized_expression "((byte)listing & 0x20)" ( (binary_expression "(byte)listing & 0x20" (cast_expression "(byte)listing" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "((pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)))" ( (parenthesized_expression "(pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0))" ( (binary_expression "pcVar8->previous_cframe == (conditional_frame *)0x0 ||\n (pcVar8->previous_cframe->ignoring == 0)" (binary_expression "pcVar8->previous_cframe == (conditional_frame *)0x0" (field_expression "pcVar8->previous_cframe" identifier -> field_identifier) == (cast_expression "(conditional_frame *)0x0" ( (type_descriptor "conditional_frame *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "(pcVar8->previous_cframe->ignoring == 0)" ( (binary_expression "pcVar8->previous_cframe->ignoring == 0" (field_expression "pcVar8->previous_cframe->ignoring" (field_expression "pcVar8->previous_cframe" identifier -> field_identifier) -> field_identifier) == number_literal) ))) )) ))) )) (compound_statement "{\n if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }\n }" { (if_statement "if (pcVar8->ignoring == 0) {\n listing_list(1);\n }\n else {\n listing_list(2);\n }" if (parenthesized_expression "(pcVar8->ignoring == 0)" ( (binary_expression "pcVar8->ignoring == 0" (field_expression "pcVar8->ignoring" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n listing_list(1);\n }" { (expression_statement "listing_list(1);" (call_expression "listing_list(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n listing_list(2);\n }" else (compound_statement "{\n listing_list(2);\n }" { (expression_statement "listing_list(2);" (call_expression "listing_list(2)" identifier (argument_list "(2)" ( number_literal ))) ;) }))) })) (expression_statement "demand_empty_rest_of_line();" (call_expression "demand_empty_rest_of_line()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0010cd70(undefined4 param_1)\n\n{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}\n\n" (function_definition "void FUN_0010cd70(undefined4 param_1)\n\n{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" primitive_type (function_declarator "FUN_0010cd70(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined1 auStack_38 [16];" type_identifier (array_declarator "auStack_38 [16]" identifier [ number_literal ]) ;) (declaration "long local_28;" (sized_type_specifier "long" long) identifier ;) (declaration "char local_20;" primitive_type identifier ;) (expression_statement "puVar2 = DAT_001e3330;" (assignment_expression "puVar2 = DAT_001e3330" identifier = identifier) ;) (if_statement "if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" if (parenthesized_expression "(DAT_001e3330 == (undefined8 *)0x0)" ( (binary_expression "DAT_001e3330 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }" { (expression_statement "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier = (call_expression "dcgettext(0,"\".elseif\" without matching \".if\"",5)" identifier (argument_list "(0,"\".elseif\" without matching \".if\"",5)" ( number_literal , (string_literal ""\".elseif\" without matching \".if\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (labeled_statement "LAB_0010cea2:\n bVar1 = *DAT_001e4780;" statement_identifier : (expression_statement "bVar1 = *DAT_001e4780;" (assignment_expression "bVar1 = *DAT_001e4780" identifier = (pointer_expression "*DAT_001e4780" * identifier)) ;)) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (if_statement "if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" if (parenthesized_expression "(DAT_001e3330 != (undefined8 *)0x0)" ( (binary_expression "DAT_001e3330 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" { (expression_statement "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);" (assignment_expression "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c)" identifier = (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" * (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" ( (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" identifier = identifier) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (goto_statement "goto joined_r0x0010cebd;" goto statement_identifier ;) })) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }" if (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" ( (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) (else_clause "else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" else (compound_statement "{\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" { (if_statement "if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" if (parenthesized_expression "(*(int *)(DAT_001e3330 + 5) != 0)" ( (binary_expression "*(int *)(DAT_001e3330 + 5) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 5)" * (cast_expression "(int *)(DAT_001e3330 + 5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 5)" ( (binary_expression "DAT_001e3330 + 5" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" { (expression_statement "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5)" identifier = (call_expression "dcgettext(0,"\".elseif\" after \".else\"",5)" identifier (argument_list "(0,"\".elseif\" after \".else\"",5)" ( number_literal , (string_literal ""\".elseif\" after \".else\""" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".else\"",5)" identifier = (call_expression "dcgettext(0,"here is the previous \".else\"",5)" identifier (argument_list "(0,"here is the previous \".else\"",5)" ( number_literal , (string_literal ""here is the previous \".else\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);" (call_expression "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" identifier (argument_list "(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" ( (subscript_expression "DAT_001e3330[2]" identifier [ number_literal ]) , (pointer_expression "*(undefined4 *)(DAT_001e3330 + 3)" * (cast_expression "(undefined4 *)(DAT_001e3330 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 3)" ( (binary_expression "DAT_001e3330 + 3" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".if\"",5)" identifier = (call_expression "dcgettext(0,"here is the previous \".if\"",5)" identifier (argument_list "(0,"here is the previous \".if\"",5)" ( number_literal , (string_literal ""here is the previous \".if\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);" (call_expression "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" identifier (argument_list "(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" ( (pointer_expression "*DAT_001e3330" * identifier) , (pointer_expression "*(undefined4 *)(DAT_001e3330 + 1)" * (cast_expression "(undefined4 *)(DAT_001e3330 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 1)" ( (binary_expression "DAT_001e3330 + 1" identifier + number_literal) )))) , identifier ))) ;) (goto_statement "goto LAB_0010cea2;" goto statement_identifier ;) })) (expression_statement "uVar5 = FUN_00118700(DAT_001e3330 + 3);" (assignment_expression "uVar5 = FUN_00118700(DAT_001e3330 + 3)" identifier = (call_expression "FUN_00118700(DAT_001e3330 + 3)" identifier (argument_list "(DAT_001e3330 + 3)" ( (binary_expression "DAT_001e3330 + 3" identifier + number_literal) )))) ;) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (expression_statement "puVar2[2] = uVar5;" (assignment_expression "puVar2[2] = uVar5" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" identifier = identifier) ;) (expression_statement "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);" (assignment_expression "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" identifier = (binary_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" (call_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)((long)puVar8 + 0x2c) == 0)" ( (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" * (cast_expression "(int *)((long)puVar8 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) | (pointer_expression "*(uint *)(puVar8 + 6)" * (cast_expression "(uint *)(puVar8 + 6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 6)" ( (binary_expression "puVar8 + 6" identifier + number_literal) )))))) ;) (expression_statement "*(uint *)(puVar8 + 6) = uVar6;" (assignment_expression "*(uint *)(puVar8 + 6) = uVar6" (pointer_expression "*(uint *)(puVar8 + 6)" * (cast_expression "(uint *)(puVar8 + 6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 6)" ( (binary_expression "puVar8 + 6" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)((long)puVar8 + 0x2c) = uVar6;" (assignment_expression "*(uint *)((long)puVar8 + 0x2c) = uVar6" (pointer_expression "*(uint *)((long)puVar8 + 0x2c)" * (cast_expression "(uint *)((long)puVar8 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" identifier = (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (labeled_statement "joined_r0x0010cebd:\n DAT_001e4780 = pbVar4;" statement_identifier : (expression_statement "DAT_001e4780 = pbVar4;" (assignment_expression "DAT_001e4780 = pbVar4" identifier = identifier) ;)) (if_statement "if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" if (parenthesized_expression "(uVar6 == 0)" ( (binary_expression "uVar6 == 0" identifier == number_literal) )) (compound_statement "{\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" { (if_statement "if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }" if (parenthesized_expression "(bVar1 == 0x20)" ( (binary_expression "bVar1 == 0x20" identifier == number_literal) )) (compound_statement "{\n pbVar3 = DAT_001e4780 + 1;\n }" { (expression_statement "pbVar3 = DAT_001e4780 + 1;" (assignment_expression "pbVar3 = DAT_001e4780 + 1" identifier = (binary_expression "DAT_001e4780 + 1" identifier + number_literal)) ;) })) (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" identifier = identifier) ;) (expression_statement "FUN_00114ae0(0,auStack_38,0);" (call_expression "FUN_00114ae0(0,auStack_38,0)" identifier (argument_list "(0,auStack_38,0)" ( number_literal , identifier , number_literal ))) ;) (if_statement "if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" if (parenthesized_expression "(local_20 != '\x02')" ( (binary_expression "local_20 != '\x02'" identifier != (char_literal "'\x02'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" { (expression_statement "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);" (assignment_expression "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier = (call_expression "dcgettext(0,"non-constant expression in \".elseif\" statement",5)" identifier (argument_list "(0,"non-constant expression in \".elseif\" statement",5)" ( number_literal , (string_literal ""non-constant expression in \".elseif\" statement"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" identifier (argument_list "(uVar5)" ( identifier ))) ;) })) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" identifier = identifier) ;) (expression_statement "uVar6 = (uint)((ulong)local_28 >> 0x20);" (assignment_expression "uVar6 = (uint)((ulong)local_28 >> 0x20)" identifier = (call_expression "(uint)((ulong)local_28 >> 0x20)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((ulong)local_28 >> 0x20)" ( (binary_expression "(ulong)local_28 >> 0x20" (cast_expression "(ulong)local_28" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) )))) ;) (switch_statement "switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" { (case_statement "case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 == 0);" (assignment_expression "uVar6 = (uint)(local_28 == 0)" identifier = (call_expression "(uint)(local_28 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 == 0)" ( (binary_expression "local_28 == 0" identifier == number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 != 0);" (assignment_expression "uVar6 = (uint)(local_28 != 0)" identifier = (call_expression "(uint)(local_28 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 != 0)" ( (binary_expression "local_28 != 0" identifier != number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = uVar6 >> 0x1f;" (assignment_expression "uVar6 = uVar6 >> 0x1f" identifier = (binary_expression "uVar6 >> 0x1f" identifier >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(local_28 < 1);" (assignment_expression "uVar6 = (uint)(local_28 < 1)" identifier = (call_expression "(uint)(local_28 < 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_28 < 1)" ( (binary_expression "local_28 < 1" identifier < number_literal) )))) ;) (break_statement "break;" break ;)) (case_statement "case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;" case number_literal : (expression_statement "uVar6 = ~uVar6 >> 0x1f;" (assignment_expression "uVar6 = ~uVar6 >> 0x1f" identifier = (binary_expression "~uVar6 >> 0x1f" (unary_expression "~uVar6" ~ identifier) >> number_literal)) ;) (break_statement "break;" break ;)) (case_statement "case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;" case number_literal : (expression_statement "uVar6 = (uint)(0 < local_28);" (assignment_expression "uVar6 = (uint)(0 < local_28)" identifier = (call_expression "(uint)(0 < local_28)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0 < local_28)" ( (binary_expression "0 < local_28" number_literal < identifier) )))) ;) (break_statement "break;" break ;)) (case_statement "default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" default : (expression_statement "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" (call_expression "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif")" identifier (argument_list "("../../gas/cond.c",0x168,"s_elseif")" ( (string_literal ""../../gas/cond.c"" " string_content ") , number_literal , (string_literal ""s_elseif"" " string_content ") ))) ;)) })) (expression_statement "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;" (assignment_expression "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" * (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" ( (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (call_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(DAT_001e3330 + 6) != 0)" ( (binary_expression "*(int *)(DAT_001e3330 + 6) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 6)" * (cast_expression "(int *)(DAT_001e3330 + 6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001e3330 + 6)" ( (binary_expression "DAT_001e3330 + 6" identifier + number_literal) )))) != number_literal) ))) | (binary_expression "uVar6 ^ 1" identifier ^ number_literal))) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;) })) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;" if (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" ( (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ identifier ]) != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_0010cdfc;" goto statement_identifier ;)) }))) (do_statement "do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');" do (compound_statement "{\n DAT_001e4780 = DAT_001e4780 + 1;\n }" { (expression_statement "DAT_001e4780 = DAT_001e4780 + 1;" (assignment_expression "DAT_001e4780 = DAT_001e4780 + 1" identifier = (binary_expression "DAT_001e4780 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((&DAT_001da4e0)[*DAT_001e4780] == '\0')" ( (binary_expression "(&DAT_001da4e0)[*DAT_001e4780] == '\0'" (subscript_expression "(&DAT_001da4e0)[*DAT_001e4780]" (parenthesized_expression "(&DAT_001da4e0)" ( (pointer_expression "&DAT_001da4e0" & identifier) )) [ (pointer_expression "*DAT_001e4780" * identifier) ]) == (char_literal "'\0'" ' escape_sequence ')) )) ;) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" identifier = identifier) ;) (if_statement "if (puVar8 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar8 == (undefined8 *)0x0)" ( (binary_expression "puVar8 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010cdfc:\n DAT_001e4780 = pbVar3;" statement_identifier : (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" identifier = identifier) ;)) (if_statement "if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" if (parenthesized_expression "((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))" ( (binary_expression "(((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" (parenthesized_expression "(((byte)DAT_001e458c & 0x20) != 0)" ( (binary_expression "((byte)DAT_001e458c & 0x20) != 0" (parenthesized_expression "((byte)DAT_001e458c & 0x20)" ( (binary_expression "(byte)DAT_001e458c & 0x20" (cast_expression "(byte)DAT_001e458c" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) && (parenthesized_expression "((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" ( (parenthesized_expression "(puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))" ( (binary_expression "puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)" (binary_expression "puVar8[4] == 0" (subscript_expression "puVar8[4]" identifier [ number_literal ]) == number_literal) || (parenthesized_expression "(*(int *)(puVar8[4] + 0x2c) == 0)" ( (binary_expression "*(int *)(puVar8[4] + 0x2c) == 0" (pointer_expression "*(int *)(puVar8[4] + 0x2c)" * (cast_expression "(int *)(puVar8[4] + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8[4] + 0x2c)" ( (binary_expression "puVar8[4] + 0x2c" (subscript_expression "puVar8[4]" identifier [ number_literal ]) + number_literal) )))) == number_literal) ))) )) ))) )) (compound_statement "{\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" { (if_statement "if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }" if (parenthesized_expression "(*(int *)((long)puVar8 + 0x2c) == 0)" ( (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" * (cast_expression "(int *)((long)puVar8 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar8 + 0x2c)" ( (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_0011a860(1);\n }" { (expression_statement "FUN_0011a860(1);" (call_expression "FUN_0011a860(1)" identifier (argument_list "(1)" ( number_literal ))) ;) }) (else_clause "else {\n FUN_0011a860(2);\n }" else (compound_statement "{\n FUN_0011a860(2);\n }" { (expression_statement "FUN_0011a860(2);" (call_expression "FUN_0011a860(2)" identifier (argument_list "(2)" ( number_literal ))) ;) }))) })) (expression_statement "FUN_0011ffa0();" (call_expression "FUN_0011ffa0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE 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 = (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) 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 = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) }) (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) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) ))) | (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (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 ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression IDENT >> LIT)) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < LIT) )))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (binary_expression (unary_expression ~ IDENT) >> LIT)) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) )))) ;) (break_statement break ;)) (case_statement default : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (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) ))) | (binary_expression IDENT ^ LIT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) }))) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (pointer_expression * IDENT) ]) == (char_literal ' escape_sequence ')) )) ;) (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 { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) != LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + 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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) }))) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0010cd70(undefined4 param_1)\n\n{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010cd70(undefined4 param_1)" (identifier "FUN_0010cd70") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n byte bVar1;\n undefined8 *puVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined8 uVar5;\n uint uVar6;\n ulong uVar7;\n undefined8 *puVar8;\n undefined1 auStack_38 [16];\n long local_28;\n char local_20;\n \n puVar2 = DAT_001e3330;\n if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }\n do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');\n pbVar3 = DAT_001e4780;\n if (puVar8 == (undefined8 *)0x0) {\n return;\n }\nLAB_0010cdfc:\n DAT_001e4780 = pbVar3;\n if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }\n FUN_0011ffa0();\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (declaration "undefined8 *puVar8;" (type_identifier "undefined8") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "undefined1 auStack_38 [16];" (type_identifier "undefined1") (array_declarator "auStack_38 [16]" (identifier "auStack_38") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "long local_28;" (sized_type_specifier "long" (long "long")) (identifier "local_28") (; ";")) (declaration "char local_20;" (primitive_type "char") (identifier "local_20") (; ";")) (expression_statement "puVar2 = DAT_001e3330;" (assignment_expression "puVar2 = DAT_001e3330" (identifier "puVar2") (= "=") (identifier "DAT_001e3330")) (; ";")) (if_statement "if (DAT_001e3330 == (undefined8 *)0x0) {\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }\n else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" (if "if") (parenthesized_expression "(DAT_001e3330 == (undefined8 *)0x0)" (( "(") (binary_expression "DAT_001e3330 == (undefined8 *)0x0" (identifier "DAT_001e3330") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);\n FUN_0011da70(uVar5);\nLAB_0010cea2:\n bVar1 = *DAT_001e4780;\n uVar7 = (ulong)bVar1;\n puVar8 = DAT_001e3330;\n if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }\n }" ({ "{") (expression_statement "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"\".elseif\" without matching \".if\"",5)" (identifier "dcgettext") (argument_list "(0,"\".elseif\" without matching \".if\"",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\".elseif\" without matching \".if\""" (" """) (escape_sequence "\"") (string_content ".elseif") (escape_sequence "\"") (string_content " without matching ") (escape_sequence "\"") (string_content ".if") (escape_sequence "\"") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" (identifier "FUN_0011da70") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (labeled_statement "LAB_0010cea2:\n bVar1 = *DAT_001e4780;" (statement_identifier "LAB_0010cea2") (: ":") (expression_statement "bVar1 = *DAT_001e4780;" (assignment_expression "bVar1 = *DAT_001e4780" (identifier "bVar1") (= "=") (pointer_expression "*DAT_001e4780" (* "*") (identifier "DAT_001e4780"))) (; ";"))) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" (identifier "uVar7") (= "=") (cast_expression "(ulong)bVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar1"))) (; ";")) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" (identifier "puVar8") (= "=") (identifier "DAT_001e3330")) (; ";")) (if_statement "if (DAT_001e3330 != (undefined8 *)0x0) {\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" (if "if") (parenthesized_expression "(DAT_001e3330 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_001e3330 != (undefined8 *)0x0" (identifier "DAT_001e3330") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);\n pbVar4 = DAT_001e4780;\n pbVar3 = DAT_001e4780;\n goto joined_r0x0010cebd;\n }" ({ "{") (expression_statement "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);" (assignment_expression "uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c)" (identifier "uVar6") (= "=") (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" (* "*") (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" (( "(") (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "DAT_001e3330")) (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" (identifier "pbVar4") (= "=") (identifier "DAT_001e4780")) (; ";")) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" (identifier "pbVar3") (= "=") (identifier "DAT_001e4780")) (; ";")) (goto_statement "goto joined_r0x0010cebd;" (goto "goto") (statement_identifier "joined_r0x0010cebd") (; ";")) (} "}"))) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') {\n return;\n }" (if "if") (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" (( "(") (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" (( "(") (pointer_expression "&DAT_001da4e0" (& "&") (identifier "DAT_001da4e0")) () ")")) ([ "[") (identifier "uVar7") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" (else "else") (compound_statement "{\n if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }\n uVar5 = FUN_00118700(DAT_001e3330 + 3);\n puVar8 = DAT_001e3330;\n puVar2[2] = uVar5;\n pbVar4 = DAT_001e4780;\n uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);\n *(uint *)(puVar8 + 6) = uVar6;\n *(uint *)((long)puVar8 + 0x2c) = uVar6;\n bVar1 = *pbVar4;\n uVar7 = (ulong)bVar1;\n pbVar3 = DAT_001e4780;\njoined_r0x0010cebd:\n DAT_001e4780 = pbVar4;\n if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }\n if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;\n }" ({ "{") (if_statement "if (*(int *)(DAT_001e3330 + 5) != 0) {\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" (if "if") (parenthesized_expression "(*(int *)(DAT_001e3330 + 5) != 0)" (( "(") (binary_expression "*(int *)(DAT_001e3330 + 5) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 5)" (* "*") (cast_expression "(int *)(DAT_001e3330 + 5)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001e3330 + 5)" (( "(") (binary_expression "DAT_001e3330 + 5" (identifier "DAT_001e3330") (+ "+") (number_literal "5")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);\n FUN_0011da70(uVar5);\n uVar5 = dcgettext(0,"here is the previous \".else\"",5);\n FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);\n uVar5 = dcgettext(0,"here is the previous \".if\"",5);\n FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);\n goto LAB_0010cea2;\n }" ({ "{") (expression_statement "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"\".elseif\" after \".else\"",5)" (identifier "dcgettext") (argument_list "(0,"\".elseif\" after \".else\"",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\".elseif\" after \".else\""" (" """) (escape_sequence "\"") (string_content ".elseif") (escape_sequence "\"") (string_content " after ") (escape_sequence "\"") (string_content ".else") (escape_sequence "\"") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" (identifier "FUN_0011da70") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".else\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".else\"",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"here is the previous \".else\"",5)" (identifier "dcgettext") (argument_list "(0,"here is the previous \".else\"",5)" (( "(") (number_literal "0") (, ",") (string_literal ""here is the previous \".else\""" (" """) (string_content "here is the previous ") (escape_sequence "\"") (string_content ".else") (escape_sequence "\"") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);" (call_expression "FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" (identifier "FUN_0011db40") (argument_list "(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5)" (( "(") (subscript_expression "DAT_001e3330[2]" (identifier "DAT_001e3330") ([ "[") (number_literal "2") (] "]")) (, ",") (pointer_expression "*(undefined4 *)(DAT_001e3330 + 3)" (* "*") (cast_expression "(undefined4 *)(DAT_001e3330 + 3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001e3330 + 3)" (( "(") (binary_expression "DAT_001e3330 + 3" (identifier "DAT_001e3330") (+ "+") (number_literal "3")) () ")")))) (, ",") (identifier "uVar5") () ")"))) (; ";")) (expression_statement "uVar5 = dcgettext(0,"here is the previous \".if\"",5);" (assignment_expression "uVar5 = dcgettext(0,"here is the previous \".if\"",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"here is the previous \".if\"",5)" (identifier "dcgettext") (argument_list "(0,"here is the previous \".if\"",5)" (( "(") (number_literal "0") (, ",") (string_literal ""here is the previous \".if\""" (" """) (string_content "here is the previous ") (escape_sequence "\"") (string_content ".if") (escape_sequence "\"") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);" (call_expression "FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" (identifier "FUN_0011db40") (argument_list "(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5)" (( "(") (pointer_expression "*DAT_001e3330" (* "*") (identifier "DAT_001e3330")) (, ",") (pointer_expression "*(undefined4 *)(DAT_001e3330 + 1)" (* "*") (cast_expression "(undefined4 *)(DAT_001e3330 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001e3330 + 1)" (( "(") (binary_expression "DAT_001e3330 + 1" (identifier "DAT_001e3330") (+ "+") (number_literal "1")) () ")")))) (, ",") (identifier "uVar5") () ")"))) (; ";")) (goto_statement "goto LAB_0010cea2;" (goto "goto") (statement_identifier "LAB_0010cea2") (; ";")) (} "}"))) (expression_statement "uVar5 = FUN_00118700(DAT_001e3330 + 3);" (assignment_expression "uVar5 = FUN_00118700(DAT_001e3330 + 3)" (identifier "uVar5") (= "=") (call_expression "FUN_00118700(DAT_001e3330 + 3)" (identifier "FUN_00118700") (argument_list "(DAT_001e3330 + 3)" (( "(") (binary_expression "DAT_001e3330 + 3" (identifier "DAT_001e3330") (+ "+") (number_literal "3")) () ")")))) (; ";")) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" (identifier "puVar8") (= "=") (identifier "DAT_001e3330")) (; ";")) (expression_statement "puVar2[2] = uVar5;" (assignment_expression "puVar2[2] = uVar5" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "pbVar4 = DAT_001e4780;" (assignment_expression "pbVar4 = DAT_001e4780" (identifier "pbVar4") (= "=") (identifier "DAT_001e4780")) (; ";")) (expression_statement "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);" (assignment_expression "uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" (identifier "uVar6") (= "=") (binary_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6)" (call_expression "(uint)(*(int *)((long)puVar8 + 0x2c) == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)((long)puVar8 + 0x2c) == 0)" (( "(") (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" (* "*") (cast_expression "(int *)((long)puVar8 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar8 + 0x2c)" (( "(") (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar8")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (number_literal "0")) () ")"))) (| "|") (pointer_expression "*(uint *)(puVar8 + 6)" (* "*") (cast_expression "(uint *)(puVar8 + 6)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar8 + 6)" (( "(") (binary_expression "puVar8 + 6" (identifier "puVar8") (+ "+") (number_literal "6")) () ")")))))) (; ";")) (expression_statement "*(uint *)(puVar8 + 6) = uVar6;" (assignment_expression "*(uint *)(puVar8 + 6) = uVar6" (pointer_expression "*(uint *)(puVar8 + 6)" (* "*") (cast_expression "(uint *)(puVar8 + 6)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar8 + 6)" (( "(") (binary_expression "puVar8 + 6" (identifier "puVar8") (+ "+") (number_literal "6")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "*(uint *)((long)puVar8 + 0x2c) = uVar6;" (assignment_expression "*(uint *)((long)puVar8 + 0x2c) = uVar6" (pointer_expression "*(uint *)((long)puVar8 + 0x2c)" (* "*") (cast_expression "(uint *)((long)puVar8 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar8 + 0x2c)" (( "(") (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar8")) (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" (identifier "bVar1") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (expression_statement "uVar7 = (ulong)bVar1;" (assignment_expression "uVar7 = (ulong)bVar1" (identifier "uVar7") (= "=") (cast_expression "(ulong)bVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar1"))) (; ";")) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" (identifier "pbVar3") (= "=") (identifier "DAT_001e4780")) (; ";")) (labeled_statement "joined_r0x0010cebd:\n DAT_001e4780 = pbVar4;" (statement_identifier "joined_r0x0010cebd") (: ":") (expression_statement "DAT_001e4780 = pbVar4;" (assignment_expression "DAT_001e4780 = pbVar4" (identifier "DAT_001e4780") (= "=") (identifier "pbVar4")) (; ";"))) (if_statement "if (uVar6 == 0) {\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" (if "if") (parenthesized_expression "(uVar6 == 0)" (( "(") (binary_expression "uVar6 == 0" (identifier "uVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }\n DAT_001e4780 = pbVar3;\n FUN_00114ae0(0,auStack_38,0);\n if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }\n puVar8 = DAT_001e3330;\n uVar6 = (uint)((ulong)local_28 >> 0x20);\n switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }\n *(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;\n pbVar3 = DAT_001e4780;\n goto LAB_0010cdfc;\n }" ({ "{") (if_statement "if (bVar1 == 0x20) {\n pbVar3 = DAT_001e4780 + 1;\n }" (if "if") (parenthesized_expression "(bVar1 == 0x20)" (( "(") (binary_expression "bVar1 == 0x20" (identifier "bVar1") (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n pbVar3 = DAT_001e4780 + 1;\n }" ({ "{") (expression_statement "pbVar3 = DAT_001e4780 + 1;" (assignment_expression "pbVar3 = DAT_001e4780 + 1" (identifier "pbVar3") (= "=") (binary_expression "DAT_001e4780 + 1" (identifier "DAT_001e4780") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" (identifier "DAT_001e4780") (= "=") (identifier "pbVar3")) (; ";")) (expression_statement "FUN_00114ae0(0,auStack_38,0);" (call_expression "FUN_00114ae0(0,auStack_38,0)" (identifier "FUN_00114ae0") (argument_list "(0,auStack_38,0)" (( "(") (number_literal "0") (, ",") (identifier "auStack_38") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (local_20 != '\x02') {\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" (if "if") (parenthesized_expression "(local_20 != '\x02')" (( "(") (binary_expression "local_20 != '\x02'" (identifier "local_20") (!= "!=") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) () ")")) (compound_statement "{\n uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);\n FUN_0011da70(uVar5);\n }" ({ "{") (expression_statement "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);" (assignment_expression "uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"non-constant expression in \".elseif\" statement",5)" (identifier "dcgettext") (argument_list "(0,"non-constant expression in \".elseif\" statement",5)" (( "(") (number_literal "0") (, ",") (string_literal ""non-constant expression in \".elseif\" statement"" (" """) (string_content "non-constant expression in ") (escape_sequence "\"") (string_content ".elseif") (escape_sequence "\"") (string_content " statement") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011da70(uVar5);" (call_expression "FUN_0011da70(uVar5)" (identifier "FUN_0011da70") (argument_list "(uVar5)" (( "(") (identifier "uVar5") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar8 = DAT_001e3330;" (assignment_expression "puVar8 = DAT_001e3330" (identifier "puVar8") (= "=") (identifier "DAT_001e3330")) (; ";")) (expression_statement "uVar6 = (uint)((ulong)local_28 >> 0x20);" (assignment_expression "uVar6 = (uint)((ulong)local_28 >> 0x20)" (identifier "uVar6") (= "=") (call_expression "(uint)((ulong)local_28 >> 0x20)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((ulong)local_28 >> 0x20)" (( "(") (binary_expression "(ulong)local_28 >> 0x20" (cast_expression "(ulong)local_28" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_28")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (switch_statement "switch(param_1) {\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" (switch "switch") (parenthesized_expression "(param_1)" (( "(") (identifier "param_1") () ")")) (compound_statement "{\n case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;\n case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;\n case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;\n case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;\n case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;\n case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;\n default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");\n }" ({ "{") (case_statement "case 0x15:\n uVar6 = (uint)(local_28 == 0);\n break;" (case "case") (number_literal "0x15") (: ":") (expression_statement "uVar6 = (uint)(local_28 == 0);" (assignment_expression "uVar6 = (uint)(local_28 == 0)" (identifier "uVar6") (= "=") (call_expression "(uint)(local_28 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_28 == 0)" (( "(") (binary_expression "local_28 == 0" (identifier "local_28") (== "==") (number_literal "0")) () ")")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x16:\n uVar6 = (uint)(local_28 != 0);\n break;" (case "case") (number_literal "0x16") (: ":") (expression_statement "uVar6 = (uint)(local_28 != 0);" (assignment_expression "uVar6 = (uint)(local_28 != 0)" (identifier "uVar6") (= "=") (call_expression "(uint)(local_28 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_28 != 0)" (( "(") (binary_expression "local_28 != 0" (identifier "local_28") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x17:\n uVar6 = uVar6 >> 0x1f;\n break;" (case "case") (number_literal "0x17") (: ":") (expression_statement "uVar6 = uVar6 >> 0x1f;" (assignment_expression "uVar6 = uVar6 >> 0x1f" (identifier "uVar6") (= "=") (binary_expression "uVar6 >> 0x1f" (identifier "uVar6") (>> ">>") (number_literal "0x1f"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x18:\n uVar6 = (uint)(local_28 < 1);\n break;" (case "case") (number_literal "0x18") (: ":") (expression_statement "uVar6 = (uint)(local_28 < 1);" (assignment_expression "uVar6 = (uint)(local_28 < 1)" (identifier "uVar6") (= "=") (call_expression "(uint)(local_28 < 1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_28 < 1)" (( "(") (binary_expression "local_28 < 1" (identifier "local_28") (< "<") (number_literal "1")) () ")")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x19:\n uVar6 = ~uVar6 >> 0x1f;\n break;" (case "case") (number_literal "0x19") (: ":") (expression_statement "uVar6 = ~uVar6 >> 0x1f;" (assignment_expression "uVar6 = ~uVar6 >> 0x1f" (identifier "uVar6") (= "=") (binary_expression "~uVar6 >> 0x1f" (unary_expression "~uVar6" (~ "~") (identifier "uVar6")) (>> ">>") (number_literal "0x1f"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x1a:\n uVar6 = (uint)(0 < local_28);\n break;" (case "case") (number_literal "0x1a") (: ":") (expression_statement "uVar6 = (uint)(0 < local_28);" (assignment_expression "uVar6 = (uint)(0 < local_28)" (identifier "uVar6") (= "=") (call_expression "(uint)(0 < local_28)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0 < local_28)" (( "(") (binary_expression "0 < local_28" (number_literal "0") (< "<") (identifier "local_28")) () ")")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "default:\n \n FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" (default "default") (: ":") (expression_statement "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");" (call_expression "FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif")" (identifier "FUN_0011dd00") (argument_list "("../../gas/cond.c",0x168,"s_elseif")" (( "(") (string_literal ""../../gas/cond.c"" (" """) (string_content "../../gas/cond.c") (" """)) (, ",") (number_literal "0x168") (, ",") (string_literal ""s_elseif"" (" """) (string_content "s_elseif") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;" (assignment_expression "*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (pointer_expression "*(uint *)((long)DAT_001e3330 + 0x2c)" (* "*") (cast_expression "(uint *)((long)DAT_001e3330 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)DAT_001e3330 + 0x2c)" (( "(") (binary_expression "(long)DAT_001e3330 + 0x2c" (cast_expression "(long)DAT_001e3330" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "DAT_001e3330")) (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (binary_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1" (call_expression "(uint)(*(int *)(DAT_001e3330 + 6) != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(DAT_001e3330 + 6) != 0)" (( "(") (binary_expression "*(int *)(DAT_001e3330 + 6) != 0" (pointer_expression "*(int *)(DAT_001e3330 + 6)" (* "*") (cast_expression "(int *)(DAT_001e3330 + 6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001e3330 + 6)" (( "(") (binary_expression "DAT_001e3330 + 6" (identifier "DAT_001e3330") (+ "+") (number_literal "6")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) (| "|") (binary_expression "uVar6 ^ 1" (identifier "uVar6") (^ "^") (number_literal "1")))) (; ";")) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" (identifier "pbVar3") (= "=") (identifier "DAT_001e4780")) (; ";")) (goto_statement "goto LAB_0010cdfc;" (goto "goto") (statement_identifier "LAB_0010cdfc") (; ";")) (} "}"))) (if_statement "if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;" (if "if") (parenthesized_expression "((&DAT_001da4e0)[uVar7] != '\0')" (( "(") (binary_expression "(&DAT_001da4e0)[uVar7] != '\0'" (subscript_expression "(&DAT_001da4e0)[uVar7]" (parenthesized_expression "(&DAT_001da4e0)" (( "(") (pointer_expression "&DAT_001da4e0" (& "&") (identifier "DAT_001da4e0")) () ")")) ([ "[") (identifier "uVar7") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_0010cdfc;" (goto "goto") (statement_identifier "LAB_0010cdfc") (; ";"))) (} "}")))) (do_statement "do {\n DAT_001e4780 = DAT_001e4780 + 1;\n } while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');" (do "do") (compound_statement "{\n DAT_001e4780 = DAT_001e4780 + 1;\n }" ({ "{") (expression_statement "DAT_001e4780 = DAT_001e4780 + 1;" (assignment_expression "DAT_001e4780 = DAT_001e4780 + 1" (identifier "DAT_001e4780") (= "=") (binary_expression "DAT_001e4780 + 1" (identifier "DAT_001e4780") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((&DAT_001da4e0)[*DAT_001e4780] == '\0')" (( "(") (binary_expression "(&DAT_001da4e0)[*DAT_001e4780] == '\0'" (subscript_expression "(&DAT_001da4e0)[*DAT_001e4780]" (parenthesized_expression "(&DAT_001da4e0)" (( "(") (pointer_expression "&DAT_001da4e0" (& "&") (identifier "DAT_001da4e0")) () ")")) ([ "[") (pointer_expression "*DAT_001e4780" (* "*") (identifier "DAT_001e4780")) (] "]")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (; ";")) (expression_statement "pbVar3 = DAT_001e4780;" (assignment_expression "pbVar3 = DAT_001e4780" (identifier "pbVar3") (= "=") (identifier "DAT_001e4780")) (; ";")) (if_statement "if (puVar8 == (undefined8 *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(puVar8 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar8 == (undefined8 *)0x0" (identifier "puVar8") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0010cdfc:\n DAT_001e4780 = pbVar3;" (statement_identifier "LAB_0010cdfc") (: ":") (expression_statement "DAT_001e4780 = pbVar3;" (assignment_expression "DAT_001e4780 = pbVar3" (identifier "DAT_001e4780") (= "=") (identifier "pbVar3")) (; ";"))) (if_statement "if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))\n {\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" (if "if") (parenthesized_expression "((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))" (( "(") (binary_expression "(((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" (parenthesized_expression "(((byte)DAT_001e458c & 0x20) != 0)" (( "(") (binary_expression "((byte)DAT_001e458c & 0x20) != 0" (parenthesized_expression "((byte)DAT_001e458c & 0x20)" (( "(") (binary_expression "(byte)DAT_001e458c & 0x20" (cast_expression "(byte)DAT_001e458c" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_001e458c")) (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)))" (( "(") (parenthesized_expression "(puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))" (( "(") (binary_expression "puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0)" (binary_expression "puVar8[4] == 0" (subscript_expression "puVar8[4]" (identifier "puVar8") ([ "[") (number_literal "4") (] "]")) (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "(*(int *)(puVar8[4] + 0x2c) == 0)" (( "(") (binary_expression "*(int *)(puVar8[4] + 0x2c) == 0" (pointer_expression "*(int *)(puVar8[4] + 0x2c)" (* "*") (cast_expression "(int *)(puVar8[4] + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar8[4] + 0x2c)" (( "(") (binary_expression "puVar8[4] + 0x2c" (subscript_expression "puVar8[4]" (identifier "puVar8") ([ "[") (number_literal "4") (] "]")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }\n }" ({ "{") (if_statement "if (*(int *)((long)puVar8 + 0x2c) == 0) {\n FUN_0011a860(1);\n }\n else {\n FUN_0011a860(2);\n }" (if "if") (parenthesized_expression "(*(int *)((long)puVar8 + 0x2c) == 0)" (( "(") (binary_expression "*(int *)((long)puVar8 + 0x2c) == 0" (pointer_expression "*(int *)((long)puVar8 + 0x2c)" (* "*") (cast_expression "(int *)((long)puVar8 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar8 + 0x2c)" (( "(") (binary_expression "(long)puVar8 + 0x2c" (cast_expression "(long)puVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar8")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0011a860(1);\n }" ({ "{") (expression_statement "FUN_0011a860(1);" (call_expression "FUN_0011a860(1)" (identifier "FUN_0011a860") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}")) (else_clause "else {\n FUN_0011a860(2);\n }" (else "else") (compound_statement "{\n FUN_0011a860(2);\n }" ({ "{") (expression_statement "FUN_0011a860(2);" (call_expression "FUN_0011a860(2)" (identifier "FUN_0011a860") (argument_list "(2)" (( "(") (number_literal "2") () ")"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "FUN_0011ffa0();" (call_expression "FUN_0011ffa0()" (identifier "FUN_0011ffa0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(int arg)
{
type_1 var_7;
type_2 *pcVar2;
type_1 *pbVar3;
type_1 *pbVar4;
char *pcVar5;
type_3 var_6;
type_4 uVar7;
type_2 *var_11;
type_5 operand;
pcVar2 = var_1;
if (var_1 == (type_2 *)0x0) {
pcVar5 = (char *)var_2(0,"\".elseif\" without matching \".if\"",5);
var_3(pcVar5);
LAB_0010cea2:
var_7 = *var_10;
uVar7 = (type_4)var_7;
var_11 = var_1;
if (var_1 != (type_2 *)0x0) {
var_6 = var_1->ignoring;
pbVar4 = (type_1 *)var_10;
pbVar3 = (type_1 *)var_10;
goto joined_r0x0010cebd;
}
if (is_end_of_line[uVar7] != '\0') {
return;
}
}
else {
if (var_1->else_seen != 0) {
pcVar5 = (char *)var_2(0,"\".elseif\" after \".else\"",5);
var_3(pcVar5);
pcVar5 = (char *)var_2(0,"here is the previous \".else\"",5);
var_4((var_1->else_file_line).file,(var_1->else_file_line).line,
pcVar5);
pcVar5 = (char *)var_2(0,"here is the previous \".if\"",5);
var_4((var_1->if_file_line).file,(var_1->if_file_line).line,pcVar5);
goto LAB_0010cea2;
}
pcVar5 = var_5(&(var_1->else_file_line).line);
var_11 = var_1;
(pcVar2->else_file_line).file = pcVar5;
pbVar4 = (type_1 *)var_10;
var_6 = (type_3)(var_11->ignoring == 0) | var_11->dead_tree;
var_11->dead_tree = var_6;
var_11->ignoring = var_6;
var_7 = *pbVar4;
uVar7 = (type_4)var_7;
pbVar3 = (type_1 *)var_10;
joined_r0x0010cebd:
var_10 = (char *)pbVar4;
if (var_6 == 0) {
if (var_7 == 0x20) {
pbVar3 = (type_1 *)var_10 + 1;
}
var_10 = (char *)pbVar3;
var_8(0,&operand,expr_evaluate);
if (operand._24_1_ != '\x02') {
pcVar5 = (char *)var_2(0,"non-constant expression in \".elseif\" statement",5);
var_3(pcVar5);
}
var_11 = var_1;
var_6 = (type_3)((type_4)operand.X_add_number >> 0x20);
switch(arg) {
case 0x15:
var_6 = (type_3)(operand.X_add_number == 0);
break;
case 0x16:
var_6 = (type_3)(operand.X_add_number != 0);
break;
case 0x17:
var_6 = var_6 >> 0x1f;
break;
case 0x18:
var_6 = (type_3)(operand.X_add_number < 1);
break;
case 0x19:
var_6 = ~var_6 >> 0x1f;
break;
case 0x1a:
var_6 = (type_3)(0 < operand.X_add_number);
break;
default:
/* WARNING: Subroutine does not return */
var_9("../../gas/cond.c",0x168,"s_elseif");
}
var_1->ignoring = (type_3)(var_1->dead_tree != 0) | var_6 ^ 1;
pbVar3 = (type_1 *)var_10;
goto LAB_0010cdfc;
}
if (is_end_of_line[uVar7] != '\0') goto LAB_0010cdfc;
}
do {
var_10 = (char *)((type_1 *)var_10 + 1);
} while (is_end_of_line[(type_1)*var_10] == '\0');
pbVar3 = (type_1 *)var_10;
if (var_11 == (type_2 *)0x0) {
return;
}
LAB_0010cdfc:
var_10 = (char *)pbVar3;
if ((((type_1)listing & 0x20) != 0) &&
((var_11->previous_cframe == (type_2 *)0x0 ||
(var_11->previous_cframe->ignoring == 0)))) {
if (var_11->ignoring == 0) {
var_12(1);
}
else {
var_12(2);
}
}
var_13();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) 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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_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)) value: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement)))) 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: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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 (subscript_expression argument: (identifier) index: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (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)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (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: (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)))))) (expression_statement (assignment_expression left: (identifier) right: (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)))))) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (unary_expression argument: (identifier)) right: (number_literal)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier)))))) (break_statement)) (case_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier)))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (pointer_expression argument: (identifier))) right: (char_literal (escape_sequence))))) (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 (return_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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (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)))))))) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(undefined4 param_1)
{
byte bVar1;
undefined8 *puVar2;
byte *pbVar3;
byte *pbVar4;
undefined8 uVar5;
uint uVar6;
ulong uVar7;
undefined8 *puVar8;
undefined1 auStack_38 [16];
long local_28;
char local_20;
puVar2 = DAT_001e3330;
if (DAT_001e3330 == (undefined8 *)0x0) {
uVar5 = dcgettext(0,"\".elseif\" without matching \".if\"",5);
FUN_0011da70(uVar5);
LAB_0010cea2:
bVar1 = *DAT_001e4780;
uVar7 = (ulong)bVar1;
puVar8 = DAT_001e3330;
if (DAT_001e3330 != (undefined8 *)0x0) {
uVar6 = *(uint *)((long)DAT_001e3330 + 0x2c);
pbVar4 = DAT_001e4780;
pbVar3 = DAT_001e4780;
goto joined_r0x0010cebd;
}
if ((&DAT_001da4e0)[uVar7] != '\0') {
return;
}
}
else {
if (*(int *)(DAT_001e3330 + 5) != 0) {
uVar5 = dcgettext(0,"\".elseif\" after \".else\"",5);
FUN_0011da70(uVar5);
uVar5 = dcgettext(0,"here is the previous \".else\"",5);
FUN_0011db40(DAT_001e3330[2],*(undefined4 *)(DAT_001e3330 + 3),uVar5);
uVar5 = dcgettext(0,"here is the previous \".if\"",5);
FUN_0011db40(*DAT_001e3330,*(undefined4 *)(DAT_001e3330 + 1),uVar5);
goto LAB_0010cea2;
}
uVar5 = FUN_00118700(DAT_001e3330 + 3);
puVar8 = DAT_001e3330;
puVar2[2] = uVar5;
pbVar4 = DAT_001e4780;
uVar6 = (uint)(*(int *)((long)puVar8 + 0x2c) == 0) | *(uint *)(puVar8 + 6);
*(uint *)(puVar8 + 6) = uVar6;
*(uint *)((long)puVar8 + 0x2c) = uVar6;
bVar1 = *pbVar4;
uVar7 = (ulong)bVar1;
pbVar3 = DAT_001e4780;
joined_r0x0010cebd:
DAT_001e4780 = pbVar4;
if (uVar6 == 0) {
if (bVar1 == 0x20) {
pbVar3 = DAT_001e4780 + 1;
}
DAT_001e4780 = pbVar3;
FUN_00114ae0(0,auStack_38,0);
if (local_20 != '\x02') {
uVar5 = dcgettext(0,"non-constant expression in \".elseif\" statement",5);
FUN_0011da70(uVar5);
}
puVar8 = DAT_001e3330;
uVar6 = (uint)((ulong)local_28 >> 0x20);
switch(param_1) {
case 0x15:
uVar6 = (uint)(local_28 == 0);
break;
case 0x16:
uVar6 = (uint)(local_28 != 0);
break;
case 0x17:
uVar6 = uVar6 >> 0x1f;
break;
case 0x18:
uVar6 = (uint)(local_28 < 1);
break;
case 0x19:
uVar6 = ~uVar6 >> 0x1f;
break;
case 0x1a:
uVar6 = (uint)(0 < local_28);
break;
default:
/* WARNING: Subroutine does not return */
FUN_0011dd00("../../gas/cond.c",0x168,"s_elseif");
}
*(uint *)((long)DAT_001e3330 + 0x2c) = (uint)(*(int *)(DAT_001e3330 + 6) != 0) | uVar6 ^ 1;
pbVar3 = DAT_001e4780;
goto LAB_0010cdfc;
}
if ((&DAT_001da4e0)[uVar7] != '\0') goto LAB_0010cdfc;
}
do {
DAT_001e4780 = DAT_001e4780 + 1;
} while ((&DAT_001da4e0)[*DAT_001e4780] == '\0');
pbVar3 = DAT_001e4780;
if (puVar8 == (undefined8 *)0x0) {
return;
}
LAB_0010cdfc:
DAT_001e4780 = pbVar3;
if ((((byte)DAT_001e458c & 0x20) != 0) && ((puVar8[4] == 0 || (*(int *)(puVar8[4] + 0x2c) == 0))))
{
if (*(int *)((long)puVar8 + 0x2c) == 0) {
FUN_0011a860(1);
}
else {
FUN_0011a860(2);
}
}
FUN_0011ffa0();
return;
}
|
134_powerpc64-linux-gnu-ranlib_and_powerpc64-linux-gnu-ranlib_strip.c
|
yyget_lineno
|
FUN_001061b0
|
/* WARNING: Unknown calling convention */
int yyget_lineno(void)
{
return yylineno;
}
|
undefined4 FUN_001061b0(void)
{
return DAT_001103c4;
}
|
MOV EAX,dword ptr [0x001103c4]
RET
| null | null | null | null |
[('tmp_31', u'COPY_-1206951490'), ('const-0', u'RETURN_-1206951484'), ('tmp_31', u'COPY_-1206951485'), (u'COPY_-1206951490', u'RETURN_-1206951484')]
|
[(u'COPY_-1206951492', u'RETURN_-1206951484'), ('tmp_27', u'COPY_-1206951492'), ('tmp_27', u'COPY_-1206951488'), ('const-0', u'RETURN_-1206951484')]
| null | null |
001061b0
|
x64
|
O2
|
(translation_unit "undefined4 FUN_001061b0(void)\n\n{\n return DAT_001103c4;\n}\n\n" (function_definition "undefined4 FUN_001061b0(void)\n\n{\n return DAT_001103c4;\n}" type_identifier (function_declarator "FUN_001061b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return DAT_001103c4;\n}" { (return_statement "return DAT_001103c4;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention */\n\nint yyget_lineno(void)\n\n{\n return yylineno;\n}\n\n" comment (function_definition "int yyget_lineno(void)\n\n{\n return yylineno;\n}" primitive_type (function_declarator "yyget_lineno(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return yylineno;\n}" { (return_statement "return yylineno;" return identifier ;) })))
|
(translation_unit "undefined4 FUN_001061b0(void)\n\n{\n return DAT_001103c4;\n}\n\n" (function_definition "undefined4 FUN_001061b0(void)\n\n{\n return DAT_001103c4;\n}" type_identifier (function_declarator "FUN_001061b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return DAT_001103c4;\n}" { (return_statement "return DAT_001103c4;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return IDENT ;) })))
|
(function_definition "undefined4 FUN_001061b0(void)\n\n{\n return DAT_001103c4;\n}" (type_identifier "undefined4") (function_declarator "FUN_001061b0(void)" (identifier "FUN_001061b0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return DAT_001103c4;\n}" ({ "{") (return_statement "return DAT_001103c4;" (return "return") (identifier "DAT_001103c4") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention */
int function_1(void)
{
return yylineno;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (identifier)))))
| null |
undefined4 MASKED(void)
{
return DAT_001103c4;
}
|
414_pscp_and_pscp_strip.c
|
fxp_opendir_send
|
FUN_0011bcc0
|
sftp_request * fxp_opendir_send(char *path)
{
sftp_request *psVar1;
sftp_packet *pkt;
psVar1 = sftp_alloc_request();
pkt = sftp_pkt_init(0xb);
sftp_pkt_adduint32(pkt,(ulong)psVar1->id);
sftp_pkt_addstring(pkt,path);
sftp_send(pkt);
return psVar1;
}
|
undefined4 * FUN_0011bcc0(undefined8 param_1)
{
undefined4 *puVar1;
undefined8 uVar2;
puVar1 = (undefined4 *)FUN_0011b140();
uVar2 = FUN_0011b000(0xb);
FUN_0011af00(uVar2,*puVar1);
FUN_0011b2d0(uVar2,param_1);
FUN_0011b630(uVar2);
return puVar1;
}
|
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
CALL 0x0011b140
MOV EDI,0xb
MOV RBP,RAX
CALL 0x0011b000
MOV ESI,dword ptr [RBP]
MOV RBX,RAX
MOV RDI,RAX
CALL 0x0011af00
MOV RSI,R12
MOV RDI,RBX
CALL 0x0011b2d0
MOV RDI,RBX
CALL 0x0011b630
MOV RAX,RBP
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const-433', u'LOAD_-1206993683'), ('const-11', u'CALL_-1206993684'), (u'CALL_-1206993684', u'CALL_-1206993634'), ('tmp_145', u'CALL_-1206993646'), (u'CALL_-1206993702', u'COPY_-1206993634'), ('const-0', u'RETURN_-1206993603'), (u'INT_ZEXT_-1206993612', u'CALL_-1206993662'), ('const-0', u'PTRSUB_-1206993513'), (u'CALL_-1206993684', u'CALL_-1206993646'), (u'CALL_-1206993702', u'PTRSUB_-1206993513'), (u'LOAD_-1206993683', u'INT_ZEXT_-1206993612'), (u'CALL_-1206993684', u'CALL_-1206993662'), (u'COPY_-1206993634', u'RETURN_-1206993603'), (u'PTRSUB_-1206993513', u'LOAD_-1206993683')]
|
[('tmp_263', u'CALL_-1206993646'), (u'CALL_-1206993684', u'CALL_-1206993634'), (u'CAST_-1206993533', u'LOAD_-1206993683'), (u'LOAD_-1206993683', u'CALL_-1206993662'), ('const-0', u'RETURN_-1206993603'), ('const-11', u'CALL_-1206993684'), (u'CAST_-1206993533', u'COPY_-1206993634'), (u'CALL_-1206993684', u'CALL_-1206993646'), ('const-433', u'LOAD_-1206993683'), (u'CALL_-1206993684', u'CALL_-1206993662'), (u'COPY_-1206993634', u'RETURN_-1206993603'), (u'CALL_-1206993702', u'CAST_-1206993533')]
| null | null |
0011bcc0
|
x64
|
O2
|
(translation_unit "undefined4 * FUN_0011bcc0(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}\n\n" (function_definition "undefined4 * FUN_0011bcc0(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" type_identifier (pointer_declarator "* FUN_0011bcc0(undefined8 param_1)" * (function_declarator "FUN_0011bcc0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined4 *)FUN_0011b140();" (assignment_expression "puVar1 = (undefined4 *)FUN_0011b140()" identifier = (cast_expression "(undefined4 *)FUN_0011b140()" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0011b140()" identifier (argument_list "()" ( ))))) ;) (expression_statement "uVar2 = FUN_0011b000(0xb);" (assignment_expression "uVar2 = FUN_0011b000(0xb)" identifier = (call_expression "FUN_0011b000(0xb)" identifier (argument_list "(0xb)" ( number_literal )))) ;) (expression_statement "FUN_0011af00(uVar2,*puVar1);" (call_expression "FUN_0011af00(uVar2,*puVar1)" identifier (argument_list "(uVar2,*puVar1)" ( identifier , (pointer_expression "*puVar1" * identifier) ))) ;) (expression_statement "FUN_0011b2d0(uVar2,param_1);" (call_expression "FUN_0011b2d0(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_0011b630(uVar2);" (call_expression "FUN_0011b630(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return puVar1;" return identifier ;) })))
|
(translation_unit "sftp_request * fxp_opendir_send(char *path)\n\n{\n sftp_request *psVar1;\n sftp_packet *pkt;\n \n psVar1 = sftp_alloc_request();\n pkt = sftp_pkt_init(0xb);\n sftp_pkt_adduint32(pkt,(ulong)psVar1->id);\n sftp_pkt_addstring(pkt,path);\n sftp_send(pkt);\n return psVar1;\n}\n\n" (function_definition "sftp_request * fxp_opendir_send(char *path)\n\n{\n sftp_request *psVar1;\n sftp_packet *pkt;\n \n psVar1 = sftp_alloc_request();\n pkt = sftp_pkt_init(0xb);\n sftp_pkt_adduint32(pkt,(ulong)psVar1->id);\n sftp_pkt_addstring(pkt,path);\n sftp_send(pkt);\n return psVar1;\n}" type_identifier (pointer_declarator "* fxp_opendir_send(char *path)" * (function_declarator "fxp_opendir_send(char *path)" identifier (parameter_list "(char *path)" ( (parameter_declaration "char *path" primitive_type (pointer_declarator "*path" * identifier)) )))) (compound_statement "{\n sftp_request *psVar1;\n sftp_packet *pkt;\n \n psVar1 = sftp_alloc_request();\n pkt = sftp_pkt_init(0xb);\n sftp_pkt_adduint32(pkt,(ulong)psVar1->id);\n sftp_pkt_addstring(pkt,path);\n sftp_send(pkt);\n return psVar1;\n}" { (declaration "sftp_request *psVar1;" type_identifier (pointer_declarator "*psVar1" * identifier) ;) (declaration "sftp_packet *pkt;" type_identifier (pointer_declarator "*pkt" * identifier) ;) (expression_statement "psVar1 = sftp_alloc_request();" (assignment_expression "psVar1 = sftp_alloc_request()" identifier = (call_expression "sftp_alloc_request()" identifier (argument_list "()" ( )))) ;) (expression_statement "pkt = sftp_pkt_init(0xb);" (assignment_expression "pkt = sftp_pkt_init(0xb)" identifier = (call_expression "sftp_pkt_init(0xb)" identifier (argument_list "(0xb)" ( number_literal )))) ;) (expression_statement "sftp_pkt_adduint32(pkt,(ulong)psVar1->id);" (call_expression "sftp_pkt_adduint32(pkt,(ulong)psVar1->id)" identifier (argument_list "(pkt,(ulong)psVar1->id)" ( identifier , (cast_expression "(ulong)psVar1->id" ( (type_descriptor "ulong" type_identifier) ) (field_expression "psVar1->id" identifier -> field_identifier)) ))) ;) (expression_statement "sftp_pkt_addstring(pkt,path);" (call_expression "sftp_pkt_addstring(pkt,path)" identifier (argument_list "(pkt,path)" ( identifier , identifier ))) ;) (expression_statement "sftp_send(pkt);" (call_expression "sftp_send(pkt)" identifier (argument_list "(pkt)" ( identifier ))) ;) (return_statement "return psVar1;" return identifier ;) })))
|
(translation_unit "undefined4 * FUN_0011bcc0(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}\n\n" (function_definition "undefined4 * FUN_0011bcc0(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" type_identifier (pointer_declarator "* FUN_0011bcc0(undefined8 param_1)" * (function_declarator "FUN_0011bcc0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined4 *)FUN_0011b140();" (assignment_expression "puVar1 = (undefined4 *)FUN_0011b140()" identifier = (cast_expression "(undefined4 *)FUN_0011b140()" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0011b140()" identifier (argument_list "()" ( ))))) ;) (expression_statement "uVar2 = FUN_0011b000(0xb);" (assignment_expression "uVar2 = FUN_0011b000(0xb)" identifier = (call_expression "FUN_0011b000(0xb)" identifier (argument_list "(0xb)" ( number_literal )))) ;) (expression_statement "FUN_0011af00(uVar2,*puVar1);" (call_expression "FUN_0011af00(uVar2,*puVar1)" identifier (argument_list "(uVar2,*puVar1)" ( identifier , (pointer_expression "*puVar1" * identifier) ))) ;) (expression_statement "FUN_0011b2d0(uVar2,param_1);" (call_expression "FUN_0011b2d0(uVar2,param_1)" identifier (argument_list "(uVar2,param_1)" ( identifier , identifier ))) ;) (expression_statement "FUN_0011b630(uVar2);" (call_expression "FUN_0011b630(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (return_statement "return puVar1;" 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) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 * FUN_0011bcc0(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_0011bcc0(undefined8 param_1)" (* "*") (function_declarator "FUN_0011bcc0(undefined8 param_1)" (identifier "FUN_0011bcc0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")")))) (compound_statement "{\n undefined4 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined4 *)FUN_0011b140();\n uVar2 = FUN_0011b000(0xb);\n FUN_0011af00(uVar2,*puVar1);\n FUN_0011b2d0(uVar2,param_1);\n FUN_0011b630(uVar2);\n return puVar1;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "puVar1 = (undefined4 *)FUN_0011b140();" (assignment_expression "puVar1 = (undefined4 *)FUN_0011b140()" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)FUN_0011b140()" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0011b140()" (identifier "FUN_0011b140") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "uVar2 = FUN_0011b000(0xb);" (assignment_expression "uVar2 = FUN_0011b000(0xb)" (identifier "uVar2") (= "=") (call_expression "FUN_0011b000(0xb)" (identifier "FUN_0011b000") (argument_list "(0xb)" (( "(") (number_literal "0xb") () ")")))) (; ";")) (expression_statement "FUN_0011af00(uVar2,*puVar1);" (call_expression "FUN_0011af00(uVar2,*puVar1)" (identifier "FUN_0011af00") (argument_list "(uVar2,*puVar1)" (( "(") (identifier "uVar2") (, ",") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) () ")"))) (; ";")) (expression_statement "FUN_0011b2d0(uVar2,param_1);" (call_expression "FUN_0011b2d0(uVar2,param_1)" (identifier "FUN_0011b2d0") (argument_list "(uVar2,param_1)" (( "(") (identifier "uVar2") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_0011b630(uVar2);" (call_expression "FUN_0011b630(uVar2)" (identifier "FUN_0011b630") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return puVar1;" (return "return") (identifier "puVar1") (; ";")) (} "}")))
|
type_1 * function_1(char *path)
{
type_1 *psVar1;
type_2 *pkt;
psVar1 = var_1();
pkt = var_2(0xb);
var_3(pkt,(type_3)psVar1->id);
var_4(pkt,path);
var_5(pkt);
return psVar1;
}
| 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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (identifier)))))
| null |
undefined4 * MASKED(undefined8 param_1)
{
undefined4 *puVar1;
undefined8 uVar2;
puVar1 = (undefined4 *)FUN_0011b140();
uVar2 = FUN_0011b000(0xb);
FUN_0011af00(uVar2,*puVar1);
FUN_0011b2d0(uVar2,param_1);
FUN_0011b630(uVar2);
return puVar1;
}
|
9947_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
get
|
FUN_0032d9e0
|
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*, char, char) const */
undefined1 [16]
std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get
(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5
,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)
{
bool bVar1;
int iVar2;
ctype *pcVar3;
long *plVar4;
long *plVar5;
bool bVar6;
undefined1 auVar7 [16];
int local_50;
undefined4 local_48;
int local_44;
int local_40;
undefined4 local_3c;
pcVar3 = use_facet<std::ctype<wchar_t>>((locale *)(param_6 + 0xd0));
*param_7 = 0;
local_48 = (**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25);
if (param_10 == '\0') {
local_40 = 0;
local_44 = (int)param_9;
}
else {
local_44 = (int)param_10;
local_3c = 0;
local_40 = (int)param_9;
}
auVar7 = _M_extract_via_format
(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);
plVar4 = auVar7._0_8_;
local_50 = auVar7._8_4_;
bVar6 = local_50 == -1;
bVar1 = plVar4 != (long *)0x0 && bVar6;
plVar5 = plVar4;
if (bVar1) {
if ((int *)plVar4[2] < (int *)plVar4[3]) {
iVar2 = *(int *)plVar4[2];
}
else {
iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);
}
bVar6 = iVar2 == -1 && bVar1;
plVar5 = (long *)0x0;
if (iVar2 != -1) {
plVar5 = plVar4;
}
}
auVar7._8_8_ = auVar7._8_8_ & 0xffffffff;
bVar1 = (int)param_5 == -1;
if ((param_4 != (long *)0x0) && (bVar1)) {
if ((int *)param_4[2] < (int *)param_4[3]) {
iVar2 = *(int *)param_4[2];
}
else {
iVar2 = (**(code **)(*param_4 + 0x48))(param_4);
}
bVar1 = iVar2 == -1;
}
if (bVar6 == bVar1) {
*param_7 = *param_7 | 2;
}
auVar7._0_8_ = plVar5;
return auVar7;
}
|
undefined1 [16]
FUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,
undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,
char param_10)
{
bool bVar1;
int iVar2;
long *plVar3;
long *plVar4;
bool bVar5;
undefined1 auVar6 [16];
int local_50;
undefined4 local_48;
int local_44;
int local_40;
undefined4 local_3c;
plVar3 = (long *)FUN_00327620(param_6 + 0xd0);
*param_7 = 0;
local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);
if (param_10 == '\0') {
local_40 = 0;
local_44 = (int)param_9;
}
else {
local_44 = (int)param_10;
local_3c = 0;
local_40 = (int)param_9;
}
auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);
plVar4 = auVar6._0_8_;
local_50 = auVar6._8_4_;
bVar5 = local_50 == -1;
bVar1 = plVar4 != (long *)0x0 && bVar5;
plVar3 = plVar4;
if (bVar1) {
if ((int *)plVar4[2] < (int *)plVar4[3]) {
iVar2 = *(int *)plVar4[2];
}
else {
iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);
}
bVar5 = iVar2 == -1 && bVar1;
plVar3 = (long *)0x0;
if (iVar2 != -1) {
plVar3 = plVar4;
}
}
auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;
bVar1 = (int)param_5 == -1;
if ((param_4 != (long *)0x0) && (bVar1)) {
if ((int *)param_4[2] < (int *)param_4[3]) {
iVar2 = *(int *)param_4[2];
}
else {
iVar2 = (**(code **)(*param_4 + 0x48))(param_4);
}
bVar1 = iVar2 == -1;
}
if (bVar5 == bVar1) {
*param_7 = *param_7 | 2;
}
auVar6._0_8_ = plVar3;
return auVar6;
}
|
PUSH R15
PUSH R14
PUSH R13
MOV R13,R8
PUSH R12
MOV R12,RCX
PUSH RBP
PUSH RBX
MOV RBX,RDX
SUB RSP,0x48
MOV qword ptr [RSP + 0x8],RDI
LEA RDI,[R9 + 0xd0]
MOV RBP,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x18],R9
MOV R15D,dword ptr [RSP + 0x98]
MOVSX R14D,byte ptr [RSP + 0x90]
MOV qword ptr [RSP + 0x10],RSI
CALL 0x00327620
MOV dword ptr [RBP],0x0
MOV ESI,0x25
MOV R8,qword ptr [RAX]
MOV RDI,RAX
CALL qword ptr [R8 + 0x50]
TEST R15B,R15B
MOV R9,qword ptr [RSP + 0x18]
MOV dword ptr [RSP + 0x30],EAX
JNZ 0x0032db10
MOV dword ptr [RSP + 0x34],R14D
MOV dword ptr [RSP + 0x38],0x0
SUB RSP,0x8
MOV RCX,R12
MOV RDX,RBX
MOV R8,R13
LEA RAX,[RSP + 0x38]
PUSH RAX
PUSH qword ptr [RSP + 0x98]
PUSH RBP
MOV RSI,qword ptr [RSP + 0x30]
MOV RDI,qword ptr [RSP + 0x28]
CALL 0x0032c9c0
MOV R14,RAX
MOV qword ptr [RSP + 0x48],RDX
MOV RDX,-0x100000000
MOV qword ptr [RSP + 0x40],RAX
MOV EAX,dword ptr [RSP + 0x48]
AND RBX,RDX
ADD RSP,0x20
MOV RCX,R14
OR RBX,RAX
CMP EBX,-0x1
MOV EDX,EBX
SETZ BL
TEST R14,R14
SETNZ AL
AND AL,BL
MOV R15D,EAX
JNZ 0x0032db30
CMP R13D,-0x1
SETZ AL
MOV ESI,EAX
TEST R12,R12
JZ 0x0032dad9
TEST AL,AL
JNZ 0x0032daf8
CMP BL,SIL
JNZ 0x0032dae2
OR dword ptr [RBP],0x2
ADD RSP,0x48
MOV RAX,RCX
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [R12 + 0x10]
CMP RAX,qword ptr [R12 + 0x18]
JNC 0x0032db60
MOV EAX,dword ptr [RAX]
CMP EAX,-0x1
SETZ SIL
JMP 0x0032dad9
MOVSX EDX,R15B
MOV dword ptr [RSP + 0x38],R14D
MOV dword ptr [RSP + 0x34],EDX
MOV dword ptr [RSP + 0x3c],0x0
JMP 0x0032da60
MOV RAX,qword ptr [R14 + 0x10]
CMP RAX,qword ptr [R14 + 0x18]
JNC 0x0032db80
MOV EAX,dword ptr [RAX]
CMP EAX,-0x1
MOV EBX,0x0
MOV ECX,0x0
CMOVZ EBX,R15D
CMOVNZ RCX,R14
JMP 0x0032dac7
MOV RAX,qword ptr [R12]
MOV qword ptr [RSP + 0x10],RCX
MOV RDI,R12
MOV dword ptr [RSP + 0x8],EDX
CALL qword ptr [RAX + 0x48]
MOV RCX,qword ptr [RSP + 0x10]
MOV EDX,dword ptr [RSP + 0x8]
JMP 0x0032db06
MOV RAX,qword ptr [R14]
MOV dword ptr [RSP + 0x8],EDX
MOV RDI,R14
CALL qword ptr [RAX + 0x48]
MOV EDX,dword ptr [RSP + 0x8]
JMP 0x0032db3c
| null | null | null | null |
[('const-208', u'INT_ADD_-1204954576'), ('const-4294967295', u'INT_AND_-1204953807'), (u'CAST_-1204953144', u'INT_LESS_-1204953942'), (u'PTRSUB_-1204953352', u'CALL_-1204954361'), ('const-433', u'LOAD_-1204954499'), (u'BOOL_AND_-1204953472', u'MULTIEQUAL_-1204953600'), (u'CAST_-1204953052', u'LOAD_-1204953825'), (u'SUBPIECE_-1204953333', u'COPY_-1204953323'), ('const-0', u'SUBPIECE_-1204953710'), ('const-8', u'PTRADD_-1204953150'), (u'INDIRECT_-1204953171', u'MULTIEQUAL_-1204953243'), (u'INT_NOTEQUAL_-1204954186', u'CBRANCH_-1204954185'), (u'LOAD_-1204953825', u'CALLIND_-1204953815'), ('tmp_1066', u'BRANCH_-1204953807'), ('tmp_1989', u'CALL_-1204954361'), (u'INT_ADD_-1204953898', u'CAST_-1204953075'), (u'INDIRECT_-1204953433', u'MULTIEQUAL_-1204953243'), ('const-433', u'LOAD_-1204953940'), (u'BOOL_NEGATE_-1204953164', u'CBRANCH_-1204953893'), ('tmp_1987', u'SUBPIECE_-1204953710'), ('const-0', u'INT_NOTEQUAL_-1204954186'), (u'LOAD_-1204953957', u'CAST_-1204953139'), (u'INT_EQUAL_-1204953919', u'BOOL_NEGATE_-1204953164'), ('const-8', u'PTRADD_-1204953213'), (u'CAST_-1204953075', u'LOAD_-1204953914'), (u'INDIRECT_-1204953446', u'MULTIEQUAL_-1204953256'), (u'MULTIEQUAL_-1204953160', u'INT_EQUAL_-1204953919'), ('const-4294967295', u'INT_EQUAL_-1204953919'), ('const-8', u'SUBPIECE_-1204953456'), ('const-433', u'LOAD_-1204954047'), ('const-0', u'STORE_-1204954522'), ('const-4294967295', u'INT_EQUAL_-1204954266'), (u'CALL_-1204954361', u'SUBPIECE_-1204953332'), (u'LOAD_-1204954499', u'CALLIND_-1204954489'), ('const-433', u'LOAD_-1204953957'), (u'SUBPIECE_-1204953332', u'INT_AND_-1204953807'), ('tmp_1989', u'PTRADD_-1204953207'), (u'INDIRECT_-1204953459', u'MULTIEQUAL_-1204953269'), ('const-433', u'LOAD_-1204954075'), (u'INT_SEXT_-1204954535', u'COPY_-1204953222'), (u'PTRADD_-1204953213', u'LOAD_-1204954075'), (u'INT_EQUAL_-1204954028', u'MULTIEQUAL_-1204953265'), (u'COPY_-1204953429', u'MULTIEQUAL_-1204953487'), ('tmp_823', u'CBRANCH_-1204954047'), ('const-2', u'INT_OR_-1204954124'), ('tmp_1993', u'CALL_-1204954361'), (u'INT_SEXT_-1204953921', u'MULTIEQUAL_-1204953487'), (u'INT_EQUAL_-1204954266', u'MULTIEQUAL_-1204953600'), (u'LOAD_-1204953938', u'MULTIEQUAL_-1204953160'), ('tmp_964', u'CBRANCH_-1204953938'), ('const--72', u'PTRSUB_-1204953352'), (u'CALL_-1204954361', u'SUBPIECE_-1204953333'), (u'PTRADD_-1204953150', u'LOAD_-1204953957'), (u'SUBPIECE_-1204953333', u'INT_NOTEQUAL_-1204954245'), (u'INT_ADD_-1204954576', u'CAST_-1204953455'), ('const-2', u'PTRADD_-1204953155'), (u'PIECE_-1204953583', u'RETURN_-1204954074'), (u'INT_EQUAL_-1204954266', u'BOOL_AND_-1204954203'), (u'INT_ADD_-1204953809', u'CAST_-1204953052'), (u'CAST_-1204953144', u'LOAD_-1204953938'), (u'INDIRECT_-1204953433', u'MULTIEQUAL_-1204953359'), (u'BOOL_AND_-1204954203', u'BOOL_AND_-1204953472'), ('const-433', u'LOAD_-1204953842'), (u'COPY_-1204953915', u'COPY_-1204953186'), (u'LOAD_-1204953842', u'INT_ADD_-1204953809'), ('tmp_1994', u'CALL_-1204954361'), ('const-2', u'PTRADD_-1204953213'), ('const-3', u'PTRADD_-1204953207'), ('const-0', u'INT_EQUAL_-1204954477'), (u'CALLIND_-1204954489', u'INDIRECT_-1204953506'), (u'INT_AND_-1204953807', u'PIECE_-1204953583'), (u'BOOL_AND_-1204954203', u'CBRANCH_-1204954222'), ('tmp_583', u'CBRANCH_-1204954185'), (u'CALL_-1204954525', u'INDIRECT_-1204953530'), (u'SUBPIECE_-1204953333', u'PTRADD_-1204953155'), ('tmp_3409', u'INT_SEXT_-1204953921'), ('const-8', u'SUBPIECE_-1204953332'), ('tmp_1989', u'PTRADD_-1204953213'), ('const-0', u'RETURN_-1204954074'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953209'), (u'CALL_-1204954361', u'INDIRECT_-1204953471'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953171'), (u'INDIRECT_-1204953209', u'MULTIEQUAL_-1204953281'), ('const-0', u'COPY_-1204953915'), (u'INT_OR_-1204954124', u'STORE_-1204954148'), ('const-4294967295', u'INT_EQUAL_-1204954028'), (u'LOAD_-1204953964', u'CAST_-1204953144'), ('tmp_3308', u'STORE_-1204954522'), (u'MULTIEQUAL_-1204953600', u'INT_EQUAL_-1204954156'), ('const-433', u'LOAD_-1204953914'), ('tmp_1989', u'CALLIND_-1204953904'), ('const-4294967295', u'INT_EQUAL_-1204954208'), ('tmp_1021', u'CBRANCH_-1204953893'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953196'), (u'SUBPIECE_-1204953333', u'CALLIND_-1204953815'), ('const-433', u'LOAD_-1204954067'), ('const-0', u'COPY_-1204953915'), (u'LOAD_-1204954075', u'CAST_-1204953197'), ('const-433', u'LOAD_-1204953938'), ('const-433', u'LOAD_-1204953825'), ('tmp_3308', u'LOAD_-1204954151'), ('const-72', u'INT_ADD_-1204953898'), ('tmp_1095', u'BRANCH_-1204953903'), (u'MULTIEQUAL_-1204953533', u'INT_EQUAL_-1204954028'), (u'LOAD_-1204954509', u'INT_ADD_-1204954483'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953184'), ('const-433', u'STORE_-1204954148'), (u'COPY_-1204953915', u'MULTIEQUAL_-1204953461'), (u'MULTIEQUAL_-1204953799', u'COPY_-1204953278'), ('tmp_3308', u'CALL_-1204954361'), (u'CAST_-1204953191', u'INT_LESS_-1204954052'), (u'CALLIND_-1204953815', u'MULTIEQUAL_-1204953160'), ('const-0', u'INT_NOTEQUAL_-1204954245'), ('const-80', u'INT_ADD_-1204954483'), (u'INT_EQUAL_-1204954156', u'CBRANCH_-1204954153'), (u'COPY_-1204953323', u'MULTIEQUAL_-1204953799'), ('tmp_1995', u'CALL_-1204954361'), ('const-433', u'LOAD_-1204954151'), ('const-0', u'COPY_-1204954446'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953197'), (u'INT_SEXT_-1204954535', u'COPY_-1204953429'), (u'INDIRECT_-1204953197', u'MULTIEQUAL_-1204953269'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953234'), (u'COPY_-1204953186', u'MULTIEQUAL_-1204953799'), (u'CALLIND_-1204953904', u'MULTIEQUAL_-1204953533'), (u'SUBPIECE_-1204953333', u'PTRADD_-1204953150'), (u'CAST_-1204953197', u'LOAD_-1204954047'), (u'MULTIEQUAL_-1204953265', u'INT_EQUAL_-1204954156'), ('const-8', u'PTRADD_-1204953207'), ('tmp_216', u'CBRANCH_-1204954459'), (u'COPY_-1204953278', u'PIECE_-1204953583'), (u'COPY_-1204953185', u'MULTIEQUAL_-1204953799'), (u'CALL_-1204954525', u'CALLIND_-1204954489'), ('tmp_523', u'CBRANCH_-1204954222'), (u'LOAD_-1204954151', u'INT_OR_-1204954124'), (u'CALL_-1204954361', u'SUBPIECE_-1204953456'), (u'LOAD_-1204953914', u'CALLIND_-1204953904'), ('tmp_611', u'CBRANCH_-1204954170'), (u'CALL_-1204954525', u'CAST_-1204953395'), (u'INDIRECT_-1204953459', u'MULTIEQUAL_-1204953385'), ('tmp_3308', u'STORE_-1204954148'), (u'CAST_-1204953388', u'LOAD_-1204954499'), (u'INDIRECT_-1204953506', u'MULTIEQUAL_-1204953461'), (u'INDIRECT_-1204953471', u'MULTIEQUAL_-1204953281'), (u'LOAD_-1204953940', u'INT_ADD_-1204953898'), ('const-433', u'STORE_-1204954522'), ('tmp_3409', u'INT_EQUAL_-1204954477'), (u'MULTIEQUAL_-1204953269', u'MULTIEQUAL_-1204953385'), (u'INT_EQUAL_-1204954208', u'CBRANCH_-1204954170'), (u'INDIRECT_-1204953446', u'MULTIEQUAL_-1204953372'), (u'PTRADD_-1204953155', u'LOAD_-1204953964'), (u'COPY_-1204953222', u'MULTIEQUAL_-1204953474'), (u'PTRADD_-1204953207', u'LOAD_-1204954067'), ('tmp_3311', u'CALL_-1204954361'), ('tmp_862', u'BRANCH_-1204954022'), ('tmp_3310', u'INT_SEXT_-1204954535'), ('tmp_1989', u'LOAD_-1204953940'), (u'CAST_-1204953197', u'INT_LESS_-1204954052'), ('tmp_1989', u'INT_NOTEQUAL_-1204954186'), (u'CAST_-1204953455', u'CALL_-1204954525'), (u'INDIRECT_-1204953184', u'MULTIEQUAL_-1204953256'), (u'INT_EQUAL_-1204954208', u'MULTIEQUAL_-1204953265'), ('const-37', u'CALLIND_-1204954489'), (u'CALL_-1204954361', u'INDIRECT_-1204953459'), (u'INT_LESS_-1204953942', u'CBRANCH_-1204953938'), (u'INT_LESS_-1204954052', u'CBRANCH_-1204954047'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953222'), ('tmp_643', u'CBRANCH_-1204954153'), (u'LOAD_-1204954067', u'CAST_-1204953191'), ('tmp_1987', u'CALL_-1204954361'), ('tmp_919', u'BRANCH_-1204953888'), (u'INT_ADD_-1204954483', u'CAST_-1204953388'), (u'INDIRECT_-1204953471', u'MULTIEQUAL_-1204953397'), (u'MULTIEQUAL_-1204953243', u'MULTIEQUAL_-1204953359'), (u'INT_EQUAL_-1204953919', u'BOOL_AND_-1204953472'), ('const-8', u'PTRADD_-1204953155'), (u'COPY_-1204953428', u'MULTIEQUAL_-1204953474'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953209'), (u'CALL_-1204954361', u'INDIRECT_-1204953433'), ('const-433', u'LOAD_-1204954509'), (u'CAST_-1204953395', u'LOAD_-1204954509'), (u'INT_NOTEQUAL_-1204954245', u'BOOL_AND_-1204954203'), (u'COPY_-1204954446', u'COPY_-1204953428'), (u'SUBPIECE_-1204953710', u'INT_EQUAL_-1204954208'), ('const-3', u'PTRADD_-1204953150'), (u'LOAD_-1204954047', u'MULTIEQUAL_-1204953533'), (u'SUBPIECE_-1204953333', u'COPY_-1204953185'), ('const-433', u'LOAD_-1204953964'), ('tmp_1994', u'INT_ADD_-1204954576'), ('tmp_1992', u'CALL_-1204954361'), ('const-0', u'SUBPIECE_-1204953333'), ('tmp_1984', u'PTRSUB_-1204953352'), (u'INT_EQUAL_-1204954477', u'CBRANCH_-1204954459'), (u'SUBPIECE_-1204953456', u'INT_EQUAL_-1204954266'), (u'CALL_-1204954361', u'INDIRECT_-1204953446'), (u'SUBPIECE_-1204953333', u'LOAD_-1204953842'), ('const-72', u'INT_ADD_-1204953809'), (u'MULTIEQUAL_-1204953281', u'MULTIEQUAL_-1204953397'), (u'CAST_-1204953139', u'INT_LESS_-1204953942'), (u'MULTIEQUAL_-1204953256', u'MULTIEQUAL_-1204953372')]
|
[('tmp_2000', u'CALL_-1204954361'), (u'CALL_-1204954361', u'INDIRECT_-1204953432'), ('const-3', u'PTRADD_-1204953206'), ('const-208', u'INT_ADD_-1204954576'), (u'CAST_-1204953144', u'INT_LESS_-1204953942'), (u'CAST_-1204953052', u'LOAD_-1204953825'), ('tmp_3331', u'STORE_-1204954148'), ('tmp_1996', u'PTRADD_-1204953206'), (u'INT_NOTEQUAL_-1204954186', u'CBRANCH_-1204954185'), ('const--72', u'PTRSUB_-1204953351'), (u'LOAD_-1204953825', u'CALLIND_-1204953815'), ('tmp_1066', u'BRANCH_-1204953807'), ('const-0', u'SUBPIECE_-1204953332'), (u'INT_ADD_-1204953898', u'CAST_-1204953075'), ('const-0', u'INT_NOTEQUAL_-1204954186'), (u'LOAD_-1204953957', u'CAST_-1204953139'), ('tmp_3446', u'INT_EQUAL_-1204954477'), (u'PTRADD_-1204953206', u'LOAD_-1204954067'), (u'CAST_-1204953075', u'LOAD_-1204953914'), ('tmp_1991', u'PTRSUB_-1204953351'), (u'MULTIEQUAL_-1204953264', u'INT_EQUAL_-1204954156'), (u'SUBPIECE_-1204953332', u'COPY_-1204953184'), (u'COPY_-1204953185', u'MULTIEQUAL_-1204953798'), ('tmp_3333', u'INT_SEXT_-1204954535'), (u'INT_SEXT_-1204954535', u'COPY_-1204953428'), ('const-0', u'SUBPIECE_-1204953709'), ('const-433', u'LOAD_-1204954151'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953170'), ('const-433', u'STORE_-1204954522'), (u'CALL_-1204954361', u'SUBPIECE_-1204953332'), (u'LOAD_-1204954499', u'CALLIND_-1204954489'), (u'CALL_-1204954361', u'SUBPIECE_-1204953455'), ('const-433', u'LOAD_-1204953938'), ('tmp_823', u'CBRANCH_-1204954047'), ('const-2', u'INT_OR_-1204954124'), (u'INT_EQUAL_-1204953919', u'BOOL_AND_-1204953471'), (u'INDIRECT_-1204953505', u'MULTIEQUAL_-1204953460'), ('tmp_1996', u'CALL_-1204954361'), ('tmp_964', u'CBRANCH_-1204953938'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953221'), ('const-433', u'LOAD_-1204954075'), (u'INDIRECT_-1204953470', u'MULTIEQUAL_-1204953396'), (u'INDIRECT_-1204953458', u'MULTIEQUAL_-1204953268'), (u'PIECE_-1204953582', u'RETURN_-1204954074'), (u'INDIRECT_-1204953432', u'MULTIEQUAL_-1204953358'), (u'SUBPIECE_-1204953332', u'INT_NOTEQUAL_-1204954245'), (u'INT_EQUAL_-1204954266', u'BOOL_AND_-1204954203'), (u'INT_ADD_-1204953809', u'CAST_-1204953052'), (u'CAST_-1204953144', u'LOAD_-1204953938'), (u'CALL_-1204954361', u'INDIRECT_-1204953470'), (u'INT_EQUAL_-1204954266', u'MULTIEQUAL_-1204953599'), (u'LOAD_-1204953842', u'INT_ADD_-1204953809'), ('tmp_1994', u'CALL_-1204954361'), (u'CALL_-1204954525', u'CAST_-1204953412'), ('const-0', u'INT_EQUAL_-1204954477'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953183'), (u'BOOL_AND_-1204954203', u'CBRANCH_-1204954222'), (u'INT_EQUAL_-1204954028', u'MULTIEQUAL_-1204953264'), (u'PTRADD_-1204953149', u'LOAD_-1204953957'), ('const-8', u'PTRADD_-1204953206'), ('tmp_583', u'CBRANCH_-1204954185'), (u'PTRSUB_-1204953351', u'CALL_-1204954361'), (u'SUBPIECE_-1204953332', u'LOAD_-1204953842'), ('const-0', u'RETURN_-1204954074'), (u'MULTIEQUAL_-1204953280', u'MULTIEQUAL_-1204953396'), (u'COPY_-1204953221', u'MULTIEQUAL_-1204953473'), (u'INDIRECT_-1204953196', u'MULTIEQUAL_-1204953268'), ('const-433', u'LOAD_-1204953940'), (u'INT_OR_-1204954124', u'STORE_-1204954148'), (u'LOAD_-1204953964', u'CAST_-1204953144'), (u'INDIRECT_-1204953470', u'MULTIEQUAL_-1204953280'), (u'PTRADD_-1204953212', u'LOAD_-1204954075'), (u'SUBPIECE_-1204953332', u'PTRADD_-1204953149'), (u'INDIRECT_-1204953432', u'MULTIEQUAL_-1204953242'), ('const-433', u'LOAD_-1204953964'), (u'SUBPIECE_-1204953709', u'INT_EQUAL_-1204954208'), ('const-2', u'PTRADD_-1204953154'), ('const-8', u'SUBPIECE_-1204953455'), (u'INDIRECT_-1204953208', u'MULTIEQUAL_-1204953280'), (u'CALL_-1204954361', u'INDIRECT_-1204953458'), ('tmp_1021', u'CBRANCH_-1204953893'), (u'COPY_-1204954446', u'COPY_-1204953427'), ('tmp_3331', u'LOAD_-1204954151'), (u'BOOL_NEGATE_-1204953163', u'CBRANCH_-1204953893'), (u'INDIRECT_-1204953458', u'MULTIEQUAL_-1204953384'), ('const-433', u'LOAD_-1204954509'), (u'MULTIEQUAL_-1204953242', u'MULTIEQUAL_-1204953358'), (u'COPY_-1204953184', u'MULTIEQUAL_-1204953798'), ('const-0', u'COPY_-1204953915'), ('tmp_1994', u'SUBPIECE_-1204953709'), ('const-37', u'CALLIND_-1204954489'), (u'CALLIND_-1204953815', u'MULTIEQUAL_-1204953159'), ('const-8', u'SUBPIECE_-1204953331'), (u'LOAD_-1204954075', u'CAST_-1204953197'), ('const-72', u'INT_ADD_-1204953898'), ('tmp_1996', u'CALLIND_-1204953904'), ('tmp_1095', u'BRANCH_-1204953903'), (u'LOAD_-1204954509', u'INT_ADD_-1204954483'), ('const-433', u'LOAD_-1204953842'), ('const-0', u'COPY_-1204954446'), (u'CALL_-1204954361', u'SUBPIECE_-1204953331'), ('const-8', u'PTRADD_-1204953149'), (u'CALLIND_-1204953904', u'MULTIEQUAL_-1204953532'), (u'MULTIEQUAL_-1204953798', u'COPY_-1204953277'), (u'CALLIND_-1204954489', u'INDIRECT_-1204953505'), ('const-8', u'PTRADD_-1204953212'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953208'), ('const-4294967295', u'INT_EQUAL_-1204953919'), (u'CAST_-1204953191', u'INT_LESS_-1204954052'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953233'), ('const-80', u'INT_ADD_-1204954483'), ('const-0', u'INT_NOTEQUAL_-1204954245'), (u'INT_EQUAL_-1204954156', u'CBRANCH_-1204954153'), ('const-4294967295', u'INT_EQUAL_-1204954266'), (u'INDIRECT_-1204953183', u'MULTIEQUAL_-1204953255'), ('tmp_3334', u'CALL_-1204954361'), (u'CALL_-1204954525', u'INDIRECT_-1204953529'), (u'MULTIEQUAL_-1204953255', u'MULTIEQUAL_-1204953371'), ('const-433', u'STORE_-1204954148'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953196'), (u'MULTIEQUAL_-1204953532', u'INT_EQUAL_-1204954028'), ('tmp_3331', u'CALL_-1204954361'), (u'COPY_-1204953322', u'MULTIEQUAL_-1204953798'), ('const-0', u'STORE_-1204954522'), (u'CAST_-1204953197', u'LOAD_-1204954047'), (u'INDIRECT_-1204953445', u'MULTIEQUAL_-1204953255'), ('tmp_216', u'CBRANCH_-1204954459'), (u'SUBPIECE_-1204953455', u'INT_EQUAL_-1204954266'), ('const-4294967295', u'INT_AND_-1204953806'), ('const-433', u'LOAD_-1204954067'), ('tmp_523', u'CBRANCH_-1204954222'), (u'LOAD_-1204954151', u'INT_OR_-1204954124'), ('const-433', u'LOAD_-1204953825'), (u'LOAD_-1204953914', u'CALLIND_-1204953904'), (u'CALL_-1204954361', u'INDIRECT_-1204953445'), ('tmp_611', u'CBRANCH_-1204954170'), (u'INT_EQUAL_-1204954208', u'MULTIEQUAL_-1204953264'), (u'CAST_-1204953412', u'LOAD_-1204954509'), (u'CAST_-1204953388', u'LOAD_-1204954499'), (u'LOAD_-1204953940', u'INT_ADD_-1204953898'), (u'INT_SEXT_-1204953921', u'MULTIEQUAL_-1204953486'), (u'COPY_-1204953915', u'MULTIEQUAL_-1204953460'), (u'INT_EQUAL_-1204954208', u'CBRANCH_-1204954170'), ('tmp_1996', u'PTRADD_-1204953212'), ('const-8', u'PTRADD_-1204953154'), ('const-2', u'PTRADD_-1204953212'), (u'MULTIEQUAL_-1204953268', u'MULTIEQUAL_-1204953384'), ('const-433', u'LOAD_-1204954047'), (u'COPY_-1204953277', u'PIECE_-1204953582'), (u'CAST_-1204953412', u'CALLIND_-1204954489'), (u'INT_ADD_-1204954576', u'CALL_-1204954525'), (u'BOOL_AND_-1204954203', u'BOOL_AND_-1204953471'), (u'LOAD_-1204954047', u'MULTIEQUAL_-1204953532'), ('tmp_862', u'BRANCH_-1204954022'), ('tmp_1996', u'INT_NOTEQUAL_-1204954186'), (u'INT_SEXT_-1204954535', u'COPY_-1204953221'), (u'CAST_-1204953197', u'INT_LESS_-1204954052'), ('const-433', u'LOAD_-1204954499'), (u'COPY_-1204953427', u'MULTIEQUAL_-1204953473'), (u'PTRADD_-1204953154', u'LOAD_-1204953964'), ('const-0', u'COPY_-1204953915'), ('tmp_1996', u'LOAD_-1204953940'), (u'LOAD_-1204953938', u'MULTIEQUAL_-1204953159'), ('const-433', u'LOAD_-1204953914'), (u'INT_LESS_-1204953942', u'CBRANCH_-1204953938'), (u'INT_LESS_-1204954052', u'CBRANCH_-1204954047'), ('const-3', u'PTRADD_-1204953149'), ('tmp_643', u'CBRANCH_-1204954153'), (u'LOAD_-1204954067', u'CAST_-1204953191'), (u'INDIRECT_-1204953445', u'MULTIEQUAL_-1204953371'), ('tmp_919', u'BRANCH_-1204953888'), ('tmp_3446', u'INT_SEXT_-1204953921'), (u'INT_AND_-1204953806', u'PIECE_-1204953582'), (u'INT_ADD_-1204954483', u'CAST_-1204953388'), (u'MULTIEQUAL_-1204953599', u'INT_EQUAL_-1204954156'), (u'SUBPIECE_-1204953332', u'PTRADD_-1204953154'), (u'COPY_-1204953915', u'COPY_-1204953185'), (u'SUBPIECE_-1204953332', u'CALLIND_-1204953815'), ('const-433', u'LOAD_-1204953957'), (u'COPY_-1204953428', u'MULTIEQUAL_-1204953486'), ('tmp_3331', u'STORE_-1204954522'), (u'INDIRECT_-1204953170', u'MULTIEQUAL_-1204953242'), ('tmp_2001', u'INT_ADD_-1204954576'), ('tmp_1999', u'CALL_-1204954361'), (u'SUBPIECE_-1204953332', u'COPY_-1204953322'), (u'INT_NOTEQUAL_-1204954245', u'BOOL_AND_-1204954203'), (u'CALLIND_-1204953904', u'INDIRECT_-1204953195'), (u'CALLIND_-1204953815', u'INDIRECT_-1204953208'), ('const-4294967295', u'INT_EQUAL_-1204954208'), ('const-4294967295', u'INT_EQUAL_-1204954028'), (u'SUBPIECE_-1204953331', u'INT_AND_-1204953806'), (u'INT_EQUAL_-1204954477', u'CBRANCH_-1204954459'), ('tmp_2001', u'CALL_-1204954361'), (u'BOOL_AND_-1204953471', u'MULTIEQUAL_-1204953599'), ('tmp_2002', u'CALL_-1204954361'), (u'INT_EQUAL_-1204953919', u'BOOL_NEGATE_-1204953163'), (u'MULTIEQUAL_-1204953159', u'INT_EQUAL_-1204953919'), ('const-72', u'INT_ADD_-1204953809'), (u'CAST_-1204953139', u'INT_LESS_-1204953942')]
| null | null |
0032d9e0
|
x64
|
O2
|
(translation_unit "undefined1 [16]\nFUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,\n undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,\n char param_10)\n\n{\n bool bVar1;\n int iVar2;\n long *plVar3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_50;\n undefined4 local_48;\n int local_44;\n int local_40;\n undefined4 local_3c;\n \n plVar3 = (long *)FUN_00327620(param_6 + 0xd0);\n *param_7 = 0;\n local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);\n if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }\n auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);\n plVar4 = auVar6._0_8_;\n local_50 = auVar6._8_4_;\n bVar5 = local_50 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n plVar3 = plVar4;\n if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }\n auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;\n bVar1 = (int)param_5 == -1;\n if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar3;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,\n undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,\n char param_10)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_0032d9e0(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , identifier (ERROR "param_8" identifier) , (ERROR "char" identifier) identifier , (ERROR "char param_10)\n\n{\n bool" identifier identifier ) { primitive_type) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (expression_statement "plVar3 = (long *)FUN_00327620(param_6 + 0xd0);" (assignment_expression "plVar3 = (long *)FUN_00327620(param_6 + 0xd0)" identifier = (cast_expression "(long *)FUN_00327620(param_6 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00327620(param_6 + 0xd0)" identifier (argument_list "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) ))))) ;) (expression_statement "*param_7 = 0;" (assignment_expression "*param_7 = 0" (pointer_expression "*param_7" * identifier) = number_literal) ;) (expression_statement "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);" (assignment_expression "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25)" identifier = (call_expression "(**(code **)(*plVar3 + 0x50))(plVar3,0x25)" (parenthesized_expression "(**(code **)(*plVar3 + 0x50))" ( (pointer_expression "**(code **)(*plVar3 + 0x50)" * (pointer_expression "*(code **)(*plVar3 + 0x50)" * (cast_expression "(code **)(*plVar3 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0x50)" ( (binary_expression "*plVar3 + 0x50" (pointer_expression "*plVar3" * identifier) + number_literal) ))))) )) (argument_list "(plVar3,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" if (parenthesized_expression "(param_10 == '\0')" ( (binary_expression "param_10 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40 = 0;\n local_44 = (int)param_9;\n }" { (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "local_44 = (int)param_9;" (assignment_expression "local_44 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }) (else_clause "else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" else (compound_statement "{\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" { (expression_statement "local_44 = (int)param_10;" (assignment_expression "local_44 = (int)param_10" identifier = (cast_expression "(int)param_10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (expression_statement "local_40 = (int)param_9;" (assignment_expression "local_40 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }))) (expression_statement "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);" (assignment_expression "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier = (call_expression "FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) )))) ;) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" identifier = (field_expression "auVar6._0_8_" identifier . field_identifier)) ;) (expression_statement "local_50 = auVar6._8_4_;" (assignment_expression "local_50 = auVar6._8_4_" identifier = (field_expression "auVar6._8_4_" identifier . field_identifier)) ;) (expression_statement "bVar5 = local_50 == -1;" (assignment_expression "bVar5 = local_50 == -1" identifier = (binary_expression "local_50 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" identifier = identifier) ;) (if_statement "if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" { (if_statement "if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" if (parenthesized_expression "((int *)plVar4[2] < (int *)plVar4[3])" ( (binary_expression "(int *)plVar4[2] < (int *)plVar4[3]" (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])) < (cast_expression "(int *)plVar4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)plVar4[2];\n }" { (expression_statement "iVar2 = *(int *)plVar4[2];" (assignment_expression "iVar2 = *(int *)plVar4[2]" identifier = (pointer_expression "*(int *)plVar4[2]" * (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) }))) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (expression_statement "plVar3 = (long *)0x0;" (assignment_expression "plVar3 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar2 != -1) {\n plVar3 = plVar4;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n plVar3 = plVar4;\n }" { (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" identifier = identifier) ;) })) })) (expression_statement "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) = (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) & number_literal)) ;) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) (compound_statement "{\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" { (if_statement "if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" if (parenthesized_expression "((int *)param_4[2] < (int *)param_4[3])" ( (binary_expression "(int *)param_4[2] < (int *)param_4[3]" (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])) < (cast_expression "(int *)param_4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)param_4[2];\n }" { (expression_statement "iVar2 = *(int *)param_4[2];" (assignment_expression "iVar2 = *(int *)param_4[2]" identifier = (pointer_expression "*(int *)param_4[2]" * (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) }))) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar5 == bVar1)" ( (binary_expression "bVar5 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar6._0_8_ = plVar3;" (assignment_expression "auVar6._0_8_ = plVar3" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) (ERROR "}" }))
|
(translation_unit "/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, tm*, char, char) const */\n\nundefined1 [16]\nstd::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)\n\n{\n bool bVar1;\n int iVar2;\n ctype *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n undefined1 auVar7 [16];\n int local_50;\n undefined4 local_48;\n int local_44;\n int local_40;\n undefined4 local_3c;\n \n pcVar3 = use_facet<std::ctype<wchar_t>>((locale *)(param_6 + 0xd0));\n *param_7 = 0;\n local_48 = (**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25);\n if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }\n auVar7 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);\n plVar4 = auVar7._0_8_;\n local_50 = auVar7._8_4_;\n bVar6 = local_50 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar6;\n plVar5 = plVar4;\n if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar6 = iVar2 == -1 && bVar1;\n plVar5 = (long *)0x0;\n if (iVar2 != -1) {\n plVar5 = plVar4;\n }\n }\n auVar7._8_8_ = auVar7._8_8_ & 0xffffffff;\n bVar1 = (int)param_5 == -1;\n if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }\n if (bVar6 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar7._0_8_ = plVar5;\n return auVar7;\n}\n\n" comment (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (labeled_statement "std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" statement_identifier (ERROR "::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std:" : : (comma_expression "time_get<wchar_t,std" (binary_expression "time_get<wchar_t" identifier < identifier) , identifier) : : (comma_expression "istreambuf_iterator<wchar_t,std" (binary_expression "istreambuf_iterator<wchar_t" identifier < identifier) , identifier) :) : (expression_statement "char_traits<wchar_t>>>::get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" (binary_expression "char_traits<wchar_t>>>::get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" identifier < (binary_expression "wchar_t>>>::get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" identifier >> (ERROR ">::" > : :) (call_expression "get\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" identifier (argument_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,undefined8 param_5\n ,long param_6,uint *param_7,undefined8 param_8,char param_9,char param_10)" ( identifier (ERROR "param_1" identifier) , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , (binary_expression "long *param_4" identifier * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (binary_expression "uint *param_7" identifier * identifier) , identifier (ERROR "param_8" identifier) , (ERROR "char" identifier) identifier , (ERROR "char" identifier) identifier ))))) ;)) (compound_statement "{\n bool bVar1;\n int iVar2;\n ctype *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n undefined1 auVar7 [16];\n int local_50;\n undefined4 local_48;\n int local_44;\n int local_40;\n undefined4 local_3c;\n \n pcVar3 = use_facet<std::ctype<wchar_t>>((locale *)(param_6 + 0xd0));\n *param_7 = 0;\n local_48 = (**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25);\n if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }\n auVar7 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);\n plVar4 = auVar7._0_8_;\n local_50 = auVar7._8_4_;\n bVar6 = local_50 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar6;\n plVar5 = plVar4;\n if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar6 = iVar2 == -1 && bVar1;\n plVar5 = (long *)0x0;\n if (iVar2 != -1) {\n plVar5 = plVar4;\n }\n }\n auVar7._8_8_ = auVar7._8_8_ & 0xffffffff;\n bVar1 = (int)param_5 == -1;\n if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }\n if (bVar6 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar7._0_8_ = plVar5;\n return auVar7;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "ctype *pcVar3;" type_identifier (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "undefined1 auVar7 [16];" type_identifier (array_declarator "auVar7 [16]" identifier [ number_literal ]) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (expression_statement "pcVar3 = use_facet<std::ctype<wchar_t>>((locale *)(param_6 + 0xd0));" (binary_expression "pcVar3 = use_facet<std::ctype<wchar_t>>((locale *)(param_6 + 0xd0))" (assignment_expression "pcVar3 = use_facet<std" identifier = (binary_expression "use_facet<std" identifier < identifier)) (ERROR "::ctype" : : identifier) < (binary_expression "wchar_t>>((locale *)(param_6 + 0xd0))" identifier >> (parenthesized_expression "((locale *)(param_6 + 0xd0))" ( (cast_expression "(locale *)(param_6 + 0xd0)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) ))) )))) ;) (expression_statement "*param_7 = 0;" (assignment_expression "*param_7 = 0" (pointer_expression "*param_7" * identifier) = number_literal) ;) (expression_statement "local_48 = (**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25);" (assignment_expression "local_48 = (**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25)" identifier = (call_expression "(**(code **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25)" (parenthesized_expression "(**(code **)(*(long *)pcVar3 + 0x50))" ( (pointer_expression "**(code **)(*(long *)pcVar3 + 0x50)" * (pointer_expression "*(code **)(*(long *)pcVar3 + 0x50)" * (cast_expression "(code **)(*(long *)pcVar3 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pcVar3 + 0x50)" ( (binary_expression "*(long *)pcVar3 + 0x50" (pointer_expression "*(long *)pcVar3" * (cast_expression "(long *)pcVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pcVar3,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" if (parenthesized_expression "(param_10 == '\0')" ( (binary_expression "param_10 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40 = 0;\n local_44 = (int)param_9;\n }" { (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "local_44 = (int)param_9;" (assignment_expression "local_44 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }) (else_clause "else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" else (compound_statement "{\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" { (expression_statement "local_44 = (int)param_10;" (assignment_expression "local_44 = (int)param_10" identifier = (cast_expression "(int)param_10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (expression_statement "local_40 = (int)param_9;" (assignment_expression "local_40 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }))) (expression_statement "auVar7 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);" (assignment_expression "auVar7 = _M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier = (call_expression "_M_extract_via_format\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) )))) ;) (expression_statement "plVar4 = auVar7._0_8_;" (assignment_expression "plVar4 = auVar7._0_8_" identifier = (field_expression "auVar7._0_8_" identifier . field_identifier)) ;) (expression_statement "local_50 = auVar7._8_4_;" (assignment_expression "local_50 = auVar7._8_4_" identifier = (field_expression "auVar7._8_4_" identifier . field_identifier)) ;) (expression_statement "bVar6 = local_50 == -1;" (assignment_expression "bVar6 = local_50 == -1" identifier = (binary_expression "local_50 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar6;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar6" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar6" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" identifier = identifier) ;) (if_statement "if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar6 = iVar2 == -1 && bVar1;\n plVar5 = (long *)0x0;\n if (iVar2 != -1) {\n plVar5 = plVar4;\n }\n }" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar6 = iVar2 == -1 && bVar1;\n plVar5 = (long *)0x0;\n if (iVar2 != -1) {\n plVar5 = plVar4;\n }\n }" { (if_statement "if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" if (parenthesized_expression "((int *)plVar4[2] < (int *)plVar4[3])" ( (binary_expression "(int *)plVar4[2] < (int *)plVar4[3]" (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])) < (cast_expression "(int *)plVar4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)plVar4[2];\n }" { (expression_statement "iVar2 = *(int *)plVar4[2];" (assignment_expression "iVar2 = *(int *)plVar4[2]" identifier = (pointer_expression "*(int *)plVar4[2]" * (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) }))) (expression_statement "bVar6 = iVar2 == -1 && bVar1;" (assignment_expression "bVar6 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar2 != -1) {\n plVar5 = plVar4;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n plVar5 = plVar4;\n }" { (expression_statement "plVar5 = plVar4;" (assignment_expression "plVar5 = plVar4" identifier = identifier) ;) })) })) (expression_statement "auVar7._8_8_ = auVar7._8_8_ & 0xffffffff;" (assignment_expression "auVar7._8_8_ = auVar7._8_8_ & 0xffffffff" (field_expression "auVar7._8_8_" identifier . field_identifier) = (binary_expression "auVar7._8_8_ & 0xffffffff" (field_expression "auVar7._8_8_" identifier . field_identifier) & number_literal)) ;) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) (compound_statement "{\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" { (if_statement "if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" if (parenthesized_expression "((int *)param_4[2] < (int *)param_4[3])" ( (binary_expression "(int *)param_4[2] < (int *)param_4[3]" (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])) < (cast_expression "(int *)param_4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)param_4[2];\n }" { (expression_statement "iVar2 = *(int *)param_4[2];" (assignment_expression "iVar2 = *(int *)param_4[2]" identifier = (pointer_expression "*(int *)param_4[2]" * (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) }))) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar6 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar6 == bVar1)" ( (binary_expression "bVar6 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar7._0_8_ = plVar5;" (assignment_expression "auVar7._0_8_ = plVar5" (field_expression "auVar7._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar7;" return identifier ;) }))
|
(translation_unit "undefined1 [16]\nFUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,\n undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,\n char param_10)\n\n{\n bool bVar1;\n int iVar2;\n long *plVar3;\n long *plVar4;\n bool bVar5;\n undefined1 auVar6 [16];\n int local_50;\n undefined4 local_48;\n int local_44;\n int local_40;\n undefined4 local_3c;\n \n plVar3 = (long *)FUN_00327620(param_6 + 0xd0);\n *param_7 = 0;\n local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);\n if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }\n auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);\n plVar4 = auVar6._0_8_;\n local_50 = auVar6._8_4_;\n bVar5 = local_50 == -1;\n bVar1 = plVar4 != (long *)0x0 && bVar5;\n plVar3 = plVar4;\n if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }\n auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;\n bVar1 = (int)param_5 == -1;\n if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }\n if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }\n auVar6._0_8_ = plVar3;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (declaration "FUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,\n undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,\n char param_10)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_0032d9e0(undefined8" identifier ( (type_descriptor "undefined8" type_identifier) )) identifier , identifier (ERROR "param_2" identifier) , identifier (ERROR "param_3" identifier) , (ERROR "long" identifier) (pointer_declarator "*param_4" * identifier) , identifier (ERROR "param_5" identifier) , (ERROR "long" identifier) identifier , (ERROR "uint" identifier) (pointer_declarator "*param_7" * identifier) , identifier (ERROR "param_8" identifier) , (ERROR "char" identifier) identifier , (ERROR "char param_10)\n\n{\n bool" identifier identifier ) { primitive_type) identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "undefined4 local_3c;" type_identifier identifier ;) (expression_statement "plVar3 = (long *)FUN_00327620(param_6 + 0xd0);" (assignment_expression "plVar3 = (long *)FUN_00327620(param_6 + 0xd0)" identifier = (cast_expression "(long *)FUN_00327620(param_6 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00327620(param_6 + 0xd0)" identifier (argument_list "(param_6 + 0xd0)" ( (binary_expression "param_6 + 0xd0" identifier + number_literal) ))))) ;) (expression_statement "*param_7 = 0;" (assignment_expression "*param_7 = 0" (pointer_expression "*param_7" * identifier) = number_literal) ;) (expression_statement "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);" (assignment_expression "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25)" identifier = (call_expression "(**(code **)(*plVar3 + 0x50))(plVar3,0x25)" (parenthesized_expression "(**(code **)(*plVar3 + 0x50))" ( (pointer_expression "**(code **)(*plVar3 + 0x50)" * (pointer_expression "*(code **)(*plVar3 + 0x50)" * (cast_expression "(code **)(*plVar3 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0x50)" ( (binary_expression "*plVar3 + 0x50" (pointer_expression "*plVar3" * identifier) + number_literal) ))))) )) (argument_list "(plVar3,0x25)" ( identifier , number_literal )))) ;) (if_statement "if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" if (parenthesized_expression "(param_10 == '\0')" ( (binary_expression "param_10 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_40 = 0;\n local_44 = (int)param_9;\n }" { (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "local_44 = (int)param_9;" (assignment_expression "local_44 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }) (else_clause "else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" else (compound_statement "{\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" { (expression_statement "local_44 = (int)param_10;" (assignment_expression "local_44 = (int)param_10" identifier = (cast_expression "(int)param_10" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" identifier = number_literal) ;) (expression_statement "local_40 = (int)param_9;" (assignment_expression "local_40 = (int)param_9" identifier = (cast_expression "(int)param_9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }))) (expression_statement "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);" (assignment_expression "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier = (call_expression "FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) )))) ;) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" identifier = (field_expression "auVar6._0_8_" identifier . field_identifier)) ;) (expression_statement "local_50 = auVar6._8_4_;" (assignment_expression "local_50 = auVar6._8_4_" identifier = (field_expression "auVar6._8_4_" identifier . field_identifier)) ;) (expression_statement "bVar5 = local_50 == -1;" (assignment_expression "bVar5 = local_50 == -1" identifier = (binary_expression "local_50 == -1" identifier == number_literal)) ;) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" identifier = (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) && identifier)) ;) (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" identifier = identifier) ;) (if_statement "if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" if (parenthesized_expression "(bVar1)" ( identifier )) (compound_statement "{\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" { (if_statement "if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" if (parenthesized_expression "((int *)plVar4[2] < (int *)plVar4[3])" ( (binary_expression "(int *)plVar4[2] < (int *)plVar4[3]" (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])) < (cast_expression "(int *)plVar4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)plVar4[2];\n }" { (expression_statement "iVar2 = *(int *)plVar4[2];" (assignment_expression "iVar2 = *(int *)plVar4[2]" identifier = (pointer_expression "*(int *)plVar4[2]" * (cast_expression "(int *)plVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" { (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" identifier = (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" ( (pointer_expression "**(code **)(*plVar4 + 0x48)" * (pointer_expression "*(code **)(*plVar4 + 0x48)" * (cast_expression "(code **)(*plVar4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar4 + 0x48)" ( (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" * identifier) + number_literal) ))))) )) (argument_list "(plVar4)" ( identifier )))) ;) }))) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" identifier = (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" identifier == number_literal) && identifier)) ;) (expression_statement "plVar3 = (long *)0x0;" (assignment_expression "plVar3 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (iVar2 != -1) {\n plVar3 = plVar4;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n plVar3 = plVar4;\n }" { (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" identifier = identifier) ;) })) })) (expression_statement "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) = (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" identifier . field_identifier) & number_literal)) ;) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" identifier = (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ;) (if_statement "if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" if (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" ( (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" ( (binary_expression "param_4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1)" ( identifier ))) )) (compound_statement "{\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" { (if_statement "if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" if (parenthesized_expression "((int *)param_4[2] < (int *)param_4[3])" ( (binary_expression "(int *)param_4[2] < (int *)param_4[3]" (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])) < (cast_expression "(int *)param_4[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[3]" identifier [ number_literal ]))) )) (compound_statement "{\n iVar2 = *(int *)param_4[2];\n }" { (expression_statement "iVar2 = *(int *)param_4[2];" (assignment_expression "iVar2 = *(int *)param_4[2]" identifier = (pointer_expression "*(int *)param_4[2]" * (cast_expression "(int *)param_4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_4[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" else (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" { (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" identifier = (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" ( (pointer_expression "**(code **)(*param_4 + 0x48)" * (pointer_expression "*(code **)(*param_4 + 0x48)" * (cast_expression "(code **)(*param_4 + 0x48)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x48)" ( (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4)" ( identifier )))) ;) }))) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" identifier = (binary_expression "iVar2 == -1" identifier == number_literal)) ;) })) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" if (parenthesized_expression "(bVar5 == bVar1)" ( (binary_expression "bVar5 == bVar1" identifier == identifier) )) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" { (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" * identifier) = (binary_expression "*param_7 | 2" (pointer_expression "*param_7" * identifier) | number_literal)) ;) })) (expression_statement "auVar6._0_8_ = plVar3;" (assignment_expression "auVar6._0_8_ = plVar3" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) (ERROR "}" }))
|
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) (pointer_declarator * IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , IDENT (ERROR IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT IDENT ) { TYPE) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) && IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT == LIT) && IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (binary_expression (field_expression IDENT . field_identifier) & LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( IDENT ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;) })) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) (ERROR }))
|
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_0032d9e0(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,\n undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,\n char param_10)\n\n{\n bool bVar1;" (macro_type_specifier "FUN_0032d9e0(undefined8" (identifier "FUN_0032d9e0") (( "(") (type_descriptor "undefined8" (type_identifier "undefined8")) () "")) (identifier "param_1") (, ",") (identifier "undefined8") (ERROR "param_2" (identifier "param_2")) (, ",") (identifier "undefined8") (ERROR "param_3" (identifier "param_3")) (, ",") (ERROR "long" (identifier "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4")) (, ",") (identifier "undefined8") (ERROR "param_5" (identifier "param_5")) (, ",") (ERROR "long" (identifier "long")) (identifier "param_6") (, ",") (ERROR "uint" (identifier "uint")) (pointer_declarator "*param_7" (* "*") (identifier "param_7")) (, ",") (identifier "undefined8") (ERROR "param_8" (identifier "param_8")) (, ",") (ERROR "char" (identifier "char")) (identifier "param_9") (, ",") (ERROR "char param_10)\n\n{\n bool" (identifier "char") (identifier "param_10") () ")") ({ "{") (primitive_type "bool")) (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "undefined1 auVar6 [16];" (type_identifier "undefined1") (array_declarator "auVar6 [16]" (identifier "auVar6") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "undefined4 local_48;" (type_identifier "undefined4") (identifier "local_48") (; ";")) (declaration "int local_44;" (primitive_type "int") (identifier "local_44") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (declaration "undefined4 local_3c;" (type_identifier "undefined4") (identifier "local_3c") (; ";")) (expression_statement "plVar3 = (long *)FUN_00327620(param_6 + 0xd0);" (assignment_expression "plVar3 = (long *)FUN_00327620(param_6 + 0xd0)" (identifier "plVar3") (= "=") (cast_expression "(long *)FUN_00327620(param_6 + 0xd0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00327620(param_6 + 0xd0)" (identifier "FUN_00327620") (argument_list "(param_6 + 0xd0)" (( "(") (binary_expression "param_6 + 0xd0" (identifier "param_6") (+ "+") (number_literal "0xd0")) () ")"))))) (; ";")) (expression_statement "*param_7 = 0;" (assignment_expression "*param_7 = 0" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);" (assignment_expression "local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25)" (identifier "local_48") (= "=") (call_expression "(**(code **)(*plVar3 + 0x50))(plVar3,0x25)" (parenthesized_expression "(**(code **)(*plVar3 + 0x50))" (( "(") (pointer_expression "**(code **)(*plVar3 + 0x50)" (* "*") (pointer_expression "*(code **)(*plVar3 + 0x50)" (* "*") (cast_expression "(code **)(*plVar3 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar3 + 0x50)" (( "(") (binary_expression "*plVar3 + 0x50" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (argument_list "(plVar3,0x25)" (( "(") (identifier "plVar3") (, ",") (number_literal "0x25") () ")")))) (; ";")) (if_statement "if (param_10 == '\0') {\n local_40 = 0;\n local_44 = (int)param_9;\n }\n else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" (if "if") (parenthesized_expression "(param_10 == '\0')" (( "(") (binary_expression "param_10 == '\0'" (identifier "param_10") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_40 = 0;\n local_44 = (int)param_9;\n }" ({ "{") (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_44 = (int)param_9;" (assignment_expression "local_44 = (int)param_9" (identifier "local_44") (= "=") (cast_expression "(int)param_9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_9"))) (; ";")) (} "}")) (else_clause "else {\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" (else "else") (compound_statement "{\n local_44 = (int)param_10;\n local_3c = 0;\n local_40 = (int)param_9;\n }" ({ "{") (expression_statement "local_44 = (int)param_10;" (assignment_expression "local_44 = (int)param_10" (identifier "local_44") (= "=") (cast_expression "(int)param_10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_10"))) (; ";")) (expression_statement "local_3c = 0;" (assignment_expression "local_3c = 0" (identifier "local_3c") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40 = (int)param_9;" (assignment_expression "local_40 = (int)param_9" (identifier "local_40") (= "=") (cast_expression "(int)param_9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_9"))) (; ";")) (} "}")))) (expression_statement "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);" (assignment_expression "auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" (identifier "auVar6") (= "=") (call_expression "FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" (identifier "FUN_0032c9c0") (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")")))) (; ";")) (expression_statement "plVar4 = auVar6._0_8_;" (assignment_expression "plVar4 = auVar6._0_8_" (identifier "plVar4") (= "=") (field_expression "auVar6._0_8_" (identifier "auVar6") (. ".") (field_identifier "_0_8_"))) (; ";")) (expression_statement "local_50 = auVar6._8_4_;" (assignment_expression "local_50 = auVar6._8_4_" (identifier "local_50") (= "=") (field_expression "auVar6._8_4_" (identifier "auVar6") (. ".") (field_identifier "_8_4_"))) (; ";")) (expression_statement "bVar5 = local_50 == -1;" (assignment_expression "bVar5 = local_50 == -1" (identifier "bVar5") (= "=") (binary_expression "local_50 == -1" (identifier "local_50") (== "==") (number_literal "-1"))) (; ";")) (expression_statement "bVar1 = plVar4 != (long *)0x0 && bVar5;" (assignment_expression "bVar1 = plVar4 != (long *)0x0 && bVar5" (identifier "bVar1") (= "=") (binary_expression "plVar4 != (long *)0x0 && bVar5" (binary_expression "plVar4 != (long *)0x0" (identifier "plVar4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (&& "&&") (identifier "bVar5"))) (; ";")) (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" (identifier "plVar3") (= "=") (identifier "plVar4")) (; ";")) (if_statement "if (bVar1) {\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" (if "if") (parenthesized_expression "(bVar1)" (( "(") (identifier "bVar1") () ")")) (compound_statement "{\n if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }\n bVar5 = iVar2 == -1 && bVar1;\n plVar3 = (long *)0x0;\n if (iVar2 != -1) {\n plVar3 = plVar4;\n }\n }" ({ "{") (if_statement "if ((int *)plVar4[2] < (int *)plVar4[3]) {\n iVar2 = *(int *)plVar4[2];\n }\n else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" (if "if") (parenthesized_expression "((int *)plVar4[2] < (int *)plVar4[3])" (( "(") (binary_expression "(int *)plVar4[2] < (int *)plVar4[3]" (cast_expression "(int *)plVar4[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar4[2]" (identifier "plVar4") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(int *)plVar4[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar4[3]" (identifier "plVar4") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar2 = *(int *)plVar4[2];\n }" ({ "{") (expression_statement "iVar2 = *(int *)plVar4[2];" (assignment_expression "iVar2 = *(int *)plVar4[2]" (identifier "iVar2") (= "=") (pointer_expression "*(int *)plVar4[2]" (* "*") (cast_expression "(int *)plVar4[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar4[2]" (identifier "plVar4") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" (else "else") (compound_statement "{\n iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);" (assignment_expression "iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*plVar4 + 0x48))(plVar4)" (parenthesized_expression "(**(code **)(*plVar4 + 0x48))" (( "(") (pointer_expression "**(code **)(*plVar4 + 0x48)" (* "*") (pointer_expression "*(code **)(*plVar4 + 0x48)" (* "*") (cast_expression "(code **)(*plVar4 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar4 + 0x48)" (( "(") (binary_expression "*plVar4 + 0x48" (pointer_expression "*plVar4" (* "*") (identifier "plVar4")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(plVar4)" (( "(") (identifier "plVar4") () ")")))) (; ";")) (} "}")))) (expression_statement "bVar5 = iVar2 == -1 && bVar1;" (assignment_expression "bVar5 = iVar2 == -1 && bVar1" (identifier "bVar5") (= "=") (binary_expression "iVar2 == -1 && bVar1" (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) (&& "&&") (identifier "bVar1"))) (; ";")) (expression_statement "plVar3 = (long *)0x0;" (assignment_expression "plVar3 = (long *)0x0" (identifier "plVar3") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (iVar2 != -1) {\n plVar3 = plVar4;\n }" (if "if") (parenthesized_expression "(iVar2 != -1)" (( "(") (binary_expression "iVar2 != -1" (identifier "iVar2") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n plVar3 = plVar4;\n }" ({ "{") (expression_statement "plVar3 = plVar4;" (assignment_expression "plVar3 = plVar4" (identifier "plVar3") (= "=") (identifier "plVar4")) (; ";")) (} "}"))) (} "}"))) (expression_statement "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;" (assignment_expression "auVar6._8_8_ = auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" (identifier "auVar6") (. ".") (field_identifier "_8_8_")) (= "=") (binary_expression "auVar6._8_8_ & 0xffffffff" (field_expression "auVar6._8_8_" (identifier "auVar6") (. ".") (field_identifier "_8_8_")) (& "&") (number_literal "0xffffffff"))) (; ";")) (expression_statement "bVar1 = (int)param_5 == -1;" (assignment_expression "bVar1 = (int)param_5 == -1" (identifier "bVar1") (= "=") (binary_expression "(int)param_5 == -1" (cast_expression "(int)param_5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_5")) (== "==") (number_literal "-1"))) (; ";")) (if_statement "if ((param_4 != (long *)0x0) && (bVar1)) {\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" (if "if") (parenthesized_expression "((param_4 != (long *)0x0) && (bVar1))" (( "(") (binary_expression "(param_4 != (long *)0x0) && (bVar1)" (parenthesized_expression "(param_4 != (long *)0x0)" (( "(") (binary_expression "param_4 != (long *)0x0" (identifier "param_4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(bVar1)" (( "(") (identifier "bVar1") () ")"))) () ")")) (compound_statement "{\n if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }\n bVar1 = iVar2 == -1;\n }" ({ "{") (if_statement "if ((int *)param_4[2] < (int *)param_4[3]) {\n iVar2 = *(int *)param_4[2];\n }\n else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" (if "if") (parenthesized_expression "((int *)param_4[2] < (int *)param_4[3])" (( "(") (binary_expression "(int *)param_4[2] < (int *)param_4[3]" (cast_expression "(int *)param_4[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_4[2]" (identifier "param_4") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(int *)param_4[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_4[3]" (identifier "param_4") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n iVar2 = *(int *)param_4[2];\n }" ({ "{") (expression_statement "iVar2 = *(int *)param_4[2];" (assignment_expression "iVar2 = *(int *)param_4[2]" (identifier "iVar2") (= "=") (pointer_expression "*(int *)param_4[2]" (* "*") (cast_expression "(int *)param_4[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_4[2]" (identifier "param_4") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" (else "else") (compound_statement "{\n iVar2 = (**(code **)(*param_4 + 0x48))(param_4);\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*param_4 + 0x48))(param_4);" (assignment_expression "iVar2 = (**(code **)(*param_4 + 0x48))(param_4)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*param_4 + 0x48))(param_4)" (parenthesized_expression "(**(code **)(*param_4 + 0x48))" (( "(") (pointer_expression "**(code **)(*param_4 + 0x48)" (* "*") (pointer_expression "*(code **)(*param_4 + 0x48)" (* "*") (cast_expression "(code **)(*param_4 + 0x48)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 0x48)" (( "(") (binary_expression "*param_4 + 0x48" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (argument_list "(param_4)" (( "(") (identifier "param_4") () ")")))) (; ";")) (} "}")))) (expression_statement "bVar1 = iVar2 == -1;" (assignment_expression "bVar1 = iVar2 == -1" (identifier "bVar1") (= "=") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if (bVar5 == bVar1) {\n *param_7 = *param_7 | 2;\n }" (if "if") (parenthesized_expression "(bVar5 == bVar1)" (( "(") (binary_expression "bVar5 == bVar1" (identifier "bVar5") (== "==") (identifier "bVar1")) () ")")) (compound_statement "{\n *param_7 = *param_7 | 2;\n }" ({ "{") (expression_statement "*param_7 = *param_7 | 2;" (assignment_expression "*param_7 = *param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (binary_expression "*param_7 | 2" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (| "|") (number_literal "2"))) (; ";")) (} "}"))) (expression_statement "auVar6._0_8_ = plVar3;" (assignment_expression "auVar6._0_8_ = plVar3" (field_expression "auVar6._0_8_" (identifier "auVar6") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "plVar3")) (; ";")) (return_statement "return auVar6;" (return "return") (identifier "auVar6") (; ";")) (ERROR "}" (} "}"))
|
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*, char, char) const */
type_2 [16]
std::time_get<var_2,var_9::istreambuf_iterator<var_2,var_9::var_1<var_2>>>::var_3
(undefined8 param_1,undefined8 param_2,undefined8 param_3,var_4 *var_5,undefined8 param_5
,var_4 var_10,var_6 *var_7,undefined8 param_8,char param_9,char var_11)
{
bool var_17;
int var_16;
type_1 *pcVar3;
long *var_14;
long *plVar5;
bool var_15;
type_2 auVar7 [16];
int var_13;
type_3 local_48;
int local_44;
int local_40;
type_3 local_3c;
pcVar3 = var_8<var_9::type_1<var_2>>((type_4 *)(var_10 + 0xd0));
*var_7 = 0;
local_48 = (**(type_5 **)(*(long *)pcVar3 + 0x50))(pcVar3,0x25);
if (var_11 == '\0') {
local_40 = 0;
local_44 = (int)param_9;
}
else {
local_44 = (int)var_11;
local_3c = 0;
local_40 = (int)param_9;
}
auVar7 = var_12
(param_1,param_2,param_3,var_5,param_5,var_10,var_7,param_8,&local_48);
var_14 = auVar7._0_8_;
var_13 = auVar7._8_4_;
var_15 = var_13 == -1;
var_17 = var_14 != (long *)0x0 && var_15;
plVar5 = var_14;
if (var_17) {
if ((int *)var_14[2] < (int *)var_14[3]) {
var_16 = *(int *)var_14[2];
}
else {
var_16 = (**(type_5 **)(*var_14 + 0x48))(var_14);
}
var_15 = var_16 == -1 && var_17;
plVar5 = (long *)0x0;
if (var_16 != -1) {
plVar5 = var_14;
}
}
auVar7._8_8_ = auVar7._8_8_ & 0xffffffff;
var_17 = (int)param_5 == -1;
if ((var_5 != (long *)0x0) && (var_17)) {
if ((int *)var_5[2] < (int *)var_5[3]) {
var_16 = *(int *)var_5[2];
}
else {
var_16 = (**(type_5 **)(*var_5 + 0x48))(var_5);
}
var_17 = var_16 == -1;
}
if (var_15 == var_17) {
*var_7 = *var_7 | 2;
}
auVar7._0_8_ = plVar5;
return auVar7;
}
| null |
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) declarator: (identifier) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_declarator declarator: (identifier)) declarator: (identifier) (ERROR (identifier)) (ERROR (identifier)) declarator: (identifier) (ERROR (identifier) (identifier) (primitive_type)) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (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) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier)) (ERROR))
| null |
undefined1 [16]
MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,long *param_4,
undefined8 param_5,long param_6,uint *param_7,undefined8 param_8,char param_9,
char param_10)
{
bool bVar1;
int iVar2;
long *plVar3;
long *plVar4;
bool bVar5;
undefined1 auVar6 [16];
int local_50;
undefined4 local_48;
int local_44;
int local_40;
undefined4 local_3c;
plVar3 = (long *)FUN_00327620(param_6 + 0xd0);
*param_7 = 0;
local_48 = (**(code **)(*plVar3 + 0x50))(plVar3,0x25);
if (param_10 == '\0') {
local_40 = 0;
local_44 = (int)param_9;
}
else {
local_44 = (int)param_10;
local_3c = 0;
local_40 = (int)param_9;
}
auVar6 = FUN_0032c9c0(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,&local_48);
plVar4 = auVar6._0_8_;
local_50 = auVar6._8_4_;
bVar5 = local_50 == -1;
bVar1 = plVar4 != (long *)0x0 && bVar5;
plVar3 = plVar4;
if (bVar1) {
if ((int *)plVar4[2] < (int *)plVar4[3]) {
iVar2 = *(int *)plVar4[2];
}
else {
iVar2 = (**(code **)(*plVar4 + 0x48))(plVar4);
}
bVar5 = iVar2 == -1 && bVar1;
plVar3 = (long *)0x0;
if (iVar2 != -1) {
plVar3 = plVar4;
}
}
auVar6._8_8_ = auVar6._8_8_ & 0xffffffff;
bVar1 = (int)param_5 == -1;
if ((param_4 != (long *)0x0) && (bVar1)) {
if ((int *)param_4[2] < (int *)param_4[3]) {
iVar2 = *(int *)param_4[2];
}
else {
iVar2 = (**(code **)(*param_4 + 0x48))(param_4);
}
bVar1 = iVar2 == -1;
}
if (bVar5 == bVar1) {
*param_7 = *param_7 | 2;
}
auVar6._0_8_ = plVar3;
return auVar6;
}
|
466_i686-kfreebsd-gnu-objdump_and_i686-kfreebsd-gnu-objdump_strip.c
|
set_default_bfd_target
|
FUN_001366d0
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void set_default_bfd_target(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
char *format;
iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar3 = bfd_errmsg(uVar2);
format = (char *)dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);
/* WARNING: Subroutine does not return */
fatal(format,"i686-pc-kfreebsd-gnu",uVar3);
}
|
void FUN_001366d0(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar3 = bfd_errmsg(uVar2);
uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);
/* WARNING: Subroutine does not return */
FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);
}
|
PUSH RBX
LEA RDI,[0x1477ab]
CALL 0x00107150
TEST EAX,EAX
JZ 0x001366e3
POP RBX
RET
CALL 0x00107320
MOV EDI,EAX
CALL 0x00107720
MOV EDX,0x5
LEA RSI,[0x147920]
XOR EDI,EDI
MOV RBX,RAX
CALL 0x00107230
MOV RDX,RBX
LEA RSI,[0x1477ab]
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00136590
| null | null | null | null |
[('tmp_42', u'CBRANCH_-1207146764'), ('const-0', u'INT_NOTEQUAL_-1207146764'), (u'COPY_-1207146550', u'CALL_-1207146662'), (u'CALL_-1207146698', u'CAST_-1207146505'), ('const-1341355', u'COPY_-1207146611'), (u'COPY_-1207146611', u'CALL_-1207146779'), ('const-0', u'RETURN_-1207146749'), (u'INT_NOTEQUAL_-1207146764', u'CBRANCH_-1207146764'), ('const-0', u'CALL_-1207146698'), ('const-1', u'RETURN_-1207146657'), ('const-5', u'CALL_-1207146698'), (u'CAST_-1207146505', u'CALL_-1207146662'), (u'COPY_-1207146569', u'CALL_-1207146698'), ('const-1341728', u'COPY_-1207146569'), (u'CALL_-1207146779', u'INT_NOTEQUAL_-1207146764'), ('const-1341355', u'COPY_-1207146550'), (u'CALL_-1207146748', u'CALL_-1207146736'), (u'CALL_-1207146736', u'CALL_-1207146662')]
|
[('const-0', u'CALL_-1207146698'), ('tmp_42', u'CBRANCH_-1207146764'), ('const-0', u'INT_NOTEQUAL_-1207146764'), (u'COPY_-1207146550', u'CALL_-1207146662'), ('const-1341728', u'COPY_-1207146569'), (u'COPY_-1207146611', u'CALL_-1207146779'), ('const-1341355', u'COPY_-1207146611'), ('const-0', u'RETURN_-1207146749'), (u'INT_NOTEQUAL_-1207146764', u'CBRANCH_-1207146764'), ('const-1341355', u'COPY_-1207146550'), ('const-5', u'CALL_-1207146698'), ('const-1', u'RETURN_-1207146657'), (u'CALL_-1207146698', u'CALL_-1207146662'), (u'COPY_-1207146569', u'CALL_-1207146698'), (u'CALL_-1207146779', u'INT_NOTEQUAL_-1207146764'), (u'CALL_-1207146748', u'CALL_-1207146736'), (u'CALL_-1207146736', u'CALL_-1207146662')]
| null | null |
001366d0
|
x64
|
O2
|
(translation_unit "void FUN_001366d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}\n\n" (function_definition "void FUN_001366d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" primitive_type (function_declarator "FUN_001366d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n /* WARNING: Subroutine does not return */\n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");" (assignment_expression "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier = (call_expression "bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier (argument_list "("i686-pc-kfreebsd-gnu")" ( (string_literal ""i686-pc-kfreebsd-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 "uVar3 = bfd_errmsg(uVar2);" (assignment_expression "uVar3 = bfd_errmsg(uVar2)" identifier = (call_expression "bfd_errmsg(uVar2)" identifier (argument_list "(uVar2)" ( 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 )))) ;) comment (expression_statement "FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);" (call_expression "FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" identifier (argument_list "(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" ( identifier , (string_literal ""i686-pc-kfreebsd-gnu"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "/* 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 undefined8 uVar3;\n char *format;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = 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,"i686-pc-kfreebsd-gnu",uVar3);\n}\n\n" comment (function_definition "void set_default_bfd_target(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *format;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = 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,"i686-pc-kfreebsd-gnu",uVar3);\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 undefined8 uVar3;\n char *format;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = 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,"i686-pc-kfreebsd-gnu",uVar3);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (expression_statement "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");" (assignment_expression "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier = (call_expression "bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier (argument_list "("i686-pc-kfreebsd-gnu")" ( (string_literal ""i686-pc-kfreebsd-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 "uVar3 = bfd_errmsg(uVar2);" (assignment_expression "uVar3 = 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,"i686-pc-kfreebsd-gnu",uVar3);" (call_expression "fatal(format,"i686-pc-kfreebsd-gnu",uVar3)" identifier (argument_list "(format,"i686-pc-kfreebsd-gnu",uVar3)" ( identifier , (string_literal ""i686-pc-kfreebsd-gnu"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "void FUN_001366d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n \n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}\n\n" (function_definition "void FUN_001366d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n \n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" primitive_type (function_declarator "FUN_001366d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n \n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");" (assignment_expression "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier = (call_expression "bfd_set_default_target("i686-pc-kfreebsd-gnu")" identifier (argument_list "("i686-pc-kfreebsd-gnu")" ( (string_literal ""i686-pc-kfreebsd-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 "uVar3 = bfd_errmsg(uVar2);" (assignment_expression "uVar3 = bfd_errmsg(uVar2)" identifier = (call_expression "bfd_errmsg(uVar2)" identifier (argument_list "(uVar2)" ( 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_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);" (call_expression "FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" identifier (argument_list "(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" ( identifier , (string_literal ""i686-pc-kfreebsd-gnu"" " string_content ") , identifier ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 ))) ;) })))
|
(function_definition "void FUN_001366d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n \n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" (primitive_type "void") (function_declarator "FUN_001366d0(void)" (identifier "FUN_001366d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);\n \n FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (expression_statement "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");" (assignment_expression "iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu")" (identifier "iVar1") (= "=") (call_expression "bfd_set_default_target("i686-pc-kfreebsd-gnu")" (identifier "bfd_set_default_target") (argument_list "("i686-pc-kfreebsd-gnu")" (( "(") (string_literal ""i686-pc-kfreebsd-gnu"" (" """) (string_content "i686-pc-kfreebsd-gnu") (" """)) () ")")))) (; ";")) (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 "uVar2 = bfd_get_error();" (assignment_expression "uVar2 = bfd_get_error()" (identifier "uVar2") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar3 = bfd_errmsg(uVar2);" (assignment_expression "uVar3 = bfd_errmsg(uVar2)" (identifier "uVar3") (= "=") (call_expression "bfd_errmsg(uVar2)" (identifier "bfd_errmsg") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")")))) (; ";")) (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_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);" (call_expression "FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" (identifier "FUN_00136590") (argument_list "(uVar4,"i686-pc-kfreebsd-gnu",uVar3)" (( "(") (identifier "uVar4") (, ",") (string_literal ""i686-pc-kfreebsd-gnu"" (" """) (string_content "i686-pc-kfreebsd-gnu") (" """)) (, ",") (identifier "uVar3") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
int var_2;
type_1 uVar2;
type_2 uVar3;
char *format;
var_2 = var_1("i686-pc-kfreebsd-gnu");
if (var_2 != 0) {
return;
}
uVar2 = var_3();
uVar3 = 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,"i686-pc-kfreebsd-gnu",uVar3);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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)))))))
| null |
void MASKED(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
iVar1 = bfd_set_default_target("i686-pc-kfreebsd-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar3 = bfd_errmsg(uVar2);
uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",5);
/* WARNING: Subroutine does not return */
FUN_00136590(uVar4,"i686-pc-kfreebsd-gnu",uVar3);
}
|
658_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
FUN_0017d4cf
|
FUN_0017d4cf
|
void FUN_0017d4cf(void)
{
long unaff_RBP;
long unaff_R14;
void *unaff_R15;
operator_delete(unaff_R15,0x50);
if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x5b0));
}
if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x5d0));
}
if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x5f0));
}
if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x610));
}
if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x630));
}
if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x650));
}
if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x670));
}
if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x690));
}
if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x6b0));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0017d4cf(void)
{
long unaff_RBP;
long unaff_R14;
thunk_FUN_0049e330();
if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {
FUN_0049e330();
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
MOV ESI,0x50
MOV RDI,R15
CALL 0x0049e320
JMP 0x0017ae09
| null | null | null | null |
[('tmp_715', u'CBRANCH_-1207390208'), (u'CAST_-1207390077', u'LOAD_-1207390692'), (u'LOAD_-1207390578', u'CALL_-1207390533'), ('tmp_1476', u'INT_ADD_-1207390503'), (u'LOAD_-1207390360', u'INT_NOTEQUAL_-1207390323'), (u'CAST_-1207389969', u'LOAD_-1207390484'), (u'INT_ADD_-1207390458', u'CAST_-1207389961'), (u'LOAD_-1207390370', u'INT_ADD_-1207390332'), (u'INT_ADD_-1207390503', u'CAST_-1207389984'), ('const-433', u'LOAD_-1207390313'), (u'INT_ADD_-1207390562', u'CAST_-1207390015'), (u'LOAD_-1207390303', u'INT_NOTEQUAL_-1207390266'), ('const--1584', u'INT_ADD_-1207390458'), (u'LOAD_-1207390474', u'CALL_-1207390429'), ('const--1552', u'INT_ADD_-1207390515'), (u'LOAD_-1207390303', u'CALL_-1207390258'), ('const--1616', u'INT_ADD_-1207390401'), ('const--1808', u'INT_ADD_-1207390686'), (u'LOAD_-1207390474', u'INT_NOTEQUAL_-1207390437'), ('tmp_1475', u'INT_ADD_-1207390458'), ('const-433', u'LOAD_-1207390484'), ('const-433', u'LOAD_-1207390692'), (u'INT_ADD_-1207390389', u'CAST_-1207389922'), (u'INT_ADD_-1207390686', u'CAST_-1207390085'), (u'INT_NOTEQUAL_-1207390541', u'CBRANCH_-1207390540'), (u'INT_ADD_-1207390550', u'CAST_-1207390007'), (u'LOAD_-1207390692', u'CALL_-1207390647'), (u'INT_ADD_-1207390607', u'CAST_-1207390038'), (u'INT_ADD_-1207390297', u'CAST_-1207389876'), (u'INT_NOTEQUAL_-1207390209', u'CBRANCH_-1207390208'), ('tmp_635', u'CBRANCH_-1207390265'), ('tmp_1475', u'INT_ADD_-1207390354'), (u'INT_NOTEQUAL_-1207390598', u'CBRANCH_-1207390597'), (u'CAST_-1207390054', u'LOAD_-1207390645'), ('tmp_1475', u'INT_ADD_-1207390297'), (u'INT_ADD_-1207390230', u'CAST_-1207389837'), (u'LOAD_-1207390417', u'CALL_-1207390372'), (u'INT_ADD_-1207390401', u'CAST_-1207389930'), (u'INT_NOTEQUAL_-1207390266', u'CBRANCH_-1207390265'), ('const-16', u'INT_ADD_-1207390275'), ('const--1488', u'INT_ADD_-1207390619'), ('tmp_315', u'CBRANCH_-1207390493'), ('const--1776', u'INT_ADD_-1207390297'), ('tmp_1475', u'INT_ADD_-1207390562'), ('const--1680', u'INT_ADD_-1207390287'), ('const-433', u'LOAD_-1207390645'), ('const-16', u'INT_ADD_-1207390218'), (u'INT_ADD_-1207390468', u'CAST_-1207389969'), ('tmp_1475', u'INT_ADD_-1207390686'), ('const-80', u'CALL_-1207380766'), (u'INT_ADD_-1207390354', u'CAST_-1207389907'), ('tmp_555', u'CBRANCH_-1207390322'), (u'CAST_-1207389845', u'LOAD_-1207390256'), ('const-16', u'INT_ADD_-1207390332'), (u'LOAD_-1207390246', u'CALL_-1207390201'), (u'LOAD_-1207390360', u'CALL_-1207390315'), (u'LOAD_-1207390313', u'INT_ADD_-1207390275'), ('tmp_1475', u'INT_ADD_-1207390572'), (u'CAST_-1207389876', u'LOAD_-1207390313'), (u'INT_ADD_-1207390619', u'CAST_-1207390046'), ('tmp_1475', u'INT_ADD_-1207390411'), (u'CAST_-1207389907', u'LOAD_-1207390370'), (u'LOAD_-1207390256', u'INT_ADD_-1207390218'), ('const-433', u'LOAD_-1207390474'), ('tmp_1468', u'CALL_-1207380766'), (u'CAST_-1207390038', u'INT_NOTEQUAL_-1207390598'), ('const-433', u'LOAD_-1207390360'), ('tmp_1475', u'INT_ADD_-1207390240'), ('const-433', u'LOAD_-1207390303'), (u'CAST_-1207389860', u'INT_NOTEQUAL_-1207390266'), (u'INT_NOTEQUAL_-1207390323', u'CBRANCH_-1207390322'), ('const--1520', u'INT_ADD_-1207390562'), (u'INT_ADD_-1207390515', u'CAST_-1207389992'), (u'CAST_-1207389899', u'LOAD_-1207390360'), (u'CAST_-1207390023', u'LOAD_-1207390588'), (u'CAST_-1207389922', u'INT_NOTEQUAL_-1207390380'), ('const-433', u'LOAD_-1207390635'), ('const-433', u'LOAD_-1207390370'), ('const-433', u'LOAD_-1207390702'), (u'LOAD_-1207390531', u'INT_NOTEQUAL_-1207390494'), (u'LOAD_-1207390246', u'INT_NOTEQUAL_-1207390209'), ('tmp_1475', u'INT_ADD_-1207390287'), ('tmp_1475', u'INT_ADD_-1207390401'), (u'INT_ADD_-1207390332', u'CAST_-1207389891'), (u'INT_ADD_-1207390287', u'CAST_-1207389868'), (u'INT_ADD_-1207390664', u'CAST_-1207390069'), ('tmp_475', u'CBRANCH_-1207390379'), ('const--1760', u'INT_ADD_-1207390354'), ('const--1648', u'INT_ADD_-1207390344'), (u'LOAD_-1207390702', u'INT_ADD_-1207390664'), (u'INT_NOTEQUAL_-1207390655', u'CBRANCH_-1207390654'), (u'CAST_-1207390007', u'INT_NOTEQUAL_-1207390541'), (u'CAST_-1207389961', u'LOAD_-1207390474'), ('const-433', u'LOAD_-1207390531'), ('tmp_1475', u'INT_ADD_-1207390676'), ('const-16', u'INT_ADD_-1207390389'), ('tmp_1475', u'INT_ADD_-1207390619'), ('const-16', u'INT_ADD_-1207390664'), (u'LOAD_-1207390417', u'INT_NOTEQUAL_-1207390380'), ('const--1752', u'INT_ADD_-1207390572'), ('const-16', u'INT_ADD_-1207390550'), (u'INT_ADD_-1207390344', u'CAST_-1207389899'), ('const-433', u'LOAD_-1207390246'), ('const--1456', u'INT_ADD_-1207390676'), (u'CAST_-1207390015', u'LOAD_-1207390578'), (u'INT_ADD_-1207390240', u'CAST_-1207389845'), ('const-433', u'LOAD_-1207390578'), (u'CAST_-1207390085', u'LOAD_-1207390702'), (u'CAST_-1207389930', u'LOAD_-1207390417'), (u'LOAD_-1207390484', u'INT_ADD_-1207390446'), ('tmp_395', u'CBRANCH_-1207390436'), (u'INT_ADD_-1207390411', u'CAST_-1207389938'), (u'CAST_-1207389837', u'LOAD_-1207390246'), ('tmp_1475', u'INT_ADD_-1207390629'), (u'INT_NOTEQUAL_-1207390494', u'CBRANCH_-1207390493'), ('const-16', u'INT_ADD_-1207390607'), ('const-16', u'INT_ADD_-1207390446'), ('const--1744', u'INT_ADD_-1207390411'), (u'CAST_-1207389868', u'LOAD_-1207390303'), ('const--1800', u'INT_ADD_-1207390629'), (u'LOAD_-1207390635', u'INT_NOTEQUAL_-1207390598'), (u'CAST_-1207389992', u'LOAD_-1207390531'), ('const-433', u'LOAD_-1207390417'), (u'CAST_-1207390069', u'INT_NOTEQUAL_-1207390655'), ('const-433', u'LOAD_-1207390256'), (u'CAST_-1207390046', u'LOAD_-1207390635'), ('tmp_83', u'CBRANCH_-1207390654'), (u'CAST_-1207389938', u'LOAD_-1207390427'), ('tmp_1475', u'INT_ADD_-1207390344'), (u'INT_ADD_-1207390629', u'CAST_-1207390054'), (u'CAST_-1207389953', u'INT_NOTEQUAL_-1207390437'), (u'LOAD_-1207390427', u'INT_ADD_-1207390389'), (u'CAST_-1207389891', u'INT_NOTEQUAL_-1207390323'), (u'INT_ADD_-1207390218', u'CAST_-1207389829'), (u'INT_ADD_-1207390446', u'CAST_-1207389953'), ('const-16', u'INT_ADD_-1207390503'), ('const-433', u'LOAD_-1207390588'), ('const--1712', u'INT_ADD_-1207390230'), (u'INT_ADD_-1207390676', u'CAST_-1207390077'), (u'INT_ADD_-1207390572', u'CAST_-1207390023'), ('const--1728', u'INT_ADD_-1207390240'), (u'INT_ADD_-1207390275', u'CAST_-1207389860'), ('tmp_1475', u'INT_ADD_-1207390230'), (u'LOAD_-1207390578', u'INT_NOTEQUAL_-1207390541'), ('const-433', u'LOAD_-1207390427'), (u'INT_NOTEQUAL_-1207390437', u'CBRANCH_-1207390436'), ('tmp_243', u'CBRANCH_-1207390540'), (u'LOAD_-1207390531', u'CALL_-1207390486'), (u'LOAD_-1207390692', u'INT_NOTEQUAL_-1207390655'), (u'LOAD_-1207390645', u'INT_ADD_-1207390607'), (u'INT_NOTEQUAL_-1207390380', u'CBRANCH_-1207390379'), ('const--1792', u'INT_ADD_-1207390468'), ('const-1', u'RETURN_-1207390184'), ('tmp_1475', u'INT_ADD_-1207390468'), (u'CAST_-1207389984', u'INT_NOTEQUAL_-1207390494'), ('tmp_1475', u'INT_ADD_-1207390515'), (u'CAST_-1207389829', u'INT_NOTEQUAL_-1207390209'), ('tmp_163', u'CBRANCH_-1207390597'), (u'LOAD_-1207390635', u'CALL_-1207390590'), (u'LOAD_-1207390588', u'INT_ADD_-1207390550')]
|
[('tmp_715', u'CBRANCH_-1207390208'), (u'CAST_-1207389875', u'LOAD_-1207390303'), (u'CAST_-1207389883', u'LOAD_-1207390313'), (u'CAST_-1207390077', u'LOAD_-1207390692'), (u'LOAD_-1207390360', u'INT_NOTEQUAL_-1207390323'), (u'CAST_-1207389943', u'LOAD_-1207390427'), (u'LOAD_-1207390370', u'INT_ADD_-1207390332'), (u'INT_ADD_-1207390503', u'INT_NOTEQUAL_-1207390494'), ('tmp_1496', u'INT_ADD_-1207390503'), (u'INT_ADD_-1207390275', u'INT_NOTEQUAL_-1207390266'), (u'INT_ADD_-1207390344', u'CAST_-1207389905'), (u'LOAD_-1207390303', u'INT_NOTEQUAL_-1207390266'), ('const--1584', u'INT_ADD_-1207390458'), (u'CAST_-1207390025', u'LOAD_-1207390588'), ('const-433', u'LOAD_-1207390417'), ('const-433', u'LOAD_-1207390360'), (u'CAST_-1207389845', u'LOAD_-1207390246'), (u'CAST_-1207390055', u'LOAD_-1207390645'), ('const--1552', u'INT_ADD_-1207390515'), ('const--1616', u'INT_ADD_-1207390401'), (u'CAST_-1207389935', u'LOAD_-1207390417'), ('const--1808', u'INT_ADD_-1207390686'), (u'LOAD_-1207390474', u'INT_NOTEQUAL_-1207390437'), ('const-433', u'LOAD_-1207390635'), (u'INT_ADD_-1207390389', u'INT_NOTEQUAL_-1207390380'), ('const-433', u'LOAD_-1207390370'), (u'INT_ADD_-1207390468', u'CAST_-1207389973'), ('tmp_1495', u'INT_ADD_-1207390287'), (u'INT_ADD_-1207390686', u'CAST_-1207390085'), (u'INT_ADD_-1207390572', u'CAST_-1207390025'), (u'INT_ADD_-1207390230', u'CAST_-1207389845'), (u'CAST_-1207389995', u'LOAD_-1207390531'), (u'INT_NOTEQUAL_-1207390541', u'CBRANCH_-1207390540'), (u'INT_ADD_-1207390287', u'CAST_-1207389875'), ('const-433', u'LOAD_-1207390427'), (u'INT_NOTEQUAL_-1207390209', u'CBRANCH_-1207390208'), ('tmp_635', u'CBRANCH_-1207390265'), (u'INT_NOTEQUAL_-1207390598', u'CBRANCH_-1207390597'), ('const-433', u'LOAD_-1207390692'), (u'INT_NOTEQUAL_-1207390266', u'CBRANCH_-1207390265'), ('const-16', u'INT_ADD_-1207390275'), ('const--1488', u'INT_ADD_-1207390619'), ('const-433', u'LOAD_-1207390531'), ('tmp_315', u'CBRANCH_-1207390493'), ('const--1776', u'INT_ADD_-1207390297'), ('const--1680', u'INT_ADD_-1207390287'), ('const-16', u'INT_ADD_-1207390218'), (u'INT_ADD_-1207390664', u'INT_NOTEQUAL_-1207390655'), ('tmp_1495', u'INT_ADD_-1207390572'), (u'INT_ADD_-1207390332', u'INT_NOTEQUAL_-1207390323'), (u'INT_ADD_-1207390607', u'INT_NOTEQUAL_-1207390598'), ('const-433', u'LOAD_-1207390588'), ('tmp_555', u'CBRANCH_-1207390322'), ('const-16', u'INT_ADD_-1207390332'), ('tmp_1495', u'INT_ADD_-1207390515'), (u'LOAD_-1207390313', u'INT_ADD_-1207390275'), (u'INT_ADD_-1207390401', u'CAST_-1207389935'), (u'INT_ADD_-1207390297', u'CAST_-1207389883'), (u'INT_ADD_-1207390550', u'INT_NOTEQUAL_-1207390541'), ('const-433', u'LOAD_-1207390313'), ('tmp_1495', u'INT_ADD_-1207390230'), (u'LOAD_-1207390256', u'INT_ADD_-1207390218'), ('tmp_1495', u'INT_ADD_-1207390344'), ('const-433', u'LOAD_-1207390645'), (u'INT_ADD_-1207390562', u'CAST_-1207390017'), (u'INT_ADD_-1207390446', u'INT_NOTEQUAL_-1207390437'), (u'CAST_-1207389973', u'LOAD_-1207390484'), (u'INT_NOTEQUAL_-1207390323', u'CBRANCH_-1207390322'), ('const--1520', u'INT_ADD_-1207390562'), (u'LOAD_-1207390531', u'INT_NOTEQUAL_-1207390494'), (u'LOAD_-1207390246', u'INT_NOTEQUAL_-1207390209'), ('tmp_475', u'CBRANCH_-1207390379'), ('const--1760', u'INT_ADD_-1207390354'), ('const-433', u'LOAD_-1207390702'), ('const--1648', u'INT_ADD_-1207390344'), (u'LOAD_-1207390702', u'INT_ADD_-1207390664'), (u'INT_ADD_-1207390411', u'CAST_-1207389943'), (u'INT_NOTEQUAL_-1207390655', u'CBRANCH_-1207390654'), ('tmp_1495', u'INT_ADD_-1207390458'), ('tmp_1495', u'INT_ADD_-1207390401'), (u'CAST_-1207390017', u'LOAD_-1207390578'), ('const-16', u'INT_ADD_-1207390389'), (u'INT_ADD_-1207390218', u'INT_NOTEQUAL_-1207390209'), ('const-16', u'INT_ADD_-1207390664'), ('tmp_1495', u'INT_ADD_-1207390686'), (u'LOAD_-1207390417', u'INT_NOTEQUAL_-1207390380'), ('const--1752', u'INT_ADD_-1207390572'), ('const-16', u'INT_ADD_-1207390550'), ('const--1456', u'INT_ADD_-1207390676'), (u'CAST_-1207390085', u'LOAD_-1207390702'), ('tmp_1495', u'INT_ADD_-1207390468'), ('tmp_1495', u'INT_ADD_-1207390619'), (u'LOAD_-1207390484', u'INT_ADD_-1207390446'), ('tmp_395', u'CBRANCH_-1207390436'), ('tmp_1495', u'INT_ADD_-1207390411'), ('const-433', u'LOAD_-1207390474'), (u'INT_NOTEQUAL_-1207390494', u'CBRANCH_-1207390493'), ('const-16', u'INT_ADD_-1207390607'), (u'CAST_-1207390047', u'LOAD_-1207390635'), ('const-16', u'INT_ADD_-1207390446'), ('const-433', u'LOAD_-1207390303'), ('tmp_1495', u'INT_ADD_-1207390562'), ('const--1744', u'INT_ADD_-1207390411'), (u'CAST_-1207389913', u'LOAD_-1207390370'), (u'INT_ADD_-1207390629', u'CAST_-1207390055'), ('const--1800', u'INT_ADD_-1207390629'), (u'INT_ADD_-1207390619', u'CAST_-1207390047'), (u'LOAD_-1207390635', u'INT_NOTEQUAL_-1207390598'), (u'CAST_-1207389905', u'LOAD_-1207390360'), ('tmp_1495', u'INT_ADD_-1207390297'), ('tmp_83', u'CBRANCH_-1207390654'), (u'LOAD_-1207390427', u'INT_ADD_-1207390389'), (u'INT_ADD_-1207390515', u'CAST_-1207389995'), (u'CAST_-1207389965', u'LOAD_-1207390474'), (u'CAST_-1207389853', u'LOAD_-1207390256'), ('const-433', u'LOAD_-1207390246'), ('tmp_1495', u'INT_ADD_-1207390629'), (u'INT_ADD_-1207390458', u'CAST_-1207389965'), (u'INT_ADD_-1207390240', u'CAST_-1207389853'), ('const-433', u'LOAD_-1207390578'), ('const-16', u'INT_ADD_-1207390503'), (u'INT_ADD_-1207390354', u'CAST_-1207389913'), ('const-433', u'LOAD_-1207390256'), ('const--1712', u'INT_ADD_-1207390230'), ('const-433', u'LOAD_-1207390484'), (u'INT_ADD_-1207390676', u'CAST_-1207390077'), ('const--1728', u'INT_ADD_-1207390240'), (u'LOAD_-1207390578', u'INT_NOTEQUAL_-1207390541'), (u'INT_NOTEQUAL_-1207390437', u'CBRANCH_-1207390436'), ('tmp_1495', u'INT_ADD_-1207390676'), ('tmp_243', u'CBRANCH_-1207390540'), ('tmp_1495', u'INT_ADD_-1207390240'), (u'LOAD_-1207390692', u'INT_NOTEQUAL_-1207390655'), (u'LOAD_-1207390645', u'INT_ADD_-1207390607'), (u'INT_NOTEQUAL_-1207390380', u'CBRANCH_-1207390379'), ('const--1792', u'INT_ADD_-1207390468'), ('const-1', u'RETURN_-1207390184'), ('tmp_163', u'CBRANCH_-1207390597'), (u'LOAD_-1207390588', u'INT_ADD_-1207390550'), ('tmp_1495', u'INT_ADD_-1207390354')]
| null | null |
0017d4cf
|
x64
|
O2
|
(translation_unit "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017d4cf(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" * (cast_expression "(long *)(unaff_RBP + -0x5b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" * (cast_expression "(long *)(unaff_RBP + -0x5d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" * (cast_expression "(long *)(unaff_RBP + -0x5f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" * (cast_expression "(long *)(unaff_RBP + -0x610)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" * (cast_expression "(long *)(unaff_RBP + -0x630)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" * (cast_expression "(long *)(unaff_RBP + -0x650)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" * (cast_expression "(long *)(unaff_RBP + -0x670)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" * (cast_expression "(long *)(unaff_RBP + -0x690)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" * (cast_expression "(long *)(unaff_RBP + -0x6b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0017d4cf(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n long unaff_R14;\n void *unaff_R15;\n \n operator_delete(unaff_R15,0x50);\n if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }\n if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }\n if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }\n if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }\n if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }\n if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }\n if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }\n if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }\n if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "void *unaff_R15;" primitive_type (pointer_declarator "*unaff_R15" * identifier) ;) (expression_statement "operator_delete(unaff_R15,0x50);" (call_expression "operator_delete(unaff_R15,0x50)" identifier (argument_list "(unaff_R15,0x50)" ( identifier , number_literal ))) ;) (if_statement "if (*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5b0) != (void *)(*(long *)(unaff_RBP + -0x710) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5b0)" * (cast_expression "(void **)(unaff_RBP + -0x5b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x710) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5b0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5b0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5b0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5b0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5b0)" * (cast_expression "(void **)(unaff_RBP + -0x5b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5d0) != (void *)(*(long *)(unaff_RBP + -0x708) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5d0)" * (cast_expression "(void **)(unaff_RBP + -0x5d0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x708) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5d0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5d0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5d0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5d0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5d0)" * (cast_expression "(void **)(unaff_RBP + -0x5d0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x5f0) != (void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x5f0)" * (cast_expression "(void **)(unaff_RBP + -0x5f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x5f0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x5f0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x5f0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x5f0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x5f0)" * (cast_expression "(void **)(unaff_RBP + -0x5f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x610) != (void *)(unaff_R14 + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x610)" * (cast_expression "(void **)(unaff_RBP + -0x610)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (cast_expression "(void *)(unaff_R14 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R14 + 0x10)" ( (binary_expression "unaff_R14 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x610));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x610));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x610))" identifier (argument_list "(*(void **)(unaff_RBP + -0x610))" ( (pointer_expression "*(void **)(unaff_RBP + -0x610)" * (cast_expression "(void **)(unaff_RBP + -0x610)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x630) != (void *)(*(long *)(unaff_RBP + -0x700) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x630)" * (cast_expression "(void **)(unaff_RBP + -0x630)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x700) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x630));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x630));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x630))" identifier (argument_list "(*(void **)(unaff_RBP + -0x630))" ( (pointer_expression "*(void **)(unaff_RBP + -0x630)" * (cast_expression "(void **)(unaff_RBP + -0x630)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x650) != (void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x650)" * (cast_expression "(void **)(unaff_RBP + -0x650)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x650));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x650));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x650))" identifier (argument_list "(*(void **)(unaff_RBP + -0x650))" ( (pointer_expression "*(void **)(unaff_RBP + -0x650)" * (cast_expression "(void **)(unaff_RBP + -0x650)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x670) != (void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x670)" * (cast_expression "(void **)(unaff_RBP + -0x670)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x670));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x670));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x670))" identifier (argument_list "(*(void **)(unaff_RBP + -0x670))" ( (pointer_expression "*(void **)(unaff_RBP + -0x670)" * (cast_expression "(void **)(unaff_RBP + -0x670)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x690) != (void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x690)" * (cast_expression "(void **)(unaff_RBP + -0x690)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x690));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x690));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x690))" identifier (argument_list "(*(void **)(unaff_RBP + -0x690))" ( (pointer_expression "*(void **)(unaff_RBP + -0x690)" * (cast_expression "(void **)(unaff_RBP + -0x690)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x6b0) != (void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x6b0)" * (cast_expression "(void **)(unaff_RBP + -0x6b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x6b0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x6b0));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x6b0))" identifier (argument_list "(*(void **)(unaff_RBP + -0x6b0))" ( (pointer_expression "*(void **)(unaff_RBP + -0x6b0)" * (cast_expression "(void **)(unaff_RBP + -0x6b0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_0017d4cf(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" * (cast_expression "(long *)(unaff_RBP + -0x5b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5b0)" ( (binary_expression "unaff_RBP + -0x5b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" * (cast_expression "(long *)(unaff_RBP + -0x710)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x710)" ( (binary_expression "unaff_RBP + -0x710" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" * (cast_expression "(long *)(unaff_RBP + -0x5d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5d0)" ( (binary_expression "unaff_RBP + -0x5d0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" * (cast_expression "(long *)(unaff_RBP + -0x708)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x708)" ( (binary_expression "unaff_RBP + -0x708" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" * (cast_expression "(long *)(unaff_RBP + -0x5f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x5f0)" ( (binary_expression "unaff_RBP + -0x5f0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" * (cast_expression "(long *)(unaff_RBP + -0x6d8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d8)" ( (binary_expression "unaff_RBP + -0x6d8" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" * (cast_expression "(long *)(unaff_RBP + -0x610)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x610)" ( (binary_expression "unaff_RBP + -0x610" identifier + number_literal) )))) != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" * (cast_expression "(long *)(unaff_RBP + -0x630)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x630)" ( (binary_expression "unaff_RBP + -0x630" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" * (cast_expression "(long *)(unaff_RBP + -0x700)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x700)" ( (binary_expression "unaff_RBP + -0x700" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" * (cast_expression "(long *)(unaff_RBP + -0x650)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x650)" ( (binary_expression "unaff_RBP + -0x650" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" * (cast_expression "(long *)(unaff_RBP + -0x6d0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6d0)" ( (binary_expression "unaff_RBP + -0x6d0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" * (cast_expression "(long *)(unaff_RBP + -0x670)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x670)" ( (binary_expression "unaff_RBP + -0x670" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" * (cast_expression "(long *)(unaff_RBP + -0x6e0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6e0)" ( (binary_expression "unaff_RBP + -0x6e0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" * (cast_expression "(long *)(unaff_RBP + -0x690)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x690)" ( (binary_expression "unaff_RBP + -0x690" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" * (cast_expression "(long *)(unaff_RBP + -0x6f0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6f0)" ( (binary_expression "unaff_RBP + -0x6f0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" * (cast_expression "(long *)(unaff_RBP + -0x6b0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6b0)" ( (binary_expression "unaff_RBP + -0x6b0" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" * (cast_expression "(long *)(unaff_RBP + -0x6c0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x6c0)" ( (binary_expression "unaff_RBP + -0x6c0" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_0017d4cf(void)\n\n{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_0017d4cf(void)" (identifier "FUN_0017d4cf") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBP;\n long unaff_R14;\n \n thunk_FUN_0049e330();\n if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }\n if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }\n \n FUN_0052bfa0();\n}" ({ "{") (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (declaration "long unaff_R14;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R14") (; ";")) (expression_statement "thunk_FUN_0049e330();" (call_expression "thunk_FUN_0049e330()" (identifier "thunk_FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5b0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5b0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5b0)" (( "(") (binary_expression "unaff_RBP + -0x5b0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5b0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x710) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x710)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x710)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x710)" (( "(") (binary_expression "unaff_RBP + -0x710" (identifier "unaff_RBP") (+ "+") (number_literal "-0x710")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5d0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5d0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5d0)" (( "(") (binary_expression "unaff_RBP + -0x5d0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5d0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x708) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x708)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x708)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x708)" (( "(") (binary_expression "unaff_RBP + -0x708" (identifier "unaff_RBP") (+ "+") (number_literal "-0x708")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x5f0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x5f0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x5f0)" (( "(") (binary_expression "unaff_RBP + -0x5f0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x5f0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6d8) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d8)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6d8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6d8)" (( "(") (binary_expression "unaff_RBP + -0x6d8" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6d8")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x610)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x610)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x610)" (( "(") (binary_expression "unaff_RBP + -0x610" (identifier "unaff_RBP") (+ "+") (number_literal "-0x610")) () ")")))) (!= "!=") (binary_expression "unaff_R14 + 0x10" (identifier "unaff_R14") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x630)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x630)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x630)" (( "(") (binary_expression "unaff_RBP + -0x630" (identifier "unaff_RBP") (+ "+") (number_literal "-0x630")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x700) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x700)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x700)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x700)" (( "(") (binary_expression "unaff_RBP + -0x700" (identifier "unaff_RBP") (+ "+") (number_literal "-0x700")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x650)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x650)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x650)" (( "(") (binary_expression "unaff_RBP + -0x650" (identifier "unaff_RBP") (+ "+") (number_literal "-0x650")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6d0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6d0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6d0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6d0)" (( "(") (binary_expression "unaff_RBP + -0x6d0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6d0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x670)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x670)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x670)" (( "(") (binary_expression "unaff_RBP + -0x670" (identifier "unaff_RBP") (+ "+") (number_literal "-0x670")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6e0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6e0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6e0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6e0)" (( "(") (binary_expression "unaff_RBP + -0x6e0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6e0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x690)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x690)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x690)" (( "(") (binary_expression "unaff_RBP + -0x690" (identifier "unaff_RBP") (+ "+") (number_literal "-0x690")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6f0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6f0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6f0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6f0)" (( "(") (binary_expression "unaff_RBP + -0x6f0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6f0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6b0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6b0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6b0)" (( "(") (binary_expression "unaff_RBP + -0x6b0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6b0")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x6c0) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x6c0)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x6c0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x6c0)" (( "(") (binary_expression "unaff_RBP + -0x6c0" (identifier "unaff_RBP") (+ "+") (number_literal "-0x6c0")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
long var_2;
long var_3;
void *unaff_R15;
var_1(unaff_R15,0x50);
if (*(void **)(var_2 + -0x5b0) != (void *)(*(long *)(var_2 + -0x710) + 0x10)) {
var_1(*(void **)(var_2 + -0x5b0));
}
if (*(void **)(var_2 + -0x5d0) != (void *)(*(long *)(var_2 + -0x708) + 0x10)) {
var_1(*(void **)(var_2 + -0x5d0));
}
if (*(void **)(var_2 + -0x5f0) != (void *)(*(long *)(var_2 + -0x6d8) + 0x10)) {
var_1(*(void **)(var_2 + -0x5f0));
}
if (*(void **)(var_2 + -0x610) != (void *)(var_3 + 0x10)) {
var_1(*(void **)(var_2 + -0x610));
}
if (*(void **)(var_2 + -0x630) != (void *)(*(long *)(var_2 + -0x700) + 0x10)) {
var_1(*(void **)(var_2 + -0x630));
}
if (*(void **)(var_2 + -0x650) != (void *)(*(long *)(var_2 + -0x6d0) + 0x10)) {
var_1(*(void **)(var_2 + -0x650));
}
if (*(void **)(var_2 + -0x670) != (void *)(*(long *)(var_2 + -0x6e0) + 0x10)) {
var_1(*(void **)(var_2 + -0x670));
}
if (*(void **)(var_2 + -0x690) != (void *)(*(long *)(var_2 + -0x6f0) + 0x10)) {
var_1(*(void **)(var_2 + -0x690));
}
if (*(void **)(var_2 + -0x6b0) != (void *)(*(long *)(var_2 + -0x6c0) + 0x10)) {
var_1(*(void **)(var_2 + -0x6b0));
}
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_RBP;
long unaff_R14;
thunk_FUN_0049e330();
if (*(long *)(unaff_RBP + -0x5b0) != *(long *)(unaff_RBP + -0x710) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x5d0) != *(long *)(unaff_RBP + -0x708) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x5f0) != *(long *)(unaff_RBP + -0x6d8) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x610) != unaff_R14 + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x630) != *(long *)(unaff_RBP + -0x700) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x650) != *(long *)(unaff_RBP + -0x6d0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x670) != *(long *)(unaff_RBP + -0x6e0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x690) != *(long *)(unaff_RBP + -0x6f0) + 0x10) {
FUN_0049e330();
}
if (*(long *)(unaff_RBP + -0x6b0) != *(long *)(unaff_RBP + -0x6c0) + 0x10) {
FUN_0049e330();
}
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
10101_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
money_get
|
FUN_00337df0
|
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::money_get(unsigned long) */
void __thiscall
std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_get
(money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,
ulong param_1)
{
*(uint *)(this + 8) = (uint)(param_1 != 0);
*(undefined ***)this = &PTR__money_get_0043caf0;
return;
}
|
void FUN_00337df0(undefined8 *param_1,long param_2)
{
*(uint *)(param_1 + 1) = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_0043caf0;
return;
}
|
XOR EAX,EAX
TEST RSI,RSI
SETNZ AL
MOV dword ptr [RDI + 0x8],EAX
LEA RAX,[0x43cae0]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
RET
| null | null | null | null |
[(u'CAST_-1205043600', u'STORE_-1205043694'), ('tmp_105', u'PTRADD_-1205043634'), ('const-8', u'PTRADD_-1205043634'), ('const-433', u'STORE_-1205043668'), ('const-0', u'PTRSUB_-1205043585'), ('tmp_105', u'CAST_-1205043585'), (u'INT_ZEXT_-1205043654', u'STORE_-1205043694'), (u'CAST_-1205043585', u'STORE_-1205043668'), (u'PTRSUB_-1205043585', u'STORE_-1205043668'), ('const-0', u'RETURN_-1205043655'), ('tmp_106', u'INT_NOTEQUAL_-1205043700'), ('const-0', u'INT_NOTEQUAL_-1205043700'), (u'INT_NOTEQUAL_-1205043700', u'INT_ZEXT_-1205043654'), ('const-1', u'PTRADD_-1205043634'), ('const-433', u'STORE_-1205043694'), ('const-4442864', u'PTRSUB_-1205043585'), (u'PTRADD_-1205043634', u'CAST_-1205043600')]
|
[('const-4442864', u'PTRSUB_-1205043585'), (u'INT_ZEXT_-1205043654', u'STORE_-1205043694'), (u'PTRSUB_-1205043585', u'STORE_-1205043668'), ('const-0', u'RETURN_-1205043655'), ('const-433', u'STORE_-1205043694'), (u'PTRADD_-1205043599', u'CAST_-1205043599'), ('tmp_137', u'STORE_-1205043668'), ('const-0', u'INT_NOTEQUAL_-1205043700'), (u'INT_NOTEQUAL_-1205043700', u'INT_ZEXT_-1205043654'), ('tmp_136', u'INT_NOTEQUAL_-1205043700'), (u'CAST_-1205043599', u'STORE_-1205043694'), ('const-1', u'PTRADD_-1205043599'), ('const-433', u'STORE_-1205043668'), ('const-0', u'PTRSUB_-1205043585'), ('const-8', u'PTRADD_-1205043599'), ('tmp_137', u'PTRADD_-1205043599')]
| null | null |
00337df0
|
x64
|
O2
|
(translation_unit "void FUN_00337df0(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}\n\n" (function_definition "void FUN_00337df0(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" primitive_type (function_declarator "FUN_00337df0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043caf0" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::money_get(unsigned long) */\n\nvoid __thiscall\nstd::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_get\n (money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);\n *(undefined ***)this = &PTR__money_get_0043caf0;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_get\n (money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::money_get<" identifier : : identifier <) identifier , (ERROR "std::istreambuf_iterator<" identifier : : identifier <) identifier , (ERROR "std::char_traits<wchar_t>>>::money_get\n (money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)\n\n{" identifier : : identifier < identifier >> > : : (function_declarator "money_get\n (money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)" identifier (parameter_list "(money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this,\n ulong param_1)" ( (parameter_declaration "money_get<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "std::istreambuf_iterator<wchar_t" type_identifier (ERROR "::istreambuf_iterator<" : : identifier <) identifier) , (parameter_declaration "std::char_traits<wchar_t>>> *this" type_identifier (ERROR "::char_traits<wchar_t>>>" : : identifier < identifier >> >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "ulong param_1" type_identifier identifier) ))) {) (init_declarator "*(uint *)(this + 8) = (uint)(param_1 != 0)" (pointer_declarator "*(uint *)(this + 8)" * (function_declarator "(uint *)(this + 8)" (parenthesized_declarator "(uint *)" ( identifier (ERROR "*" *) )) (parameter_list "(this + 8)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 8" + number_literal) )))) = (call_expression "(uint)(param_1 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__money_get_0043caf0;" (assignment_expression "*(undefined ***)this = &PTR__money_get_0043caf0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__money_get_0043caf0" & identifier)) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00337df0(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}\n\n" (function_definition "void FUN_00337df0(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" primitive_type (function_declarator "FUN_00337df0(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043caf0" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00337df0(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00337df0(undefined8 *param_1,long param_2)" (identifier "FUN_00337df0") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0043caf0;\n return;\n}" ({ "{") (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" (* "*") (cast_expression "(uint *)(param_1 + 1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_0043caf0;" (assignment_expression "*param_1 = &PTR_FUN_0043caf0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043caf0" (& "&") (identifier "PTR_FUN_0043caf0"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::money_get(unsigned long) */
void __thiscall
std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_get
(money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *type_1,
ulong var_1)
{
*(function_1 *)(type_1 + 8) = (function_1)(var_1 != 0);
*(type_2 ***)type_1 = &PTR__money_get_0043caf0;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,long param_2)
{
*(uint *)(param_1 + 1) = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_0043caf0;
return;
}
|
170_alpha-linux-gnu-ar_and_alpha-linux-gnu-ar_strip.c
|
ar_emul_append
|
FUN_001072d0
|
bfd_boolean
ar_emul_append(bfd **after_bfd,char *file_name,char *target,bfd_boolean verbose,bfd_boolean flatten)
{
bfd_boolean bVar1;
if (bin_vanilla_emulation.ar_append !=
(_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0) {
/* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */
/* WARNING: Treating indirect jump as call */
bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);
return bVar1;
}
return 0;
}
|
undefined8 FUN_001072d0(void)
{
undefined8 uVar1;
if (PTR_FUN_001103c8 != (undefined *)0x0) {
/* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*(code *)PTR_FUN_001103c8)();
return uVar1;
}
return 0;
}
|
MOV RAX,qword ptr [0x001103c8]
TEST RAX,RAX
JZ 0x001072e0
JMP RAX
XOR EAX,EAX
RET
| null | null | null | null |
[('tmp_183', u'INT_NOTEQUAL_-1206947096'), ('tmp_71', u'CALLIND_-1206947089'), ('tmp_74', u'CALLIND_-1206947089'), ('tmp_75', u'CALLIND_-1206947089'), ('tmp_183', u'CALLIND_-1206947089'), (u'CALLIND_-1206947089', u'INDIRECT_-1206946986'), (u'COPY_-1206947062', u'RETURN_-1206947068'), ('const-0', u'INT_NOTEQUAL_-1206947096'), ('tmp_73', u'CALLIND_-1206947089'), ('const-1', u'RETURN_-1206947073'), (u'CALLIND_-1206947089', u'COPY_-1206947067'), ('const-0', u'RETURN_-1206947068'), (u'COPY_-1206947067', u'RETURN_-1206947073'), ('tmp_26', u'CBRANCH_-1206947095'), (u'INDIRECT_-1206946986', u'COPY_-1206947044'), ('tmp_183', u'COPY_-1206947039'), ('tmp_72', u'CALLIND_-1206947089'), (u'INT_NOTEQUAL_-1206947096', u'CBRANCH_-1206947095'), ('const-0', u'COPY_-1206947062')]
|
[(u'CAST_-1206946990', u'CALLIND_-1206947089'), ('const-0', u'COPY_-1206947088'), ('tmp_142', u'INT_NOTEQUAL_-1206947096'), (u'CALLIND_-1206947089', u'INDIRECT_-1206946997'), (u'INDIRECT_-1206946997', u'COPY_-1206947055'), ('const-0', u'INT_NOTEQUAL_-1206947096'), ('tmp_142', u'COPY_-1206947050'), ('const-1', u'RETURN_-1206947073'), ('const-0', u'RETURN_-1206947068'), ('tmp_26', u'CBRANCH_-1206947095'), (u'CALLIND_-1206947089', u'RETURN_-1206947073'), (u'COPY_-1206947088', u'RETURN_-1206947068'), (u'INT_NOTEQUAL_-1206947096', u'CBRANCH_-1206947095'), ('tmp_142', u'CAST_-1206946990')]
| null | null |
001072d0
|
x64
|
O2
|
(translation_unit "undefined8 FUN_001072d0(void)\n\n{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001072d0(void)\n\n{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_001072d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if (PTR_FUN_001103c8 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" if (parenthesized_expression "(PTR_FUN_001103c8 != (undefined *)0x0)" ( (binary_expression "PTR_FUN_001103c8 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" { comment comment (expression_statement "uVar1 = (*(code *)PTR_FUN_001103c8)();" (assignment_expression "uVar1 = (*(code *)PTR_FUN_001103c8)()" identifier = (call_expression "(*(code *)PTR_FUN_001103c8)()" (parenthesized_expression "(*(code *)PTR_FUN_001103c8)" ( (pointer_expression "*(code *)PTR_FUN_001103c8" * (cast_expression "(code *)PTR_FUN_001103c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "bfd_boolean\nar_emul_append(bfd **after_bfd,char *file_name,char *target,bfd_boolean verbose,bfd_boolean flatten)\n\n{\n bfd_boolean bVar1;\n \n if (bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);\n return bVar1;\n }\n return 0;\n}\n\n" (function_definition "bfd_boolean\nar_emul_append(bfd **after_bfd,char *file_name,char *target,bfd_boolean verbose,bfd_boolean flatten)\n\n{\n bfd_boolean bVar1;\n \n if (bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);\n return bVar1;\n }\n return 0;\n}" type_identifier (function_declarator "ar_emul_append(bfd **after_bfd,char *file_name,char *target,bfd_boolean verbose,bfd_boolean flatten)" identifier (parameter_list "(bfd **after_bfd,char *file_name,char *target,bfd_boolean verbose,bfd_boolean flatten)" ( (parameter_declaration "bfd **after_bfd" type_identifier (pointer_declarator "**after_bfd" * (pointer_declarator "*after_bfd" * identifier))) , (parameter_declaration "char *file_name" primitive_type (pointer_declarator "*file_name" * identifier)) , (parameter_declaration "char *target" primitive_type (pointer_declarator "*target" * identifier)) , (parameter_declaration "bfd_boolean verbose" type_identifier identifier) , (parameter_declaration "bfd_boolean flatten" type_identifier identifier) ))) (compound_statement "{\n bfd_boolean bVar1;\n \n if (bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);\n return bVar1;\n }\n return 0;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (if_statement "if (bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);\n return bVar1;\n }" if (parenthesized_expression "(bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0)" ( (binary_expression "bin_vanilla_emulation.ar_append !=\n (_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0" (field_expression "bin_vanilla_emulation.ar_append" identifier . field_identifier) != (cast_expression "(_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *)0x0" ( (type_descriptor "_func_bfd_boolean_bfd_ptr_ptr_char_ptr_char_ptr_bfd_boolean_bfd_boolean *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */\n /* WARNING: Treating indirect jump as call */\n bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);\n return bVar1;\n }" { comment comment (expression_statement "bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);" (assignment_expression "bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten)" identifier = (call_expression "(*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten)" (parenthesized_expression "(*bin_vanilla_emulation.ar_append)" ( (pointer_expression "*bin_vanilla_emulation.ar_append" * (field_expression "bin_vanilla_emulation.ar_append" identifier . field_identifier)) )) (argument_list "(after_bfd,file_name,target,verbose,flatten)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return bVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_001072d0(void)\n\n{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001072d0(void)\n\n{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_001072d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" if (parenthesized_expression "(PTR_FUN_001103c8 != (undefined *)0x0)" ( (binary_expression "PTR_FUN_001103c8 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" { (expression_statement "uVar1 = (*(code *)PTR_FUN_001103c8)();" (assignment_expression "uVar1 = (*(code *)PTR_FUN_001103c8)()" identifier = (call_expression "(*(code *)PTR_FUN_001103c8)()" (parenthesized_expression "(*(code *)PTR_FUN_001103c8)" ( (pointer_expression "*(code *)PTR_FUN_001103c8" * (cast_expression "(code *)PTR_FUN_001103c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (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 ;) })) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_001072d0(void)\n\n{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_001072d0(void)" (identifier "FUN_001072d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }\n return 0;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (if_statement "if (PTR_FUN_001103c8 != (undefined *)0x0) {\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" (if "if") (parenthesized_expression "(PTR_FUN_001103c8 != (undefined *)0x0)" (( "(") (binary_expression "PTR_FUN_001103c8 != (undefined *)0x0" (identifier "PTR_FUN_001103c8") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n uVar1 = (*(code *)PTR_FUN_001103c8)();\n return uVar1;\n }" ({ "{") (expression_statement "uVar1 = (*(code *)PTR_FUN_001103c8)();" (assignment_expression "uVar1 = (*(code *)PTR_FUN_001103c8)()" (identifier "uVar1") (= "=") (call_expression "(*(code *)PTR_FUN_001103c8)()" (parenthesized_expression "(*(code *)PTR_FUN_001103c8)" (( "(") (pointer_expression "*(code *)PTR_FUN_001103c8" (* "*") (cast_expression "(code *)PTR_FUN_001103c8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_001103c8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
type_1
function_1(type_2 **after_bfd,char *file_name,char *target,type_1 verbose,type_1 flatten)
{
type_1 bVar1;
if (bin_vanilla_emulation.ar_append !=
(type_3 *)0x0) {
/* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */
/* WARNING: Treating indirect jump as call */
bVar1 = (*bin_vanilla_emulation.ar_append)(after_bfd,file_name,target,verbose,flatten);
return bVar1;
}
return 0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (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: (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)))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(void)
{
undefined8 uVar1;
if (PTR_FUN_001103c8 != (undefined *)0x0) {
/* WARNING: Could not recover jumptable at 0x001072dc. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*(code *)PTR_FUN_001103c8)();
return uVar1;
}
return 0;
}
|
2414_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
do_is_section_type
|
FUN_00185180
|
/* DWARF original prototype: bool do_is_section_type(Output_data * this, Elf_Word param_1) */
bool __thiscall gold::Output_data::do_is_section_type(Output_data *this,Elf_Word param_2)
{
return false;
}
|
undefined8 FUN_00185180(void)
{
return 0;
}
|
XOR EAX,EAX
RET
| null | null | null | null |
[('const-0', u'COPY_-1207479919'), ('const-0', u'RETURN_-1207479912'), (u'COPY_-1207479919', u'RETURN_-1207479912')]
|
[('const-0', u'COPY_-1207479932'), (u'COPY_-1207479932', u'RETURN_-1207479912'), ('const-0', u'RETURN_-1207479912')]
| null | null |
00185180
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00185180(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00185180(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00185180(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* DWARF original prototype: bool do_is_section_type(Output_data * this, Elf_Word param_1) */\n\nbool __thiscall gold::Output_data::do_is_section_type(Output_data *this,Elf_Word param_2)\n\n{\n return false;\n}\n\n" comment (function_definition "bool __thiscall gold::Output_data::do_is_section_type(Output_data *this,Elf_Word param_2)\n\n{\n return false;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_data::" identifier : : identifier : :) (function_declarator "do_is_section_type(Output_data *this,Elf_Word param_2)" identifier (parameter_list "(Output_data *this,Elf_Word param_2)" ( (parameter_declaration "Output_data *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Elf_Word param_2" type_identifier identifier) ))) (compound_statement "{\n return false;\n}" { (return_statement "return false;" return false ;) })))
|
(translation_unit "undefined8 FUN_00185180(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00185180(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00185180(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_00185180(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_00185180(void)" (identifier "FUN_00185180") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* DWARF original prototype: bool do_is_section_type(Output_data * this, Elf_Word param_1) */
bool __thiscall gold::type_1::function_1(type_1 *this,type_2 param_2)
{
return false;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
| null |
undefined8 MASKED(void)
{
return 0;
}
|
113_hppa64-linux-gnu-ld_and_hppa64-linux-gnu-ld_strip.c
|
bfd_hide_sym_by_version
|
bfd_hide_sym_by_version
|
void bfd_hide_sym_by_version(void)
{
(*(code *)PTR_bfd_hide_sym_by_version_00170388)();
return;
}
|
void bfd_hide_sym_by_version(void)
{
(*(code *)PTR_bfd_hide_sym_by_version_00170388)();
return;
}
|
JMP qword ptr [0x00170388]
| null | null | null | null |
[(u'INDIRECT_-1206937772', u'COPY_-1206937831'), ('tmp_22', u'CAST_-1206937767'), ('const-0', u'RETURN_-1206937829'), (u'CAST_-1206937767', u'CALLIND_-1206937832'), (u'CALLIND_-1206937832', u'INDIRECT_-1206937772')]
|
[(u'INDIRECT_-1206937772', u'COPY_-1206937831'), ('tmp_22', u'CAST_-1206937767'), ('const-0', u'RETURN_-1206937829'), (u'CAST_-1206937767', u'CALLIND_-1206937832'), (u'CALLIND_-1206937832', u'INDIRECT_-1206937772')]
| null | null |
00109710
|
x64
|
O2
|
(translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_version(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_hide_sym_by_version_00170388)();" (call_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)()" (parenthesized_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)" ( (pointer_expression "*(code *)PTR_bfd_hide_sym_by_version_00170388" * (cast_expression "(code *)PTR_bfd_hide_sym_by_version_00170388" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_version(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_hide_sym_by_version_00170388)();" (call_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)()" (parenthesized_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)" ( (pointer_expression "*(code *)PTR_bfd_hide_sym_by_version_00170388" * (cast_expression "(code *)PTR_bfd_hide_sym_by_version_00170388" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_version(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_hide_sym_by_version_00170388)();" (call_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)()" (parenthesized_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)" ( (pointer_expression "*(code *)PTR_bfd_hide_sym_by_version_00170388" * (cast_expression "(code *)PTR_bfd_hide_sym_by_version_00170388" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_hide_sym_by_version(void)" (identifier "bfd_hide_sym_by_version") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_hide_sym_by_version_00170388)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_hide_sym_by_version_00170388)();" (call_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)()" (parenthesized_expression "(*(code *)PTR_bfd_hide_sym_by_version_00170388)" (( "(") (pointer_expression "*(code *)PTR_bfd_hide_sym_by_version_00170388" (* "*") (cast_expression "(code *)PTR_bfd_hide_sym_by_version_00170388" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_hide_sym_by_version_00170388"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_hide_sym_by_version_00170388)();
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_00170388)();
return;
}
|
179_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c
|
disassemble_section
|
FUN_0010d910
|
void disassemble_section(bfd *abfd,asection *section,void *inf)
{
asymbol **ppaVar1;
uint uVar2;
long lVar3;
bfd_vma bVar4;
void *pvVar5;
bool bVar6;
bfd_boolean bVar7;
int iVar8;
undefined4 uVar9;
int iVar10;
char *pcVar11;
asymbol *sym;
ulong uVar12;
undefined8 uVar13;
char *pcVar14;
long lVar15;
size_t __nmemb;
symvalue sVar16;
uint insns;
disassemble_info *pinfo;
ulong uVar17;
ulong uVar18;
asymbol *paVar19;
int iVar20;
long lVar21;
ulong start_offset;
bool bVar22;
ulong local_b0;
arelent **local_90;
bfd_vma local_88;
ulong local_80;
ulong local_78;
arelent **local_68;
bfd_byte *data;
arelent **rel_pp;
long place;
uVar17 = (ulong)*(uint *)((long)inf + 0xbc);
data = (bfd_byte *)0x0;
rel_pp = (arelent **)0x0;
place = 0;
if ((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)
) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)
))) {
start_offset = 0;
if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {
start_offset = start_address - section->vma;
}
if (stop_address == 0xffffffffffffffff) {
local_b0 = uVar12 / uVar17;
}
else {
if (stop_address < section->vma) {
return;
}
local_b0 = stop_address - section->vma;
if (uVar12 / uVar17 <= local_b0) {
local_b0 = uVar12 / uVar17;
}
}
uVar17 = uVar12 % uVar17;
if (start_offset < local_b0) {
lVar3 = *(long *)((long)inf + 0x10);
rel_pp = *(arelent ***)(lVar3 + 0x18);
if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {
rel_pp = (arelent **)0x0;
if (((section->flags & 4) == 0) ||
((dump_reloc_info == 0 &&
(uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {
local_90 = (arelent **)0x0;
local_88 = 0;
local_68 = (arelent **)0x0;
}
else {
lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);
if (lVar15 < 0) {
LAB_0010e1af:
/* WARNING: Subroutine does not return */
bfd_fatal(abfd->filename);
}
if (lVar15 == 0) {
local_88 = 0;
local_68 = (arelent **)0x0;
local_90 = rel_pp;
}
else {
local_68 = (arelent **)xmalloc(lVar15);
rel_pp = local_68;
__nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);
if ((long)__nmemb < 0) goto LAB_0010e1af;
qsort(rel_pp,__nmemb,8,compare_relocs);
local_88 = 0;
local_90 = rel_pp + __nmemb;
}
}
}
else {
local_88 = section->vma;
local_68 = (arelent **)0x0;
local_90 = rel_pp + *(long *)(lVar3 + 0x20);
}
iVar8 = bfd_malloc_and_get_section(abfd,section,&data);
if (iVar8 == 0) {
uVar9 = bfd_get_error();
uVar13 = bfd_errmsg(uVar9);
pcVar14 = section->name;
pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);
non_fatal(pcVar11,pcVar14,uVar13);
}
else {
*(asection **)(lVar3 + 8) = section;
*(bfd_byte **)((long)inf + 0x98) = data;
bVar4 = section->vma;
*(ulong *)((long)inf + 0xa8) = uVar12;
*(bfd_vma *)((long)inf + 0xa0) = bVar4;
*(asection **)((long)inf + 0x38) = section;
if (rel_pp < local_90) {
uVar17 = (*rel_pp)->address;
while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {
uVar17 = (*rel_pp)->address;
}
}
pcVar14 = section->name;
pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);
printf(pcVar11,pcVar14);
bVar4 = section->vma;
*(undefined4 *)(lVar3 + 0x10) = 1;
sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);
*(undefined4 *)(lVar3 + 0x10) = 0;
local_78 = 0xffffffffffffffff;
local_80 = 0;
if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&
(pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&
((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {
local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);
local_78 = local_80 * 2 - 1;
}
do {
iVar8 = prefix_addresses;
lVar15 = sorted_symcount;
uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;
uVar17 = local_b0;
if (sym == (asymbol *)0x0) {
*(undefined8 *)((long)inf + 0x40) = 0;
*(undefined4 *)((long)inf + 0x48) = 0;
*(undefined4 *)((long)inf + 0x58) = 0xffffffff;
if (iVar8 == 0) {
/* WARNING: Load size is inaccurate */
(**inf)(*(undefined8 *)((long)inf + 8),"\n");
objdump_print_addr_with_sym
(abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);
/* WARNING: Load size is inaccurate */
(**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);
}
bVar6 = true;
if (local_b0 <= start_offset) {
LAB_0010df90:
disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data
,start_offset,local_b0,local_88,&rel_pp,local_90);
break;
}
paVar19 = (asymbol *)0x0;
LAB_0010dd20:
insns = 1;
if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))
goto LAB_0010ddd7;
}
else {
sVar16 = sym->value;
uVar18 = sym->section->vma + sVar16;
paVar19 = sym;
if (uVar12 < uVar18) {
*(undefined8 *)((long)inf + 0x40) = 0;
*(undefined4 *)((long)inf + 0x48) = 0;
*(undefined4 *)((long)inf + 0x58) = 0xffffffff;
if (iVar8 == 0) {
LAB_0010dbab:
/* WARNING: Load size is inaccurate */
(**inf)(*(undefined8 *)((long)inf + 8),"\n");
objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);
/* WARNING: Load size is inaccurate */
(**inf)(*(undefined8 *)((long)inf + 8));
sVar16 = sym->value;
uVar18 = sym->section->vma + sVar16;
lVar15 = sorted_symcount;
if (uVar18 <= uVar12) goto LAB_0010dc12;
}
LAB_0010dceb:
uVar17 = uVar18 - section->vma;
bVar22 = local_b0 < uVar17;
}
else {
iVar10 = (int)place;
iVar20 = iVar10;
if ((iVar10 < sorted_symcount) &&
(sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {
lVar21 = (long)(iVar10 + 1);
do {
iVar20 = (int)lVar21;
if (sorted_symcount == lVar21) break;
ppaVar1 = sorted_syms + lVar21;
lVar21 = lVar21 + 1;
} while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);
}
ppaVar1 = sorted_syms + place;
*(int *)((long)inf + 0x58) = iVar10;
*(asymbol ***)((long)inf + 0x40) = ppaVar1;
*(int *)((long)inf + 0x48) = iVar20 - iVar10;
if (iVar8 == 0) goto LAB_0010dbab;
LAB_0010dc12:
if (place < lVar15) {
do {
if ((sorted_syms[place]->section == section) &&
(uVar18 < sorted_syms[place]->value + section->vma)) {
iVar8 = (**(code **)((long)inf + 0x90))();
if (iVar8 != 0) {
sVar16 = sym->value;
uVar18 = sym->section->vma + sVar16;
if (place < sorted_symcount) {
paVar19 = sorted_syms[place];
if (uVar12 < uVar18) goto LAB_0010dceb;
if (paVar19 == (asymbol *)0x0) {
bVar22 = false;
}
else {
uVar17 = paVar19->section->vma + (paVar19->value - section->vma);
bVar22 = local_b0 < uVar17;
}
goto LAB_0010dcfb;
}
break;
}
sVar16 = sym->value;
uVar18 = sym->section->vma + sVar16;
}
place = place + 1;
} while (place < sorted_symcount);
}
if (uVar12 < uVar18) {
paVar19 = (asymbol *)0x0;
goto LAB_0010dceb;
}
bVar22 = false;
paVar19 = (asymbol *)0x0;
}
LAB_0010dcfb:
bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;
if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;
if ((bVar6) ||
((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))
goto LAB_0010df90;
LAB_0010ddd7:
uVar2 = sym->flags;
if ((uVar2 & 0x10000) == 0) {
pcVar14 = sym->name;
pcVar11 = strstr(pcVar14,"gnu_compiled");
if (pcVar11 == (char *)0x0) {
pcVar14 = strstr(pcVar14,"gcc2_compiled");
insns = 1;
if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;
}
}
insns = uVar2 >> 3 & 1;
}
LAB_0010dd2d:
disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data
,start_offset,uVar17,local_88,&rel_pp,local_90);
sym = paVar19;
start_offset = uVar17;
} while (uVar17 < local_b0);
free(data);
if (local_68 != (arelent **)0x0) {
free(local_68);
return;
}
}
}
}
return;
}
|
void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
bool bVar5;
int iVar6;
undefined4 uVar7;
int iVar8;
char *pcVar9;
long lVar10;
ulong uVar11;
undefined8 uVar12;
undefined8 uVar13;
char *pcVar14;
size_t __nmemb;
long lVar15;
uint uVar16;
ulong uVar17;
ulong uVar18;
long lVar19;
long lVar20;
int iVar21;
long lVar22;
ulong uVar23;
bool bVar24;
ulong local_b0;
long *local_90;
long local_88;
ulong local_80;
ulong local_78;
long *local_68;
void *local_50;
long *local_48;
long local_40 [2];
uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);
local_50 = (void *)0x0;
local_48 = (long *)0x0;
local_40[0] = 0;
if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))
&& ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {
uVar23 = 0;
if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {
uVar23 = DAT_00155460 - param_2[5];
}
if (DAT_00155458 == 0xffffffffffffffff) {
local_b0 = uVar11 / uVar17;
}
else {
if (DAT_00155458 < (ulong)param_2[5]) {
return;
}
local_b0 = DAT_00155458 - param_2[5];
if (uVar11 / uVar17 <= local_b0) {
local_b0 = uVar11 / uVar17;
}
}
uVar17 = uVar11 % uVar17;
if (uVar23 < local_b0) {
lVar2 = param_3[2];
local_48 = *(long **)(lVar2 + 0x18);
if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {
local_48 = (long *)0x0;
if (((*(byte *)(param_2 + 4) & 4) == 0) ||
((DAT_0015736c == 0 &&
(uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {
local_90 = (long *)0x0;
local_88 = 0;
local_68 = (long *)0x0;
}
else {
lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);
if (lVar10 < 0) {
LAB_0010e1af:
/* WARNING: Subroutine does not return */
FUN_00136510(*param_1);
}
if (lVar10 == 0) {
local_88 = 0;
local_68 = (long *)0x0;
local_90 = local_48;
}
else {
local_68 = (long *)xmalloc(lVar10);
local_48 = local_68;
__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);
if ((long)__nmemb < 0) goto LAB_0010e1af;
qsort(local_48,__nmemb,8,FUN_00108380);
local_88 = 0;
local_90 = local_48 + __nmemb;
}
}
}
else {
local_88 = param_2[5];
local_68 = (long *)0x0;
local_90 = local_48 + *(long *)(lVar2 + 0x20);
}
iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);
if (iVar6 == 0) {
uVar7 = bfd_get_error();
uVar12 = bfd_errmsg(uVar7);
uVar3 = *param_2;
uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);
FUN_00136630(uVar13,uVar3,uVar12);
}
else {
*(undefined8 **)(lVar2 + 8) = param_2;
param_3[0x13] = local_50;
uVar3 = param_2[5];
param_3[0x15] = uVar11;
param_3[0x14] = uVar3;
param_3[7] = param_2;
if (local_48 < local_90) {
uVar17 = *(ulong *)(*local_48 + 8);
while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {
uVar17 = *(ulong *)(*local_48 + 8);
}
}
uVar3 = *param_2;
pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);
printf(pcVar9,uVar3);
lVar10 = param_2[5];
*(undefined4 *)(lVar2 + 0x10) = 1;
lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);
*(undefined4 *)(lVar2 + 0x10) = 0;
local_78 = 0xffffffffffffffff;
local_80 = 0;
if (((*(int *)(param_1[1] + 8) == 5) &&
(lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&
((*(byte *)(lVar20 + 0x389) & 1) != 0)) {
local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);
local_78 = local_80 * 2 - 1;
}
do {
iVar6 = DAT_00157350;
lVar20 = DAT_00157298;
uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;
uVar17 = local_b0;
if (lVar10 == 0) {
param_3[8] = 0;
*(undefined4 *)(param_3 + 9) = 0;
*(undefined4 *)(param_3 + 0xb) = 0xffffffff;
if (iVar6 == 0) {
(*(code *)*param_3)(param_3[1],"\n");
FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);
(*(code *)*param_3)(param_3[1],&DAT_0013d5f0);
}
bVar5 = true;
if (local_b0 <= uVar23) {
LAB_0010df90:
FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88
,&local_48,local_90);
break;
}
lVar19 = 0;
LAB_0010dd20:
uVar16 = 1;
if ((!bVar5) &&
((*(undefined8 **)(lVar10 + 0x20) == param_2 &&
((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;
}
else {
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
lVar19 = lVar10;
if (uVar11 < uVar18) {
param_3[8] = 0;
*(undefined4 *)(param_3 + 9) = 0;
*(undefined4 *)(param_3 + 0xb) = 0xffffffff;
if (iVar6 == 0) {
LAB_0010dbab:
(*(code *)*param_3)(param_3[1],"\n");
FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);
(*(code *)*param_3)(param_3[1]);
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
lVar20 = DAT_00157298;
if (uVar18 <= uVar11) goto LAB_0010dc12;
}
LAB_0010dceb:
bVar24 = local_b0 < uVar18 - param_2[5];
uVar17 = uVar18 - param_2[5];
}
else {
iVar8 = (int)local_40[0];
iVar21 = iVar8;
if ((iVar8 < DAT_00157298) &&
(lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),
(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=
uVar11)) {
lVar22 = (long)(iVar8 + 1);
do {
iVar21 = (int)lVar22;
if (DAT_00157298 == lVar22) break;
lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);
lVar22 = lVar22 + 1;
} while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)
) <= uVar11);
}
lVar22 = DAT_001572a0 + local_40[0] * 8;
*(int *)(param_3 + 0xb) = iVar8;
param_3[8] = lVar22;
*(int *)(param_3 + 9) = iVar21 - iVar8;
if (iVar6 == 0) goto LAB_0010dbab;
LAB_0010dc12:
if (local_40[0] < lVar20) {
do {
lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);
if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&
(uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {
iVar6 = (*(code *)param_3[0x12])();
if (iVar6 != 0) {
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
if (local_40[0] < DAT_00157298) {
lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);
if (uVar11 < uVar18) goto LAB_0010dceb;
if (lVar19 == 0) {
bVar24 = false;
}
else {
uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +
(*(long *)(lVar19 + 0x10) - param_2[5]);
bVar24 = local_b0 < uVar17;
}
goto LAB_0010dcfb;
}
break;
}
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
}
local_40[0] = local_40[0] + 1;
} while (local_40[0] < DAT_00157298);
}
if (uVar11 < uVar18) {
lVar19 = 0;
goto LAB_0010dceb;
}
bVar24 = false;
lVar19 = 0;
}
LAB_0010dcfb:
bVar5 = DAT_00157330 != 0 || lVar10 == 0;
if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;
if ((bVar5) ||
((param_2 != *(undefined8 **)(lVar10 + 0x20) ||
(uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;
LAB_0010ddd7:
uVar1 = *(uint *)(lVar10 + 0x18);
if ((uVar1 & 0x10000) == 0) {
pcVar9 = *(char **)(lVar10 + 8);
pcVar14 = strstr(pcVar9,"gnu_compiled");
if (pcVar14 == (char *)0x0) {
pcVar9 = strstr(pcVar9,"gcc2_compiled");
uVar16 = 1;
if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;
}
}
uVar16 = uVar1 >> 3 & 1;
}
LAB_0010dd2d:
FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,
&local_48,local_90);
lVar10 = lVar19;
uVar23 = uVar17;
} while (uVar17 < local_b0);
free(local_50);
if (local_68 != (long *)0x0) {
free(local_68);
return;
}
}
}
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x88
MOV R8D,dword ptr [0x00157330]
MOV EBP,dword ptr [RDX + 0xbc]
MOV qword ptr [RSP + 0x68],0x0
MOV qword ptr [RSP + 0x70],0x0
MOV qword ptr [RSP + 0x78],0x0
TEST R8D,R8D
JNZ 0x0010d95c
CMP qword ptr [0x001572d8],0x0
JZ 0x0010dcd0
MOV qword ptr [RSP + 0x20],RDI
MOV RDI,RSI
MOV R15,RDX
MOV RBX,RSI
CALL 0x0010a400
TEST EAX,EAX
JZ 0x0010dcb9
MOV R12,qword ptr [RBX + 0x38]
TEST R12,R12
JZ 0x0010dcb9
MOV RAX,qword ptr [0x00155460]
XOR R13D,R13D
CMP RAX,-0x1
JZ 0x0010d9a5
MOV RDX,qword ptr [RBX + 0x28]
MOV RCX,RAX
SUB RCX,RDX
CMP RAX,RDX
CMOVNC R13,RCX
MOV RCX,qword ptr [0x00155458]
CMP RCX,-0x1
JZ 0x0010e060
MOV RSI,qword ptr [RBX + 0x28]
CMP RCX,RSI
JC 0x0010dcb9
XOR EDX,EDX
MOV RAX,R12
SUB RCX,RSI
DIV RBP
CMP RAX,RCX
CMOVBE RCX,RAX
MOV qword ptr [RSP + 0x8],RCX
CMP qword ptr [RSP + 0x8],R13
JBE 0x0010dcb9
MOV RCX,qword ptr [R15 + 0x10]
MOV RAX,qword ptr [RCX + 0x18]
MOV qword ptr [RSP + 0x18],RCX
TEST RAX,RAX
JZ 0x0010dfd0
MOV ESI,dword ptr [0x00157368]
TEST ESI,ESI
JZ 0x0010dfd0
MOV RDX,qword ptr [RCX + 0x20]
MOV RSI,qword ptr [RBX + 0x28]
MOV qword ptr [RSP + 0x70],RAX
MOV qword ptr [RSP + 0x50],0x0
LEA RAX,[RAX + RDX*0x8]
MOV qword ptr [RSP + 0x30],RSI
MOV qword ptr [RSP + 0x28],RAX
MOV RDI,qword ptr [RSP + 0x20]
LEA RDX,[RSP + 0x68]
MOV RSI,RBX
CALL 0x001071c0
TEST EAX,EAX
JZ 0x0010dc84
MOV RAX,qword ptr [RSP + 0x18]
MOV RDI,qword ptr [RSP + 0x28]
MOV qword ptr [RAX + 0x8],RBX
MOV RAX,qword ptr [RSP + 0x68]
MOV qword ptr [R15 + 0x98],RAX
MOV RAX,qword ptr [RBX + 0x28]
MOV qword ptr [R15 + 0xa8],R12
MOV qword ptr [R15 + 0xa0],RAX
MOV RAX,qword ptr [RSP + 0x70]
MOV qword ptr [R15 + 0x38],RBX
CMP RAX,RDI
JNC 0x0010dabe
MOV RCX,qword ptr [RSP + 0x30]
MOV RDX,qword ptr [RAX]
LEA RSI,[RCX + R13*0x1]
CMP qword ptr [RDX + 0x8],RSI
JNC 0x0010dabe
ADD RAX,0x8
JMP 0x0010dab1
MOV RCX,qword ptr [RDX]
ADD RAX,0x8
CMP qword ptr [RCX + 0x8],RSI
JNC 0x0010e0c0
MOV RDX,RAX
CMP RAX,RDI
JC 0x0010daa0
MOV qword ptr [RSP + 0x70],RAX
MOV EDX,0x5
XOR EDI,EDI
MOV RBP,qword ptr [RBX]
LEA RSI,[0x13da44]
CALL 0x00107230
MOV RDI,RAX
MOV RSI,RBP
XOR EAX,EAX
CALL 0x00107290
MOV R14,qword ptr [RSP + 0x18]
MOV RDI,qword ptr [RBX + 0x28]
MOV RSI,R15
LEA RDX,[RSP + 0x78]
MOV dword ptr [R14 + 0x10],0x1
ADD RDI,R13
CALL 0x001083b0
MOV dword ptr [R14 + 0x10],0x0
MOV qword ptr [RSP + 0x40],-0x1
MOV R12,RAX
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x38],0x0
MOV RAX,qword ptr [RAX + 0x8]
CMP dword ptr [RAX + 0x8],0x5
JZ 0x0010e0ca
LEA RAX,[RSP + 0x70]
MOV qword ptr [RSP + 0x48],RAX
NOP dword ptr [RAX]
MOV RAX,qword ptr [RBX + 0x28]
MOV RCX,qword ptr [RSP + 0x38]
MOV ESI,dword ptr [0x00157350]
ADD RAX,R13
AND RAX,qword ptr [RSP + 0x40]
XOR RAX,RCX
SUB RAX,RCX
MOV RDI,RAX
MOV qword ptr [RSP + 0x10],RAX
TEST R12,R12
JZ 0x0010de40
MOV RAX,qword ptr [R12 + 0x20]
MOV RCX,qword ptr [R12 + 0x10]
MOV RDX,qword ptr [RAX + 0x28]
ADD RDX,RCX
MOV R9,RDX
CMP RDX,RDI
JBE 0x0010deb0
MOV qword ptr [R15 + 0x40],0x0
MOV dword ptr [R15 + 0x48],0x0
MOV dword ptr [R15 + 0x58],0xffffffff
TEST ESI,ESI
JNZ 0x0010dce8
MOV RDI,qword ptr [R15 + 0x8]
LEA RSI,[0x141a67]
XOR EAX,EAX
CALL qword ptr [R15]
MOV R14,qword ptr [RSP + 0x10]
MOV RDI,qword ptr [RSP + 0x20]
XOR R9D,R9D
MOV RDX,R12
MOV R8,R15
MOV RSI,RBX
MOV RCX,R14
CALL 0x00108f20
MOV RDI,qword ptr [R15 + 0x8]
LEA RSI,[0x13d5f0]
XOR EAX,EAX
CALL qword ptr [R15]
MOV RAX,qword ptr [R12 + 0x20]
MOV RCX,qword ptr [R12 + 0x10]
MOV RDX,qword ptr [RAX + 0x28]
ADD RDX,RCX
MOV R9,RDX
CMP R14,RDX
JC 0x0010dce8
MOV RAX,qword ptr [RSP + 0x78]
MOV RDI,qword ptr [0x00157298]
CMP RAX,RDI
JL 0x0010dc3b
JMP 0x0010df70
MOV RAX,qword ptr [RSP + 0x78]
ADD RAX,0x1
CMP RAX,qword ptr [0x00157298]
MOV qword ptr [RSP + 0x78],RAX
JGE 0x0010df70
MOV RSI,qword ptr [0x001572a0]
MOV R9,RDX
MOV RDI,qword ptr [RSI + RAX*0x8]
CMP qword ptr [RDI + 0x20],RBX
JNZ 0x0010dc20
MOV RAX,qword ptr [RDI + 0x10]
ADD RAX,qword ptr [RBX + 0x28]
CMP RAX,RDX
JBE 0x0010dc20
MOV RSI,R15
CALL qword ptr [R15 + 0x90]
TEST EAX,EAX
JNZ 0x0010df10
MOV RAX,qword ptr [R12 + 0x20]
MOV RCX,qword ptr [R12 + 0x10]
MOV RDX,qword ptr [RAX + 0x28]
ADD RDX,RCX
MOV R9,RDX
JMP 0x0010dc20
CALL 0x00107320
MOV EDI,EAX
CALL 0x00107720
MOV RBX,qword ptr [RBX]
MOV EDX,0x5
XOR EDI,EDI
LEA RSI,[0x13d158]
MOV RBP,RAX
CALL 0x00107230
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00136630
ADD RSP,0x88
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EAX,dword ptr [RSI + 0x20]
AND EAX,0x110
CMP EAX,0x110
JNZ 0x0010dcb9
JMP 0x0010d95c
MOV RBP,R12
MOV R14,R9
SUB R14,qword ptr [RBX + 0x28]
CMP qword ptr [RSP + 0x8],R14
SETC SIL
MOV EAX,dword ptr [0x00157330]
TEST EAX,EAX
SETNZ AL
TEST R12,R12
SETZ DL
OR EAX,EDX
CMP R14,R13
JBE 0x0010ddb0
TEST SIL,SIL
JNZ 0x0010ddb0
MOV EDX,0x1
TEST AL,AL
JZ 0x0010e18b
MOV RAX,qword ptr [RSP + 0x18]
SUB RSP,0x8
MOV R8,R13
MOV R9,R14
MOV RDI,R15
MOV R12,RBP
MOV R13,R14
MOV RSI,qword ptr [RAX + 0x28]
PUSH qword ptr [RSP + 0x30]
PUSH qword ptr [RSP + 0x58]
PUSH qword ptr [RSP + 0x48]
MOV RCX,qword ptr [RSP + 0x88]
CALL 0x0010c4d0
ADD RSP,0x20
CMP qword ptr [RSP + 0x8],R14
JA 0x0010db40
NOP dword ptr [RAX]
MOV RDI,qword ptr [RSP + 0x68]
CALL 0x00107070
MOV RAX,qword ptr [RSP + 0x50]
TEST RAX,RAX
JZ 0x0010dcb9
ADD RSP,0x88
MOV RDI,RAX
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x00107070
TEST AL,AL
JNZ 0x0010df90
CMP RBX,qword ptr [R12 + 0x20]
JNZ 0x0010df90
ADD RCX,qword ptr [RBX + 0x28]
CMP RCX,qword ptr [RSP + 0x10]
JA 0x0010df90
MOV R14,qword ptr [RSP + 0x8]
MOV ECX,dword ptr [R12 + 0x18]
TEST ECX,0x10000
JNZ 0x0010de30
MOV R12,qword ptr [R12 + 0x8]
LEA RSI,[0x13d61b]
MOV dword ptr [RSP + 0x10],ECX
MOV RDI,R12
CALL 0x00107840
MOV ECX,dword ptr [RSP + 0x10]
TEST RAX,RAX
JNZ 0x0010de30
LEA RSI,[0x13d628]
MOV RDI,R12
CALL 0x00107840
MOV EDX,0x1
MOV ECX,dword ptr [RSP + 0x10]
TEST RAX,RAX
JZ 0x0010dd2d
NOP word ptr CS:[RAX + RAX*0x1]
SHR ECX,0x3
MOV EDX,ECX
AND EDX,0x1
JMP 0x0010dd2d
MOV qword ptr [R15 + 0x40],0x0
MOV dword ptr [R15 + 0x48],0x0
MOV dword ptr [R15 + 0x58],0xffffffff
TEST ESI,ESI
JNZ 0x0010de96
MOV RDI,qword ptr [R15 + 0x8]
LEA RSI,[0x141a67]
XOR EAX,EAX
CALL qword ptr [R15]
MOV RDI,qword ptr [RSP + 0x20]
MOV RCX,qword ptr [RSP + 0x10]
MOV RSI,RBX
XOR R9D,R9D
MOV R8,R15
XOR EDX,EDX
CALL 0x00108f20
MOV RDI,qword ptr [R15 + 0x8]
LEA RSI,[0x13d5f0]
XOR EAX,EAX
CALL qword ptr [R15]
MOV R14,qword ptr [RSP + 0x8]
MOV EAX,0x1
CMP R14,R13
JBE 0x0010df90
XOR EBP,EBP
JMP 0x0010dd20
MOV RAX,qword ptr [RSP + 0x78]
MOV RDI,qword ptr [0x00157298]
MOV R10,qword ptr [0x001572a0]
MOVSXD R8,EAX
MOV R14D,EAX
CMP RDI,R8
JLE 0x0010e177
MOV R11,qword ptr [R10 + R8*0x8]
MOV R8,qword ptr [R11 + 0x20]
MOV R11,qword ptr [R11 + 0x10]
ADD R11,qword ptr [R8 + 0x28]
MOV R8D,EAX
CMP qword ptr [RSP + 0x10],R11
JNC 0x0010e080
LEA R10,[R10 + RAX*0x8]
SUB R8D,EAX
MOV dword ptr [R15 + 0x58],R14D
MOV qword ptr [R15 + 0x40],R10
MOV dword ptr [R15 + 0x48],R8D
TEST ESI,ESI
JZ 0x0010dbab
JMP 0x0010dc12
MOV RDX,qword ptr [R12 + 0x20]
MOV RCX,qword ptr [R12 + 0x10]
MOV RAX,qword ptr [RSP + 0x78]
MOV R9,qword ptr [RDX + 0x28]
ADD R9,RCX
CMP RAX,qword ptr [0x00157298]
JGE 0x0010df70
MOV RDX,qword ptr [0x001572a0]
MOV RBP,qword ptr [RDX + RAX*0x8]
CMP qword ptr [RSP + 0x10],R9
JC 0x0010dceb
TEST RBP,RBP
JZ 0x0010e17f
MOV RAX,qword ptr [RBP + 0x20]
MOV R9,qword ptr [RBP + 0x10]
SUB R9,qword ptr [RBX + 0x28]
MOV R14,qword ptr [RAX + 0x28]
ADD R14,R9
CMP qword ptr [RSP + 0x8],R14
SETC SIL
JMP 0x0010dcfb
CMP qword ptr [RSP + 0x10],R9
JC 0x0010e078
MOV R14,qword ptr [RSP + 0x8]
XOR ESI,ESI
XOR EBP,EBP
JMP 0x0010dcfb
MOV RAX,qword ptr [RSP + 0x18]
SUB RSP,0x8
MOV R8,R13
MOV RDI,R15
MOV EDX,0x1
MOV RSI,qword ptr [RAX + 0x28]
PUSH qword ptr [RSP + 0x30]
PUSH qword ptr [RSP + 0x58]
PUSH qword ptr [RSP + 0x48]
MOV R9,qword ptr [RSP + 0x28]
MOV RCX,qword ptr [RSP + 0x88]
CALL 0x0010c4d0
ADD RSP,0x20
JMP 0x0010dd78
MOV qword ptr [RSP + 0x70],0x0
TEST byte ptr [RBX + 0x20],0x4
JZ 0x0010e038
MOV ECX,dword ptr [0x0015736c]
TEST ECX,ECX
JNZ 0x0010dff4
MOV EDX,dword ptr [R15 + 0xc8]
TEST EDX,EDX
JZ 0x0010e038
MOV RDI,qword ptr [RSP + 0x20]
MOV RSI,RBX
CALL 0x001077c0
TEST RAX,RAX
JS 0x0010e1af
JNZ 0x0010e111
MOV qword ptr [RSP + 0x30],0x0
MOV RAX,qword ptr [RSP + 0x70]
MOV qword ptr [RSP + 0x50],0x0
MOV qword ptr [RSP + 0x28],RAX
JMP 0x0010da2d
MOV qword ptr [RSP + 0x28],0x0
MOV qword ptr [RSP + 0x30],0x0
MOV qword ptr [RSP + 0x50],0x0
JMP 0x0010da2d
MOV RAX,R12
XOR EDX,EDX
DIV RBP
MOV qword ptr [RSP + 0x8],RAX
JMP 0x0010d9da
XOR EBP,EBP
JMP 0x0010dceb
MOV qword ptr [RSP + 0x58],RDX
LEA R11D,[RAX + 0x1]
MOVSXD R11,R11D
MOV R8D,R11D
CMP RDI,R11
JZ 0x0010e0af
MOV R9,qword ptr [R10 + R11*0x8]
ADD R11,0x1
MOV RBP,qword ptr [R9 + 0x20]
MOV R9,qword ptr [R9 + 0x10]
ADD R9,qword ptr [RBP + 0x28]
CMP R9,qword ptr [RSP + 0x10]
JBE 0x0010e08c
MOV R9,qword ptr [RSP + 0x58]
JMP 0x0010def0
MOV qword ptr [RSP + 0x70],RDX
JMP 0x0010dabe
MOV RAX,qword ptr [RAX + 0x368]
TEST RAX,RAX
JZ 0x0010db32
TEST byte ptr [RAX + 0x389],0x1
JZ 0x0010db32
MOV RAX,qword ptr [RAX + 0x300]
MOVZX ECX,byte ptr [RAX + 0xa]
MOV EAX,0x1
SUB ECX,0x1
SHL RAX,CL
MOV qword ptr [RSP + 0x38],RAX
LEA RAX,[RAX + RAX*0x1 + -0x1]
MOV qword ptr [RSP + 0x40],RAX
JMP 0x0010db32
MOV RDI,RAX
CALL 0x00107350
MOV RCX,qword ptr [0x001572b0]
MOV RDI,qword ptr [RSP + 0x20]
MOV RSI,RBX
MOV RDX,RAX
MOV qword ptr [RSP + 0x50],RAX
MOV qword ptr [RSP + 0x70],RAX
CALL 0x00107730
MOV RBP,RAX
TEST RAX,RAX
JS 0x0010e1af
MOV RDI,qword ptr [RSP + 0x70]
MOV RSI,RAX
MOV EDX,0x8
LEA RCX,[0x108380]
CALL 0x00107140
MOV RAX,qword ptr [RSP + 0x70]
MOV qword ptr [RSP + 0x30],0x0
LEA RAX,[RAX + RBP*0x8]
MOV qword ptr [RSP + 0x28],RAX
JMP 0x0010da2d
MOV R8D,EAX
JMP 0x0010def0
MOV R14,qword ptr [RSP + 0x8]
XOR ESI,ESI
JMP 0x0010dcfb
CMP qword ptr [R12 + 0x20],RBX
JNZ 0x0010dd2d
MOV RAX,qword ptr [R12 + 0x10]
ADD RAX,qword ptr [RBX + 0x28]
CMP RAX,qword ptr [RSP + 0x10]
JA 0x0010dd2d
JMP 0x0010ddd7
MOV RAX,qword ptr [RSP + 0x20]
MOV RDI,qword ptr [RAX]
CALL 0x00136510
| null | null | null | null |
[(u'MULTIEQUAL_-1206915913', u'MULTIEQUAL_-1206915892'), ('tmp_5744', u'CAST_-1206913452'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914828'), (u'INT_AND_-1206918487', u'MULTIEQUAL_-1206915422'), (u'INDIRECT_-1206914606', u'MULTIEQUAL_-1206914034'), ('tmp_2700', u'CBRANCH_-1206918683'), ('const-0', u'CALL_-1206918092'), ('const-0', u'COPY_-1206917015'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915453'), (u'INDIRECT_-1206913711', u'COPY_-1206913746'), (u'INDIRECT_-1206915370', u'MULTIEQUAL_-1206915028'), (u'MULTIEQUAL_-1206916636', u'INT_LESS_-1206918773'), (u'INDIRECT_-1206914037', u'MULTIEQUAL_-1206913855'), (u'CAST_-1206913451', u'LOAD_-1206918777'), (u'MULTIEQUAL_-1206915259', u'COPY_-1206915333'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914503'), (u'MULTIEQUAL_-1206914816', u'MULTIEQUAL_-1206914146'), (u'INT_ADD_-1206919751', u'MULTIEQUAL_-1206916106'), ('const-40', u'PTRSUB_-1206913714'), (u'PTRSUB_-1206913726', u'LOAD_-1206919557'), (u'INT_ADD_-1206917839', u'CAST_-1206912804'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914116'), (u'MULTIEQUAL_-1206913785', u'MULTIEQUAL_-1206913774'), (u'MULTIEQUAL_-1206914946', u'MULTIEQUAL_-1206914901'), (u'CALL_-1206919996', u'INDIRECT_-1206915489'), (u'INDIRECT_-1206914797', u'COPY_-1206914856'), (u'STORE_-1206919708', u'INDIRECT_-1206915305'), (u'CALL_-1206918990', u'INDIRECT_-1206914805'), (u'MULTIEQUAL_-1206914781', u'MULTIEQUAL_-1206914695'), (u'MULTIEQUAL_-1206914121', u'MULTIEQUAL_-1206914751'), (u'STORE_-1206920266', u'INDIRECT_-1206915809'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914742'), (u'INDIRECT_-1206915786', u'MULTIEQUAL_-1206915700'), (u'INDIRECT_-1206914824', u'MULTIEQUAL_-1206915564'), (u'INT_ADD_-1206920279', u'CAST_-1206914013'), ('const-433', u'STORE_-1206920308'), ('const-433', u'STORE_-1206917943'), ('const-1', u'CALL_-1206918005'), (u'MULTIEQUAL_-1206914946', u'MULTIEQUAL_-1206914716'), (u'INDIRECT_-1206915120', u'MULTIEQUAL_-1206915044'), ('tmp_21114', u'MULTIEQUAL_-1206915194'), (u'INDIRECT_-1206914953', u'MULTIEQUAL_-1206915150'), ('const-0', u'SUBPIECE_-1206914521'), (u'PTRSUB_-1206913574', u'LOAD_-1206918729'), (u'CAST_-1206912979', u'INT_ADD_-1206917907'), (u'INDIRECT_-1206914482', u'MULTIEQUAL_-1206915908'), (u'CAST_-1206913674', u'STORE_-1206919730'), (u'PTRSUB_-1206912949', u'LOAD_-1206917918'), (u'CAST_-1206912297', u'MULTIEQUAL_-1206914726'), (u'MULTIEQUAL_-1206915246', u'INT_LESS_-1206918677'), (u'INDIRECT_-1206914772', u'MULTIEQUAL_-1206914934'), (u'INDIRECT_-1206913994', u'MULTIEQUAL_-1206913198'), (u'INDIRECT_-1206915435', u'MULTIEQUAL_-1206915093'), ('const-16', u'PTRSUB_-1206912486'), (u'MULTIEQUAL_-1206914094', u'MULTIEQUAL_-1206913247'), (u'STORE_-1206920023', u'INDIRECT_-1206915673'), (u'INDIRECT_-1206912787', u'MULTIEQUAL_-1206914579'), (u'STORE_-1206919730', u'INDIRECT_-1206915713'), (u'CAST_-1206913587', u'LOAD_-1206919592'), (u'STORE_-1206917846', u'INDIRECT_-1206914374'), ('const-40', u'PTRSUB_-1206912481'), (u'CALL_-1206918005', u'INDIRECT_-1206913224'), (u'INDIRECT_-1206915000', u'MULTIEQUAL_-1206915505'), (u'PTRSUB_-1206912959', u'LOAD_-1206917936'), (u'MULTIEQUAL_-1206915553', u'MULTIEQUAL_-1206914706'), ('const-32', u'PTRSUB_-1206913250'), ('const-0', u'CALL_-1206917807'), (u'STORE_-1206919719', u'INDIRECT_-1206915509'), (u'INDIRECT_-1206914693', u'MULTIEQUAL_-1206914890'), (u'CAST_-1206912255', u'INT_SLESS_-1206916795'), ('const-0', u'INT_EQUAL_-1206917900'), (u'MULTIEQUAL_-1206915271', u'MULTIEQUAL_-1206914601'), (u'INDIRECT_-1206915120', u'MULTIEQUAL_-1206914833'), (u'INDIRECT_-1206915380', u'MULTIEQUAL_-1206915304'), (u'MULTIEQUAL_-1206915206', u'MULTIEQUAL_-1206914536'), ('const-0', u'COPY_-1206912917'), (u'CALL_-1206918928', u'INDIRECT_-1206914967'), ('const-8', u'PTRSUB_-1206913203'), (u'STORE_-1206917853', u'INDIRECT_-1206914834'), (u'MULTIEQUAL_-1206915226', u'MULTIEQUAL_-1206915041'), (u'INDIRECT_-1206914998', u'MULTIEQUAL_-1206914816'), (u'INT_ADD_-1206917975', u'INT_LESS_-1206917929'), (u'MULTIEQUAL_-1206915098', u'MULTIEQUAL_-1206914251'), ('const-433', u'STORE_-1206919992'), (u'MULTIEQUAL_-1206915033', u'MULTIEQUAL_-1206914186'), (u'INDIRECT_-1206914771', u'MULTIEQUAL_-1206914531'), ('const-433', u'LOAD_-1206918682'), (u'INDIRECT_-1206914805', u'MULTIEQUAL_-1206914741'), ('const-433', u'LOAD_-1206919940'), (u'MULTIEQUAL_-1206915226', u'MULTIEQUAL_-1206915215'), (u'MULTIEQUAL_-1206913514', u'MULTIEQUAL_-1206913774'), ('const-433', u'STORE_-1206917932'), (u'INDIRECT_-1206915565', u'MULTIEQUAL_-1206915223'), (u'MULTIEQUAL_-1206916811', u'INT_ADD_-1206920196'), (u'CALL_-1206920081', u'INDIRECT_-1206914452'), (u'INDIRECT_-1206915258', u'MULTIEQUAL_-1206915093'), ('const-433', u'LOAD_-1206920043'), (u'MULTIEQUAL_-1206915564', u'MULTIEQUAL_-1206914706'), (u'INT_AND_-1206917122', u'INT_NOTEQUAL_-1206917135'), ('const-1', u'INT_ADD_-1206917418'), (u'INDIRECT_-1206915453', u'MULTIEQUAL_-1206914641'), (u'STORE_-1206920266', u'INDIRECT_-1206915939'), (u'CALL_-1206919996', u'INDIRECT_-1206915424'), (u'MULTIEQUAL_-1206913247', u'MULTIEQUAL_-1206913877'), (u'INDIRECT_-1206914823', u'MULTIEQUAL_-1206915020'), ('const-1082240', u'PTRSUB_-1206912367'), (u'MULTIEQUAL_-1206916811', u'COPY_-1206913889'), ('const-433', u'LOAD_-1206920428'), (u'INDIRECT_-1206914933', u'MULTIEQUAL_-1206914768'), ('const-0', u'COPY_-1206919959'), (u'MULTIEQUAL_-1206916148', u'MULTIEQUAL_-1206916317'), (u'STORE_-1206917921', u'INDIRECT_-1206914931'), ('const--72', u'PTRSUB_-1206913914'), (u'INT_EQUAL_-1206917822', u'CBRANCH_-1206917821'), (u'INT_LESS_-1206917836', u'MULTIEQUAL_-1206913505'), (u'INDIRECT_-1206913656', u'MULTIEQUAL_-1206913611'), ('const-433', u'LOAD_-1206917115'), (u'MULTIEQUAL_-1206914316', u'MULTIEQUAL_-1206914946'), ('const-433', u'LOAD_-1206920888'), (u'CALL_-1206918147', u'INDIRECT_-1206915429'), (u'CAST_-1206913637', u'INT_ADD_-1206919664'), (u'STORE_-1206917839', u'INDIRECT_-1206914564'), (u'MULTIEQUAL_-1206915422', u'CALL_-1206918990'), ('const-32', u'PTRSUB_-1206913586'), ('tmp_5743', u'PTRSUB_-1206914307'), (u'CALL_-1206920081', u'INDIRECT_-1206915797'), (u'CALL_-1206918060', u'INDIRECT_-1206915248'), (u'MULTIEQUAL_-1206915570', u'PTRADD_-1206912501'), (u'MULTIEQUAL_-1206914825', u'MULTIEQUAL_-1206915085'), (u'INT_LESS_-1206917929', u'CBRANCH_-1206917925'), (u'STORE_-1206920308', u'INDIRECT_-1206915449'), (u'CAST_-1206912583', u'CALL_-1206918005'), (u'STORE_-1206917839', u'INDIRECT_-1206914694'), (u'MULTIEQUAL_-1206914316', u'MULTIEQUAL_-1206914963'), ('const-0', u'INT_EQUAL_-1206919163'), (u'LOAD_-1206917179', u'INT_NOTEQUAL_-1206917156'), (u'MULTIEQUAL_-1206915389', u'COPY_-1206915463'), (u'INT_ADD_-1206917376', u'MULTIEQUAL_-1206915082'), ('const-0', u'INT_NOTEQUAL_-1206918751'), (u'CALL_-1206919996', u'INDIRECT_-1206914452'), (u'INDIRECT_-1206914066', u'MULTIEQUAL_-1206914611'), ('tmp_21113', u'MULTIEQUAL_-1206915129'), (u'INDIRECT_-1206915510', u'MULTIEQUAL_-1206915223'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915055'), (u'INDIRECT_-1206915128', u'MULTIEQUAL_-1206914946'), (u'MULTIEQUAL_-1206914911', u'MULTIEQUAL_-1206914825'), ('tmp_2661', u'CBRANCH_-1206917737'), (u'LOAD_-1206919549', u'MULTIEQUAL_-1206916765'), ('const-188', u'INT_ADD_-1206920872'), ('tmp_5744', u'CAST_-1206912793'), (u'STORE_-1206919708', u'INDIRECT_-1206915175'), (u'MULTIEQUAL_-1206915064', u'COPY_-1206915138'), (u'LOAD_-1206919947', u'PTRSUB_-1206913925'), ('tmp_5744', u'CAST_-1206912989'), (u'CAST_-1206912799', u'INT_ADD_-1206917832'), (u'CALL_-1206916643', u'INDIRECT_-1206912691'), (u'MULTIEQUAL_-1206914148', u'MULTIEQUAL_-1206913295'), ('const-433', u'LOAD_-1206918134'), ('const-40', u'INT_ADD_-1206918048'), (u'INT_ADD_-1206917929', u'CAST_-1206912998'), (u'INT_SUB_-1206918686', u'INT_LESS_-1206918677'), (u'STORE_-1206919730', u'INDIRECT_-1206915193'), (u'LOAD_-1206920421', u'MULTIEQUAL_-1206914920'), (u'INDIRECT_-1206914935', u'MULTIEQUAL_-1206915440'), (u'MULTIEQUAL_-1206915246', u'INT_LESSEQUAL_-1206917730'), ('tmp_567', u'CBRANCH_-1206920532'), (u'MULTIEQUAL_-1206914034', u'MULTIEQUAL_-1206914438'), (u'MULTIEQUAL_-1206914848', u'MULTIEQUAL_-1206915226'), ('tmp_5744', u'CAST_-1206912979'), ('tmp_5743', u'PTRSUB_-1206912229'), (u'INDIRECT_-1206913581', u'COPY_-1206913616'), (u'CALL_-1206918605', u'INDIRECT_-1206914628'), (u'MULTIEQUAL_-1206914355', u'MULTIEQUAL_-1206913942'), (u'CAST_-1206913664', u'STORE_-1206919719'), (u'PTRADD_-1206912965', u'LOAD_-1206917943'), (u'CALL_-1206918841', u'INDIRECT_-1206913663'), (u'STORE_-1206917932', u'INDIRECT_-1206914680'), (u'MULTIEQUAL_-1206914306', u'MULTIEQUAL_-1206913455'), (u'CALL_-1206916761', u'INDIRECT_-1206913872'), (u'LOAD_-1206919680', u'CALLIND_-1206919644'), (u'INT_ADD_-1206920252', u'CAST_-1206913991'), ('const-433', u'LOAD_-1206918777'), (u'CALL_-1206916761', u'INDIRECT_-1206914132'), (u'LOAD_-1206917871', u'CALLIND_-1206917861'), ('const-160', u'INT_ADD_-1206920252'), (u'MULTIEQUAL_-1206914901', u'MULTIEQUAL_-1206914890'), (u'MULTIEQUAL_-1206913503', u'MULTIEQUAL_-1206913257'), (u'INDIRECT_-1206913833', u'MULTIEQUAL_-1206913786'), (u'MULTIEQUAL_-1206916394', u'MULTIEQUAL_-1206916377'), (u'STORE_-1206919730', u'INDIRECT_-1206915258'), (u'CALL_-1206916862', u'INDIRECT_-1206913876'), (u'CALL_-1206918060', u'INDIRECT_-1206915443'), (u'MULTIEQUAL_-1206913828', u'MULTIEQUAL_-1206913785'), (u'STORE_-1206917853', u'INDIRECT_-1206914249'), (u'CALL_-1206917807', u'INDIRECT_-1206914392'), (u'MULTIEQUAL_-1206914955', u'MULTIEQUAL_-1206915215'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914438'), (u'STORE_-1206920266', u'INDIRECT_-1206915874'), ('const-433', u'LOAD_-1206919947'), (u'CALL_-1206918990', u'INDIRECT_-1206915065'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914958'), (u'CALLIND_-1206918767', u'INT_NOTEQUAL_-1206918751'), (u'CALL_-1206918841', u'INDIRECT_-1206914797'), (u'MULTIEQUAL_-1206914934', u'INT_SUB_-1206917849'), ('const-0', u'INT_EQUAL_-1206919687'), (u'LOAD_-1206918849', u'PTRSUB_-1206913619'), (u'CALL_-1206916761', u'INDIRECT_-1206913937'), (u'CALL_-1206918147', u'INDIRECT_-1206915234'), (u'MULTIEQUAL_-1206914561', u'INT_AND_-1206919835'), (u'MULTIEQUAL_-1206915158', u'MULTIEQUAL_-1206915141'), ('const-0', u'INT_SLESS_-1206917156'), (u'CALL_-1206916814', u'INDIRECT_-1206914167'), (u'MULTIEQUAL_-1206916414', u'INT_EQUAL_-1206919163'), (u'CALL_-1206919594', u'INDIRECT_-1206914135'), (u'CALL_-1206920081', u'CAST_-1206913889'), (u'MULTIEQUAL_-1206914258', u'MULTIEQUAL_-1206913845'), (u'MULTIEQUAL_-1206914100', u'MULTIEQUAL_-1206914066'), (u'MULTIEQUAL_-1206913882', u'MULTIEQUAL_-1206913871'), (u'CALL_-1206918841', u'INDIRECT_-1206914667'), (u'MULTIEQUAL_-1206916403', u'CALL_-1206918990'), (u'STORE_-1206919730', u'INDIRECT_-1206915518'), (u'INDIRECT_-1206915443', u'MULTIEQUAL_-1206915389'), (u'INDIRECT_-1206914071', u'CALL_-1206916814'), (u'MULTIEQUAL_-1206914641', u'MULTIEQUAL_-1206915288'), (u'STORE_-1206917932', u'INDIRECT_-1206914420'), (u'INT_LESSEQUAL_-1206917730', u'CBRANCH_-1206917740'), ('const-433', u'LOAD_-1206919566'), ('const-433', u'LOAD_-1206918705'), (u'COPY_-1206912540', u'MULTIEQUAL_-1206915246'), (u'MULTIEQUAL_-1206916403', u'INT_LESSEQUAL_-1206917730'), (u'INDIRECT_-1206913608', u'MULTIEQUAL_-1206913563'), (u'INT_ADD_-1206920262', u'CAST_-1206914000'), ('const-16', u'PTRSUB_-1206913580'), ('const-0', u'COPY_-1206916751'), (u'MULTIEQUAL_-1206915635', u'COPY_-1206913890'), ('tmp_5744', u'CAST_-1206912598'), (u'LOAD_-1206920617', u'INT_LESS_-1206920597'), (u'MULTIEQUAL_-1206915031', u'MULTIEQUAL_-1206915020'), (u'LOAD_-1206917779', u'CALLIND_-1206917769'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915185'), (u'INDIRECT_-1206914102', u'MULTIEQUAL_-1206913920'), (u'INDIRECT_-1206915057', u'COPY_-1206915116'), (u'MULTIEQUAL_-1206914968', u'INT_LESS_-1206920230'), (u'LOAD_-1206917771', u'INT_ADD_-1206917753'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914213'), ('const-433', u'STORE_-1206920276'), (u'COPY_-1206915497', u'MULTIEQUAL_-1206915422'), ('const--1', u'COPY_-1206919983'), (u'INDIRECT_-1206915323', u'MULTIEQUAL_-1206915158'), (u'INDIRECT_-1206915630', u'MULTIEQUAL_-1206915603'), (u'CALL_-1206918092', u'INDIRECT_-1206915070'), (u'CAST_-1206913636', u'LOAD_-1206919680'), (u'LOAD_-1206918024', u'PTRSUB_-1206912880'), (u'CALL_-1206917171', u'INDIRECT_-1206913137'), (u'PTRSUB_-1206913914', u'CALL_-1206918990'), (u'COPY_-1206914291', u'MULTIEQUAL_-1206916811'), ('tmp_2766', u'CBRANCH_-1206918624'), (u'INDIRECT_-1206914675', u'MULTIEQUAL_-1206914611'), ('const-8', u'PTRADD_-1206912501'), (u'INDIRECT_-1206915840', u'MULTIEQUAL_-1206915583'), (u'INDIRECT_-1206915032', u'MULTIEQUAL_-1206915194'), ('tmp_5742', u'CALL_-1206916814'), (u'LOAD_-1206920495', u'INT_ADD_-1206920294'), (u'MULTIEQUAL_-1206914920', u'INT_ADD_-1206920196'), (u'COPY_-1206914098', u'CALL_-1206920081'), (u'CALL_-1206920053', u'INDIRECT_-1206915393'), ('const-433', u'LOAD_-1206918000'), (u'CALL_-1206917807', u'INDIRECT_-1206913550'), (u'CALL_-1206918135', u'INDIRECT_-1206914966'), (u'STORE_-1206920266', u'INDIRECT_-1206916004'), (u'MULTIEQUAL_-1206915358', u'MULTIEQUAL_-1206915330'), (u'MULTIEQUAL_-1206914934', u'COPY_-1206915008'), ('const-433', u'LOAD_-1206920495'), (u'INDIRECT_-1206915193', u'MULTIEQUAL_-1206914381'), ('const-433', u'LOAD_-1206917374'), (u'CALL_-1206918060', u'INDIRECT_-1206914923'), (u'CALL_-1206918649', u'INDIRECT_-1206914718'), ('const-0', u'PTRSUB_-1206913549'), (u'CALL_-1206919996', u'INDIRECT_-1206914404'), (u'CALL_-1206918147', u'INDIRECT_-1206915104'), ('tmp_666', u'CBRANCH_-1206920459'), (u'INDIRECT_-1206913937', u'MULTIEQUAL_-1206915713'), (u'INDIRECT_-1206914870', u'MULTIEQUAL_-1206915375'), (u'CALL_-1206918147', u'INDIRECT_-1206915364'), (u'INDIRECT_-1206915063', u'MULTIEQUAL_-1206915098'), (u'INT_ADD_-1206918761', u'CAST_-1206913451'), (u'CALL_-1206916643', u'INDIRECT_-1206913646'), (u'CALL_-1206918092', u'INDIRECT_-1206914875'), (u'INDIRECT_-1206915840', u'COPY_-1206913500'), (u'INDIRECT_-1206913127', u'MULTIEQUAL_-1206913689'), (u'INDIRECT_-1206914824', u'MULTIEQUAL_-1206915668'), (u'INDIRECT_-1206914651', u'MULTIEQUAL_-1206915196'), (u'INDIRECT_-1206915055', u'MULTIEQUAL_-1206914979'), ('const-1', u'INT_LEFT_-1206917060'), (u'INDIRECT_-1206914927', u'COPY_-1206914986'), ('tmp_2987', u'CBRANCH_-1206918621'), (u'INDIRECT_-1206916165', u'MULTIEQUAL_-1206915908'), (u'PTRSUB_-1206913619', u'LOAD_-1206918822'), ('const-433', u'LOAD_-1206918016'), (u'CALL_-1206920346', u'INDIRECT_-1206914654'), (u'STORE_-1206920276', u'INDIRECT_-1206915557'), (u'STORE_-1206917839', u'INDIRECT_-1206914629'), (u'STORE_-1206920293', u'INDIRECT_-1206915959'), (u'STORE_-1206917839', u'INDIRECT_-1206914369'), (u'INDIRECT_-1206914888', u'MULTIEQUAL_-1206915085'), (u'INDIRECT_-1206914858', u'MULTIEQUAL_-1206914804'), (u'STORE_-1206919708', u'INDIRECT_-1206915370'), ('tmp_21112', u'MULTIEQUAL_-1206914934'), (u'INDIRECT_-1206914213', u'MULTIEQUAL_-1206913942'), (u'INDIRECT_-1206914165', u'MULTIEQUAL_-1206914100'), (u'LOAD_-1206919592', u'CALLIND_-1206919556'), (u'CAST_-1206912998', u'STORE_-1206917943'), (u'MULTIEQUAL_-1206914641', u'MULTIEQUAL_-1206915271'), (u'CALL_-1206918005', u'INDIRECT_-1206914651'), (u'CALL_-1206920775', u'INDIRECT_-1206916295'), (u'INT_SUB_-1206920555', u'COPY_-1206914231'), (u'MULTIEQUAL_-1206916403', u'INT_ADD_-1206919857'), (u'MULTIEQUAL_-1206913563', u'MULTIEQUAL_-1206913823'), ('const-433', u'LOAD_-1206918616'), ('const-768', u'INT_ADD_-1206917109'), (u'INDIRECT_-1206913137', u'MULTIEQUAL_-1206914579'), ('const-0', u'COPY_-1206917027'), (u'CALL_-1206918841', u'INDIRECT_-1206914732'), (u'INDIRECT_-1206915461', u'MULTIEQUAL_-1206915375'), (u'MULTIEQUAL_-1206914836', u'MULTIEQUAL_-1206914651'), (u'COPY_-1206912807', u'MULTIEQUAL_-1206915952'), (u'MULTIEQUAL_-1206913406', u'MULTIEQUAL_-1206913785'), (u'INDIRECT_-1206915083', u'MULTIEQUAL_-1206915280'), ('const-8', u'PTRSUB_-1206913930'), (u'COPY_-1206913820', u'MULTIEQUAL_-1206915952'), (u'INDIRECT_-1206914043', u'MULTIEQUAL_-1206914094'), (u'MULTIEQUAL_-1206914066', u'MULTIEQUAL_-1206914094'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915168'), (u'CALL_-1206918649', u'INDIRECT_-1206914653'), ('const-40', u'INT_ADD_-1206919025'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914998'), (u'LOAD_-1206920495', u'INT_ADD_-1206920472'), (u'LOAD_-1206917951', u'MULTIEQUAL_-1206916377'), ('tmp_21093', u'MULTIEQUAL_-1206915064'), (u'STORE_-1206919730', u'INDIRECT_-1206915128'), (u'LOAD_-1206919776', u'INT_ADD_-1206919751'), (u'COPY_-1206912864', u'MULTIEQUAL_-1206916394'), (u'MULTIEQUAL_-1206913785', u'MULTIEQUAL_-1206913600'), (u'BOOL_NEGATE_-1206913481', u'CBRANCH_-1206919087'), ('tmp_3104', u'CBRANCH_-1206918553'), (u'CAST_-1206912297', u'COPY_-1206912337'), (u'INDIRECT_-1206914759', u'MULTIEQUAL_-1206915499'), (u'INDIRECT_-1206914438', u'MULTIEQUAL_-1206914393'), (u'SUBPIECE_-1206916259', u'STORE_-1206917853'), (u'CALL_-1206918990', u'INDIRECT_-1206914675'), (u'LOAD_-1206918842', u'INT_EQUAL_-1206918827'), ('tmp_2069', u'CBRANCH_-1206919131'), (u'INT_SEXT_-1206917960', u'PTRADD_-1206912965'), (u'INDIRECT_-1206915575', u'MULTIEQUAL_-1206915288'), (u'CALL_-1206918135', u'INDIRECT_-1206914901'), (u'MULTIEQUAL_-1206914588', u'MULTIEQUAL_-1206914341'), ('const-65536', u'INT_AND_-1206918675'), (u'INDIRECT_-1206915370', u'MULTIEQUAL_-1206915343'), (u'INT_ADD_-1206917832', u'CAST_-1206912798'), (u'CAST_-1206912792', u'STORE_-1206917839'), (u'INDIRECT_-1206914499', u'MULTIEQUAL_-1206915239'), (u'MULTIEQUAL_-1206916319', u'MULTIEQUAL_-1206916636'), (u'CALL_-1206918649', u'INDIRECT_-1206914848'), (u'COPY_-1206912402', u'MULTIEQUAL_-1206913505'), ('const-1317479', u'COPY_-1206913172'), (u'INDIRECT_-1206914931', u'MULTIEQUAL_-1206914848'), (u'PTRSUB_-1206914307', u'LOAD_-1206920617'), (u'INDIRECT_-1206914417', u'MULTIEQUAL_-1206913920'), ('tmp_5744', u'CAST_-1206913841'), (u'MULTIEQUAL_-1206915044', u'MULTIEQUAL_-1206915005'), (u'MULTIEQUAL_-1206915570', u'PTRADD_-1206912931'), (u'CALL_-1206916814', u'PTRADD_-1206912283'), (u'MULTIEQUAL_-1206915246', u'INT_LESS_-1206918946'), (u'PTRSUB_-1206914342', u'LOAD_-1206920691'), (u'MULTIEQUAL_-1206915082', u'PTRADD_-1206912501'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915103'), ('const-5', u'INT_EQUAL_-1206919925'), (u'INT_ADD_-1206917099', u'CAST_-1206912314'), (u'CALL_-1206917171', u'INT_EQUAL_-1206917157'), (u'MULTIEQUAL_-1206914565', u'MULTIEQUAL_-1206914825'), (u'CALL_-1206916862', u'INDIRECT_-1206913941'), (u'INDIRECT_-1206914866', u'MULTIEQUAL_-1206914783'), ('const-0', u'INT_EQUAL_-1206917157'), (u'MULTIEQUAL_-1206915206', u'MULTIEQUAL_-1206915161'), (u'INDIRECT_-1206914116', u'MULTIEQUAL_-1206914051'), (u'STORE_-1206919730', u'INDIRECT_-1206915648'), (u'INDIRECT_-1206914801', u'MULTIEQUAL_-1206914718'), (u'STORE_-1206920293', u'INDIRECT_-1206915504'), (u'CALL_-1206920346', u'INDIRECT_-1206915626'), ('const-16', u'INT_ADD_-1206920009'), (u'CALL_-1206916862', u'INDIRECT_-1206912856'), ('const-433', u'LOAD_-1206920421'), (u'INDIRECT_-1206915063', u'MULTIEQUAL_-1206914898'), (u'STORE_-1206920276', u'INDIRECT_-1206915622'), (u'LOAD_-1206917808', u'INT_EQUAL_-1206917793'), (u'INT_SLESS_-1206918747', u'CBRANCH_-1206918754'), ('tmp_2302', u'CBRANCH_-1206918954'), ('const-0', u'INT_NOTEQUAL_-1206917156'), (u'CALL_-1206919594', u'INDIRECT_-1206915399'), (u'MULTIEQUAL_-1206915109', u'MULTIEQUAL_-1206915070'), (u'MULTIEQUAL_-1206915028', u'MULTIEQUAL_-1206915011'), ('tmp_4043', u'CBRANCH_-1206917949'), (u'INT_LESS_-1206920129', u'CBRANCH_-1206920127'), (u'INDIRECT_-1206914868', u'MULTIEQUAL_-1206914628'), (u'CALL_-1206918990', u'INDIRECT_-1206914740'), (u'CALL_-1206918135', u'INDIRECT_-1206915226'), (u'STORE_-1206920276', u'INDIRECT_-1206915687'), (u'CALL_-1206920346', u'INDIRECT_-1206915561'), (u'CALL_-1206919594', u'INDIRECT_-1206915269'), (u'PTRSUB_-1206912826', u'LOAD_-1206917894'), (u'INDIRECT_-1206916230', u'INT_LESSEQUAL_-1206920654'), (u'STORE_-1206920308', u'INDIRECT_-1206915514'), (u'INDIRECT_-1206915000', u'MULTIEQUAL_-1206914936'), ('tmp_4765', u'CBRANCH_-1206917155'), ('const-1298776', u'COPY_-1206913633'), (u'CALL_-1206918005', u'INDIRECT_-1206914391'), ('const-144', u'INT_ADD_-1206918761'), (u'STORE_-1206919708', u'INDIRECT_-1206915500'), (u'MULTIEQUAL_-1206914148', u'MULTIEQUAL_-1206914114'), (u'CALL_-1206917171', u'INDIRECT_-1206914612'), (u'INDIRECT_-1206915315', u'MULTIEQUAL_-1206915028'), (u'MULTIEQUAL_-1206915239', u'MULTIEQUAL_-1206915200'), (u'MULTIEQUAL_-1206914966', u'MULTIEQUAL_-1206914955'), (u'INDIRECT_-1206916230', u'COPY_-1206913506'), (u'COPY_-1206917003', u'MULTIEQUAL_-1206914726'), (u'STORE_-1206920248', u'INDIRECT_-1206915666'), (u'CAST_-1206913430', u'CALL_-1206918060'), ('tmp_5743', u'PTRSUB_-1206914132'), (u'INT_LESS_-1206920597', u'CBRANCH_-1206920595'), (u'STORE_-1206917943', u'INDIRECT_-1206914689'), (u'CALL_-1206916862', u'INDIRECT_-1206914071'), (u'CALL_-1206918605', u'INDIRECT_-1206914953'), (u'INDIRECT_-1206914933', u'MULTIEQUAL_-1206914121'), (u'MULTIEQUAL_-1206916760', u'MULTIEQUAL_-1206916730'), (u'CALL_-1206918092', u'INDIRECT_-1206915265'), ('const-0', u'STORE_-1206917943'), (u'CAST_-1206914024', u'STORE_-1206920308'), (u'INDIRECT_-1206913633', u'MULTIEQUAL_-1206913563'), (u'INDIRECT_-1206915970', u'COPY_-1206913502'), (u'CALL_-1206919996', u'INDIRECT_-1206915359'), ('tmp_1523', u'CBRANCH_-1206919737'), (u'MULTIEQUAL_-1206914588', u'MULTIEQUAL_-1206914966'), (u'INDIRECT_-1206914304', u'MULTIEQUAL_-1206915148'), (u'CALL_-1206920081', u'INDIRECT_-1206915407'), (u'CALL_-1206918135', u'INDIRECT_-1206915096'), (u'STORE_-1206920266', u'INDIRECT_-1206915744'), (u'INT_EQUAL_-1206920434', u'CBRANCH_-1206920433'), (u'INDIRECT_-1206914667', u'COPY_-1206914726'), (u'MULTIEQUAL_-1206915239', u'MULTIEQUAL_-1206914381'), (u'STORE_-1206917853', u'INDIRECT_-1206914769'), (u'MULTIEQUAL_-1206915271', u'MULTIEQUAL_-1206915041'), (u'INDIRECT_-1206914837', u'MULTIEQUAL_-1206914999'), (u'STORE_-1206920293', u'INDIRECT_-1206915569'), ('const-433', u'STORE_-1206920293'), ('const-272', u'INT_EQUAL_-1206917831'), (u'MULTIEQUAL_-1206916765', u'MULTIEQUAL_-1206916730'), (u'COPY_-1206913142', u'MULTIEQUAL_-1206913464'), (u'CALL_-1206920775', u'INDIRECT_-1206914820'), (u'CALL_-1206916814', u'CALL_-1206916761'), (u'MULTIEQUAL_-1206915288', u'MULTIEQUAL_-1206915271'), ('const-88', u'INT_ADD_-1206919694'), (u'PTRSUB_-1206912816', u'LOAD_-1206917870'), (u'CALL_-1206917171', u'INDIRECT_-1206913088'), (u'STORE_-1206919719', u'INDIRECT_-1206915639'), (u'CALL_-1206918841', u'INDIRECT_-1206914862'), (u'LOAD_-1206920691', u'INT_LESSEQUAL_-1206920654'), (u'BOOL_OR_-1206915497', u'MULTIEQUAL_-1206913464'), ('const-433', u'LOAD_-1206918745'), (u'MULTIEQUAL_-1206915082', u'SUBPIECE_-1206914521'), (u'MULTIEQUAL_-1206916811', u'INT_ADD_-1206919996'), (u'CALL_-1206918841', u'INDIRECT_-1206914927'), ('const-0', u'STORE_-1206919730'), (u'CALL_-1206916814', u'INDIRECT_-1206913972'), (u'STORE_-1206920308', u'INDIRECT_-1206915644'), (u'INT_NOTEQUAL_-1206918751', u'CBRANCH_-1206918750'), (u'MULTIEQUAL_-1206915570', u'PTRADD_-1206912965'), (u'CAST_-1206912597', u'LOAD_-1206917214'), (u'INT_NOTEQUAL_-1206920735', u'CBRANCH_-1206920734'), (u'INDIRECT_-1206915193', u'MULTIEQUAL_-1206915011'), (u'INDIRECT_-1206915453', u'MULTIEQUAL_-1206915271'), (u'INDIRECT_-1206913559', u'MULTIEQUAL_-1206913774'), (u'INT_ADD_-1206920196', u'INT_LESS_-1206920191'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913478'), (u'PTRSUB_-1206914372', u'LOAD_-1206920755'), (u'INDIRECT_-1206915591', u'MULTIEQUAL_-1206915505'), (u'INDIRECT_-1206915396', u'MULTIEQUAL_-1206915310'), (u'INDIRECT_-1206916230', u'MULTIEQUAL_-1206915973'), ('tmp_5744', u'CAST_-1206913588'), ('const-433', u'LOAD_-1206918849'), (u'CALL_-1206916862', u'INDIRECT_-1206914006'), (u'CALL_-1206918841', u'INDIRECT_-1206915187'), ('tmp_5744', u'CAST_-1206912999'), (u'MULTIEQUAL_-1206915336', u'MULTIEQUAL_-1206915291'), (u'INDIRECT_-1206915710', u'MULTIEQUAL_-1206915453'), ('tmp_380', u'CBRANCH_-1206920650'), (u'CALL_-1206919996', u'COPY_-1206913891'), (u'CAST_-1206913655', u'INT_ADD_-1206919694'), (u'INDIRECT_-1206915185', u'MULTIEQUAL_-1206915109'), (u'MULTIEQUAL_-1206914946', u'INT_NOTEQUAL_-1206919178'), (u'LOAD_-1206917897', u'CALLIND_-1206917861'), ('tmp_1263', u'CBRANCH_-1206919922'), (u'INT_ADD_-1206920412', u'CAST_-1206914098'), ('const-0', u'COPY_-1206920878'), ('const-63', u'INT_AND_-1206917064'), (u'PTRSUB_-1206914059', u'LOAD_-1206918648'), ('const-1', u'RETURN_-1206916638'), ('const-0', u'INT_NOTEQUAL_-1206920760'), (u'LOAD_-1206919940', u'INT_EQUAL_-1206919925'), (u'INDIRECT_-1206914671', u'MULTIEQUAL_-1206914588'), ('const-1301060', u'COPY_-1206914098'), (u'INT_SUB_-1206917864', u'INT_ADD_-1206917845'), (u'STORE_-1206920248', u'INDIRECT_-1206915796'), (u'MULTIEQUAL_-1206914976', u'MULTIEQUAL_-1206914890'), (u'CALL_-1206920775', u'INT_NOTEQUAL_-1206920760'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206919504'), ('const-0', u'INT_EQUAL_-1206917908'), (u'CALL_-1206916814', u'INDIRECT_-1206914297'), (u'INDIRECT_-1206915323', u'MULTIEQUAL_-1206915141'), (u'INDIRECT_-1206915970', u'MULTIEQUAL_-1206915064'), (u'INT_ADD_-1206918777', u'MULTIEQUAL_-1206913198'), (u'INDIRECT_-1206914239', u'MULTIEQUAL_-1206915083'), (u'COPY_-1206912958', u'MULTIEQUAL_-1206914934'), (u'CALL_-1206920775', u'INDIRECT_-1206915905'), (u'PTRSUB_-1206912203', u'LOAD_-1206916655'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913217'), (u'INDIRECT_-1206915575', u'MULTIEQUAL_-1206915499'), (u'INT_AND_-1206918675', u'INT_EQUAL_-1206918689'), (u'CALL_-1206918092', u'INDIRECT_-1206913936'), (u'CALL_-1206920346', u'INDIRECT_-1206915951'), (u'MULTIEQUAL_-1206913295', u'MULTIEQUAL_-1206913925'), (u'CAST_-1206912314', u'LOAD_-1206917115'), (u'INDIRECT_-1206914653', u'MULTIEQUAL_-1206914565'), ('const-433', u'LOAD_-1206917901'), (u'CALL_-1206920346', u'INDIRECT_-1206914557'), ('const-0', u'CALL_-1206917807'), (u'INDIRECT_-1206914165', u'MULTIEQUAL_-1206913894'), (u'INDIRECT_-1206913559', u'MULTIEQUAL_-1206913514'), (u'INDIRECT_-1206914675', u'MULTIEQUAL_-1206915180'), (u'INDIRECT_-1206915640', u'MULTIEQUAL_-1206915564'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913250'), (u'PTRADD_-1206914081', u'MULTIEQUAL_-1206914034'), (u'INT_ADD_-1206919857', u'INT_AND_-1206919835'), ('tmp_4797', u'CBRANCH_-1206917130'), ('const-1299952', u'PTRSUB_-1206913072'), (u'CALL_-1206918649', u'INDIRECT_-1206913681'), (u'CAST_-1206912920', u'INT_ADD_-1206917789'), (u'CAST_-1206914098', u'LOAD_-1206920428'), (u'INT_ADD_-1206918704', u'MULTIEQUAL_-1206916308'), (u'MULTIEQUAL_-1206914695', u'MULTIEQUAL_-1206914955'), (u'MULTIEQUAL_-1206914848', u'MULTIEQUAL_-1206914601'), (u'LOAD_-1206919557', u'PTRSUB_-1206913714'), (u'MULTIEQUAL_-1206914836', u'MULTIEQUAL_-1206914825'), (u'MULTIEQUAL_-1206914258', u'SUBPIECE_-1206916259'), (u'INDIRECT_-1206914404', u'MULTIEQUAL_-1206914306'), ('const-10', u'INT_ADD_-1206917099'), (u'INDIRECT_-1206915510', u'COPY_-1206913691'), (u'CALL_-1206916814', u'CAST_-1206912255'), ('tmp_5744', u'LOAD_-1206919566'), (u'MULTIEQUAL_-1206914920', u'CALL_-1206918990'), (u'MULTIEQUAL_-1206915499', u'MULTIEQUAL_-1206914641'), (u'INDIRECT_-1206913656', u'MULTIEQUAL_-1206913871'), (u'INDIRECT_-1206915193', u'MULTIEQUAL_-1206915028'), ('const-433', u'LOAD_-1206918737'), (u'CALL_-1206916814', u'INDIRECT_-1206912773'), ('const-433', u'LOAD_-1206917771'), (u'MULTIEQUAL_-1206915952', u'INT_LESS_-1206919122'), ('const-433', u'LOAD_-1206917125'), (u'INT_LESS_-1206920230', u'CBRANCH_-1206920227'), (u'CALL_-1206916643', u'INDIRECT_-1206913581'), (u'INDIRECT_-1206914091', u'MULTIEQUAL_-1206914142'), (u'COPY_-1206913891', u'MULTIEQUAL_-1206916414'), (u'LOAD_-1206920755', u'STORE_-1206920276'), (u'MULTIEQUAL_-1206915109', u'MULTIEQUAL_-1206914251'), (u'CALL_-1206920775', u'INDIRECT_-1206914868'), (u'INDIRECT_-1206913906', u'COPY_-1206913941'), ('tmp_5743', u'INT_EQUAL_-1206918827'), (u'CALL_-1206918092', u'INDIRECT_-1206915330'), (u'STORE_-1206920266', u'INDIRECT_-1206915484'), (u'MULTIEQUAL_-1206916308', u'MULTIEQUAL_-1206915462'), (u'INDIRECT_-1206913971', u'COPY_-1206914006'), (u'INT_EQUAL_-1206918689', u'CBRANCH_-1206918683'), (u'INDIRECT_-1206915526', u'MULTIEQUAL_-1206915440'), ('const-0', u'RETURN_-1206913488'), (u'CALL_-1206918605', u'INDIRECT_-1206914563'), (u'MULTIEQUAL_-1206914706', u'MULTIEQUAL_-1206915336'), (u'INT_SUB_-1206919816', u'CALL_-1206917807'), (u'CALL_-1206920081', u'INDIRECT_-1206915732'), (u'CALL_-1206920053', u'INDIRECT_-1206915783'), (u'INDIRECT_-1206914629', u'MULTIEQUAL_-1206915473'), (u'LOAD_-1206917883', u'INT_SUB_-1206917864'), (u'MULTIEQUAL_-1206915291', u'MULTIEQUAL_-1206915280'), (u'MULTIEQUAL_-1206914017', u'MULTIEQUAL_-1206914045'), ('const-40', u'PTRSUB_-1206913574'), (u'INDIRECT_-1206914978', u'MULTIEQUAL_-1206914890'), (u'INDIRECT_-1206914222', u'MULTIEQUAL_-1206913725'), ('const-0', u'COPY_-1206912402'), (u'MULTIEQUAL_-1206914511', u'MULTIEQUAL_-1206915141'), (u'CALL_-1206917171', u'INDIRECT_-1206914352'), (u'STORE_-1206917839', u'INDIRECT_-1206914499'), (u'MULTIEQUAL_-1206914979', u'MULTIEQUAL_-1206914940'), (u'STORE_-1206919719', u'INDIRECT_-1206915379'), (u'STORE_-1206919708', u'INDIRECT_-1206915240'), (u'INT_SEXT_-1206917412', u'MULTIEQUAL_-1206915082'), (u'INDIRECT_-1206914612', u'MULTIEQUAL_-1206916038'), (u'CALL_-1206920346', u'INDIRECT_-1206914606'), ('tmp_1438', u'CBRANCH_-1206919797'), (u'LOAD_-1206919784', u'MULTIEQUAL_-1206916765'), (u'INDIRECT_-1206916100', u'MULTIEQUAL_-1206915194'), ('tmp_5655', u'CBRANCH_-1206917826'), ('tmp_2097', u'CBRANCH_-1206919111'), ('tmp_5743', u'PTRSUB_-1206913238'), ('const-0', u'COPY_-1206917267'), (u'MULTIEQUAL_-1206915310', u'COPY_-1206913889'), ('tmp_5744', u'CAST_-1206913637'), (u'MULTIEQUAL_-1206915499', u'MULTIEQUAL_-1206915460'), (u'MULTIEQUAL_-1206914017', u'PTRADD_-1206913632'), (u'INDIRECT_-1206912787', u'PTRADD_-1206912283'), ('tmp_5744', u'CAST_-1206914001'), ('const-72', u'INT_ADD_-1206917918'), (u'CAST_-1206912338', u'INT_ADD_-1206917134'), (u'INT_AND_-1206919835', u'INT_XOR_-1206919822'), (u'INDIRECT_-1206914541', u'MULTIEQUAL_-1206914458'), (u'MULTIEQUAL_-1206914523', u'MULTIEQUAL_-1206914901'), ('const-433', u'STORE_-1206920248'), (u'MULTIEQUAL_-1206913882', u'MULTIEQUAL_-1206913697'), (u'INT_EQUAL_-1206920625', u'CBRANCH_-1206920622'), (u'STORE_-1206919992', u'INDIRECT_-1206915331'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206912235'), (u'MULTIEQUAL_-1206914913', u'MULTIEQUAL_-1206914666'), (u'MULTIEQUAL_-1206915082', u'INT_EQUAL_-1206917405'), ('tmp_5742', u'PTRSUB_-1206913930'), ('const-433', u'LOAD_-1206920206'), (u'MULTIEQUAL_-1206916334', u'MULTIEQUAL_-1206916148'), (u'CALL_-1206916862', u'INDIRECT_-1206914201'), ('const-8', u'INT_ADD_-1206917881'), (u'COPY_-1206916012', u'MULTIEQUAL_-1206916334'), (u'LOAD_-1206917951', u'INT_EQUAL_-1206917908'), (u'STORE_-1206917921', u'INDIRECT_-1206914411'), (u'MULTIEQUAL_-1206915076', u'MULTIEQUAL_-1206915031'), (u'COPY_-1206914308', u'MULTIEQUAL_-1206916811'), ('const-32', u'PTRSUB_-1206912831'), ('const-0', u'STORE_-1206919719'), ('const-72', u'INT_ADD_-1206917825'), ('const-40', u'PTRSUB_-1206913453'), (u'STORE_-1206917921', u'INDIRECT_-1206914996'), (u'CALL_-1206916862', u'INDIRECT_-1206912807'), (u'CALL_-1206918605', u'INDIRECT_-1206913608'), (u'LOAD_-1206917865', u'INT_AND_-1206917832'), (u'CAST_-1206912804', u'STORE_-1206917853'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915688'), (u'PTRSUB_-1206913714', u'LOAD_-1206919541'), (u'CALL_-1206916761', u'INDIRECT_-1206912835'), (u'STORE_-1206920023', u'INDIRECT_-1206915348'), ('const-0', u'INT_SLESS_-1206916795'), ('const-433', u'LOAD_-1206920285'), (u'INDIRECT_-1206913137', u'MULTIEQUAL_-1206912656'), (u'INDIRECT_-1206915122', u'COPY_-1206915181'), (u'INDIRECT_-1206914563', u'MULTIEQUAL_-1206914500'), (u'STORE_-1206920308', u'INDIRECT_-1206915579'), ('const-433', u'STORE_-1206919719'), (u'INT_EQUAL_-1206917908', u'CBRANCH_-1206917906'), (u'INDIRECT_-1206914297', u'MULTIEQUAL_-1206914115'), ('const-0', u'INT_EQUAL_-1206919799'), (u'INT_NOTEQUAL_-1206920812', u'CBRANCH_-1206920806'), (u'MULTIEQUAL_-1206914706', u'MULTIEQUAL_-1206915353'), (u'CALL_-1206917807', u'INDIRECT_-1206914457'), (u'CALL_-1206918135', u'INDIRECT_-1206915161'), ('tmp_5590', u'BRANCH_-1206916940'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914261'), ('const-433', u'LOAD_-1206918648'), (u'CALL_-1206919996', u'INDIRECT_-1206915749'), (u'PTRSUB_-1206913614', u'LOAD_-1206918811'), ('const-8', u'INT_ADD_-1206919576'), (u'INDIRECT_-1206914417', u'MULTIEQUAL_-1206915843'), (u'INT_ADD_-1206920479', u'CAST_-1206914140'), (u'CALL_-1206916862', u'CAST_-1206912297'), ('const-40', u'PTRSUB_-1206913238'), (u'CALL_-1206920053', u'INDIRECT_-1206914438'), (u'CALL_-1206918060', u'INDIRECT_-1206913919'), (u'CALL_-1206918135', u'INDIRECT_-1206915291'), (u'PTRSUB_-1206913203', u'LOAD_-1206918682'), (u'CALL_-1206918060', u'INDIRECT_-1206913968'), (u'LOAD_-1206917401', u'PTRSUB_-1206912491'), (u'CALL_-1206916814', u'INDIRECT_-1206914232'), ('const-64', u'INT_ADD_-1206919716'), (u'COPY_-1206913172', u'CALLIND_-1206917861'), (u'MULTIEQUAL_-1206913697', u'MULTIEQUAL_-1206913611'), (u'LOAD_-1206917363', u'INT_ADD_-1206917345'), (u'INT_ADD_-1206920472', u'CAST_-1206914135'), ('tmp_5744', u'CAST_-1206912805'), ('const-433', u'LOAD_-1206919541'), (u'INDIRECT_-1206915313', u'MULTIEQUAL_-1206915259'), (u'CALL_-1206916643', u'INDIRECT_-1206914036'), ('const-1317479', u'COPY_-1206913863'), (u'MULTIEQUAL_-1206916414', u'COPY_-1206913792'), ('const-433', u'LOAD_-1206917805'), (u'CALL_-1206918092', u'CAST_-1206913430'), (u'PTRSUB_-1206913986', u'CALL_-1206919996'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913852'), (u'INT_ADD_-1206917907', u'CAST_-1206912978'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915623'), (u'PTRSUB_-1206913238', u'LOAD_-1206918587'), (u'CALL_-1206916761', u'INDIRECT_-1206914002'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914633'), (u'INT_ADD_-1206917825', u'CAST_-1206912792'), ('const-433', u'STORE_-1206920023'), ('const-433', u'STORE_-1206919730'), (u'CALL_-1206920053', u'INDIRECT_-1206915328'), (u'CALL_-1206918005', u'INDIRECT_-1206913127'), ('tmp_13342', u'PTRSUB_-1206913914'), (u'INT_NOTEQUAL_-1206918600', u'CBRANCH_-1206918596'), (u'CALL_-1206916761', u'INDIRECT_-1206913677'), (u'STORE_-1206920276', u'INDIRECT_-1206915427'), (u'INDIRECT_-1206914287', u'MULTIEQUAL_-1206915713'), (u'LOAD_-1206920285', u'STORE_-1206920266'), (u'CALL_-1206918092', u'INDIRECT_-1206915395'), (u'INDIRECT_-1206914823', u'MULTIEQUAL_-1206914760'), (u'LOAD_-1206918000', u'INT_ADD_-1206917975'), ('const-0', u'COPY_-1206920854'), (u'INDIRECT_-1206914411', u'MULTIEQUAL_-1206914328'), ('const-5', u'CALL_-1206918092'), (u'LOAD_-1206920495', u'INT_ADD_-1206919978'), (u'INDIRECT_-1206915260', u'MULTIEQUAL_-1206915196'), (u'INDIRECT_-1206914352', u'MULTIEQUAL_-1206913855'), (u'COPY_-1206913792', u'MULTIEQUAL_-1206916394'), (u'COPY_-1206916900', u'COPY_-1206914308'), (u'INDIRECT_-1206915630', u'MULTIEQUAL_-1206915288'), (u'STORE_-1206920308', u'INDIRECT_-1206915839'), ('tmp_2352', u'CBRANCH_-1206918904'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915363'), (u'INDIRECT_-1206914092', u'MULTIEQUAL_-1206913595'), ('tmp_5743', u'PTRSUB_-1206912821'), ('const-16', u'PTRSUB_-1206913720'), (u'INDIRECT_-1206914043', u'MULTIEQUAL_-1206913247'), (u'MULTIEQUAL_-1206916730', u'MULTIEQUAL_-1206916760'), ('tmp_5743', u'CALL_-1206920775'), ('const-1300008', u'COPY_-1206913267'), ('const-433', u'STORE_-1206917853'), (u'CALL_-1206918147', u'INDIRECT_-1206914974'), (u'STORE_-1206917921', u'INDIRECT_-1206914476'), (u'INDIRECT_-1206914434', u'MULTIEQUAL_-1206915174'), (u'INT_ADD_-1206917109', u'CAST_-1206912322'), (u'MULTIEQUAL_-1206915952', u'COPY_-1206913395'), (u'MULTIEQUAL_-1206914258', u'PTRADD_-1206912931'), (u'MULTIEQUAL_-1206915304', u'MULTIEQUAL_-1206915265'), (u'COPY_-1206913889', u'INT_EQUAL_-1206917900'), (u'INT_SUB_-1206917082', u'INT_AND_-1206917064'), (u'LOAD_-1206918737', u'INT_ADD_-1206918704'), (u'PTRSUB_-1206914028', u'LOAD_-1206920101'), (u'INT_EQUAL_-1206920332', u'CBRANCH_-1206920331'), (u'MULTIEQUAL_-1206914783', u'MULTIEQUAL_-1206915161'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915575'), (u'CAST_-1206913193', u'CALL_-1206918990'), (u'STORE_-1206917839', u'INDIRECT_-1206914824'), (u'COPY_-1206913435', u'MULTIEQUAL_-1206915952'), ('const-0', u'RETURN_-1206918837'), (u'INDIRECT_-1206914027', u'MULTIEQUAL_-1206915453'), ('const-433', u'LOAD_-1206918729'), (u'CAST_-1206913218', u'LOAD_-1206919041'), (u'INT_ADD_-1206919978', u'CAST_-1206913835'), (u'INDIRECT_-1206915710', u'INT_EQUAL_-1206917217'), (u'COPY_-1206919983', u'MULTIEQUAL_-1206914561'), ('const-0', u'INT_EQUAL_-1206917217'), ('const-433', u'LOAD_-1206919592'), ('tmp_5529', u'BRANCH_-1206916990'), (u'MULTIEQUAL_-1206915265', u'MULTIEQUAL_-1206915293'), ('const-0', u'PTRSUB_-1206912203'), (u'STORE_-1206917846', u'INDIRECT_-1206914764'), (u'MULTIEQUAL_-1206914576', u'MULTIEQUAL_-1206915223'), (u'MULTIEQUAL_-1206913600', u'MULTIEQUAL_-1206913514'), (u'PTRSUB_-1206912367', u'CALL_-1206916761'), ('tmp_5744', u'CAST_-1206913992'), ('const-0', u'INT_EQUAL_-1206918627'), (u'CALL_-1206920346', u'INDIRECT_-1206916016'), (u'MULTIEQUAL_-1206913503', u'MULTIEQUAL_-1206913882'), (u'INDIRECT_-1206915323', u'MULTIEQUAL_-1206914511'), (u'COPY_-1206913863', u'CALLIND_-1206919644'), (u'PTRSUB_-1206912486', u'LOAD_-1206917374'), (u'CALL_-1206918092', u'INDIRECT_-1206913985'), (u'INT_ADD_-1206917918', u'CAST_-1206912988'), (u'MULTIEQUAL_-1206914999', u'COPY_-1206915073'), (u'CALL_-1206916814', u'INDIRECT_-1206912870'), (u'LOAD_-1206919784', u'INT_ADD_-1206919751'), (u'STORE_-1206920023', u'INDIRECT_-1206915803'), (u'COPY_-1206912917', u'MULTIEQUAL_-1206913505'), (u'INDIRECT_-1206914736', u'MULTIEQUAL_-1206914653'), (u'MULTIEQUAL_-1206915460', u'MULTIEQUAL_-1206915488'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914165'), (u'MULTIEQUAL_-1206915423', u'INT_SLESS_-1206918747'), (u'STORE_-1206917921', u'INDIRECT_-1206914866'), (u'MULTIEQUAL_-1206915246', u'COPY_-1206913218'), ('tmp_4732', u'BRANCH_-1206917722'), (u'INT_EQUAL_-1206919925', u'CBRANCH_-1206919922'), (u'SUBPIECE_-1206914521', u'MULTIEQUAL_-1206914934'), ('const-0', u'COPY_-1206920866'), (u'INT_SUB_-1206920555', u'INT_LESSEQUAL_-1206920524'), (u'CALL_-1206916862', u'INDIRECT_-1206913811'), (u'INDIRECT_-1206916295', u'INT_EQUAL_-1206920625'), ('const-433', u'LOAD_-1206917897'), (u'INT_ADD_-1206917845', u'INT_LESS_-1206917836'), ('tmp_5742', u'CALL_-1206917171'), (u'MULTIEQUAL_-1206915915', u'MULTIEQUAL_-1206916542'), ('const-433', u'LOAD_-1206919784'), ('tmp_5743', u'PTRSUB_-1206914342'), (u'INDIRECT_-1206913608', u'MULTIEQUAL_-1206913823'), (u'INT_ADD_-1206917900', u'INT_LESSEQUAL_-1206917884'), (u'MULTIEQUAL_-1206915041', u'MULTIEQUAL_-1206914955'), (u'INDIRECT_-1206915108', u'MULTIEQUAL_-1206915020'), (u'COPY_-1206919959', u'MULTIEQUAL_-1206914610'), (u'LOAD_-1206920043', u'INT_ADD_-1206919996'), (u'STORE_-1206917921', u'INDIRECT_-1206914671'), (u'CALL_-1206918649', u'INDIRECT_-1206913584'), (u'MULTIEQUAL_-1206914706', u'MULTIEQUAL_-1206914521'), (u'COPY_-1206913691', u'MULTIEQUAL_-1206916457'), (u'INDIRECT_-1206914628', u'MULTIEQUAL_-1206914565'), (u'COPY_-1206913890', u'COPY_-1206912919'), ('const-433', u'LOAD_-1206917253'), (u'MULTIEQUAL_-1206915892', u'CALL_-1206918990'), (u'INDIRECT_-1206914606', u'INT_LESS_-1206920230'), (u'COPY_-1206913324', u'MULTIEQUAL_-1206916403'), ('const-16', u'PTRSUB_-1206913619'), (u'STORE_-1206919719', u'INDIRECT_-1206915314'), (u'MULTIEQUAL_-1206914251', u'MULTIEQUAL_-1206914881'), (u'CALL_-1206918649', u'INDIRECT_-1206915043'), ('const-433', u'LOAD_-1206917951'), (u'CALL_-1206919996', u'INDIRECT_-1206915684'), (u'INDIRECT_-1206914482', u'MULTIEQUAL_-1206913985'), (u'LOAD_-1206919784', u'MULTIEQUAL_-1206916559'), (u'CALL_-1206918147', u'INDIRECT_-1206915299'), (u'INDIRECT_-1206914902', u'MULTIEQUAL_-1206915064'), ('const-16', u'PTRSUB_-1206913846'), (u'INDIRECT_-1206915905', u'MULTIEQUAL_-1206914999'), (u'STORE_-1206920248', u'INDIRECT_-1206915471'), (u'INDIRECT_-1206915053', u'MULTIEQUAL_-1206914999'), (u'CALL_-1206918605', u'INDIRECT_-1206913559'), (u'MULTIEQUAL_-1206916319', u'MULTIEQUAL_-1206915462'), (u'CALL_-1206920081', u'INDIRECT_-1206915537'), (u'CALL_-1206916761', u'INDIRECT_-1206912738'), (u'CAST_-1206912919', u'LOAD_-1206917805'), (u'LOAD_-1206920495', u'INT_ADD_-1206920009'), (u'PTRSUB_-1206913930', u'LOAD_-1206919947'), (u'LOAD_-1206917148', u'INT_AND_-1206917122'), (u'CALL_-1206919594', u'INDIRECT_-1206915659'), (u'INDIRECT_-1206916230', u'INT_NOTEQUAL_-1206920694'), (u'MULTIEQUAL_-1206915423', u'MULTIEQUAL_-1206914576'), (u'CAST_-1206914135', u'LOAD_-1206920488'), (u'INT_EQUAL_-1206919687', u'CBRANCH_-1206919685'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914568'), ('const-433', u'LOAD_-1206918024'), (u'INDIRECT_-1206915445', u'MULTIEQUAL_-1206915158'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206917929'), (u'CALL_-1206918135', u'INDIRECT_-1206915486'), (u'MULTIEQUAL_-1206914051', u'INT_SLESS_-1206919459'), (u'CALL_-1206918092', u'INDIRECT_-1206915460'), (u'INDIRECT_-1206914167', u'MULTIEQUAL_-1206913985'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915233'), ('const-433', u'LOAD_-1206919792'), (u'INT_SUB_-1206919816', u'CALL_-1206919594'), ('const-3', u'INT_RIGHT_-1206918529'), (u'INT_EQUAL_-1206920461', u'CBRANCH_-1206920459'), (u'INT_EQUAL_-1206917191', u'CBRANCH_-1206917190'), (u'INDIRECT_-1206916035', u'MULTIEQUAL_-1206915778'), (u'MULTIEQUAL_-1206915246', u'CALL_-1206918005'), (u'INDIRECT_-1206914232', u'MULTIEQUAL_-1206914050'), (u'STORE_-1206917839', u'INDIRECT_-1206914239'), (u'CALL_-1206919996', u'INDIRECT_-1206915619'), (u'STORE_-1206919719', u'INDIRECT_-1206915184'), (u'LOAD_-1206919566', u'CALLIND_-1206919556'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915445'), (u'MULTIEQUAL_-1206914521', u'MULTIEQUAL_-1206914435'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915640'), (u'INT_ZEXT_-1206917407', u'INT_DIV_-1206916926'), ('const-64', u'INT_ADD_-1206917832'), ('const-433', u'LOAD_-1206920617'), (u'STORE_-1206920308', u'INDIRECT_-1206915774'), (u'MULTIEQUAL_-1206915228', u'MULTIEQUAL_-1206915200'), (u'INDIRECT_-1206916165', u'MULTIEQUAL_-1206915259'), (u'CALL_-1206918928', u'INDIRECT_-1206913752'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206916542'), (u'MULTIEQUAL_-1206914751', u'MULTIEQUAL_-1206914706'), ('const-40', u'PTRSUB_-1206912821'), ('const-0', u'INT_NOTEQUAL_-1206920829'), (u'LOAD_-1206917951', u'PTRSUB_-1206912831'), (u'CALL_-1206920346', u'INT_EQUAL_-1206920332'), (u'CALL_-1206918928', u'INDIRECT_-1206915162'), (u'STORE_-1206919708', u'INDIRECT_-1206915565'), ('const-0', u'STORE_-1206917932'), (u'STORE_-1206917853', u'INDIRECT_-1206914509'), (u'CALL_-1206917171', u'INDIRECT_-1206914222'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915388'), ('const-4294967295', u'STORE_-1206917921'), (u'LOAD_-1206919041', u'CALL_-1206918990'), (u'INDIRECT_-1206913833', u'MULTIEQUAL_-1206914355'), ('const-0', u'INT_NOTEQUAL_-1206918905'), (u'INDIRECT_-1206914913', u'MULTIEQUAL_-1206914825'), (u'STORE_-1206917839', u'INDIRECT_-1206914759'), ('tmp_21116', u'MULTIEQUAL_-1206915324'), (u'STORE_-1206919708', u'INDIRECT_-1206915435'), (u'INT_ADD_-1206919996', u'CALL_-1206919996'), (u'INDIRECT_-1206913224', u'MULTIEQUAL_-1206913786'), (u'INT_DIV_-1206920527', u'INT_LESSEQUAL_-1206920524'), (u'INDIRECT_-1206913841', u'COPY_-1206913876'), ('tmp_5744', u'CAST_-1206913655'), (u'INDIRECT_-1206913907', u'MULTIEQUAL_-1206913725'), (u'MULTIEQUAL_-1206916811', u'INT_LESS_-1206920491'), (u'STORE_-1206919992', u'INDIRECT_-1206915526'), (u'STORE_-1206917846', u'INDIRECT_-1206914244'), (u'STORE_-1206920276', u'INDIRECT_-1206915492'), (u'INT_ADD_-1206918048', u'CAST_-1206912613'), (u'MULTIEQUAL_-1206914816', u'MULTIEQUAL_-1206914586'), (u'MULTIEQUAL_-1206914940', u'MULTIEQUAL_-1206914968'), (u'MULTIEQUAL_-1206913247', u'MULTIEQUAL_-1206913894'), (u'INT_NOTEQUAL_-1206918905', u'CBRANCH_-1206918904'), (u'STORE_-1206917846', u'INDIRECT_-1206914699'), (u'STORE_-1206919992', u'INDIRECT_-1206915851'), (u'CALL_-1206918060', u'INDIRECT_-1206915378'), (u'INDIRECT_-1206913972', u'MULTIEQUAL_-1206913790'), (u'CALL_-1206917807', u'INDIRECT_-1206914977'), ('const-40', u'PTRSUB_-1206914307'), (u'INT_DIV_-1206920527', u'COPY_-1206914230'), (u'STORE_-1206920293', u'INDIRECT_-1206915439'), (u'PTRSUB_-1206913549', u'LOAD_-1206918134'), (u'LOAD_-1206920755', u'INT_NOTEQUAL_-1206920735'), ('const-0', u'PTRSUB_-1206912367'), (u'CALL_-1206918649', u'INT_EQUAL_-1206918627'), ('const-8', u'INT_ADD_-1206917789'), (u'MULTIEQUAL_-1206915915', u'MULTIEQUAL_-1206916559'), ('tmp_5742', u'CALL_-1206920346'), (u'CAST_-1206913588', u'INT_ADD_-1206919576'), (u'INDIRECT_-1206914091', u'MULTIEQUAL_-1206913925'), (u'MULTIEQUAL_-1206914586', u'MULTIEQUAL_-1206914500'), (u'INDIRECT_-1206914564', u'MULTIEQUAL_-1206915304'), (u'CAST_-1206912965', u'INT_ADD_-1206917881'), (u'INDIRECT_-1206914633', u'MULTIEQUAL_-1206914588'), (u'LOAD_-1206917381', u'PTRSUB_-1206912481'), (u'LOAD_-1206918648', u'MULTIEQUAL_-1206914031'), ('const-32', u'PTRSUB_-1206912247'), (u'MULTIEQUAL_-1206913295', u'MULTIEQUAL_-1206913942'), (u'INDIRECT_-1206913994', u'MULTIEQUAL_-1206913828'), ('const-433', u'LOAD_-1206920755'), (u'INT_SLESS_-1206917156', u'CBRANCH_-1206917155'), (u'INT_NOTEQUAL_-1206917156', u'CBRANCH_-1206917155'), (u'COPY_-1206913820', u'MULTIEQUAL_-1206915913'), (u'MULTIEQUAL_-1206914630', u'MULTIEQUAL_-1206914890'), (u'MULTIEQUAL_-1206914716', u'MULTIEQUAL_-1206914630'), (u'STORE_-1206917839', u'INDIRECT_-1206914304'), (u'CALL_-1206920081', u'INDIRECT_-1206915472'), (u'MULTIEQUAL_-1206915246', u'INT_LESS_-1206917836'), (u'INDIRECT_-1206915640', u'MULTIEQUAL_-1206915353'), ('const-433', u'LOAD_-1206917871'), ('tmp_5481', u'BRANCH_-1206916723'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914612'), (u'INDIRECT_-1206913646', u'COPY_-1206913681'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915250'), (u'INDIRECT_-1206915183', u'MULTIEQUAL_-1206915129'), (u'INDIRECT_-1206914456', u'MULTIEQUAL_-1206915001'), (u'CALL_-1206917171', u'INDIRECT_-1206914287'), (u'MULTIEQUAL_-1206913834', u'MULTIEQUAL_-1206913649'), (u'MULTIEQUAL_-1206914523', u'MULTIEQUAL_-1206914276'), (u'STORE_-1206919719', u'INDIRECT_-1206915574'), ('tmp_5742', u'CALL_-1206917807'), (u'INDIRECT_-1206915128', u'MULTIEQUAL_-1206914316'), (u'INDIRECT_-1206914933', u'MULTIEQUAL_-1206914968'), (u'CALL_-1206916643', u'INDIRECT_-1206913971'), (u'INDIRECT_-1206913994', u'MULTIEQUAL_-1206913845'), ('tmp_21115', u'MULTIEQUAL_-1206915259'), (u'CALL_-1206918990', u'INDIRECT_-1206915195'), (u'CALL_-1206918605', u'INDIRECT_-1206914693'), ('tmp_5744', u'LOAD_-1206917779'), ('const-0', u'INT_EQUAL_-1206918689'), (u'CALL_-1206916761', u'INDIRECT_-1206914067'), (u'INT_ADD_-1206920872', u'CAST_-1206914331'), (u'STORE_-1206920248', u'INDIRECT_-1206915601'), (u'CALL_-1206918841', u'INDIRECT_-1206913712'), (u'MULTIEQUAL_-1206914751', u'MULTIEQUAL_-1206914081'), (u'MULTIEQUAL_-1206914121', u'MULTIEQUAL_-1206914768'), (u'MULTIEQUAL_-1206914913', u'MULTIEQUAL_-1206915291'), (u'STORE_-1206917932', u'INDIRECT_-1206914940'), (u'MULTIEQUAL_-1206914979', u'MULTIEQUAL_-1206914121'), (u'CALL_-1206918990', u'INDIRECT_-1206913736'), (u'INDIRECT_-1206915453', u'MULTIEQUAL_-1206915488'), ('const-8', u'PTRADD_-1206912965'), (u'CAST_-1206914001', u'INT_ADD_-1206920262'), (u'LOAD_-1206920428', u'PTRADD_-1206914201'), ('const-0', u'CALL_-1206919594'), ('const-1', u'INT_ADD_-1206917376'), (u'PTRSUB_-1206912247', u'LOAD_-1206917808'), (u'CALL_-1206918605', u'INDIRECT_-1206915083'), (u'CALL_-1206918135', u'INDIRECT_-1206913962'), (u'CALL_-1206916862', u'INDIRECT_-1206914266'), (u'INDIRECT_-1206915388', u'MULTIEQUAL_-1206915423'), (u'INT_LESSEQUAL_-1206920654', u'CBRANCH_-1206920650'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206912897'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917320'), (u'LOAD_-1206920101', u'CALL_-1206920053'), (u'INDIRECT_-1206914958', u'MULTIEQUAL_-1206914913'), (u'CALL_-1206917171', u'INDIRECT_-1206914482'), ('const-40', u'PTRSUB_-1206913614'), (u'STORE_-1206920023', u'INDIRECT_-1206915608'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913580'), (u'INDIRECT_-1206914002', u'MULTIEQUAL_-1206915778'), (u'LOAD_-1206917179', u'CAST_-1206912338'), (u'LOAD_-1206917179', u'CAST_-1206912323'), (u'CALL_-1206918147', u'INDIRECT_-1206913970'), (u'MULTIEQUAL_-1206914393', u'MULTIEQUAL_-1206914771'), ('const-0', u'INT_EQUAL_-1206917822'), (u'INDIRECT_-1206913137', u'COPY_-1206917110'), ('const-40', u'PTRSUB_-1206913840'), ('tmp_5744', u'CAST_-1206913665'), ('const-8', u'PTRADD_-1206912283'), (u'CALL_-1206920775', u'INDIRECT_-1206914771'), (u'MULTIEQUAL_-1206915434', u'MULTIEQUAL_-1206915395'), (u'CALL_-1206920775', u'INDIRECT_-1206916165'), ('const-88', u'INT_ADD_-1206917839'), (u'CALL_-1206919594', u'INDIRECT_-1206915594'), (u'MULTIEQUAL_-1206914458', u'MULTIEQUAL_-1206914836'), (u'STORE_-1206917921', u'INDIRECT_-1206914736'), (u'CAST_-1206912323', u'INT_ADD_-1206917109'), (u'INDIRECT_-1206915453', u'MULTIEQUAL_-1206915288'), (u'INT_ADD_-1206919694', u'CAST_-1206913654'), (u'STORE_-1206920293', u'INDIRECT_-1206916024'), ('const-1', u'INT_SUB_-1206917082'), (u'LOAD_-1206920888', u'INT_ZEXT_-1206917407'), (u'CALL_-1206916814', u'INDIRECT_-1206913712'), ('tmp_5425', u'CBRANCH_-1206916794'), (u'LOAD_-1206917929', u'INT_ADD_-1206917900'), (u'STORE_-1206917932', u'INDIRECT_-1206914745'), (u'CAST_-1206912598', u'INT_ADD_-1206917198'), (u'INDIRECT_-1206915110', u'MULTIEQUAL_-1206914768'), ('tmp_5744', u'CAST_-1206914014'), ('tmp_5744', u'CAST_-1206913193'), (u'COPY_-1206913292', u'CALL_-1206918649'), (u'CALL_-1206916761', u'INDIRECT_-1206914262'), (u'BOOL_OR_-1206915497', u'CBRANCH_-1206918621'), (u'CALL_-1206918147', u'INDIRECT_-1206914019'), (u'LOAD_-1206918705', u'INT_SUB_-1206918686'), (u'CALL_-1206920081', u'INDIRECT_-1206915342'), (u'CALL_-1206920775', u'INDIRECT_-1206915970'), (u'INDIRECT_-1206915097', u'MULTIEQUAL_-1206915259'), (u'CALL_-1206918605', u'INDIRECT_-1206913656'), (u'INDIRECT_-1206915518', u'MULTIEQUAL_-1206915336'), ('const-433', u'LOAD_-1206917808'), (u'INDIRECT_-1206913712', u'MULTIEQUAL_-1206913530'), (u'MULTIEQUAL_-1206916414', u'CALL_-1206919594'), (u'INT_LESS_-1206919728', u'CBRANCH_-1206919737'), ('tmp_4419', u'CBRANCH_-1206917330'), (u'CAST_-1206913978', u'INT_ADD_-1206920234'), (u'INDIRECT_-1206915266', u'MULTIEQUAL_-1206915180'), (u'STORE_-1206917932', u'INDIRECT_-1206914550'), (u'CALLIND_-1206918767', u'INDIRECT_-1206913994'), (u'CALL_-1206918135', u'INDIRECT_-1206914059'), (u'INDIRECT_-1206914698', u'MULTIEQUAL_-1206914653'), (u'LOAD_-1206918729', u'INT_ADD_-1206918704'), ('const-32', u'PTRSUB_-1206913484'), (u'BOOL_NEGATE_-1206913494', u'CBRANCH_-1206919111'), (u'STORE_-1206919992', u'INDIRECT_-1206915656'), (u'CALL_-1206918605', u'INDIRECT_-1206914888'), ('tmp_308', u'CBRANCH_-1206920692'), ('const--1', u'INT_EQUAL_-1206920625'), ('const-0', u'COPY_-1206916900'), (u'MULTIEQUAL_-1206913925', u'MULTIEQUAL_-1206913882'), (u'LOAD_-1206917901', u'PTRSUB_-1206912816'), (u'MULTIEQUAL_-1206914045', u'INT_ADD_-1206918777'), (u'INDIRECT_-1206915565', u'MULTIEQUAL_-1206915538'), (u'INDIRECT_-1206914564', u'MULTIEQUAL_-1206915408'), (u'CAST_-1206912798', u'STORE_-1206917846'), (u'STORE_-1206920248', u'INDIRECT_-1206915926'), (u'MULTIEQUAL_-1206914816', u'MULTIEQUAL_-1206914771'), (u'LOAD_-1206920755', u'INT_DIV_-1206920527'), (u'CALL_-1206919594', u'INDIRECT_-1206914184'), (u'INT_ADD_-1206920294', u'CAST_-1206914024'), (u'MULTIEQUAL_-1206914706', u'MULTIEQUAL_-1206914695'), (u'CALL_-1206918928', u'INDIRECT_-1206914707'), (u'INDIRECT_-1206915187', u'COPY_-1206915246'), ('tmp_5744', u'CAST_-1206914141'), (u'CALL_-1206919594', u'INDIRECT_-1206915334'), (u'MULTIEQUAL_-1206913649', u'MULTIEQUAL_-1206913563'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206919728'), (u'CALL_-1206920775', u'INDIRECT_-1206915840'), (u'CALL_-1206918928', u'INDIRECT_-1206915227'), (u'INT_LESS_-1206918677', u'MULTIEQUAL_-1206913505'), ('const-1', u'INT_AND_-1206918487'), (u'CALL_-1206920053', u'INDIRECT_-1206915523'), ('tmp_5743', u'CALL_-1206917807'), (u'STORE_-1206919992', u'INDIRECT_-1206915591'), (u'MULTIEQUAL_-1206915174', u'MULTIEQUAL_-1206915135'), ('tmp_21092', u'MULTIEQUAL_-1206914999'), (u'COPY_-1206917122', u'MULTIEQUAL_-1206914726'), (u'LOAD_-1206917374', u'INT_ADD_-1206917345'), (u'MULTIEQUAL_-1206914610', u'INT_SUB_-1206919816'), ('const-433', u'LOAD_-1206919680'), (u'CALL_-1206916814', u'INDIRECT_-1206913777'), (u'MULTIEQUAL_-1206915011', u'MULTIEQUAL_-1206914966'), (u'MULTIEQUAL_-1206914890', u'MULTIEQUAL_-1206915150'), (u'LOAD_-1206919898', u'INT_ADD_-1206919857'), (u'CALL_-1206918092', u'INDIRECT_-1206914033'), (u'INDIRECT_-1206915710', u'COPY_-1206913498'), (u'MULTIEQUAL_-1206913828', u'MULTIEQUAL_-1206913160'), (u'PTRADD_-1206914201', u'MULTIEQUAL_-1206914968'), (u'STORE_-1206919992', u'INDIRECT_-1206915786'), ('const-433', u'STORE_-1206919708'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915558'), (u'STORE_-1206919708', u'INDIRECT_-1206915695'), ('tmp_5743', u'STORE_-1206920248'), (u'INDIRECT_-1206914116', u'MULTIEQUAL_-1206913845'), (u'STORE_-1206917943', u'INDIRECT_-1206914559'), ('tmp_5743', u'CALL_-1206917171'), (u'CALL_-1206920775', u'INDIRECT_-1206915775'), (u'LOAD_-1206918682', u'CALL_-1206918605'), (u'INDIRECT_-1206916295', u'MULTIEQUAL_-1206915389'), (u'PTRSUB_-1206912491', u'LOAD_-1206917381'), ('tmp_250', u'CBRANCH_-1206920734'), (u'LOAD_-1206919541', u'INT_ADD_-1206919516'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914807'), ('const-0', u'INT_NOTEQUAL_-1206917135'), (u'INDIRECT_-1206914547', u'MULTIEQUAL_-1206914050'), (u'MULTIEQUAL_-1206915076', u'MULTIEQUAL_-1206914846'), ('tmp_414', u'CBRANCH_-1206920622'), ('const-32', u'PTRSUB_-1206912959'), (u'INDIRECT_-1206914239', u'MULTIEQUAL_-1206914979'), (u'MULTIEQUAL_-1206915194', u'COPY_-1206915268'), (u'INDIRECT_-1206915260', u'MULTIEQUAL_-1206915765'), (u'INDIRECT_-1206914287', u'MULTIEQUAL_-1206913790'), (u'STORE_-1206917932', u'INDIRECT_-1206914810'), (u'MULTIEQUAL_-1206914355', u'MULTIEQUAL_-1206913503'), (u'CALL_-1206918005', u'INDIRECT_-1206914521'), ('const-16', u'PTRSUB_-1206912891'), (u'INDIRECT_-1206914222', u'MULTIEQUAL_-1206915648'), ('tmp_5743', u'STORE_-1206920308'), (u'INDIRECT_-1206913681', u'MULTIEQUAL_-1206913611'), (u'INT_EQUAL_-1206917217', u'CBRANCH_-1206917215'), ('const-4294967295', u'STORE_-1206919708'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915193'), ('const-433', u'LOAD_-1206918811'), (u'INDIRECT_-1206915018', u'MULTIEQUAL_-1206914955'), (u'CAST_-1206912988', u'STORE_-1206917932'), (u'LOAD_-1206918777', u'CALLIND_-1206918767'), (u'MULTIEQUAL_-1206915336', u'MULTIEQUAL_-1206915106'), (u'CALL_-1206918147', u'INDIRECT_-1206914909'), (u'INDIRECT_-1206914568', u'MULTIEQUAL_-1206914523'), (u'CAST_-1206913991', u'STORE_-1206920266'), ('tmp_3801', u'CBRANCH_-1206917925'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915298'), (u'INDIRECT_-1206914369', u'MULTIEQUAL_-1206915213'), (u'CALL_-1206918928', u'INDIRECT_-1206914902'), (u'LOAD_-1206918587', u'INT_ADD_-1206918569'), (u'MULTIEQUAL_-1206914653', u'MULTIEQUAL_-1206914406'), ('const-433', u'LOAD_-1206920488'), (u'MULTIEQUAL_-1206914114', u'MULTIEQUAL_-1206914142'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914213'), (u'PTRSUB_-1206912897', u'LOAD_-1206918024'), ('const-0', u'COPY_-1206920406'), (u'MULTIEQUAL_-1206913198', u'MULTIEQUAL_-1206913845'), (u'INT_REM_-1206920523', u'MULTIEQUAL_-1206915666'), (u'CAST_-1206912989', u'INT_ADD_-1206917918'), (u'CALL_-1206917807', u'INDIRECT_-1206914652'), ('const-72', u'INT_ADD_-1206919705'), (u'LOAD_-1206920488', u'MULTIEQUAL_-1206914579'), (u'INDIRECT_-1206916230', u'INT_SUB_-1206920661'), (u'INDIRECT_-1206915240', u'MULTIEQUAL_-1206915213'), (u'COPY_-1206917142', u'MULTIEQUAL_-1206914920'), (u'CAST_-1206912613', u'LOAD_-1206918064'), ('const-0', u'COPY_-1206917003'), (u'STORE_-1206920023', u'INDIRECT_-1206915283'), (u'INT_NOTEQUAL_-1206919178', u'BOOL_OR_-1206915497'), (u'CALL_-1206917171', u'INDIRECT_-1206914157'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914677'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915493'), ('const-8', u'PTRADD_-1206913632'), (u'MULTIEQUAL_-1206915070', u'MULTIEQUAL_-1206915098'), (u'STORE_-1206917932', u'INDIRECT_-1206915005'), ('tmp_452', u'CBRANCH_-1206920595'), (u'CALL_-1206918092', u'INDIRECT_-1206915135'), (u'INDIRECT_-1206913742', u'MULTIEQUAL_-1206915518'), ('const-24', u'INT_ADD_-1206920472'), (u'INT_SUB_-1206918686', u'COPY_-1206913435'), (u'CALL_-1206920081', u'INDIRECT_-1206915602'), (u'CALL_-1206918841', u'INDIRECT_-1206915122'), (u'MULTIEQUAL_-1206916457', u'INT_SLESS_-1206919459'), (u'MULTIEQUAL_-1206915076', u'MULTIEQUAL_-1206914406'), (u'LOAD_-1206917115', u'INT_SUB_-1206917082'), (u'PTRSUB_-1206913586', u'LOAD_-1206918745'), (u'INT_LESS_-1206918773', u'CBRANCH_-1206918782'), ('const-433', u'LOAD_-1206918822'), (u'CALL_-1206918005', u'INDIRECT_-1206914326'), (u'MULTIEQUAL_-1206915163', u'MULTIEQUAL_-1206915135'), ('tmp_5743', u'PTRSUB_-1206914372'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914373'), (u'CALL_-1206918605', u'INDIRECT_-1206914498'), (u'INT_ADD_-1206917881', u'CAST_-1206912964'), (u'STORE_-1206917943', u'INDIRECT_-1206914429'), (u'PTRSUB_-1206912891', u'LOAD_-1206918016'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913586'), (u'CALL_-1206918605', u'INDIRECT_-1206915018'), (u'INDIRECT_-1206914067', u'MULTIEQUAL_-1206915843'), (u'LOAD_-1206918737', u'MULTIEQUAL_-1206916760'), (u'COPY_-1206914230', u'MULTIEQUAL_-1206915246'), (u'INDIRECT_-1206914783', u'MULTIEQUAL_-1206914695'), (u'STORE_-1206920023', u'INDIRECT_-1206915543'), (u'MULTIEQUAL_-1206915293', u'MULTIEQUAL_-1206915265'), (u'STORE_-1206917846', u'INDIRECT_-1206914439'), (u'MULTIEQUAL_-1206914328', u'MULTIEQUAL_-1206914706'), ('tmp_216', u'CBRANCH_-1206920760'), (u'STORE_-1206920276', u'INDIRECT_-1206915882'), (u'CALL_-1206918060', u'INDIRECT_-1206915183'), ('const-433', u'LOAD_-1206917179'), (u'INDIRECT_-1206914036', u'COPY_-1206914071'), ('const-433', u'LOAD_-1206920691'), (u'PTRADD_-1206914081', u'INT_LESS_-1206920129'), (u'MULTIEQUAL_-1206914760', u'MULTIEQUAL_-1206915020'), (u'LOAD_-1206917936', u'PTRSUB_-1206912949'), (u'MULTIEQUAL_-1206916760', u'MULTIEQUAL_-1206915915'), (u'CALL_-1206919996', u'INDIRECT_-1206915879'), (u'CALL_-1206918928', u'INDIRECT_-1206914642'), ('tmp_5200', u'CBRANCH_-1206917238'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915258'), (u'INT_LESS_-1206919122', u'CBRANCH_-1206919131'), (u'INT_ADD_-1206917975', u'MULTIEQUAL_-1206915462'), (u'INT_ADD_-1206919716', u'CAST_-1206913674'), (u'CALL_-1206916643', u'INDIRECT_-1206914101'), (u'LOAD_-1206917894', u'INT_SUB_-1206917864'), (u'INDIRECT_-1206912738', u'MULTIEQUAL_-1206914531'), (u'CAST_-1206914014', u'INT_ADD_-1206920279'), (u'INDIRECT_-1206915193', u'MULTIEQUAL_-1206915228'), (u'MULTIEQUAL_-1206914804', u'COPY_-1206914878'), (u'MULTIEQUAL_-1206914446', u'MULTIEQUAL_-1206915093'), (u'CAST_-1206913665', u'INT_ADD_-1206919705'), (u'CALL_-1206919594', u'INDIRECT_-1206915204'), (u'STORE_-1206919730', u'INDIRECT_-1206915583'), (u'PTRSUB_-1206913453', u'LOAD_-1206918705'), ('tmp_5743', u'INT_NOTEQUAL_-1206918600'), (u'MULTIEQUAL_-1206913464', u'BOOL_NEGATE_-1206913481'), (u'INDIRECT_-1206914606', u'MULTIEQUAL_-1206914523'), (u'CALL_-1206919594', u'INDIRECT_-1206915529'), ('const-16', u'INT_ADD_-1206919978'), (u'STORE_-1206920308', u'INDIRECT_-1206915969'), ('const-8', u'PTRADD_-1206914081'), (u'MULTIEQUAL_-1206915369', u'MULTIEQUAL_-1206914511'), (u'STORE_-1206920276', u'INDIRECT_-1206915817'), ('tmp_3827', u'CBRANCH_-1206917906'), (u'MULTIEQUAL_-1206915913', u'COPY_-1206912235'), (u'STORE_-1206920293', u'INDIRECT_-1206915764'), (u'CALL_-1206916643', u'INDIRECT_-1206912739'), (u'MULTIEQUAL_-1206914034', u'PTRADD_-1206914081'), (u'STORE_-1206917932', u'INDIRECT_-1206914485'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206918592'), (u'MULTIEQUAL_-1206915395', u'MULTIEQUAL_-1206915423'), (u'MULTIEQUAL_-1206913611', u'MULTIEQUAL_-1206913871'), ('tmp_3988', u'BRANCH_-1206917274'), (u'INT_NOTEQUAL_-1206920694', u'CBRANCH_-1206920692'), (u'CALL_-1206918135', u'INDIRECT_-1206915421'), (u'STORE_-1206917846', u'INDIRECT_-1206914504'), (u'LOAD_-1206917214', u'INT_ZEXT_-1206915771'), (u'INT_EQUAL_-1206918627', u'CBRANCH_-1206918624'), (u'CALL_-1206918649', u'INDIRECT_-1206914978'), (u'CALL_-1206917171', u'CALL_-1206916862'), (u'MULTIEQUAL_-1206915020', u'MULTIEQUAL_-1206915280'), (u'INDIRECT_-1206915518', u'MULTIEQUAL_-1206914706'), (u'MULTIEQUAL_-1206913871', u'CALL_-1206918990'), ('const-40', u'PTRSUB_-1206912816'), (u'MULTIEQUAL_-1206915892', u'COPY_-1206913324'), (u'STORE_-1206917932', u'INDIRECT_-1206914615'), (u'MULTIEQUAL_-1206914898', u'MULTIEQUAL_-1206914881'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914417'), (u'PTRSUB_-1206912229', u'LOAD_-1206917771'), (u'STORE_-1206920248', u'INDIRECT_-1206915861'), (u'STORE_-1206920023', u'INDIRECT_-1206915868'), (u'INDIRECT_-1206914694', u'MULTIEQUAL_-1206915434'), (u'STORE_-1206920248', u'INDIRECT_-1206915536'), ('const-433', u'LOAD_-1206918064'), (u'CAST_-1206912322', u'LOAD_-1206917125'), (u'CALL_-1206918649', u'INDIRECT_-1206914783'), ('const-1', u'STORE_-1206920023'), (u'INDIRECT_-1206914740', u'MULTIEQUAL_-1206915245'), ('const-433', u'LOAD_-1206917870'), ('const-905', u'INT_ADD_-1206917134'), (u'STORE_-1206920266', u'INDIRECT_-1206915549'), (u'STORE_-1206917846', u'INDIRECT_-1206914829'), (u'CALL_-1206916814', u'INDIRECT_-1206913842'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206918545'), (u'INDIRECT_-1206915083', u'MULTIEQUAL_-1206915020'), (u'INDIRECT_-1206914261', u'MULTIEQUAL_-1206914806'), (u'STORE_-1206919730', u'INDIRECT_-1206915323'), (u'PTRSUB_-1206914180', u'CALL_-1206920346'), ('const-433', u'LOAD_-1206917401'), ('const-0', u'COPY_-1206915793'), (u'MULTIEQUAL_-1206913925', u'MULTIEQUAL_-1206913697'), (u'INDIRECT_-1206916100', u'MULTIEQUAL_-1206915843'), (u'MULTIEQUAL_-1206916377', u'MULTIEQUAL_-1206916334'), (u'LOAD_-1206917783', u'INT_ADD_-1206917753'), (u'INDIRECT_-1206915065', u'MULTIEQUAL_-1206915001'), (u'MULTIEQUAL_-1206913877', u'MULTIEQUAL_-1206913834'), (u'COPY_-1206912235', u'MULTIEQUAL_-1206915731'), (u'INDIRECT_-1206915063', u'MULTIEQUAL_-1206914881'), (u'CALL_-1206917807', u'INDIRECT_-1206914847'), (u'PTRADD_-1206912501', u'LOAD_-1206917401'), (u'INDIRECT_-1206914693', u'MULTIEQUAL_-1206914630'), (u'INDIRECT_-1206915195', u'MULTIEQUAL_-1206915131'), ('const-32', u'PTRSUB_-1206913852'), (u'MULTIEQUAL_-1206914768', u'MULTIEQUAL_-1206914751'), ('const-0', u'STORE_-1206919992'), (u'MULTIEQUAL_-1206915423', u'MULTIEQUAL_-1206915395'), (u'MULTIEQUAL_-1206915228', u'MULTIEQUAL_-1206914381'), (u'INDIRECT_-1206915970', u'MULTIEQUAL_-1206915713'), (u'INDIRECT_-1206914355', u'MULTIEQUAL_-1206914258'), (u'CALL_-1206920346', u'INDIRECT_-1206915756'), (u'CALL_-1206916862', u'INDIRECT_-1206913746'), (u'INDIRECT_-1206913776', u'COPY_-1206913811'), (u'STORE_-1206920248', u'INDIRECT_-1206915991'), (u'CALL_-1206920081', u'INDIRECT_-1206914403'), (u'INDIRECT_-1206914498', u'MULTIEQUAL_-1206914695'), (u'MULTIEQUAL_-1206914901', u'MULTIEQUAL_-1206914716'), (u'INT_ADD_-1206920009', u'CAST_-1206913853'), ('tmp_3025', u'CBRANCH_-1206918596'), (u'INT_ADD_-1206919751', u'INT_LESS_-1206919728'), (u'STORE_-1206919730', u'INDIRECT_-1206915388'), (u'MULTIEQUAL_-1206914968', u'MULTIEQUAL_-1206914940'), (u'CALL_-1206918605', u'INDIRECT_-1206914758'), (u'CALL_-1206918005', u'INDIRECT_-1206914456'), (u'MULTIEQUAL_-1206914751', u'MULTIEQUAL_-1206914521'), (u'INDIRECT_-1206915305', u'MULTIEQUAL_-1206915278'), ('tmp_5744', u'CAST_-1206913594'), (u'INDIRECT_-1206915840', u'MULTIEQUAL_-1206914934'), (u'INDIRECT_-1206915721', u'MULTIEQUAL_-1206915635'), (u'COPY_-1206915252', u'MULTIEQUAL_-1206915422'), (u'CALL_-1206918135', u'INDIRECT_-1206915356'), ('const-433', u'LOAD_-1206917929'), (u'INT_ADD_-1206918793', u'INT_LESS_-1206918773'), ('const-56', u'INT_ADD_-1206920234'), (u'INDIRECT_-1206913785', u'MULTIEQUAL_-1206913737'), (u'INT_MULT_-1206914390', u'INT_SUB_-1206917023'), (u'MULTIEQUAL_-1206914726', u'INT_NOTEQUAL_-1206918905'), (u'CALL_-1206918990', u'INDIRECT_-1206914935'), ('tmp_5742', u'PTRSUB_-1206912203'), ('tmp_2960', u'BRANCH_-1206918499'), (u'INDIRECT_-1206914157', u'MULTIEQUAL_-1206915583'), (u'PTRSUB_-1206913720', u'LOAD_-1206919549'), (u'CALL_-1206916814', u'INDIRECT_-1206914037'), ('tmp_3533', u'CBRANCH_-1206918750'), (u'MULTIEQUAL_-1206915044', u'MULTIEQUAL_-1206914186'), (u'MULTIEQUAL_-1206915324', u'COPY_-1206915398'), (u'PTRSUB_-1206914087', u'LOAD_-1206920206'), (u'CALL_-1206918649', u'INDIRECT_-1206914523'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914698'), (u'LOAD_-1206918710', u'INT_RIGHT_-1206918529'), ('const-433', u'LOAD_-1206917894'), (u'INDIRECT_-1206914828', u'MULTIEQUAL_-1206914783'), (u'INDIRECT_-1206913736', u'MULTIEQUAL_-1206914258'), (u'LOAD_-1206920495', u'INT_ADD_-1206919025'), ('const-8', u'CALL_-1206916761'), (u'INDIRECT_-1206913807', u'MULTIEQUAL_-1206915583'), (u'MULTIEQUAL_-1206913786', u'CALL_-1206918928'), (u'CALL_-1206920081', u'INDIRECT_-1206915862'), (u'CAST_-1206913889', u'CALL_-1206920053'), (u'MULTIEQUAL_-1206915353', u'MULTIEQUAL_-1206915336'), (u'CALL_-1206920053', u'INDIRECT_-1206914389'), ('const--1', u'INT_NOTEQUAL_-1206920694'), (u'COPY_-1206913889', u'MULTIEQUAL_-1206916403'), (u'STORE_-1206920248', u'INDIRECT_-1206915406'), (u'MULTIEQUAL_-1206914393', u'MULTIEQUAL_-1206914146'), (u'LOAD_-1206917943', u'PTRSUB_-1206912959'), (u'CALL_-1206920775', u'INDIRECT_-1206916035'), (u'CALL_-1206920081', u'INDIRECT_-1206915667'), (u'LOAD_-1206918710', u'INT_AND_-1206918675'), ('tmp_4289', u'CBRANCH_-1206917403'), ('const-40', u'PTRSUB_-1206912229'), ('tmp_5232', u'CBRANCH_-1206917215'), (u'INDIRECT_-1206913088', u'MULTIEQUAL_-1206914531'), (u'PTRSUB_-1206912821', u'LOAD_-1206917883'), (u'STORE_-1206920023', u'INDIRECT_-1206915413'), ('tmp_5743', u'PTRSUB_-1206913484'), ('tmp_5744', u'CAST_-1206913978'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914043'), (u'INDIRECT_-1206914452', u'MULTIEQUAL_-1206914355'), ('tmp_5743', u'PTRSUB_-1206913899'), (u'INDIRECT_-1206914642', u'MULTIEQUAL_-1206914804'), (u'INDIRECT_-1206915500', u'MULTIEQUAL_-1206915158'), (u'INDIRECT_-1206914740', u'MULTIEQUAL_-1206914676'), (u'SUBPIECE_-1206916259', u'INT_SEXT_-1206917960'), (u'INDIRECT_-1206915110', u'MULTIEQUAL_-1206915083'), (u'CALL_-1206920775', u'INDIRECT_-1206916100'), (u'LOAD_-1206917918', u'INT_ADD_-1206917900'), (u'INT_EQUAL_-1206918827', u'CBRANCH_-1206918823'), (u'CALL_-1206917807', u'INDIRECT_-1206914912'), (u'MULTIEQUAL_-1206913406', u'MULTIEQUAL_-1206913160'), (u'MULTIEQUAL_-1206914258', u'MULTIEQUAL_-1206913406'), ('const-40', u'PTRSUB_-1206912949'), ('tmp_5744', u'CAST_-1206912583'), (u'CALL_-1206920346', u'INDIRECT_-1206915496'), (u'INDIRECT_-1206914131', u'MULTIEQUAL_-1206914676'), (u'CAST_-1206912964', u'LOAD_-1206917897'), (u'CALL_-1206918990', u'INDIRECT_-1206915000'), (u'LOAD_-1206917214', u'INT_EQUAL_-1206917191'), (u'CALL_-1206918147', u'INDIRECT_-1206914067'), (u'INDIRECT_-1206915388', u'MULTIEQUAL_-1206914576'), (u'MULTIEQUAL_-1206914306', u'MULTIEQUAL_-1206914100'), (u'INDIRECT_-1206915055', u'MULTIEQUAL_-1206914768'), (u'LOAD_-1206920488', u'INT_EQUAL_-1206920461'), (u'CALL_-1206920053', u'INDIRECT_-1206914486'), (u'MULTIEQUAL_-1206914094', u'MULTIEQUAL_-1206914066'), ('const--80', u'PTRSUB_-1206914180'), (u'MULTIEQUAL_-1206914051', u'MULTIEQUAL_-1206914017'), (u'PTRSUB_-1206914219', u'LOAD_-1206920421'), (u'MULTIEQUAL_-1206915271', u'MULTIEQUAL_-1206915226'), (u'INDIRECT_-1206914923', u'MULTIEQUAL_-1206914869'), ('tmp_4978', u'BRANCH_-1206917022'), (u'MULTIEQUAL_-1206914355', u'MULTIEQUAL_-1206914148'), (u'CALL_-1206918135', u'INDIRECT_-1206915031'), (u'CALL_-1206918005', u'INDIRECT_-1206914586'), (u'MULTIEQUAL_-1206915011', u'MULTIEQUAL_-1206914781'), (u'STORE_-1206917932', u'INDIRECT_-1206914875'), (u'CAST_-1206913992', u'INT_ADD_-1206920252'), (u'MULTIEQUAL_-1206914251', u'MULTIEQUAL_-1206914898'), (u'INDIRECT_-1206914870', u'MULTIEQUAL_-1206914806'), (u'MULTIEQUAL_-1206915369', u'MULTIEQUAL_-1206915330'), (u'MULTIEQUAL_-1206914458', u'MULTIEQUAL_-1206914211'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913483'), (u'CALL_-1206919594', u'INDIRECT_-1206915139'), (u'COPY_-1206913326', u'MULTIEQUAL_-1206916414'), (u'INDIRECT_-1206915510', u'MULTIEQUAL_-1206915434'), (u'MULTIEQUAL_-1206914946', u'MULTIEQUAL_-1206914276'), ('tmp_5744', u'CAST_-1206912799'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915063'), (u'MULTIEQUAL_-1206915161', u'MULTIEQUAL_-1206914976'), (u'LOAD_-1206918064', u'CALL_-1206918005'), (u'CALL_-1206918649', u'INDIRECT_-1206914588'), ('const-433', u'LOAD_-1206917779'), (u'CALL_-1206917171', u'INDIRECT_-1206913185'), ('tmp_21117', u'MULTIEQUAL_-1206915389'), (u'MULTIEQUAL_-1206914846', u'MULTIEQUAL_-1206914760'), (u'INT_ADD_-1206917753', u'INT_LESSEQUAL_-1206917728'), (u'COPY_-1206913395', u'MULTIEQUAL_-1206915913'), (u'INDIRECT_-1206913531', u'MULTIEQUAL_-1206913503'), ('const-433', u'LOAD_-1206917214'), ('tmp_4236', u'CBRANCH_-1206917821'), (u'PTRSUB_-1206913250', u'LOAD_-1206918616'), (u'LOAD_-1206920206', u'MULTIEQUAL_-1206914031'), (u'MULTIEQUAL_-1206913877', u'MULTIEQUAL_-1206913209'), (u'INDIRECT_-1206913994', u'INT_SLESS_-1206917954'), (u'LOAD_-1206920617', u'INT_SUB_-1206920555'), (u'MULTIEQUAL_-1206915135', u'MULTIEQUAL_-1206915163'), (u'CALL_-1206920775', u'INDIRECT_-1206915710'), (u'STORE_-1206917943', u'INDIRECT_-1206914884'), (u'STORE_-1206917853', u'INDIRECT_-1206914704'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913527'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914164'), ('tmp_1575', u'CBRANCH_-1206919685'), (u'CALL_-1206920053', u'INDIRECT_-1206915718'), (u'CALL_-1206917807', u'INDIRECT_-1206914782'), (u'MULTIEQUAL_-1206915330', u'MULTIEQUAL_-1206915358'), ('const-32', u'PTRSUB_-1206913726'), (u'MULTIEQUAL_-1206913845', u'MULTIEQUAL_-1206913828'), (u'INT_XOR_-1206919822', u'INT_SUB_-1206919816'), (u'INT_SLESS_-1206917954', u'CBRANCH_-1206917961'), ('const-8', u'INT_ADD_-1206920294'), (u'MULTIEQUAL_-1206915163', u'MULTIEQUAL_-1206914316'), ('const-872', u'PTRSUB_-1206912442'), (u'INDIRECT_-1206914043', u'MULTIEQUAL_-1206913894'), (u'MULTIEQUAL_-1206914771', u'MULTIEQUAL_-1206914760'), (u'STORE_-1206920248', u'INDIRECT_-1206915731'), (u'STORE_-1206917921', u'INDIRECT_-1206914801'), (u'SUBPIECE_-1206916259', u'INT_SUB_-1206917849'), ('tmp_801', u'CBRANCH_-1206920331'), (u'INDIRECT_-1206914759', u'MULTIEQUAL_-1206915603'), (u'MULTIEQUAL_-1206913455', u'MULTIEQUAL_-1206913209'), (u'INDIRECT_-1206915775', u'COPY_-1206913499'), (u'MULTIEQUAL_-1206916636', u'MULTIEQUAL_-1206916308'), (u'CAST_-1206912793', u'INT_ADD_-1206917825'), (u'INT_ADD_-1206917975', u'MULTIEQUAL_-1206916106'), (u'MULTIEQUAL_-1206916765', u'MULTIEQUAL_-1206915915'), ('const-0', u'COPY_-1206917142'), ('tmp_21093', u'INT_NOTEQUAL_-1206920812'), (u'STORE_-1206917853', u'INDIRECT_-1206914444'), (u'INDIRECT_-1206915118', u'MULTIEQUAL_-1206915064'), ('const-0', u'INT_EQUAL_-1206920332'), (u'CALL_-1206916643', u'INDIRECT_-1206913906'), (u'CALL_-1206920346', u'INDIRECT_-1206915691'), (u'PTRSUB_-1206913580', u'LOAD_-1206918737'), (u'MULTIEQUAL_-1206914653', u'MULTIEQUAL_-1206915031'), ('tmp_13342', u'PTRSUB_-1206914180'), (u'INT_ADD_-1206919025', u'CAST_-1206913218'), (u'PTRADD_-1206912857', u'LOAD_-1206917951'), (u'INDIRECT_-1206914262', u'MULTIEQUAL_-1206916038'), ('const-56', u'PTRSUB_-1206914372'), (u'CALL_-1206917171', u'INDIRECT_-1206914547'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915323'), (u'COPY_-1206917267', u'MULTIEQUAL_-1206914579'), (u'INT_EQUAL_-1206919163', u'BOOL_OR_-1206915497'), ('const-0', u'COPY_-1206916012'), (u'INT_LESS_-1206918545', u'CBRANCH_-1206918553'), (u'MULTIEQUAL_-1206916308', u'MULTIEQUAL_-1206916636'), (u'INDIRECT_-1206916230', u'MULTIEQUAL_-1206915324'), (u'PTRSUB_-1206914132', u'LOAD_-1206920285'), (u'INDIRECT_-1206914935', u'MULTIEQUAL_-1206914871'), (u'MULTIEQUAL_-1206914576', u'MULTIEQUAL_-1206915206'), (u'INDIRECT_-1206914563', u'MULTIEQUAL_-1206914760'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915510'), (u'MULTIEQUAL_-1206913925', u'MULTIEQUAL_-1206913257'), (u'MULTIEQUAL_-1206913828', u'MULTIEQUAL_-1206913600'), ('tmp_21111', u'MULTIEQUAL_-1206914869'), ('const-433', u'LOAD_-1206919898'), (u'MULTIEQUAL_-1206915223', u'MULTIEQUAL_-1206915206'), (u'CALL_-1206918605', u'INDIRECT_-1206914823'), (u'CAST_-1206913835', u'STORE_-1206919992'), (u'INDIRECT_-1206915250', u'MULTIEQUAL_-1206915174'), (u'INDIRECT_-1206914988', u'MULTIEQUAL_-1206914934'), ('tmp_5743', u'PTRSUB_-1206914028'), (u'LOAD_-1206918667', u'PTRSUB_-1206914059'), (u'COPY_-1206920406', u'MULTIEQUAL_-1206914726'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914763'), (u'INDIRECT_-1206913185', u'MULTIEQUAL_-1206914628'), (u'INDIRECT_-1206915128', u'MULTIEQUAL_-1206914963'), (u'STORE_-1206920276', u'INDIRECT_-1206916012'), (u'INDIRECT_-1206913677', u'MULTIEQUAL_-1206915453'), ('const-433', u'LOAD_-1206920101'), (u'COPY_-1206913218', u'MULTIEQUAL_-1206915731'), (u'MULTIEQUAL_-1206915141', u'MULTIEQUAL_-1206914471'), (u'INDIRECT_-1206914132', u'MULTIEQUAL_-1206915908'), (u'MULTIEQUAL_-1206914726', u'CALL_-1206918841'), ('const-40', u'PTRSUB_-1206914342'), (u'INT_LESSEQUAL_-1206919504', u'CBRANCH_-1206919503'), ('const-152', u'INT_ADD_-1206920279'), (u'LOAD_-1206919549', u'MULTIEQUAL_-1206916559'), (u'INDIRECT_-1206913736', u'MULTIEQUAL_-1206913689'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917728'), (u'COPY_-1206912919', u'MULTIEQUAL_-1206916457'), (u'MULTIEQUAL_-1206915141', u'MULTIEQUAL_-1206914911'), ('const--64', u'PTRSUB_-1206913986'), (u'CALL_-1206916761', u'INDIRECT_-1206913807'), (u'INDIRECT_-1206915775', u'MULTIEQUAL_-1206914869'), (u'INDIRECT_-1206914101', u'COPY_-1206914136'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206916559'), (u'PTRSUB_-1206913994', u'LOAD_-1206920043'), (u'LOAD_-1206920488', u'PTRADD_-1206914201'), ('tmp_5743', u'CALL_-1206920346'), (u'STORE_-1206920023', u'INDIRECT_-1206915738'), (u'INT_SLESS_-1206917942', u'CBRANCH_-1206917949'), ('const-8', u'PTRADD_-1206912857'), ('tmp_5312', u'CBRANCH_-1206917155'), (u'PTRSUB_-1206912954', u'LOAD_-1206917929'), ('tmp_5268', u'CBRANCH_-1206917190'), (u'INDIRECT_-1206914763', u'MULTIEQUAL_-1206914718'), ('const-8', u'PTRADD_-1206914201'), (u'MULTIEQUAL_-1206914968', u'CALL_-1206918990'), ('const-24', u'PTRSUB_-1206913217'), (u'INDIRECT_-1206914091', u'MULTIEQUAL_-1206913295'), (u'INDIRECT_-1206914369', u'MULTIEQUAL_-1206915109'), (u'STORE_-1206917943', u'INDIRECT_-1206914754'), (u'STORE_-1206917846', u'INDIRECT_-1206914634'), (u'CALL_-1206917171', u'INT_SLESS_-1206917156'), (u'CAST_-1206914141', u'INT_ADD_-1206920479'), ('tmp_138', u'CBRANCH_-1206920827'), (u'CALL_-1206918005', u'INDIRECT_-1206914131'), ('tmp_2816', u'CBRANCH_-1206918575'), (u'MULTIEQUAL_-1206914328', u'MULTIEQUAL_-1206914081'), (u'MULTIEQUAL_-1206914142', u'MULTIEQUAL_-1206914114'), (u'MULTIEQUAL_-1206914783', u'MULTIEQUAL_-1206914536'), (u'CALL_-1206917807', u'INDIRECT_-1206913453'), (u'CALL_-1206917171', u'INDIRECT_-1206914417'), (u'STORE_-1206920308', u'INDIRECT_-1206916034'), (u'INT_EQUAL_-1206917793', u'CBRANCH_-1206917788'), (u'STORE_-1206917943', u'INDIRECT_-1206914624'), (u'PTRSUB_-1206913840', u'LOAD_-1206919776'), (u'INDIRECT_-1206915380', u'MULTIEQUAL_-1206915093'), (u'MULTIEQUAL_-1206915096', u'MULTIEQUAL_-1206914911'), ('const-5', u'CALL_-1206920081'), ('const-0', u'PTRSUB_-1206914028'), ('tmp_5743', u'CALL_-1206919594'), ('tmp_3953', u'BRANCH_-1206917828'), (u'INDIRECT_-1206914933', u'MULTIEQUAL_-1206914751'), (u'LOAD_-1206917401', u'PTRSUB_-1206912486'), (u'MULTIEQUAL_-1206916403', u'CALL_-1206918005'), (u'INDIRECT_-1206913434', u'MULTIEQUAL_-1206913406'), (u'MULTIEQUAL_-1206914511', u'MULTIEQUAL_-1206915158'), (u'CAST_-1206912805', u'INT_ADD_-1206917839'), (u'CALL_-1206918135', u'CALL_-1206918060'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913846'), (u'CALL_-1206918092', u'INDIRECT_-1206914940'), ('tmp_4704', u'CBRANCH_-1206917740'), (u'LOAD_-1206918682', u'CALL_-1206918649'), ('tmp_5744', u'CAST_-1206912920'), (u'STORE_-1206919708', u'INDIRECT_-1206915110'), (u'INDIRECT_-1206915323', u'PTRADD_-1206912857'), ('const-1', u'INT_SUB_-1206917023'), ('tmp_3281', u'BRANCH_-1206917802'), (u'INT_ADD_-1206917418', u'INT_SEXT_-1206917412'), (u'INDIRECT_-1206916295', u'INT_SUB_-1206920555'), (u'PTRSUB_-1206913899', u'LOAD_-1206919898'), (u'CALL_-1206918147', u'INDIRECT_-1206915494'), ('const-433', u'STORE_-1206920266'), (u'MULTIEQUAL_-1206915358', u'MULTIEQUAL_-1206914511'), ('tmp_696', u'CBRANCH_-1206920433'), (u'COPY_-1206915793', u'MULTIEQUAL_-1206916377'), ('const-433', u'LOAD_-1206917381'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915120'), (u'CALL_-1206918135', u'INDIRECT_-1206914011'), ('tmp_5743', u'PTRSUB_-1206912688'), (u'MULTIEQUAL_-1206915462', u'MULTIEQUAL_-1206916106'), ('tmp_3254', u'BRANCH_-1206917989'), (u'INDIRECT_-1206914612', u'MULTIEQUAL_-1206914115'), ('const-8', u'PTRSUB_-1206914087'), ('const-1', u'COPY_-1206915497'), (u'PTRADD_-1206912283', u'MULTIEQUAL_-1206914968'), ('const-32', u'PTRSUB_-1206913626'), (u'MULTIEQUAL_-1206914446', u'MULTIEQUAL_-1206915076'), (u'MULTIEQUAL_-1206914833', u'MULTIEQUAL_-1206914816'), (u'CAST_-1206913853', u'STORE_-1206920023'), (u'INDIRECT_-1206914707', u'MULTIEQUAL_-1206914869'), ('const-16', u'PTRSUB_-1206912235'), (u'INDIRECT_-1206914166', u'COPY_-1206914201'), (u'PTRSUB_-1206912688', u'LOAD_-1206917253'), (u'CALL_-1206918005', u'INDIRECT_-1206914261'), (u'INT_ADD_-1206917845', u'COPY_-1206912807'), ('tmp_5743', u'INT_EQUAL_-1206917793'), (u'CAST_-1206912978', u'STORE_-1206917921'), (u'STORE_-1206917846', u'INDIRECT_-1206914309'), (u'MULTIEQUAL_-1206914306', u'MULTIEQUAL_-1206913894'), (u'CALL_-1206918060', u'INDIRECT_-1206915118'), ('const-433', u'LOAD_-1206917865'), (u'INT_EQUAL_-1206918577', u'CBRANCH_-1206918575'), ('tmp_5744', u'CAST_-1206914332'), (u'INDIRECT_-1206915518', u'MULTIEQUAL_-1206915553'), (u'CAST_-1206914140', u'LOAD_-1206920495'), (u'MULTIEQUAL_-1206915011', u'MULTIEQUAL_-1206914341'), (u'CALL_-1206918005', u'INDIRECT_-1206914196'), ('const-40', u'PTRSUB_-1206914219'), (u'INDIRECT_-1206915388', u'MULTIEQUAL_-1206915223'), (u'INDIRECT_-1206912822', u'CALL_-1206916761'), ('const-88', u'INT_ADD_-1206917907'), ('tmp_1891', u'CBRANCH_-1206918588'), (u'INDIRECT_-1206914499', u'MULTIEQUAL_-1206915343'), (u'MULTIEQUAL_-1206915553', u'MULTIEQUAL_-1206915525'), (u'INDIRECT_-1206913785', u'MULTIEQUAL_-1206914306'), ('tmp_168', u'CBRANCH_-1206920806'), (u'LOAD_-1206917943', u'PTRSUB_-1206912954'), (u'INT_SLESS_-1206916795', u'CBRANCH_-1206916794'), (u'CALL_-1206918928', u'INDIRECT_-1206914772'), (u'STORE_-1206917839', u'INDIRECT_-1206914434'), (u'INT_EQUAL_-1206917157', u'CBRANCH_-1206917147'), (u'INDIRECT_-1206913176', u'MULTIEQUAL_-1206913737'), (u'MULTIEQUAL_-1206916403', u'INT_LESS_-1206919122'), (u'INDIRECT_-1206914694', u'MULTIEQUAL_-1206915538'), (u'MULTIEQUAL_-1206916334', u'MULTIEQUAL_-1206916317'), (u'INT_LESS_-1206920191', u'CBRANCH_-1206920187'), (u'LOAD_-1206917951', u'COPY_-1206912864'), (u'MULTIEQUAL_-1206915246', u'COPY_-1206913820'), (u'CALL_-1206916643', u'INDIRECT_-1206913711'), (u'MULTIEQUAL_-1206914966', u'MULTIEQUAL_-1206914781'), ('tmp_5743', u'PTRSUB_-1206914219'), (u'INDIRECT_-1206915378', u'MULTIEQUAL_-1206915324'), ('tmp_2574', u'CBRANCH_-1206917788'), (u'LOAD_-1206918016', u'INT_ADD_-1206917975'), (u'MULTIEQUAL_-1206915174', u'MULTIEQUAL_-1206914316'), (u'INDIRECT_-1206914213', u'MULTIEQUAL_-1206914148'), (u'INDIRECT_-1206914196', u'MULTIEQUAL_-1206914741'), ('const-0', u'INT_EQUAL_-1206920434'), (u'COPY_-1206917110', u'MULTIEQUAL_-1206914968'), (u'MULTIEQUAL_-1206914381', u'MULTIEQUAL_-1206915011'), (u'PTRSUB_-1206913626', u'LOAD_-1206918842'), (u'INDIRECT_-1206912822', u'MULTIEQUAL_-1206912656'), (u'INT_NOTEQUAL_-1206917135', u'CBRANCH_-1206917130'), (u'COPY_-1206913889', u'INT_EQUAL_-1206919687'), (u'INT_EQUAL_-1206917405', u'CBRANCH_-1206917403'), (u'PTRADD_-1206914081', u'LOAD_-1206918667'), (u'INDIRECT_-1206916035', u'COPY_-1206913503'), (u'PTRSUB_-1206913217', u'LOAD_-1206918710'), (u'MULTIEQUAL_-1206915564', u'MULTIEQUAL_-1206915525'), ('tmp_3587', u'BRANCH_-1206918705'), (u'INDIRECT_-1206915388', u'MULTIEQUAL_-1206915206'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913531'), (u'PTRSUB_-1206912481', u'LOAD_-1206917363'), ('const-0', u'INT_NOTEQUAL_-1206920812'), (u'STORE_-1206917853', u'INDIRECT_-1206914314'), (u'INDIRECT_-1206914352', u'MULTIEQUAL_-1206915778'), (u'CAST_-1206913594', u'CALL_-1206919594'), (u'INDIRECT_-1206915240', u'MULTIEQUAL_-1206914898'), ('const-433', u'STORE_-1206917846'), (u'INT_LESSEQUAL_-1206917320', u'CBRANCH_-1206917330'), ('const-433', u'STORE_-1206917839'), (u'INT_LEFT_-1206917060', u'INT_MULT_-1206914390'), (u'STORE_-1206920266', u'INDIRECT_-1206915679'), (u'INT_SLESS_-1206919459', u'CBRANCH_-1206919466'), (u'CALL_-1206918005', u'INDIRECT_-1206914066'), (u'CALL_-1206918928', u'INDIRECT_-1206915032'), (u'INT_ADD_-1206919516', u'INT_LESSEQUAL_-1206919504'), (u'INT_ADD_-1206919751', u'MULTIEQUAL_-1206916319'), (u'INT_EQUAL_-1206917831', u'CBRANCH_-1206917826'), (u'INDIRECT_-1206915185', u'MULTIEQUAL_-1206914898'), (u'PTRSUB_-1206913846', u'LOAD_-1206919784'), (u'MULTIEQUAL_-1206914869', u'COPY_-1206914943'), (u'INDIRECT_-1206915162', u'MULTIEQUAL_-1206915324'), (u'INDIRECT_-1206915258', u'MULTIEQUAL_-1206915076'), ('const-0', u'INT_EQUAL_-1206918577'), (u'INDIRECT_-1206914373', u'MULTIEQUAL_-1206914328'), (u'MULTIEQUAL_-1206915892', u'INT_LESS_-1206918946'), (u'MULTIEQUAL_-1206914968', u'INT_LESS_-1206920129'), (u'INT_ADD_-1206919664', u'CAST_-1206913636'), (u'CALL_-1206918841', u'INDIRECT_-1206914992'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206912891'), (u'INDIRECT_-1206913483', u'MULTIEQUAL_-1206913455'), (u'INT_LESS_-1206918592', u'CBRANCH_-1206918588'), (u'CALL_-1206920346', u'INDIRECT_-1206915886'), (u'INDIRECT_-1206914498', u'MULTIEQUAL_-1206914435'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206912247'), (u'INDIRECT_-1206915315', u'MULTIEQUAL_-1206915239'), (u'INDIRECT_-1206914654', u'STORE_-1206920293'), ('const-1', u'PTRADD_-1206914081'), (u'CALL_-1206918990', u'INDIRECT_-1206915130'), (u'MULTIEQUAL_-1206913455', u'MULTIEQUAL_-1206913834'), (u'PTRSUB_-1206913914', u'CALL_-1206918005'), ('tmp_5743', u'PTRSUB_-1206913549'), (u'CALL_-1206918928', u'INDIRECT_-1206914837'), ('tmp_3488', u'CBRANCH_-1206918782'), (u'MULTIEQUAL_-1206914881', u'MULTIEQUAL_-1206914211'), (u'CALL_-1206916643', u'INDIRECT_-1206913841'), (u'CAST_-1206913977', u'STORE_-1206920248'), (u'MULTIEQUAL_-1206915731', u'MULTIEQUAL_-1206915892'), (u'STORE_-1206917846', u'INDIRECT_-1206914569'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915518'), ('const-0', u'INT_NOTEQUAL_-1206920735'), ('const-8', u'PTRSUB_-1206913925'), (u'INT_SUB_-1206917023', u'MULTIEQUAL_-1206914561'), (u'CALL_-1206920053', u'INDIRECT_-1206915458'), (u'INDIRECT_-1206914953', u'MULTIEQUAL_-1206914890'), (u'INDIRECT_-1206914606', u'LOAD_-1206920219'), ('tmp_1811', u'CBRANCH_-1206919503'), (u'INT_LEFT_-1206917060', u'MULTIEQUAL_-1206914610'), (u'INDIRECT_-1206914588', u'MULTIEQUAL_-1206914500'), (u'CALL_-1206920053', u'INDIRECT_-1206915653'), ('const-16', u'INT_ADD_-1206920479'), (u'INDIRECT_-1206914628', u'MULTIEQUAL_-1206914825'), (u'STORE_-1206919719', u'INDIRECT_-1206915119'), (u'MULTIEQUAL_-1206914186', u'MULTIEQUAL_-1206914816'), (u'STORE_-1206919708', u'INDIRECT_-1206915630'), ('const-16', u'PTRSUB_-1206912954'), (u'MULTIEQUAL_-1206915246', u'INT_LESS_-1206920491'), (u'STORE_-1206920293', u'INDIRECT_-1206915829'), (u'INT_LESSEQUAL_-1206917884', u'CBRANCH_-1206917880'), (u'INDIRECT_-1206914586', u'MULTIEQUAL_-1206915131'), (u'INDIRECT_-1206914547', u'MULTIEQUAL_-1206915973'), (u'PTRSUB_-1206912235', u'LOAD_-1206917783'), (u'INDIRECT_-1206914434', u'MULTIEQUAL_-1206915278'), ('const-0', u'INT_EQUAL_-1206917191'), (u'INT_AND_-1206917064', u'INT_LEFT_-1206917060'), (u'STORE_-1206917943', u'INDIRECT_-1206914819'), (u'INDIRECT_-1206915043', u'MULTIEQUAL_-1206914955'), ('const-433', u'LOAD_-1206916655'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914933'), (u'CAST_-1206912337', u'LOAD_-1206917148'), (u'CALL_-1206918841', u'INDIRECT_-1206915057'), (u'INT_SUB_-1206917849', u'STORE_-1206917839'), ('const-433', u'LOAD_-1206920219'), (u'CALL_-1206919594', u'INDIRECT_-1206914232'), (u'INT_SEXT_-1206917960', u'INT_SLESS_-1206917942'), ('const-32', u'PTRSUB_-1206912897'), (u'INDIRECT_-1206915065', u'MULTIEQUAL_-1206915570'), (u'COPY_-1206912550', u'MULTIEQUAL_-1206916394'), (u'INDIRECT_-1206915175', u'MULTIEQUAL_-1206915148'), (u'INT_ADD_-1206917789', u'CAST_-1206912919'), ('const-32', u'PTRSUB_-1206912491'), (u'STORE_-1206920276', u'INDIRECT_-1206915947'), (u'SUBPIECE_-1206916259', u'COPY_-1206912958'), (u'MULTIEQUAL_-1206915141', u'MULTIEQUAL_-1206915096'), (u'INDIRECT_-1206915775', u'INT_EQUAL_-1206920434'), ('const-433', u'LOAD_-1206918667'), (u'LOAD_-1206918811', u'INT_ADD_-1206918793'), ('tmp_21092', u'INT_NOTEQUAL_-1206920829'), (u'INDIRECT_-1206914521', u'MULTIEQUAL_-1206915066'), (u'STORE_-1206920276', u'INDIRECT_-1206915752'), (u'MULTIEQUAL_-1206915330', u'PTRADD_-1206913632'), (u'CAST_-1206912297', u'CALL_-1206916814'), ('const-0', u'CALL_-1206920081'), ('tmp_5744', u'CAST_-1206912965'), (u'STORE_-1206920293', u'INDIRECT_-1206915894'), (u'COPY_-1206913889', u'INT_EQUAL_-1206917822'), (u'LOAD_-1206917870', u'INT_ADD_-1206917845'), ('const-200', u'INT_ADD_-1206917198'), (u'MULTIEQUAL_-1206915291', u'MULTIEQUAL_-1206915106'), (u'COPY_-1206916751', u'MULTIEQUAL_-1206914920'), (u'CALL_-1206918990', u'INDIRECT_-1206915260'), (u'STORE_-1206917943', u'INDIRECT_-1206914949'), ('const-32', u'INT_ADD_-1206920412'), (u'INDIRECT_-1206914391', u'MULTIEQUAL_-1206914936'), (u'INT_ADD_-1206919576', u'CAST_-1206913587'), (u'CALL_-1206918060', u'INDIRECT_-1206914988'), (u'MULTIEQUAL_-1206914651', u'MULTIEQUAL_-1206914565'), ('tmp_5316', u'CBRANCH_-1206917147'), (u'STORE_-1206919730', u'INDIRECT_-1206915453'), (u'STORE_-1206920266', u'INDIRECT_-1206915419'), (u'CALL_-1206919996', u'INDIRECT_-1206914355'), (u'INDIRECT_-1206914606', u'MULTIEQUAL_-1206914438'), (u'PTRSUB_-1206913925', u'LOAD_-1206919940'), (u'STORE_-1206917943', u'INDIRECT_-1206914494'), (u'MULTIEQUAL_-1206914031', u'INT_LESS_-1206920191'), (u'INT_SUB_-1206920661', u'COPY_-1206914291'), (u'INDIRECT_-1206914758', u'MULTIEQUAL_-1206914955'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913434'), (u'INDIRECT_-1206915248', u'MULTIEQUAL_-1206915194'), (u'PTRSUB_-1206912442', u'LOAD_-1206917179'), (u'PTRSUB_-1206913072', u'CALLIND_-1206917769'), (u'INDIRECT_-1206915445', u'MULTIEQUAL_-1206915369'), (u'INT_ADD_-1206917345', u'INT_LESSEQUAL_-1206917320'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913726'), ('tmp_1953', u'BRANCH_-1206918550'), (u'LOAD_-1206918822', u'INT_ADD_-1206918793'), (u'INT_ZEXT_-1206917407', u'INT_DIV_-1206920527'), (u'INDIRECT_-1206914992', u'COPY_-1206915051'), (u'CALL_-1206917807', u'INDIRECT_-1206913502'), (u'MULTIEQUAL_-1206916414', u'INT_EQUAL_-1206919799'), (u'MULTIEQUAL_-1206915488', u'MULTIEQUAL_-1206915460'), ('const-8', u'PTRSUB_-1206914059'), ('const-433', u'LOAD_-1206919654'), (u'INDIRECT_-1206914523', u'MULTIEQUAL_-1206914435'), (u'CALLIND_-1206917861', u'INDIRECT_-1206915002'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914547'), (u'MULTIEQUAL_-1206915096', u'MULTIEQUAL_-1206915085'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914937'), ('const-2', u'INT_MULT_-1206914390'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915428'), (u'CALL_-1206919996', u'INDIRECT_-1206915554'), ('const-433', u'LOAD_-1206918587'), (u'MULTIEQUAL_-1206915082', u'INT_ADD_-1206917376'), (u'CALL_-1206919996', u'INDIRECT_-1206915294'), (u'CAST_-1206914000', u'STORE_-1206920276'), (u'STORE_-1206920293', u'INDIRECT_-1206915699'), (u'LOAD_-1206919654', u'CALLIND_-1206919644'), ('tmp_21110', u'MULTIEQUAL_-1206914804'), (u'MULTIEQUAL_-1206915005', u'MULTIEQUAL_-1206915033'), (u'INDIRECT_-1206914998', u'MULTIEQUAL_-1206915033'), ('tmp_5744', u'CAST_-1206913675'), (u'LOAD_-1206919947', u'PTRSUB_-1206912442'), ('const-433', u'LOAD_-1206919549'), (u'INDIRECT_-1206915305', u'MULTIEQUAL_-1206914963'), (u'CALL_-1206918841', u'INDIRECT_-1206913760'), (u'INDIRECT_-1206914027', u'MULTIEQUAL_-1206913530'), (u'CALL_-1206918092', u'INDIRECT_-1206915200'), (u'CAST_-1206914331', u'LOAD_-1206920888'), (u'COPY_-1206913267', u'CALL_-1206918605'), (u'PTRSUB_-1206912880', u'LOAD_-1206918000'), (u'MULTIEQUAL_-1206914500', u'MULTIEQUAL_-1206914760'), ('tmp_5743', u'PTRSUB_-1206913453'), ('tmp_3409', u'CBRANCH_-1206918823'), ('const-32', u'PTRSUB_-1206912688'), (u'CALL_-1206916761', u'INDIRECT_-1206913742'), (u'CALL_-1206916643', u'INDIRECT_-1206913776'), (u'LOAD_-1206920755', u'INT_REM_-1206920523'), (u'MULTIEQUAL_-1206916317', u'COPY_-1206913326'), ('const-0', u'SUBPIECE_-1206916259'), (u'INT_AND_-1206917227', u'INT_EQUAL_-1206917241'), ('tmp_13342', u'PTRSUB_-1206913986'), (u'MULTIEQUAL_-1206915200', u'MULTIEQUAL_-1206915228'), (u'INDIRECT_-1206914996', u'MULTIEQUAL_-1206914913'), (u'MULTIEQUAL_-1206915525', u'MULTIEQUAL_-1206915553'), (u'COPY_-1206913633', u'CALL_-1206918092'), (u'INDIRECT_-1206916035', u'MULTIEQUAL_-1206915129'), ('tmp_616', u'CBRANCH_-1206920500'), ('tmp_5350', u'BRANCH_-1206917101'), (u'CALL_-1206916814', u'INDIRECT_-1206914102'), (u'CAST_-1206914332', u'INT_ADD_-1206920872'), (u'CALL_-1206918147', u'INDIRECT_-1206915169'), (u'INDIRECT_-1206914967', u'MULTIEQUAL_-1206915129'), (u'MULTIEQUAL_-1206913198', u'MULTIEQUAL_-1206913828'), ('const-1', u'INT_ADD_-1206918777'), (u'INT_ADD_-1206918777', u'MULTIEQUAL_-1206914017'), (u'INT_ZEXT_-1206917407', u'INT_REM_-1206920523'), ('const-40', u'PTRSUB_-1206913899'), (u'CALL_-1206918092', u'INDIRECT_-1206915005'), (u'INT_RIGHT_-1206918529', u'INT_AND_-1206918487'), (u'STORE_-1206917853', u'INDIRECT_-1206914574'), (u'MULTIEQUAL_-1206915488', u'MULTIEQUAL_-1206914641'), (u'CALL_-1206916643', u'INDIRECT_-1206914166'), (u'INDIRECT_-1206914304', u'MULTIEQUAL_-1206915044'), (u'INDIRECT_-1206915695', u'MULTIEQUAL_-1206915353'), (u'INT_LESS_-1206920491', u'CBRANCH_-1206920500'), (u'LOAD_-1206917125', u'INT_ADD_-1206917099'), ('tmp_913', u'CBRANCH_-1206920227'), (u'MULTIEQUAL_-1206915106', u'MULTIEQUAL_-1206915020'), (u'INDIRECT_-1206912773', u'MULTIEQUAL_-1206912608'), (u'STORE_-1206919992', u'INDIRECT_-1206915396'), (u'MULTIEQUAL_-1206913894', u'MULTIEQUAL_-1206913877'), (u'MULTIEQUAL_-1206915093', u'MULTIEQUAL_-1206915076'), (u'INDIRECT_-1206914629', u'MULTIEQUAL_-1206915369'), (u'INDIRECT_-1206914718', u'MULTIEQUAL_-1206914630'), ('const-8', u'PTRADD_-1206912931'), (u'INDIRECT_-1206915518', u'MULTIEQUAL_-1206915353'), (u'INDIRECT_-1206916100', u'COPY_-1206913504'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915315'), (u'STORE_-1206917853', u'INDIRECT_-1206914639'), (u'CALL_-1206920053', u'INDIRECT_-1206915913'), (u'INDIRECT_-1206915258', u'MULTIEQUAL_-1206915293'), (u'CALL_-1206916862', u'INDIRECT_-1206914136'), ('const-0', u'INT_NOTEQUAL_-1206919178'), (u'INT_NOTEQUAL_-1206920829', u'CBRANCH_-1206920827'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913575'), (u'CALL_-1206916862', u'INDIRECT_-1206912904'), (u'CALL_-1206917807', u'INDIRECT_-1206914587'), (u'INDIRECT_-1206914503', u'MULTIEQUAL_-1206914458'), (u'CALL_-1206917171', u'INDIRECT_-1206914092'), (u'INDIRECT_-1206914326', u'MULTIEQUAL_-1206914871'), (u'MULTIEQUAL_-1206914718', u'MULTIEQUAL_-1206915096'), (u'INDIRECT_-1206914805', u'MULTIEQUAL_-1206915310'), (u'MULTIEQUAL_-1206914968', u'MULTIEQUAL_-1206914121'), (u'INT_ADD_-1206919516', u'MULTIEQUAL_-1206916106'), ('const-1', u'INT_AND_-1206917122'), (u'MULTIEQUAL_-1206915033', u'MULTIEQUAL_-1206915005'), (u'INT_ADD_-1206918569', u'INT_LESS_-1206918545'), ('const-433', u'LOAD_-1206919776'), (u'CALL_-1206920053', u'INDIRECT_-1206915848'), (u'INDIRECT_-1206915388', u'INT_SLESS_-1206917954'), ('const-4', u'INT_AND_-1206917227'), (u'LOAD_-1206916655', u'CALL_-1206916643'), ('tmp_972', u'CBRANCH_-1206920187'), (u'INDIRECT_-1206914888', u'MULTIEQUAL_-1206914825'), ('const-0', u'INT_EQUAL_-1206917241'), ('const-40', u'PTRSUB_-1206914132'), (u'INDIRECT_-1206914092', u'MULTIEQUAL_-1206915518'), (u'MULTIEQUAL_-1206913505', u'BOOL_NEGATE_-1206913494'), (u'MULTIEQUAL_-1206914881', u'MULTIEQUAL_-1206914836'), (u'CALL_-1206918928', u'INDIRECT_-1206913703'), (u'STORE_-1206917921', u'INDIRECT_-1206914606'), ('const-1', u'COPY_-1206913142'), (u'LOAD_-1206920495', u'INT_ADD_-1206920412'), (u'MULTIEQUAL_-1206915129', u'COPY_-1206915203'), (u'COPY_-1206917015', u'MULTIEQUAL_-1206914920'), (u'CAST_-1206914013', u'STORE_-1206920293'), (u'MULTIEQUAL_-1206914100', u'MULTIEQUAL_-1206913247'), (u'INT_EQUAL_-1206919799', u'CBRANCH_-1206919797'), ('const-1', u'COPY_-1206915252'), ('const-8', u'INT_ADD_-1206919664'), ('const-272', u'INT_AND_-1206917832'), (u'MULTIEQUAL_-1206915635', u'INT_EQUAL_-1206917405'), (u'PTRSUB_-1206913484', u'LOAD_-1206917865'), (u'CALL_-1206918928', u'INDIRECT_-1206913800'), (u'INDIRECT_-1206914848', u'MULTIEQUAL_-1206914760'), (u'INT_ZEXT_-1206915771', u'MULTIEQUAL_-1206915666'), (u'STORE_-1206920293', u'INDIRECT_-1206915634'), (u'CALL_-1206918147', u'INDIRECT_-1206915039'), (u'MULTIEQUAL_-1206914258', u'MULTIEQUAL_-1206914051'), (u'LOAD_-1206918849', u'PTRSUB_-1206913626'), (u'INT_EQUAL_-1206917900', u'CBRANCH_-1206917898'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914482'), (u'MULTIEQUAL_-1206914968', u'CALL_-1206918005'), ('const-40', u'PTRSUB_-1206913994'), ('tmp_2125', u'CBRANCH_-1206919087'), ('const-433', u'LOAD_-1206917883'), (u'CAST_-1206913654', u'STORE_-1206919708'), (u'INDIRECT_-1206915227', u'MULTIEQUAL_-1206915389'), (u'INDIRECT_-1206915195', u'MULTIEQUAL_-1206915700'), (u'CALL_-1206919594', u'INDIRECT_-1206915074'), (u'CALL_-1206920346', u'INDIRECT_-1206916081'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914872'), (u'INT_ADD_-1206920234', u'CAST_-1206913977'), ('tmp_1031', u'CBRANCH_-1206920127'), ('tmp_5744', u'CAST_-1206912926'), (u'INDIRECT_-1206913994', u'PTRADD_-1206912857'), ('const-433', u'LOAD_-1206917363'), (u'INT_LESSEQUAL_-1206917728', u'CBRANCH_-1206917737'), (u'CALL_-1206920081', u'INDIRECT_-1206914500'), (u'CAST_-1206912999', u'INT_ADD_-1206917929'), (u'MULTIEQUAL_-1206915098', u'MULTIEQUAL_-1206915070'), (u'STORE_-1206920266', u'INDIRECT_-1206915614'), (u'CALL_-1206918060', u'INDIRECT_-1206914016'), (u'CALL_-1206917807', u'INDIRECT_-1206914522'), (u'INDIRECT_-1206915258', u'MULTIEQUAL_-1206914446'), (u'STORE_-1206919992', u'INDIRECT_-1206915461'), (u'LOAD_-1206920691', u'INT_SUB_-1206920661'), (u'MULTIEQUAL_-1206915635', u'INT_SLESS_-1206917942'), (u'STORE_-1206917921', u'INDIRECT_-1206914541'), ('const-433', u'LOAD_-1206917918'), (u'MULTIEQUAL_-1206914610', u'INT_XOR_-1206919822'), (u'CAST_-1206913452', u'INT_ADD_-1206918761'), (u'INDIRECT_-1206914862', u'COPY_-1206914921'), ('const-168', u'INT_ADD_-1206920262'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914893'), (u'CALL_-1206916761', u'INDIRECT_-1206912787'), (u'INDIRECT_-1206914091', u'MULTIEQUAL_-1206913942'), (u'MULTIEQUAL_-1206914051', u'MULTIEQUAL_-1206913198'), (u'INDIRECT_-1206913185', u'MULTIEQUAL_-1206912705'), ('tmp_3661', u'CBRANCH_-1206918754'), (u'MULTIEQUAL_-1206915206', u'MULTIEQUAL_-1206914976'), (u'PTRSUB_-1206913852', u'LOAD_-1206919792'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914091'), (u'INT_ADD_-1206919705', u'CAST_-1206913664'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917884'), (u'INDIRECT_-1206914758', u'MULTIEQUAL_-1206914695'), (u'INT_ADD_-1206918777', u'INT_SLESS_-1206918747'), (u'INT_ADD_-1206919516', u'MULTIEQUAL_-1206916319'), ('const-64', u'INT_ADD_-1206917929'), (u'STORE_-1206919992', u'INDIRECT_-1206915266'), (u'INDIRECT_-1206915128', u'MULTIEQUAL_-1206915163'), (u'STORE_-1206920023', u'INDIRECT_-1206915478'), (u'INT_ADD_-1206917134', u'CAST_-1206912337'), (u'INDIRECT_-1206915775', u'MULTIEQUAL_-1206915518'), ('const-433', u'LOAD_-1206917783'), (u'INDIRECT_-1206915710', u'MULTIEQUAL_-1206914804'), (u'INDIRECT_-1206915500', u'MULTIEQUAL_-1206915473'), (u'PTRADD_-1206913632', u'LOAD_-1206918849'), (u'MULTIEQUAL_-1206915293', u'MULTIEQUAL_-1206914446'), (u'LOAD_-1206918134', u'CALL_-1206918060'), (u'MULTIEQUAL_-1206914920', u'CALL_-1206918005'), (u'INDIRECT_-1206915250', u'MULTIEQUAL_-1206914963'), (u'INDIRECT_-1206914476', u'MULTIEQUAL_-1206914393'), (u'INDIRECT_-1206912870', u'MULTIEQUAL_-1206912705'), (u'MULTIEQUAL_-1206914381', u'MULTIEQUAL_-1206915028'), (u'CALL_-1206918990', u'INDIRECT_-1206914870'), (u'CALL_-1206917171', u'INDIRECT_-1206914027'), (u'INDIRECT_-1206915695', u'MULTIEQUAL_-1206915668'), (u'CALL_-1206918147', u'CALL_-1206918135'), (u'MULTIEQUAL_-1206915161', u'MULTIEQUAL_-1206915150'), (u'MULTIEQUAL_-1206914881', u'MULTIEQUAL_-1206914651'), (u'MULTIEQUAL_-1206914771', u'MULTIEQUAL_-1206914586'), (u'CALL_-1206919996', u'INDIRECT_-1206915814'), (u'CAST_-1206913841', u'CALL_-1206919996'), (u'COPY_-1206915545', u'COPY_-1206912550'), (u'STORE_-1206919719', u'INDIRECT_-1206915704'), (u'MULTIEQUAL_-1206916559', u'MULTIEQUAL_-1206916542'), (u'PTRADD_-1206914081', u'MULTIEQUAL_-1206914438'), ('const-0', u'COPY_-1206917122'), (u'LOAD_-1206920755', u'INT_DIV_-1206916926'), (u'MULTIEQUAL_-1206914963', u'MULTIEQUAL_-1206914946'), (u'CALL_-1206916814', u'INDIRECT_-1206912822'), ('tmp_5742', u'CALL_-1206919594'), (u'STORE_-1206919719', u'INDIRECT_-1206915444'), (u'INDIRECT_-1206915130', u'MULTIEQUAL_-1206915635'), (u'INDIRECT_-1206913777', u'MULTIEQUAL_-1206913595'), ('const-0', u'COPY_-1206915545'), (u'INT_NOTEQUAL_-1206920760', u'CBRANCH_-1206920760'), (u'LOAD_-1206917805', u'CALLIND_-1206917769'), ('tmp_1854', u'CBRANCH_-1206919466'), (u'MULTIEQUAL_-1206914718', u'MULTIEQUAL_-1206914471'), ('const-433', u'LOAD_-1206919557'), (u'STORE_-1206920308', u'INDIRECT_-1206915709'), (u'MULTIEQUAL_-1206915666', u'CALL_-1206917171'), (u'INDIRECT_-1206913584', u'MULTIEQUAL_-1206913514'), (u'MULTIEQUAL_-1206914435', u'MULTIEQUAL_-1206914695'), (u'CALL_-1206918649', u'INDIRECT_-1206913633'), (u'LOAD_-1206920219', u'PTRSUB_-1206914087'), (u'SUBPIECE_-1206916259', u'INT_ADD_-1206917418'), (u'INDIRECT_-1206914157', u'MULTIEQUAL_-1206913660'), (u'CALL_-1206918005', u'INDIRECT_-1206913176'), (u'CALL_-1206920053', u'INDIRECT_-1206915588'), (u'CAST_-1206913675', u'INT_ADD_-1206919716'), (u'INDIRECT_-1206913842', u'MULTIEQUAL_-1206913660'), (u'CALL_-1206918990', u'INDIRECT_-1206913785'), (u'COPY_-1206914231', u'MULTIEQUAL_-1206915246'), (u'CALL_-1206918649', u'INDIRECT_-1206915108'), ('tmp_5744', u'LOAD_-1206917871'), (u'INDIRECT_-1206916295', u'COPY_-1206913507'), (u'CALL_-1206920081', u'INDIRECT_-1206915927'), (u'INT_DIV_-1206916926', u'COPY_-1206912540'), ('tmp_3752', u'CBRANCH_-1206917961'), ('const-433', u'LOAD_-1206918842'), (u'INDIRECT_-1206915905', u'COPY_-1206913501'), (u'INT_LESS_-1206918946', u'CBRANCH_-1206918954'), (u'LOAD_-1206919792', u'PTRSUB_-1206913840'), ('const-0', u'RETURN_-1206919019'), (u'INDIRECT_-1206914998', u'MULTIEQUAL_-1206914186'), (u'MULTIEQUAL_-1206913834', u'MULTIEQUAL_-1206913823'), (u'CAST_-1206912926', u'CALL_-1206917807'), (u'INDIRECT_-1206912835', u'MULTIEQUAL_-1206914628'), (u'MULTIEQUAL_-1206915434', u'MULTIEQUAL_-1206914576'), (u'INDIRECT_-1206915851', u'MULTIEQUAL_-1206915765'), (u'MULTIEQUAL_-1206916106', u'INT_SUB_-1206918686'), (u'INDIRECT_-1206914893', u'MULTIEQUAL_-1206914848'), (u'CALL_-1206918060', u'INDIRECT_-1206914858'), ('tmp_5743', u'CALL_-1206916814'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206915915'), (u'INT_ADD_-1206917198', u'CAST_-1206912597'), (u'CALL_-1206918060', u'INDIRECT_-1206915053'), ('tmp_5743', u'PTRSUB_-1206913614'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915380'), ('const-433', u'LOAD_-1206918710'), (u'CALL_-1206916862', u'INDIRECT_-1206914331'), (u'LOAD_-1206918616', u'INT_NOTEQUAL_-1206918600'), (u'LOAD_-1206917951', u'PTRSUB_-1206912826'), (u'CALL_-1206916643', u'INDIRECT_-1206912642'), (u'INDIRECT_-1206915130', u'MULTIEQUAL_-1206915066'), (u'INDIRECT_-1206915018', u'MULTIEQUAL_-1206915215'), ('const-1299995', u'COPY_-1206913292'), (u'MULTIEQUAL_-1206915304', u'MULTIEQUAL_-1206914446'), (u'INT_EQUAL_-1206917241', u'CBRANCH_-1206917238'), (u'CALL_-1206918605', u'INT_EQUAL_-1206918577'), ('const-0', u'INT_EQUAL_-1206920461'), (u'PTRADD_-1206912931', u'STORE_-1206917846'), (u'MULTIEQUAL_-1206915462', u'INT_LESS_-1206918592'), ('tmp_4150', u'CBRANCH_-1206917880'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915128'), (u'MULTIEQUAL_-1206915336', u'MULTIEQUAL_-1206914666'), (u'INDIRECT_-1206914043', u'MULTIEQUAL_-1206913877'), (u'INDIRECT_-1206915656', u'MULTIEQUAL_-1206915570'), (u'CALL_-1206918841', u'INDIRECT_-1206914602'), (u'CALL_-1206920346', u'INDIRECT_-1206915821'), ('tmp_4485', u'CBRANCH_-1206917898'), ('const-40', u'PTRSUB_-1206912880'), (u'INDIRECT_-1206914602', u'COPY_-1206914661'), ('const-433', u'LOAD_-1206919041'), (u'STORE_-1206917853', u'INDIRECT_-1206914379'), ('const-433', u'LOAD_-1206917148'), ('tmp_5743', u'PTRSUB_-1206913994'), (u'STORE_-1206919992', u'INDIRECT_-1206915721'), (u'INDIRECT_-1206914998', u'MULTIEQUAL_-1206914833'), (u'MULTIEQUAL_-1206913877', u'MULTIEQUAL_-1206913649'), (u'CALL_-1206917807', u'INDIRECT_-1206914717'), (u'CALL_-1206918928', u'INDIRECT_-1206915097'), (u'INT_AND_-1206917832', u'INT_EQUAL_-1206917831'), ('const-16', u'PTRSUB_-1206912826'), (u'INDIRECT_-1206916295', u'INT_LESS_-1206920597'), (u'INDIRECT_-1206916165', u'COPY_-1206913505'), (u'MULTIEQUAL_-1206915031', u'MULTIEQUAL_-1206914846'), ('const-433', u'LOAD_-1206917943'), (u'PTRSUB_-1206912831', u'LOAD_-1206917901'), (u'INDIRECT_-1206913872', u'MULTIEQUAL_-1206915648'), (u'LOAD_-1206917253', u'INT_AND_-1206917227'), (u'STORE_-1206917943', u'INDIRECT_-1206915014'), (u'CALL_-1206918649', u'INDIRECT_-1206914913'), ('const-433', u'LOAD_-1206917936'), (u'INDIRECT_-1206914197', u'MULTIEQUAL_-1206915973'), (u'INDIRECT_-1206915905', u'MULTIEQUAL_-1206915648'), (u'MULTIEQUAL_-1206913942', u'MULTIEQUAL_-1206913925'), (u'INDIRECT_-1206915063', u'MULTIEQUAL_-1206914251'), (u'CALL_-1206916814', u'INDIRECT_-1206913907'), (u'CALL_-1206919594', u'INDIRECT_-1206915464'), (u'LOAD_-1206918745', u'PTRSUB_-1206913574'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913203'), (u'LOAD_-1206920495', u'INT_ADD_-1206918048'), (u'INDIRECT_-1206913088', u'MULTIEQUAL_-1206912608'), (u'CALL_-1206918060', u'INDIRECT_-1206915313'), (u'MULTIEQUAL_-1206914142', u'MULTIEQUAL_-1206913295'), (u'COPY_-1206917027', u'MULTIEQUAL_-1206914968'), (u'INT_LESSEQUAL_-1206920524', u'CBRANCH_-1206920532'), (u'INDIRECT_-1206915331', u'MULTIEQUAL_-1206915245'), (u'MULTIEQUAL_-1206916542', u'INT_ADD_-1206918569'), (u'MULTIEQUAL_-1206916377', u'MULTIEQUAL_-1206916148'), ('tmp_5744', u'LOAD_-1206919654'), (u'STORE_-1206920308', u'INDIRECT_-1206915904'), (u'CALL_-1206916761', u'INDIRECT_-1206914197'), (u'CALL_-1206920775', u'INDIRECT_-1206916230'), (u'STORE_-1206919719', u'INDIRECT_-1206915249'), (u'MULTIEQUAL_-1206913257', u'CALL_-1206918005'), (u'LOAD_-1206919549', u'INT_ADD_-1206919516'), (u'MULTIEQUAL_-1206914186', u'MULTIEQUAL_-1206914833'), (u'MULTIEQUAL_-1206916414', u'PTRSUB_-1206913720'), (u'INDIRECT_-1206916295', u'MULTIEQUAL_-1206916038'), (u'INDIRECT_-1206913994', u'MULTIEQUAL_-1206914045'), ('const-433', u'STORE_-1206917921'), (u'INDIRECT_-1206914732', u'COPY_-1206914791'), ('const-0', u'PTRSUB_-1206913072'), (u'CALL_-1206918990', u'INDIRECT_-1206913833'), (u'INDIRECT_-1206915175', u'MULTIEQUAL_-1206914833'), (u'INDIRECT_-1206915323', u'MULTIEQUAL_-1206915358'), (u'INDIRECT_-1206915435', u'MULTIEQUAL_-1206915408')]
|
[('tmp_13338', u'INT_EQUAL_-1206917793'), (u'MULTIEQUAL_-1206916824', u'COPY_-1206913933'), (u'INT_ADD_-1206920872', u'CAST_-1206914375'), (u'INDIRECT_-1206914022', u'MULTIEQUAL_-1206913873'), (u'MULTIEQUAL_-1206914994', u'MULTIEQUAL_-1206914809'), (u'CALL_-1206917807', u'INDIRECT_-1206914940'), (u'STORE_-1206920293', u'INDIRECT_-1206915727'), (u'LOAD_-1206920428', u'PTRADD_-1206914224'), ('const-16', u'INT_ADD_-1206919533'), (u'CAST_-1206912811', u'LOAD_-1206918024'), (u'CALL_-1206920081', u'INDIRECT_-1206915565'), (u'MULTIEQUAL_-1206915222', u'COPY_-1206915296'), (u'CAST_-1206913121', u'INT_LESS_-1206918545'), (u'STORE_-1206919708', u'INDIRECT_-1206915398'), (u'MULTIEQUAL_-1206913628', u'MULTIEQUAL_-1206913542'), (u'INDIRECT_-1206914439', u'MULTIEQUAL_-1206914356'), (u'LOAD_-1206919549', u'MULTIEQUAL_-1206916568'), ('tmp_2700', u'CBRANCH_-1206918683'), ('const-9', u'PTRADD_-1206913838'), (u'LOAD_-1206917951', u'INT_ADD_-1206917885'), ('const-9', u'PTRADD_-1206913135'), (u'CALL_-1206917807', u'INDIRECT_-1206914420'), ('const-433', u'LOAD_-1206916655'), (u'CALL_-1206916761', u'INDIRECT_-1206913835'), (u'INDIRECT_-1206914735', u'MULTIEQUAL_-1206914897'), (u'CALL_-1206918928', u'INDIRECT_-1206914865'), (u'COPY_-1206914274', u'MULTIEQUAL_-1206915274'), (u'CAST_-1206913438', u'LOAD_-1206917865'), ('const-5', u'PTRADD_-1206914155'), (u'INT_ADD_-1206919924', u'CAST_-1206913847'), ('const-5', u'PTRADD_-1206912858'), ('const-8', u'PTRADD_-1206912956'), ('const-0', u'CALL_-1206917807'), ('const-8', u'PTRADD_-1206914129'), (u'INDIRECT_-1206915093', u'MULTIEQUAL_-1206915029'), (u'CALL_-1206918135', u'INDIRECT_-1206915319'), ('const-16', u'INT_ADD_-1206917878'), (u'INDIRECT_-1206912815', u'MULTIEQUAL_-1206914607'), (u'COPY_-1206913368', u'MULTIEQUAL_-1206916416'), (u'PTRSUB_-1206912391', u'CALL_-1206916761'), (u'MULTIEQUAL_-1206914809', u'MULTIEQUAL_-1206914723'), (u'MULTIEQUAL_-1206914996', u'INT_LESS_-1206920129'), (u'INDIRECT_-1206915093', u'MULTIEQUAL_-1206915598'), ('const-5', u'PTRADD_-1206912273'), ('const-8', u'PTRADD_-1206913923'), (u'STORE_-1206917853', u'INDIRECT_-1206914732'), (u'CALL_-1206920053', u'INDIRECT_-1206915616'), (u'CALL_-1206919594', u'INDIRECT_-1206915102'), (u'CALL_-1206918092', u'INDIRECT_-1206914968'), (u'INDIRECT_-1206912850', u'CALL_-1206916761'), ('const-8', u'PTRADD_-1206912709'), (u'MULTIEQUAL_-1206913639', u'MULTIEQUAL_-1206913899'), (u'MULTIEQUAL_-1206916345', u'MULTIEQUAL_-1206916159'), ('const-0', u'STORE_-1206919730'), (u'INT_ADD_-1206917913', u'CAST_-1206912887'), (u'MULTIEQUAL_-1206914746', u'MULTIEQUAL_-1206915124'), (u'CALL_-1206918649', u'INDIRECT_-1206914811'), (u'MULTIEQUAL_-1206914356', u'MULTIEQUAL_-1206914109'), (u'CALL_-1206918135', u'INDIRECT_-1206915384'), ('tmp_13343', u'CALL_-1206919594'), ('const-5', u'PTRADD_-1206913642'), (u'INDIRECT_-1206914419', u'MULTIEQUAL_-1206914964'), (u'INDIRECT_-1206914510', u'MULTIEQUAL_-1206914013'), (u'INDIRECT_-1206915603', u'MULTIEQUAL_-1206915316'), (u'CALL_-1206918060', u'INDIRECT_-1206914044'), (u'INDIRECT_-1206914193', u'MULTIEQUAL_-1206913922'), (u'INDIRECT_-1206914963', u'MULTIEQUAL_-1206914899'), (u'CALL_-1206920346', u'INDIRECT_-1206916044'), ('const-433', u'LOAD_-1206919566'), (u'MULTIEQUAL_-1206915007', u'MULTIEQUAL_-1206914149'), (u'CALL_-1206920346', u'INDIRECT_-1206914634'), ('const-40', u'INT_ADD_-1206917351'), (u'MULTIEQUAL_-1206915527', u'MULTIEQUAL_-1206914669'), ('const-433', u'LOAD_-1206919784'), (u'STORE_-1206917839', u'INDIRECT_-1206914722'), (u'MULTIEQUAL_-1206915169', u'MULTIEQUAL_-1206915124'), (u'MULTIEQUAL_-1206914861', u'MULTIEQUAL_-1206914844'), (u'INDIRECT_-1206915125', u'MULTIEQUAL_-1206915287'), (u'STORE_-1206919719', u'INDIRECT_-1206915407'), (u'STORE_-1206919730', u'INDIRECT_-1206915481'), (u'MULTIEQUAL_-1206915095', u'INT_EQUAL_-1206917405'), ('const-0', u'INT_EQUAL_-1206917900'), (u'MULTIEQUAL_-1206914948', u'CALL_-1206918005'), (u'MULTIEQUAL_-1206913226', u'MULTIEQUAL_-1206913873'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914705'), (u'CALL_-1206918649', u'INDIRECT_-1206914746'), (u'INT_ADD_-1206917975', u'INT_LESS_-1206917929'), (u'PTRADD_-1206912726', u'CAST_-1206912657'), (u'PTRADD_-1206914150', u'STORE_-1206920276'), (u'MULTIEQUAL_-1206914929', u'MULTIEQUAL_-1206914918'), (u'MULTIEQUAL_-1206915352', u'COPY_-1206915426'), (u'COPY_-1206913864', u'MULTIEQUAL_-1206915926'), (u'INDIRECT_-1206915868', u'MULTIEQUAL_-1206915611'), (u'CAST_-1206913042', u'STORE_-1206917932'), (u'INT_ADD_-1206918666', u'CAST_-1206913094'), (u'CALL_-1206918005', u'INDIRECT_-1206914419'), ('const-433', u'LOAD_-1206918729'), (u'INT_SEXT_-1206917412', u'MULTIEQUAL_-1206915095'), (u'MULTIEQUAL_-1206914799', u'MULTIEQUAL_-1206914614'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914119'), (u'CALL_-1206918841', u'INDIRECT_-1206915085'), (u'PTRADD_-1206912324', u'MULTIEQUAL_-1206914996'), (u'CALL_-1206918060', u'INDIRECT_-1206915146'), (u'INT_AND_-1206917122', u'INT_NOTEQUAL_-1206917135'), ('tmp_21188', u'MULTIEQUAL_-1206915092'), (u'INDIRECT_-1206914224', u'MULTIEQUAL_-1206914769'), ('tmp_13338', u'CALL_-1206916814'), (u'CALL_-1206916862', u'INDIRECT_-1206913774'), (u'CALL_-1206918928', u'INDIRECT_-1206915255'), (u'INDIRECT_-1206915481', u'MULTIEQUAL_-1206915299'), (u'MULTIEQUAL_-1206913492', u'BOOL_NEGATE_-1206913509'), (u'CALL_-1206916761', u'INDIRECT_-1206912766'), ('tmp_13332', u'PTRADD_-1206912946'), (u'INDIRECT_-1206914916', u'MULTIEQUAL_-1206914853'), (u'INDIRECT_-1206914722', u'MULTIEQUAL_-1206915462'), (u'COPY_-1206913299', u'MULTIEQUAL_-1206913472'), (u'CAST_-1206912433', u'LOAD_-1206917381'), (u'INDIRECT_-1206914703', u'MULTIEQUAL_-1206914639'), (u'INDIRECT_-1206914591', u'MULTIEQUAL_-1206914788'), (u'STORE_-1206919708', u'INDIRECT_-1206915723'), (u'CALL_-1206918005', u'INDIRECT_-1206914484'), (u'INDIRECT_-1206913213', u'MULTIEQUAL_-1206912733'), (u'STORE_-1206920308', u'INDIRECT_-1206916062'), (u'INDIRECT_-1206914833', u'MULTIEQUAL_-1206915338'), (u'INT_EQUAL_-1206917822', u'CBRANCH_-1206917821'), (u'MULTIEQUAL_-1206916824', u'INT_ADD_-1206920196'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206915924'), (u'STORE_-1206919992', u'INDIRECT_-1206915684'), (u'MULTIEQUAL_-1206914073', u'INT_ADD_-1206918777'), (u'STORE_-1206917839', u'INDIRECT_-1206914787'), (u'CALL_-1206919996', u'INDIRECT_-1206914480'), (u'STORE_-1206919708', u'INDIRECT_-1206915138'), (u'INT_ADD_-1206918048', u'CAST_-1206912648'), (u'INDIRECT_-1206913213', u'MULTIEQUAL_-1206914656'), (u'INDIRECT_-1206915060', u'MULTIEQUAL_-1206915222'), (u'INDIRECT_-1206914851', u'MULTIEQUAL_-1206914788'), (u'COPY_-1206912584', u'MULTIEQUAL_-1206915274'), (u'INDIRECT_-1206914397', u'MULTIEQUAL_-1206915137'), (u'CALL_-1206918841', u'INDIRECT_-1206913691'), (u'CALL_-1206918605', u'INDIRECT_-1206914591'), (u'INDIRECT_-1206914194', u'COPY_-1206914229'), ('const-433', u'LOAD_-1206917871'), (u'CALL_-1206916814', u'CAST_-1206912298'), (u'CAST_-1206914178', u'LOAD_-1206920488'), (u'CALL_-1206916643', u'INDIRECT_-1206914064'), (u'COPY_-1206917015', u'MULTIEQUAL_-1206914948'), (u'STORE_-1206919708', u'INDIRECT_-1206915463'), (u'INT_LESS_-1206917929', u'CBRANCH_-1206917925'), (u'MULTIEQUAL_-1206913953', u'MULTIEQUAL_-1206913725'), (u'CALL_-1206918005', u'INDIRECT_-1206914614'), ('const-9', u'PTRADD_-1206912946'), (u'INT_ADD_-1206918704', u'MULTIEQUAL_-1206916321'), (u'INDIRECT_-1206915416', u'MULTIEQUAL_-1206915234'), (u'MULTIEQUAL_-1206916427', u'CALL_-1206919594'), (u'PTRADD_-1206912858', u'LOAD_-1206917883'), ('const-0', u'INT_EQUAL_-1206919163'), (u'CALL_-1206920053', u'INDIRECT_-1206914417'), (u'INDIRECT_-1206913764', u'MULTIEQUAL_-1206913717'), ('const-8', u'PTRADD_-1206913515'), (u'LOAD_-1206917179', u'INT_NOTEQUAL_-1206917156'), (u'CALL_-1206919594', u'INDIRECT_-1206915362'), ('const-7', u'PTRADD_-1206914397'), (u'MULTIEQUAL_-1206916416', u'INT_LESS_-1206919122'), ('const-433', u'LOAD_-1206917179'), (u'COPY_-1206913933', u'MULTIEQUAL_-1206916416'), (u'INDIRECT_-1206916258', u'INT_LESSEQUAL_-1206920654'), (u'PTRADD_-1206913923', u'LOAD_-1206919898'), ('const-0', u'INT_NOTEQUAL_-1206918751'), (u'CALL_-1206917807', u'INDIRECT_-1206913481'), (u'CALL_-1206920775', u'INDIRECT_-1206915868'), (u'STORE_-1206919730', u'INDIRECT_-1206915416'), (u'CALL_-1206918841', u'INDIRECT_-1206914630'), ('const-433', u'LOAD_-1206920428'), ('tmp_2661', u'CBRANCH_-1206917737'), (u'PTRADD_-1206914332', u'LOAD_-1206920617'), (u'CALL_-1206920081', u'INDIRECT_-1206914480'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206916551'), (u'INDIRECT_-1206914241', u'MULTIEQUAL_-1206914176'), (u'CALL_-1206918147', u'INDIRECT_-1206915522'), ('const-188', u'INT_ADD_-1206920872'), (u'CAST_-1206912770', u'LOAD_-1206917951'), (u'PTRADD_-1206912956', u'CAST_-1206912850'), (u'CALL_-1206919996', u'INDIRECT_-1206915517'), (u'CALL_-1206917807', u'INDIRECT_-1206913578'), ('const-433', u'LOAD_-1206920285'), (u'CALL_-1206918060', u'INDIRECT_-1206913947'), ('const-1301060', u'COPY_-1206914122'), (u'INDIRECT_-1206915190', u'MULTIEQUAL_-1206915352'), ('const-40', u'INT_ADD_-1206918048'), ('tmp_13332', u'PTRADD_-1206913812'), (u'INDIRECT_-1206915351', u'MULTIEQUAL_-1206915386'), ('const-32', u'INT_ADD_-1206918729'), (u'INDIRECT_-1206915081', u'MULTIEQUAL_-1206915027'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915286'), (u'INT_SUB_-1206918686', u'INT_LESS_-1206918677'), (u'INDIRECT_-1206914484', u'MULTIEQUAL_-1206915029'), (u'CALL_-1206918147', u'INDIRECT_-1206915197'), (u'INDIRECT_-1206915215', u'COPY_-1206915274'), (u'COPY_-1206913933', u'INT_EQUAL_-1206917822'), ('tmp_567', u'CBRANCH_-1206920532'), (u'MULTIEQUAL_-1206913531', u'MULTIEQUAL_-1206913285'), (u'INDIRECT_-1206913252', u'MULTIEQUAL_-1206913814'), (u'INDIRECT_-1206915046', u'MULTIEQUAL_-1206914983'), (u'CAST_-1206913903', u'STORE_-1206920023'), (u'MULTIEQUAL_-1206913677', u'MULTIEQUAL_-1206913591'), (u'LOAD_-1206919680', u'CALLIND_-1206919644'), (u'COPY_-1206916913', u'COPY_-1206914352'), (u'STORE_-1206920276', u'INDIRECT_-1206915650'), (u'MULTIEQUAL_-1206914669', u'MULTIEQUAL_-1206915299'), (u'CAST_-1206912404', u'LOAD_-1206917179'), ('tmp_13332', u'CALL_-1206919996'), (u'INDIRECT_-1206914250', u'MULTIEQUAL_-1206915676'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915538'), (u'MULTIEQUAL_-1206914421', u'MULTIEQUAL_-1206914174'), (u'CALL_-1206920053', u'INDIRECT_-1206914466'), (u'INDIRECT_-1206914526', u'MULTIEQUAL_-1206914723'), (u'MULTIEQUAL_-1206914383', u'MULTIEQUAL_-1206913531'), (u'MULTIEQUAL_-1206915319', u'MULTIEQUAL_-1206915134'), (u'INDIRECT_-1206914397', u'MULTIEQUAL_-1206915241'), (u'CALL_-1206918005', u'INDIRECT_-1206914159'), (u'INDIRECT_-1206912850', u'MULTIEQUAL_-1206912684'), (u'INDIRECT_-1206914531', u'MULTIEQUAL_-1206914486'), (u'PTRADD_-1206914224', u'MULTIEQUAL_-1206914996'), ('const-8', u'PTRADD_-1206913847'), (u'CALLIND_-1206918767', u'INT_NOTEQUAL_-1206918751'), (u'MULTIEQUAL_-1206913323', u'MULTIEQUAL_-1206913953'), (u'INDIRECT_-1206914315', u'MULTIEQUAL_-1206915741'), (u'INDIRECT_-1206914549', u'MULTIEQUAL_-1206915094'), (u'INDIRECT_-1206913740', u'MULTIEQUAL_-1206913558'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914986'), ('const-0', u'INT_EQUAL_-1206919687'), (u'MULTIEQUAL_-1206915234', u'MULTIEQUAL_-1206915189'), (u'CALL_-1206918060', u'INDIRECT_-1206914951'), (u'INDIRECT_-1206914681', u'MULTIEQUAL_-1206914593'), (u'MULTIEQUAL_-1206915321', u'MULTIEQUAL_-1206915293'), (u'STORE_-1206917921', u'INDIRECT_-1206914504'), ('const-0', u'INT_SLESS_-1206917156'), (u'MULTIEQUAL_-1206915098', u'MULTIEQUAL_-1206915126'), (u'INT_ADD_-1206918000', u'CAST_-1206912805'), (u'MULTIEQUAL_-1206914948', u'CALL_-1206918990'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915521'), (u'LOAD_-1206919784', u'MULTIEQUAL_-1206916568'), ('const-433', u'LOAD_-1206917125'), (u'CALL_-1206916761', u'INDIRECT_-1206912863'), (u'INDIRECT_-1206912863', u'MULTIEQUAL_-1206914656'), (u'CALL_-1206918605', u'INDIRECT_-1206914981'), (u'INDIRECT_-1206914510', u'MULTIEQUAL_-1206915936'), (u'INDIRECT_-1206914383', u'MULTIEQUAL_-1206914286'), (u'MULTIEQUAL_-1206916345', u'MULTIEQUAL_-1206916328'), (u'INDIRECT_-1206915091', u'MULTIEQUAL_-1206914279'), (u'CALL_-1206919594', u'INDIRECT_-1206914163'), ('const-16', u'INT_ADD_-1206918000'), (u'MULTIEQUAL_-1206914874', u'MULTIEQUAL_-1206914788'), (u'CALL_-1206920081', u'INDIRECT_-1206915825'), (u'LOAD_-1206920421', u'MULTIEQUAL_-1206914948'), (u'INDIRECT_-1206915416', u'MULTIEQUAL_-1206914604'), (u'INT_LESSEQUAL_-1206917730', u'CBRANCH_-1206917740'), (u'CALL_-1206918092', u'INDIRECT_-1206915163'), (u'INDIRECT_-1206913661', u'MULTIEQUAL_-1206913591'), (u'INDIRECT_-1206916258', u'INT_NOTEQUAL_-1206920694'), (u'LOAD_-1206918849', u'INT_ADD_-1206918806'), (u'LOAD_-1206917381', u'INT_ADD_-1206917351'), (u'MULTIEQUAL_-1206916824', u'INT_ADD_-1206919996'), (u'MULTIEQUAL_-1206913873', u'MULTIEQUAL_-1206913856'), (u'SUBPIECE_-1206916267', u'INT_ADD_-1206917418'), ('const-1', u'PTRADD_-1206913765'), (u'MULTIEQUAL_-1206914421', u'MULTIEQUAL_-1206914799'), (u'COPY_-1206913479', u'MULTIEQUAL_-1206915965'), (u'CALL_-1206920775', u'INDIRECT_-1206914896'), (u'LOAD_-1206917771', u'INT_ADD_-1206917753'), (u'INDIRECT_-1206915546', u'MULTIEQUAL_-1206915581'), (u'STORE_-1206917846', u'INDIRECT_-1206914727'), (u'PTRADD_-1206914367', u'LOAD_-1206920691'), (u'INDIRECT_-1206915803', u'MULTIEQUAL_-1206914897'), (u'MULTIEQUAL_-1206915191', u'MULTIEQUAL_-1206915163'), (u'PTRADD_-1206914101', u'MULTIEQUAL_-1206914466'), (u'MULTIEQUAL_-1206914734', u'MULTIEQUAL_-1206915381'), (u'CALL_-1206918147', u'INDIRECT_-1206915132'), (u'STORE_-1206917853', u'INDIRECT_-1206914277'), (u'PTRADD_-1206913642', u'LOAD_-1206918811'), ('const-433', u'LOAD_-1206919792'), ('const-433', u'LOAD_-1206919041'), ('tmp_2766', u'CBRANCH_-1206918624'), (u'INDIRECT_-1206915463', u'MULTIEQUAL_-1206915121'), (u'CAST_-1206913526', u'LOAD_-1206918842'), (u'INDIRECT_-1206915278', u'MULTIEQUAL_-1206914991'), (u'INDIRECT_-1206915998', u'COPY_-1206913546'), (u'LOAD_-1206920495', u'INT_ADD_-1206920294'), (u'CALL_-1206918841', u'INDIRECT_-1206914760'), (u'INDIRECT_-1206914760', u'COPY_-1206914819'), (u'MULTIEQUAL_-1206914996', u'MULTIEQUAL_-1206914149'), (u'MULTIEQUAL_-1206914551', u'MULTIEQUAL_-1206914304'), (u'STORE_-1206920248', u'INDIRECT_-1206915694'), ('tmp_13325', u'PTRSUB_-1206914008'), (u'CALL_-1206918605', u'INDIRECT_-1206913636'), (u'INT_SEXT_-1206917960', u'INT_MULT_-1206917915'), ('const-8', u'PTRADD_-1206913765'), (u'CALL_-1206917171', u'INDIRECT_-1206914120'), (u'INDIRECT_-1206914786', u'MULTIEQUAL_-1206914983'), ('const-433', u'LOAD_-1206920101'), (u'INDIRECT_-1206914267', u'MULTIEQUAL_-1206915111'), (u'STORE_-1206917932', u'INDIRECT_-1206915033'), (u'INDIRECT_-1206913155', u'MULTIEQUAL_-1206913717'), (u'INDIRECT_-1206914995', u'MULTIEQUAL_-1206915157'), ('tmp_666', u'CBRANCH_-1206920459'), ('tmp_13332', u'PTRADD_-1206914142'), (u'INDIRECT_-1206915416', u'MULTIEQUAL_-1206915451'), ('const-8', u'PTRADD_-1206912858'), (u'INT_SUB_-1206920661', u'COPY_-1206914335'), (u'MULTIEQUAL_-1206913434', u'MULTIEQUAL_-1206913188'), (u'CALL_-1206918990', u'INDIRECT_-1206913861'), (u'INDIRECT_-1206916128', u'COPY_-1206913548'), (u'INDIRECT_-1206914022', u'MULTIEQUAL_-1206914073'), (u'MULTIEQUAL_-1206913953', u'MULTIEQUAL_-1206913285'), (u'INDIRECT_-1206915528', u'MULTIEQUAL_-1206915501'), (u'CALL_-1206918060', u'INDIRECT_-1206915471'), (u'MULTIEQUAL_-1206915364', u'MULTIEQUAL_-1206915319'), ('tmp_2987', u'CBRANCH_-1206918621'), (u'CALL_-1206918928', u'INDIRECT_-1206915190'), (u'STORE_-1206917853', u'INDIRECT_-1206914472'), (u'COPY_-1206913735', u'MULTIEQUAL_-1206916468'), (u'INDIRECT_-1206916063', u'MULTIEQUAL_-1206915157'), (u'COPY_-1206913933', u'INT_EQUAL_-1206917900'), (u'CAST_-1206912897', u'LOAD_-1206917943'), ('const-433', u'LOAD_-1206920206'), (u'INDIRECT_-1206914193', u'MULTIEQUAL_-1206914128'), ('tmp_13332', u'LOAD_-1206917779'), (u'INDIRECT_-1206914699', u'MULTIEQUAL_-1206914616'), (u'INDIRECT_-1206915489', u'MULTIEQUAL_-1206915403'), (u'INDIRECT_-1206914445', u'MULTIEQUAL_-1206913948'), (u'STORE_-1206917846', u'INDIRECT_-1206914662'), (u'COPY_-1206916751', u'MULTIEQUAL_-1206914948'), (u'LOAD_-1206919592', u'CALLIND_-1206919556'), (u'STORE_-1206920266', u'INDIRECT_-1206915577'), (u'PTRADD_-1206913812', u'LOAD_-1206919680'), (u'INDIRECT_-1206914445', u'MULTIEQUAL_-1206915871'), ('const-32', u'INT_ADD_-1206918600'), (u'STORE_-1206920248', u'INDIRECT_-1206915759'), (u'COPY_-1206917122', u'MULTIEQUAL_-1206914754'), ('const-433', u'LOAD_-1206917883'), (u'INDIRECT_-1206915471', u'MULTIEQUAL_-1206915417'), (u'SUBPIECE_-1206916267', u'INT_SUB_-1206917849'), ('const-768', u'INT_ADD_-1206917109'), (u'CALL_-1206920053', u'INDIRECT_-1206915811'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915196'), ('tmp_13332', u'PTRADD_-1206913113'), (u'CAST_-1206912340', u'MULTIEQUAL_-1206914754'), (u'COPY_-1206914335', u'MULTIEQUAL_-1206916824'), (u'COPY_-1206913262', u'MULTIEQUAL_-1206915744'), (u'INDIRECT_-1206914640', u'MULTIEQUAL_-1206914143'), (u'INDIRECT_-1206913935', u'MULTIEQUAL_-1206913753'), (u'STORE_-1206920023', u'INDIRECT_-1206915831'), (u'CAST_-1206913847', u'LOAD_-1206919940'), ('const-40', u'INT_ADD_-1206919025'), (u'CALL_-1206918928', u'INDIRECT_-1206913780'), ('const-8', u'PTRADD_-1206912324'), (u'LOAD_-1206920495', u'INT_ADD_-1206920472'), (u'MULTIEQUAL_-1206914864', u'MULTIEQUAL_-1206914679'), ('const-433', u'STORE_-1206917846'), (u'LOAD_-1206919776', u'INT_ADD_-1206919751'), (u'PTRADD_-1206914243', u'LOAD_-1206920421'), ('const-8', u'INT_ADD_-1206920190'), (u'INDIRECT_-1206915223', u'MULTIEQUAL_-1206915159'), (u'STORE_-1206917839', u'INDIRECT_-1206914657'), (u'CALL_-1206916862', u'INDIRECT_-1206912835'), ('tmp_3104', u'CBRANCH_-1206918553'), ('const-5', u'CALL_-1206920081'), (u'MULTIEQUAL_-1206916416', u'CALL_-1206918990'), (u'MULTIEQUAL_-1206915299', u'MULTIEQUAL_-1206914629'), ('tmp_21188', u'INT_NOTEQUAL_-1206920812'), (u'INDIRECT_-1206915255', u'MULTIEQUAL_-1206915417'), ('const-8', u'PTRADD_-1206912951'), (u'MULTIEQUAL_-1206915274', u'INT_LESS_-1206917836'), (u'LOAD_-1206918842', u'INT_EQUAL_-1206918827'), (u'CALL_-1206918092', u'INDIRECT_-1206915228'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206917767'), ('tmp_2069', u'CBRANCH_-1206919131'), (u'MULTIEQUAL_-1206915965', u'INT_LESS_-1206919122'), ('const-65536', u'INT_AND_-1206918675'), (u'INDIRECT_-1206914290', u'MULTIEQUAL_-1206916066'), (u'INT_ADD_-1206917858', u'STORE_-1206917846'), (u'INT_ADD_-1206917767', u'CAST_-1206912154'), (u'CALL_-1206920346', u'INDIRECT_-1206915914'), (u'MULTIEQUAL_-1206913542', u'MULTIEQUAL_-1206913802'), (u'MULTIEQUAL_-1206915267', u'MULTIEQUAL_-1206914409'), (u'MULTIEQUAL_-1206913275', u'MULTIEQUAL_-1206913905'), ('const-0', u'STORE_-1206917943'), (u'CALL_-1206918135', u'INDIRECT_-1206914929'), (u'INDIRECT_-1206915398', u'MULTIEQUAL_-1206915371'), ('tmp_13338', u'PTRADD_-1206914243'), (u'MULTIEQUAL_-1206914383', u'MULTIEQUAL_-1206914176'), (u'CALL_-1206919996', u'INDIRECT_-1206915712'), (u'INDIRECT_-1206915668', u'MULTIEQUAL_-1206915381'), (u'CALL_-1206918605', u'INDIRECT_-1206914851'), ('const-40', u'INT_ADD_-1206917906'), (u'STORE_-1206919992', u'INDIRECT_-1206915554'), (u'INDIRECT_-1206916128', u'MULTIEQUAL_-1206915222'), (u'CALL_-1206918135', u'INDIRECT_-1206914994'), (u'INT_ZEXT_-1206915782', u'MULTIEQUAL_-1206915677'), (u'CAST_-1206912648', u'LOAD_-1206918064'), (u'INDIRECT_-1206913805', u'MULTIEQUAL_-1206913623'), (u'SUBPIECE_-1206916267', u'COPY_-1206913002'), (u'INDIRECT_-1206916323', u'MULTIEQUAL_-1206916066'), (u'INDIRECT_-1206915278', u'MULTIEQUAL_-1206915202'), (u'INDIRECT_-1206916193', u'COPY_-1206913549'), (u'CALL_-1206918990', u'INDIRECT_-1206915028'), (u'LOAD_-1206917871', u'CAST_-1206913007'), (u'STORE_-1206917921', u'INDIRECT_-1206914439'), (u'MULTIEQUAL_-1206913531', u'MULTIEQUAL_-1206913910'), ('tmp_13338', u'INT_NOTEQUAL_-1206918600'), (u'CALL_-1206916862', u'INDIRECT_-1206914164'), (u'MULTIEQUAL_-1206914734', u'MULTIEQUAL_-1206914549'), (u'MULTIEQUAL_-1206915926', u'COPY_-1206912279'), (u'CALL_-1206917171', u'INT_EQUAL_-1206917157'), (u'CALL_-1206919594', u'INDIRECT_-1206915427'), (u'MULTIEQUAL_-1206915516', u'MULTIEQUAL_-1206915488'), ('const-0', u'INT_EQUAL_-1206917157'), (u'MULTIEQUAL_-1206915169', u'MULTIEQUAL_-1206914499'), (u'INT_SUB_-1206918686', u'COPY_-1206913479'), (u'STORE_-1206920266', u'INDIRECT_-1206915967'), (u'INDIRECT_-1206914241', u'MULTIEQUAL_-1206913970'), (u'CAST_-1206914007', u'LOAD_-1206920206'), ('const-1', u'PTRADD_-1206913953'), ('const-16', u'INT_ADD_-1206920009'), (u'INT_ADD_-1206919768', u'CAST_-1206913762'), (u'CAST_-1206913630', u'CALLIND_-1206919556'), ('const-5', u'PTRADD_-1206914017'), (u'CALL_-1206918928', u'INDIRECT_-1206913731'), ('const-433', u'LOAD_-1206918000'), (u'LOAD_-1206917808', u'INT_EQUAL_-1206917793'), (u'INT_SLESS_-1206918747', u'CBRANCH_-1206918754'), ('tmp_2302', u'CBRANCH_-1206918954'), (u'COPY_-1206919983', u'MULTIEQUAL_-1206914589'), (u'MULTIEQUAL_-1206915104', u'MULTIEQUAL_-1206914874'), (u'MULTIEQUAL_-1206914549', u'MULTIEQUAL_-1206914463'), ('tmp_13332', u'PTRADD_-1206914284'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913506'), ('const-0', u'INT_NOTEQUAL_-1206917156'), (u'INDIRECT_-1206914670', u'MULTIEQUAL_-1206914832'), (u'MULTIEQUAL_-1206914679', u'MULTIEQUAL_-1206914593'), (u'STORE_-1206920276', u'INDIRECT_-1206915975'), (u'STORE_-1206920308', u'INDIRECT_-1206915542'), ('const-5', u'INT_EQUAL_-1206919925'), (u'CALL_-1206920775', u'INDIRECT_-1206915738'), ('tmp_4043', u'CBRANCH_-1206917949'), (u'INT_LESS_-1206920129', u'CBRANCH_-1206920127'), (u'MULTIEQUAL_-1206915137', u'MULTIEQUAL_-1206915098'), (u'INDIRECT_-1206914022', u'MULTIEQUAL_-1206913856'), (u'INDIRECT_-1206913804', u'COPY_-1206913839'), ('tmp_4765', u'CBRANCH_-1206917155'), (u'INDIRECT_-1206914703', u'MULTIEQUAL_-1206915208'), (u'INDIRECT_-1206915998', u'MULTIEQUAL_-1206915092'), (u'MULTIEQUAL_-1206916774', u'MULTIEQUAL_-1206916739'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913555'), ('const-32', u'INT_ADD_-1206917885'), (u'INDIRECT_-1206915481', u'MULTIEQUAL_-1206915516'), (u'CALL_-1206918928', u'INDIRECT_-1206914930'), (u'STORE_-1206920308', u'INDIRECT_-1206915867'), (u'STORE_-1206919730', u'INDIRECT_-1206915156'), (u'INT_LESS_-1206920597', u'CBRANCH_-1206920595'), (u'INDIRECT_-1206914332', u'MULTIEQUAL_-1206915176'), (u'CALL_-1206916643', u'INDIRECT_-1206913674'), ('const--1', u'INT_NOTEQUAL_-1206920694'), (u'CAST_-1206912805', u'LOAD_-1206918016'), (u'CALL_-1206916643', u'INDIRECT_-1206913934'), (u'INT_ADD_-1206917927', u'CAST_-1206912897'), (u'INDIRECT_-1206914634', u'LOAD_-1206920219'), ('tmp_1523', u'CBRANCH_-1206919737'), (u'COPY_-1206920406', u'MULTIEQUAL_-1206914754'), (u'STORE_-1206920023', u'INDIRECT_-1206915441'), (u'INDIRECT_-1206914930', u'MULTIEQUAL_-1206915092'), (u'INT_MULT_-1206917846', u'INT_ADD_-1206917858'), (u'INDIRECT_-1206914986', u'MULTIEQUAL_-1206914941'), (u'INT_EQUAL_-1206920434', u'CBRANCH_-1206920433'), (u'INT_ADD_-1206919533', u'CAST_-1206913620'), (u'INDIRECT_-1206916258', u'MULTIEQUAL_-1206916001'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918666'), (u'INDIRECT_-1206914768', u'MULTIEQUAL_-1206915273'), (u'CALL_-1206918841', u'INDIRECT_-1206915020'), (u'CALL_-1206916761', u'INDIRECT_-1206913705'), (u'MULTIEQUAL_-1206915189', u'MULTIEQUAL_-1206915004'), (u'LOAD_-1206919784', u'MULTIEQUAL_-1206916774'), (u'CAST_-1206912340', u'CALL_-1206916814'), ('const-433', u'LOAD_-1206919592'), (u'CALL_-1206916814', u'CALL_-1206916761'), (u'MULTIEQUAL_-1206916405', u'MULTIEQUAL_-1206916388'), (u'LOAD_-1206918667', u'INT_ADD_-1206918632'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206919768'), (u'MULTIEQUAL_-1206915274', u'INT_LESSEQUAL_-1206917730'), ('tmp_13332', u'PTRADD_-1206912951'), (u'MULTIEQUAL_-1206916416', u'CALL_-1206918005'), (u'CAST_-1206913886', u'STORE_-1206919992'), (u'INT_ADD_-1206918600', u'CAST_-1206913142'), (u'MULTIEQUAL_-1206914974', u'MULTIEQUAL_-1206914929'), (u'COPY_-1206913542', u'MULTIEQUAL_-1206913472'), (u'CALL_-1206918990', u'INDIRECT_-1206915158'), (u'INDIRECT_-1206915221', u'MULTIEQUAL_-1206915039'), (u'MULTIEQUAL_-1206916159', u'MULTIEQUAL_-1206916328'), (u'INT_NOTEQUAL_-1206918751', u'CBRANCH_-1206918750'), ('const-40', u'INT_ADD_-1206917854'), (u'INDIRECT_-1206915738', u'INT_EQUAL_-1206917217'), (u'MULTIEQUAL_-1206916427', u'INT_EQUAL_-1206919799'), (u'STORE_-1206920266', u'INDIRECT_-1206915447'), (u'INT_NOTEQUAL_-1206920735', u'CBRANCH_-1206920734'), (u'INDIRECT_-1206914630', u'COPY_-1206914689'), ('const-1', u'PTRADD_-1206913113'), (u'STORE_-1206917846', u'INDIRECT_-1206914597'), (u'INT_ADD_-1206920196', u'INT_LESS_-1206920191'), (u'INDIRECT_-1206915156', u'MULTIEQUAL_-1206914974'), (u'INDIRECT_-1206914941', u'MULTIEQUAL_-1206914853'), ('const-1', u'INT_SUB_-1206917082'), ('tmp_13332', u'LOAD_-1206919654'), (u'CALL_-1206918135', u'INDIRECT_-1206915124'), ('tmp_21211', u'MULTIEQUAL_-1206915352'), (u'INDIRECT_-1206915288', u'MULTIEQUAL_-1206915224'), (u'MULTIEQUAL_-1206914170', u'MULTIEQUAL_-1206914142'), (u'COPY_-1206916023', u'MULTIEQUAL_-1206916345'), ('const-433', u'LOAD_-1206919940'), ('const-0', u'COPY_-1206919959'), (u'MULTIEQUAL_-1206914078', u'PTRADD_-1206914101'), ('const-2', u'PTRADD_-1206914284'), (u'CALL_-1206918135', u'INDIRECT_-1206915254'), (u'CALL_-1206918605', u'INDIRECT_-1206914916'), ('tmp_380', u'CBRANCH_-1206920650'), (u'STORE_-1206917921', u'INDIRECT_-1206914634'), (u'COPY_-1206912851', u'MULTIEQUAL_-1206915965'), (u'LOAD_-1206917897', u'CALLIND_-1206917861'), ('tmp_1263', u'CBRANCH_-1206919922'), (u'COPY_-1206913196', u'CALLIND_-1206917861'), (u'COPY_-1206917267', u'MULTIEQUAL_-1206914607'), ('const-0', u'INT_NOTEQUAL_-1206920812'), ('const-63', u'INT_AND_-1206917064'), ('const-1', u'RETURN_-1206916638'), ('const-433', u'LOAD_-1206918024'), ('const-0', u'INT_NOTEQUAL_-1206920760'), (u'CAST_-1206912423', u'LOAD_-1206917363'), (u'COPY_-1206919959', u'MULTIEQUAL_-1206914638'), ('tmp_13325', u'PTRSUB_-1206913937'), (u'LOAD_-1206919940', u'INT_EQUAL_-1206919925'), (u'MULTIEQUAL_-1206915169', u'MULTIEQUAL_-1206914939'), (u'STORE_-1206920308', u'INDIRECT_-1206915672'), (u'INT_SUB_-1206917864', u'INT_ADD_-1206917845'), (u'STORE_-1206920293', u'INDIRECT_-1206915467'), (u'MULTIEQUAL_-1206915926', u'MULTIEQUAL_-1206915905'), (u'CALL_-1206920775', u'INT_NOTEQUAL_-1206920760'), (u'INDIRECT_-1206914432', u'MULTIEQUAL_-1206914334'), ('const-8', u'PTRADD_-1206914224'), ('const-24', u'INT_ADD_-1206918694'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206919504'), ('const-433', u'LOAD_-1206918737'), ('const-0', u'INT_EQUAL_-1206917908'), (u'INT_ADD_-1206917099', u'CAST_-1206912365'), (u'STORE_-1206919708', u'INDIRECT_-1206915333'), (u'INDIRECT_-1206915463', u'MULTIEQUAL_-1206915436'), (u'INDIRECT_-1206915481', u'MULTIEQUAL_-1206915316'), (u'MULTIEQUAL_-1206915072', u'MULTIEQUAL_-1206915033'), ('const-1', u'PTRADD_-1206914101'), (u'INDIRECT_-1206916258', u'INT_SUB_-1206920661'), (u'MULTIEQUAL_-1206915744', u'MULTIEQUAL_-1206915905'), (u'MULTIEQUAL_-1206915397', u'MULTIEQUAL_-1206914539'), ('tmp_13332', u'PTRADD_-1206914129'), ('const-433', u'LOAD_-1206917897'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918600'), (u'INT_AND_-1206918675', u'INT_EQUAL_-1206918689'), (u'INDIRECT_-1206915343', u'MULTIEQUAL_-1206915267'), (u'CALL_-1206919996', u'INDIRECT_-1206915907'), (u'PTRADD_-1206914101', u'INT_LESS_-1206920129'), ('const-32', u'INT_ADD_-1206918826'), (u'MULTIEQUAL_-1206915124', u'MULTIEQUAL_-1206915113'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915603'), (u'INDIRECT_-1206915528', u'MULTIEQUAL_-1206915186'), (u'CALL_-1206919996', u'INDIRECT_-1206914383'), (u'INDIRECT_-1206914721', u'MULTIEQUAL_-1206914658'), (u'LOAD_-1206917401', u'INT_ADD_-1206917365'), (u'MULTIEQUAL_-1206915095', u'INT_MULT_-1206917373'), (u'INT_ADD_-1206919857', u'INT_AND_-1206919835'), ('tmp_4797', u'CBRANCH_-1206917130'), (u'MULTIEQUAL_-1206914079', u'INT_SLESS_-1206919459'), (u'MULTIEQUAL_-1206915061', u'MULTIEQUAL_-1206915033'), (u'STORE_-1206917853', u'INDIRECT_-1206914797'), (u'CALL_-1206916862', u'INDIRECT_-1206912884'), (u'CALL_-1206918135', u'INDIRECT_-1206915059'), ('const-433', u'LOAD_-1206918849'), (u'INDIRECT_-1206914591', u'MULTIEQUAL_-1206914528'), (u'MULTIEQUAL_-1206914593', u'MULTIEQUAL_-1206914853'), ('const-10', u'INT_ADD_-1206917099'), ('tmp_13338', u'STORE_-1206920248'), (u'MULTIEQUAL_-1206914075', u'INT_LESS_-1206920191'), (u'COPY_-1206913170', u'MULTIEQUAL_-1206913492'), (u'CALL_-1206919996', u'INDIRECT_-1206915387'), (u'MULTIEQUAL_-1206914876', u'MULTIEQUAL_-1206915254'), (u'CALL_-1206920081', u'INDIRECT_-1206915500'), (u'INT_LESS_-1206920230', u'CBRANCH_-1206920227'), ('const-0', u'COPY_-1206916913'), (u'INDIRECT_-1206915028', u'MULTIEQUAL_-1206914964'), (u'PTRADD_-1206914155', u'LOAD_-1206920285'), (u'LOAD_-1206920755', u'STORE_-1206920276'), (u'INDIRECT_-1206915211', u'MULTIEQUAL_-1206915157'), ('const-0', u'INT_EQUAL_-1206917241'), (u'CALL_-1206917807', u'INDIRECT_-1206913530'), (u'MULTIEQUAL_-1206915475', u'MULTIEQUAL_-1206916119'), (u'MULTIEQUAL_-1206915134', u'MULTIEQUAL_-1206915048'), (u'INDIRECT_-1206915398', u'MULTIEQUAL_-1206915056'), (u'INDIRECT_-1206913869', u'COPY_-1206913904'), (u'INDIRECT_-1206913709', u'MULTIEQUAL_-1206913639'), (u'INT_EQUAL_-1206918689', u'CBRANCH_-1206918683'), ('tmp_13343', u'LOAD_-1206916655'), (u'CALL_-1206918135', u'INDIRECT_-1206915514'), (u'MULTIEQUAL_-1206915274', u'COPY_-1206913262'), (u'INT_SUB_-1206919816', u'CALL_-1206917807'), (u'CALL_-1206916862', u'INDIRECT_-1206914034'), (u'INDIRECT_-1206915424', u'MULTIEQUAL_-1206915338'), (u'LOAD_-1206917883', u'INT_SUB_-1206917864'), (u'INDIRECT_-1206914380', u'MULTIEQUAL_-1206913883'), ('const-11', u'PTRADD_-1206912956'), (u'INDIRECT_-1206916323', u'INT_SUB_-1206920555'), (u'CALL_-1206918147', u'INDIRECT_-1206913998'), ('const-433', u'STORE_-1206920276'), (u'CAST_-1206912428', u'LOAD_-1206917374'), (u'INDIRECT_-1206915156', u'MULTIEQUAL_-1206915191'), (u'CALL_-1206916643', u'INDIRECT_-1206912670'), (u'CALL_-1206918928', u'INDIRECT_-1206915125'), (u'INDIRECT_-1206914380', u'MULTIEQUAL_-1206915806'), (u'CALL_-1206918092', u'INDIRECT_-1206914013'), (u'CAST_-1206914255', u'INT_LESSEQUAL_-1206920654'), (u'INDIRECT_-1206915111', u'MULTIEQUAL_-1206915048'), (u'LOAD_-1206917943', u'INT_ADD_-1206917913'), (u'CAST_-1206912154', u'LOAD_-1206917783'), ('const-8', u'PTRADD_-1206913144'), (u'PTRADD_-1206912709', u'CAST_-1206912640'), ('tmp_1438', u'CBRANCH_-1206919797'), (u'STORE_-1206919708', u'INDIRECT_-1206915528'), (u'CALL_-1206918147', u'INDIRECT_-1206915457'), (u'INDIRECT_-1206915091', u'MULTIEQUAL_-1206915126'), (u'STORE_-1206917932', u'INDIRECT_-1206914513'), (u'COPY_-1206913935', u'MULTIEQUAL_-1206916427'), ('tmp_5655', u'CBRANCH_-1206917826'), (u'STORE_-1206920276', u'INDIRECT_-1206915715'), ('tmp_2097', u'CBRANCH_-1206919111'), (u'CALL_-1206918990', u'INDIRECT_-1206914963'), (u'COPY_-1206915556', u'COPY_-1206912594'), (u'CALL_-1206916814', u'INDIRECT_-1206914065'), (u'LOAD_-1206920219', u'INT_ADD_-1206920190'), (u'INDIRECT_-1206915933', u'COPY_-1206913545'), (u'MULTIEQUAL_-1206913323', u'MULTIEQUAL_-1206913970'), ('const-433', u'LOAD_-1206918648'), (u'STORE_-1206919719', u'INDIRECT_-1206915212'), ('const-433', u'LOAD_-1206917401'), (u'PTRADD_-1206913629', u'LOAD_-1206918777'), (u'CALL_-1206918649', u'INDIRECT_-1206913661'), (u'MULTIEQUAL_-1206913725', u'MULTIEQUAL_-1206913639'), (u'INT_AND_-1206919835', u'INT_XOR_-1206919822'), (u'INDIRECT_-1206914963', u'MULTIEQUAL_-1206915468'), (u'INDIRECT_-1206914886', u'MULTIEQUAL_-1206914832'), (u'CAST_-1206912745', u'LOAD_-1206917901'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915456'), (u'INT_EQUAL_-1206920625', u'CBRANCH_-1206920622'), (u'MULTIEQUAL_-1206914122', u'MULTIEQUAL_-1206914094'), (u'STORE_-1206920276', u'INDIRECT_-1206916040'), (u'INDIRECT_-1206915341', u'MULTIEQUAL_-1206915287'), (u'INDIRECT_-1206914833', u'MULTIEQUAL_-1206914769'), (u'MULTIEQUAL_-1206914974', u'MULTIEQUAL_-1206914304'), ('const-433', u'LOAD_-1206917808'), (u'CALL_-1206920081', u'INDIRECT_-1206915955'), (u'MULTIEQUAL_-1206913899', u'CALL_-1206918990'), (u'INDIRECT_-1206914144', u'MULTIEQUAL_-1206914079'), (u'MULTIEQUAL_-1206915189', u'MULTIEQUAL_-1206915178'), (u'MULTIEQUAL_-1206914079', u'MULTIEQUAL_-1206914045'), ('const-5', u'PTRADD_-1206913923'), (u'STORE_-1206917943', u'INDIRECT_-1206914652'), (u'LOAD_-1206917951', u'INT_EQUAL_-1206917908'), (u'INT_AND_-1206918487', u'MULTIEQUAL_-1206913472'), (u'MULTIEQUAL_-1206914681', u'MULTIEQUAL_-1206914434'), (u'INT_ZEXT_-1206917418', u'INT_DIV_-1206916926'), ('const-8', u'PTRADD_-1206913838'), (u'MULTIEQUAL_-1206915274', u'INT_LESS_-1206918677'), (u'STORE_-1206920023', u'INDIRECT_-1206915766'), (u'INDIRECT_-1206914656', u'MULTIEQUAL_-1206914853'), ('const-8', u'PTRADD_-1206914243'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918721'), (u'STORE_-1206917846', u'INDIRECT_-1206914337'), (u'LOAD_-1206920206', u'MULTIEQUAL_-1206914075'), (u'STORE_-1206919719', u'INDIRECT_-1206915667'), (u'COPY_-1206912594', u'MULTIEQUAL_-1206916405'), (u'LOAD_-1206917865', u'INT_AND_-1206917832'), (u'INDIRECT_-1206912766', u'MULTIEQUAL_-1206914559'), (u'INDIRECT_-1206914267', u'MULTIEQUAL_-1206915007'), (u'CALL_-1206918092', u'INDIRECT_-1206915033'), (u'STORE_-1206919708', u'INDIRECT_-1206915268'), (u'CALL_-1206916862', u'INDIRECT_-1206914099'), ('const-433', u'LOAD_-1206918705'), ('const-0', u'INT_SLESS_-1206916795'), (u'INDIRECT_-1206914961', u'MULTIEQUAL_-1206914779'), (u'STORE_-1206917839', u'INDIRECT_-1206914527'), (u'INDIRECT_-1206915091', u'MULTIEQUAL_-1206914926'), (u'INDIRECT_-1206914325', u'MULTIEQUAL_-1206914143'), (u'INT_EQUAL_-1206917908', u'CBRANCH_-1206917906'), (u'INT_MULT_-1206917915', u'INT_ADD_-1206917927'), ('const-0', u'INT_EQUAL_-1206919799'), (u'CALL_-1206920081', u'INDIRECT_-1206914431'), (u'INT_NOTEQUAL_-1206920812', u'CBRANCH_-1206920806'), (u'CALL_-1206920775', u'INDIRECT_-1206915998'), (u'STORE_-1206917853', u'INDIRECT_-1206914537'), ('tmp_5590', u'BRANCH_-1206916940'), (u'INT_ADD_-1206917920', u'CAST_-1206912892'), (u'INT_ADD_-1206917885', u'CAST_-1206912745'), ('const-40', u'INT_ADD_-1206919525'), (u'LOAD_-1206917951', u'COPY_-1206912908'), (u'CAST_-1206914141', u'LOAD_-1206920428'), (u'MULTIEQUAL_-1206914142', u'MULTIEQUAL_-1206914170'), (u'COPY_-1206912279', u'MULTIEQUAL_-1206915744'), (u'INT_ADD_-1206918008', u'CAST_-1206912811'), (u'CALL_-1206916862', u'INDIRECT_-1206912932'), (u'INDIRECT_-1206914661', u'MULTIEQUAL_-1206914616'), (u'INDIRECT_-1206914159', u'MULTIEQUAL_-1206914704'), (u'CALL_-1206918841', u'INDIRECT_-1206914695'), ('const-19', u'PTRADD_-1206914163'), (u'INDIRECT_-1206915026', u'MULTIEQUAL_-1206914861'), (u'INDIRECT_-1206915286', u'MULTIEQUAL_-1206915104'), (u'MULTIEQUAL_-1206914864', u'MULTIEQUAL_-1206914853'), (u'INDIRECT_-1206914504', u'MULTIEQUAL_-1206914421'), (u'STORE_-1206917943', u'INDIRECT_-1206914717'), (u'MULTIEQUAL_-1206914604', u'MULTIEQUAL_-1206915251'), (u'LOAD_-1206917363', u'INT_ADD_-1206917345'), ('const-433', u'LOAD_-1206920755'), (u'CAST_-1206913108', u'LOAD_-1206918710'), (u'PTRADD_-1206913135', u'CAST_-1206913042'), ('tmp_13338', u'PTRADD_-1206914017'), (u'INDIRECT_-1206914462', u'MULTIEQUAL_-1206915202'), (u'MULTIEQUAL_-1206914409', u'MULTIEQUAL_-1206915039'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914726'), (u'MULTIEQUAL_-1206915137', u'MULTIEQUAL_-1206914279'), (u'INDIRECT_-1206913116', u'MULTIEQUAL_-1206914559'), (u'MULTIEQUAL_-1206914929', u'MULTIEQUAL_-1206914744'), (u'CAST_-1206913007', u'CALLIND_-1206917861'), ('const--72', u'PTRSUB_-1206913937'), ('const-8', u'INT_MULT_-1206918821'), (u'INT_NOTEQUAL_-1206918600', u'CBRANCH_-1206918596'), (u'LOAD_-1206920888', u'INT_ZEXT_-1206917418'), ('const-433', u'LOAD_-1206920495'), (u'STORE_-1206919708', u'INDIRECT_-1206915593'), ('tmp_13332', u'PTRADD_-1206912709'), (u'PTRADD_-1206914017', u'LOAD_-1206920043'), (u'INDIRECT_-1206913587', u'MULTIEQUAL_-1206913802'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914445'), (u'STORE_-1206917932', u'INDIRECT_-1206914968'), (u'LOAD_-1206920285', u'STORE_-1206920266'), (u'LOAD_-1206918000', u'INT_ADD_-1206917975'), (u'CALL_-1206918649', u'INDIRECT_-1206915071'), (u'STORE_-1206920266', u'INDIRECT_-1206915837'), (u'CAST_-1206913939', u'CALL_-1206920053'), (u'INDIRECT_-1206914768', u'MULTIEQUAL_-1206914704'), (u'CAST_-1206912166', u'LOAD_-1206917808'), (u'PTRADD_-1206913113', u'LOAD_-1206917897'), (u'LOAD_-1206920495', u'INT_ADD_-1206919978'), (u'CALL_-1206920346', u'INDIRECT_-1206915719'), (u'CALL_-1206916761', u'INDIRECT_-1206912815'), ('const-32', u'INT_ADD_-1206917792'), (u'CALL_-1206916862', u'INDIRECT_-1206913839'), (u'STORE_-1206917943', u'INDIRECT_-1206914782'), ('const-0', u'PTRSUB_-1206913096'), (u'INDIRECT_-1206914722', u'MULTIEQUAL_-1206915566'), (u'MULTIEQUAL_-1206915126', u'MULTIEQUAL_-1206915098'), (u'CALL_-1206916643', u'INDIRECT_-1206914194'), (u'INDIRECT_-1206914656', u'MULTIEQUAL_-1206914593'), ('tmp_2352', u'CBRANCH_-1206918904'), ('const-8', u'PTRADD_-1206913135'), (u'MULTIEQUAL_-1206913856', u'MULTIEQUAL_-1206913628'), ('const-5', u'PTRADD_-1206913484'), (u'PTRADD_-1206914101', u'LOAD_-1206918667'), (u'INT_ADD_-1206919516', u'MULTIEQUAL_-1206916332'), (u'INDIRECT_-1206914592', u'MULTIEQUAL_-1206915436'), (u'LOAD_-1206919557', u'INT_ADD_-1206919525'), ('tmp_13332', u'PTRADD_-1206913070'), (u'CALL_-1206916761', u'INDIRECT_-1206913965'), (u'COPY_-1206914275', u'MULTIEQUAL_-1206915274'), (u'CAST_-1206913768', u'LOAD_-1206919792'), (u'INDIRECT_-1206916258', u'MULTIEQUAL_-1206915352'), ('const-433', u'LOAD_-1206918777'), (u'INT_SUB_-1206917082', u'INT_AND_-1206917064'), (u'LOAD_-1206918024', u'INT_ADD_-1206917984'), (u'LOAD_-1206918737', u'INT_ADD_-1206918704'), (u'INT_ADD_-1206917792', u'CAST_-1206912166'), (u'INT_EQUAL_-1206920332', u'CBRANCH_-1206920331'), ('tmp_13332', u'PTRADD_-1206914163'), (u'INDIRECT_-1206915684', u'MULTIEQUAL_-1206915598'), ('tmp_13338', u'PTRADD_-1206913484'), (u'MULTIEQUAL_-1206914746', u'MULTIEQUAL_-1206914499'), (u'CAST_-1206913478', u'LOAD_-1206918745'), ('const-0', u'RETURN_-1206918837'), (u'MULTIEQUAL_-1206914638', u'INT_XOR_-1206919822'), ('const-40', u'INT_ADD_-1206917984'), (u'INDIRECT_-1206914575', u'MULTIEQUAL_-1206914078'), (u'STORE_-1206920023', u'INDIRECT_-1206915571'), ('const-0', u'INT_EQUAL_-1206917217'), ('tmp_5529', u'BRANCH_-1206916990'), (u'MULTIEQUAL_-1206916427', u'COPY_-1206913836'), (u'MULTIEQUAL_-1206914214', u'MULTIEQUAL_-1206914861'), (u'CALL_-1206920053', u'INDIRECT_-1206915941'), (u'STORE_-1206919992', u'INDIRECT_-1206915619'), (u'INDIRECT_-1206915333', u'MULTIEQUAL_-1206915306'), ('const-0', u'INT_EQUAL_-1206918627'), (u'INDIRECT_-1206914614', u'MULTIEQUAL_-1206915159'), (u'INDIRECT_-1206914764', u'MULTIEQUAL_-1206914681'), (u'INDIRECT_-1206914787', u'MULTIEQUAL_-1206915631'), (u'INT_ADD_-1206919776', u'CAST_-1206913768'), (u'CALL_-1206917807', u'INDIRECT_-1206914485'), (u'MULTIEQUAL_-1206914334', u'MULTIEQUAL_-1206914128'), (u'CALL_-1206918841', u'INDIRECT_-1206914825'), (u'LOAD_-1206919784', u'INT_ADD_-1206919751'), ('tmp_4732', u'BRANCH_-1206917722'), (u'INT_ADD_-1206917984', u'CAST_-1206912794'), (u'INT_EQUAL_-1206919925', u'CBRANCH_-1206919922'), ('const-0', u'COPY_-1206915556'), (u'INT_SUB_-1206920555', u'INT_LESSEQUAL_-1206920524'), (u'CALLIND_-1206917861', u'INDIRECT_-1206915030'), (u'MULTIEQUAL_-1206915381', u'MULTIEQUAL_-1206915364'), ('const-0', u'COPY_-1206917003'), (u'BOOL_OR_-1206915514', u'MULTIEQUAL_-1206913492'), ('const-433', u'LOAD_-1206920043'), (u'INT_ADD_-1206917845', u'INT_LESS_-1206917836'), (u'INDIRECT_-1206914064', u'COPY_-1206914099'), ('const-16', u'INT_ADD_-1206919768'), (u'COPY_-1206912908', u'MULTIEQUAL_-1206916405'), ('const-8', u'PTRADD_-1206913113'), (u'PTRADD_-1206914397', u'LOAD_-1206920755'), (u'COPY_-1206917027', u'MULTIEQUAL_-1206914996'), (u'LOAD_-1206918648', u'MULTIEQUAL_-1206914075'), (u'MULTIEQUAL_-1206915417', u'COPY_-1206915491'), (u'MULTIEQUAL_-1206915581', u'MULTIEQUAL_-1206914734'), (u'INDIRECT_-1206914120', u'MULTIEQUAL_-1206915546'), (u'LOAD_-1206920043', u'INT_ADD_-1206919996'), (u'CALL_-1206916862', u'INDIRECT_-1206913904'), ('const-0', u'CALL_-1206917807'), (u'CAST_-1206913980', u'LOAD_-1206918648'), (u'STORE_-1206919708', u'INDIRECT_-1206915203'), (u'LOAD_-1206917214', u'INT_ZEXT_-1206915782'), ('const-0', u'COPY_-1206916751'), (u'INDIRECT_-1206914354', u'MULTIEQUAL_-1206914899'), (u'STORE_-1206920293', u'INDIRECT_-1206915792'), ('const-433', u'LOAD_-1206918587'), (u'CALL_-1206920775', u'INDIRECT_-1206916063'), (u'CAST_-1206912640', u'LOAD_-1206917214'), (u'CALL_-1206918147', u'INDIRECT_-1206914047'), ('const-433', u'STORE_-1206917932'), ('const-433', u'LOAD_-1206917865'), ('const-433', u'LOAD_-1206917918'), (u'MULTIEQUAL_-1206915256', u'MULTIEQUAL_-1206914409'), (u'INDIRECT_-1206915091', u'MULTIEQUAL_-1206914909'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913559'), (u'INDIRECT_-1206916128', u'MULTIEQUAL_-1206915871'), (u'LOAD_-1206920495', u'INT_ADD_-1206920009'), (u'MULTIEQUAL_-1206915592', u'MULTIEQUAL_-1206915553'), ('const-8', u'CALL_-1206916761'), (u'LOAD_-1206917148', u'INT_AND_-1206917122'), (u'CALL_-1206917807', u'INDIRECT_-1206915005'), (u'CALL_-1206918135', u'INDIRECT_-1206914087'), ('const-1300008', u'COPY_-1206913291'), (u'CALL_-1206918605', u'INDIRECT_-1206913684'), (u'CALL_-1206920346', u'INDIRECT_-1206915849'), ('tmp_13338', u'PTRADD_-1206913923'), ('const-433', u'LOAD_-1206920617'), (u'MULTIEQUAL_-1206915254', u'MULTIEQUAL_-1206915243'), (u'BOOL_OR_-1206915514', u'CBRANCH_-1206918621'), (u'INDIRECT_-1206914022', u'INT_MULT_-1206917923'), (u'INT_ADD_-1206918721', u'CAST_-1206913472'), (u'INT_EQUAL_-1206919687', u'CBRANCH_-1206919685'), (u'CALL_-1206920775', u'INDIRECT_-1206914848'), (u'MULTIEQUAL_-1206915104', u'MULTIEQUAL_-1206914434'), (u'CAST_-1206913472', u'LOAD_-1206918737'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914965'), (u'MULTIEQUAL_-1206915274', u'CALL_-1206918005'), (u'INDIRECT_-1206914055', u'MULTIEQUAL_-1206915481'), ('const-4', u'PTRADD_-1206912726'), (u'INT_ADD_-1206918793', u'CAST_-1206913507'), ('tmp_13343', u'CALL_-1206917807'), (u'INT_ADD_-1206919978', u'CAST_-1206913886'), (u'CALL_-1206920346', u'INDIRECT_-1206915589'), ('const-1317479', u'COPY_-1206913196'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206917929'), ('tmp_13332', u'PTRADD_-1206913829'), (u'LOAD_-1206917779', u'CAST_-1206912964'), (u'INDIRECT_-1206914657', u'MULTIEQUAL_-1206915501'), (u'MULTIEQUAL_-1206915069', u'MULTIEQUAL_-1206914983'), (u'INDIRECT_-1206914185', u'MULTIEQUAL_-1206915611'), (u'INT_SUB_-1206919816', u'CALL_-1206919594'), (u'INT_EQUAL_-1206920461', u'CBRANCH_-1206920459'), (u'INDIRECT_-1206915213', u'MULTIEQUAL_-1206914926'), (u'INT_EQUAL_-1206917191', u'CBRANCH_-1206917190'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915278'), (u'MULTIEQUAL_-1206914045', u'MULTIEQUAL_-1206914073'), (u'COPY_-1206914352', u'MULTIEQUAL_-1206916824'), (u'COPY_-1206913933', u'INT_EQUAL_-1206919687'), (u'MULTIEQUAL_-1206914897', u'COPY_-1206914971'), (u'STORE_-1206920293', u'INDIRECT_-1206915597'), (u'INDIRECT_-1206914462', u'MULTIEQUAL_-1206915306'), (u'CALL_-1206916643', u'INDIRECT_-1206914129'), (u'CALL_-1206918147', u'INDIRECT_-1206914095'), (u'CALL_-1206917171', u'INDIRECT_-1206913213'), ('const-16', u'INT_ADD_-1206917358'), (u'STORE_-1206919992', u'INDIRECT_-1206915814'), (u'INDIRECT_-1206913900', u'MULTIEQUAL_-1206915676'), (u'STORE_-1206919992', u'INDIRECT_-1206915424'), (u'CALL_-1206918092', u'INDIRECT_-1206915423'), (u'STORE_-1206917921', u'INDIRECT_-1206914764'), (u'INDIRECT_-1206913116', u'MULTIEQUAL_-1206912636'), (u'INDIRECT_-1206913965', u'MULTIEQUAL_-1206915741'), (u'INDIRECT_-1206913609', u'COPY_-1206913644'), ('const-433', u'LOAD_-1206918682'), ('const-16', u'INT_ADD_-1206918721'), ('const-433', u'LOAD_-1206919541'), (u'CALL_-1206918005', u'INDIRECT_-1206913204'), (u'STORE_-1206917853', u'INDIRECT_-1206914667'), (u'INDIRECT_-1206913861', u'MULTIEQUAL_-1206913814'), (u'PTRADD_-1206913484', u'LOAD_-1206918705'), (u'INDIRECT_-1206914856', u'MULTIEQUAL_-1206914811'), ('const-0', u'INT_NOTEQUAL_-1206920829'), (u'CALL_-1206920346', u'INT_EQUAL_-1206920332'), (u'INDIRECT_-1206915286', u'MULTIEQUAL_-1206914474'), (u'MULTIEQUAL_-1206915316', u'MULTIEQUAL_-1206915299'), (u'CALL_-1206916761', u'INDIRECT_-1206914290'), (u'CAST_-1206913762', u'LOAD_-1206919784'), (u'INDIRECT_-1206914225', u'MULTIEQUAL_-1206916001'), (u'CALL_-1206916814', u'PTRADD_-1206912324'), (u'LOAD_-1206919041', u'CALL_-1206918990'), (u'LOAD_-1206919947', u'INT_ADD_-1206917163'), (u'CALL_-1206916761', u'INDIRECT_-1206914160'), (u'INDIRECT_-1206916063', u'MULTIEQUAL_-1206915806'), (u'INDIRECT_-1206915294', u'MULTIEQUAL_-1206915208'), (u'MULTIEQUAL_-1206913905', u'MULTIEQUAL_-1206913677'), (u'MULTIEQUAL_-1206913856', u'MULTIEQUAL_-1206913188'), (u'PTRADD_-1206914284', u'LOAD_-1206920495'), (u'CAST_-1206912882', u'LOAD_-1206917918'), (u'INDIRECT_-1206915879', u'MULTIEQUAL_-1206915793'), ('const-0', u'INT_NOTEQUAL_-1206918905'), ('const-433', u'LOAD_-1206918064'), (u'MULTIEQUAL_-1206916824', u'INT_LESS_-1206920491'), (u'INDIRECT_-1206914787', u'MULTIEQUAL_-1206915527'), (u'MULTIEQUAL_-1206914214', u'MULTIEQUAL_-1206914844'), (u'STORE_-1206920276', u'INDIRECT_-1206915585'), (u'INDIRECT_-1206915146', u'MULTIEQUAL_-1206915092'), (u'CAST_-1206914376', u'INT_ADD_-1206920872'), (u'INT_ADD_-1206919996', u'CALL_-1206919996'), (u'INDIRECT_-1206916323', u'INT_EQUAL_-1206920625'), (u'MULTIEQUAL_-1206915581', u'MULTIEQUAL_-1206915553'), (u'CALL_-1206917807', u'INDIRECT_-1206914875'), (u'INT_DIV_-1206920527', u'INT_LESSEQUAL_-1206920524'), ('tmp_13332', u'PTRADD_-1206913126'), (u'CALL_-1206916814', u'INDIRECT_-1206912850'), (u'INDIRECT_-1206915028', u'MULTIEQUAL_-1206915533'), ('const-433', u'LOAD_-1206918016'), (u'INT_ADD_-1206920472', u'CAST_-1206914178'), (u'STORE_-1206920248', u'INDIRECT_-1206915954'), (u'CALL_-1206918135', u'INDIRECT_-1206915189'), (u'INDIRECT_-1206914829', u'MULTIEQUAL_-1206914746'), (u'INDIRECT_-1206916323', u'INT_LESS_-1206920597'), (u'INT_NOTEQUAL_-1206918905', u'CBRANCH_-1206918904'), (u'INDIRECT_-1206915408', u'MULTIEQUAL_-1206915121'), (u'INDIRECT_-1206913813', u'MULTIEQUAL_-1206914334'), (u'INDIRECT_-1206915085', u'COPY_-1206915144'), (u'INDIRECT_-1206914071', u'MULTIEQUAL_-1206913905'), ('const-1', u'STORE_-1206920023'), (u'LOAD_-1206920755', u'INT_NOTEQUAL_-1206920735'), (u'CALL_-1206918649', u'INT_EQUAL_-1206918627'), ('const-433', u'LOAD_-1206917771'), (u'CALL_-1206920346', u'INDIRECT_-1206915979'), ('const-0', u'SUBPIECE_-1206914549'), (u'STORE_-1206917943', u'INDIRECT_-1206914457'), (u'INDIRECT_-1206915803', u'INT_EQUAL_-1206920434'), (u'CALL_-1206916814', u'INDIRECT_-1206913870'), (u'CALL_-1206916761', u'INDIRECT_-1206914030'), (u'INDIRECT_-1206914119', u'MULTIEQUAL_-1206913953'), (u'MULTIEQUAL_-1206914356', u'MULTIEQUAL_-1206914734'), (u'CAST_-1206912298', u'INT_SLESS_-1206916795'), (u'STORE_-1206920293', u'INDIRECT_-1206916052'), (u'INT_ADD_-1206919525', u'CAST_-1206913614'), (u'STORE_-1206917846', u'INDIRECT_-1206914857'), (u'INDIRECT_-1206915343', u'MULTIEQUAL_-1206915056'), (u'INT_SLESS_-1206917156', u'CBRANCH_-1206917155'), (u'INT_NOTEQUAL_-1206917156', u'CBRANCH_-1206917155'), (u'CALL_-1206919996', u'INDIRECT_-1206915452'), ('tmp_5481', u'BRANCH_-1206916723'), (u'CAST_-1206913756', u'LOAD_-1206919776'), (u'CAST_-1206913626', u'LOAD_-1206919557'), (u'CALL_-1206918990', u'INDIRECT_-1206914898'), ('tmp_13338', u'PTRADD_-1206914155'), (u'MULTIEQUAL_-1206915905', u'CALL_-1206918990'), (u'STORE_-1206917846', u'INDIRECT_-1206914792'), (u'INDIRECT_-1206915024', u'MULTIEQUAL_-1206914941'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915213'), (u'STORE_-1206920248', u'INDIRECT_-1206916019'), (u'STORE_-1206919730', u'INDIRECT_-1206915221'), (u'MULTIEQUAL_-1206914754', u'INT_NOTEQUAL_-1206918905'), (u'CAST_-1206913716', u'STORE_-1206919719'), (u'MULTIEQUAL_-1206914744', u'MULTIEQUAL_-1206914658'), (u'INT_LEFT_-1206917060', u'INT_MULT_-1206914418'), (u'INT_DIV_-1206920527', u'COPY_-1206914274'), ('tmp_13338', u'PTRADD_-1206912858'), (u'MULTIEQUAL_-1206915319', u'MULTIEQUAL_-1206915308'), ('const-0', u'INT_EQUAL_-1206918689'), (u'MULTIEQUAL_-1206914811', u'MULTIEQUAL_-1206914564'), (u'MULTIEQUAL_-1206914799', u'MULTIEQUAL_-1206914788'), (u'MULTIEQUAL_-1206915039', u'MULTIEQUAL_-1206914994'), (u'CALL_-1206918649', u'INDIRECT_-1206915006'), (u'MULTIEQUAL_-1206914909', u'MULTIEQUAL_-1206914239'), ('const-433', u'LOAD_-1206918842'), (u'STORE_-1206919730', u'INDIRECT_-1206915611'), (u'INDIRECT_-1206914260', u'MULTIEQUAL_-1206914078'), (u'INDIRECT_-1206914616', u'MULTIEQUAL_-1206914528'), (u'INDIRECT_-1206916258', u'COPY_-1206913550'), (u'INDIRECT_-1206914071', u'MULTIEQUAL_-1206913922'), ('const-1', u'INT_ADD_-1206917376'), (u'CALL_-1206920081', u'INDIRECT_-1206914528'), (u'INDIRECT_-1206914119', u'MULTIEQUAL_-1206914170'), (u'CALL_-1206918005', u'INDIRECT_-1206913155'), ('const-8', u'PTRADD_-1206914332'), (u'INDIRECT_-1206915868', u'MULTIEQUAL_-1206914962'), (u'COPY_-1206913002', u'MULTIEQUAL_-1206914962'), (u'INT_LESSEQUAL_-1206920654', u'CBRANCH_-1206920650'), (u'INDIRECT_-1206915083', u'MULTIEQUAL_-1206915007'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914022'), (u'MULTIEQUAL_-1206916332', u'MULTIEQUAL_-1206916647'), (u'INDIRECT_-1206915538', u'MULTIEQUAL_-1206915462'), ('const-5', u'PTRADD_-1206913270'), (u'STORE_-1206917853', u'INDIRECT_-1206914407'), (u'INDIRECT_-1206915288', u'MULTIEQUAL_-1206915793'), (u'PTRADD_-1206912273', u'LOAD_-1206917771'), (u'CAST_-1206913620', u'LOAD_-1206919549'), (u'STORE_-1206920293', u'INDIRECT_-1206915857'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914193'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917320'), (u'CALL_-1206918841', u'INDIRECT_-1206914955'), (u'COPY_-1206913316', u'CALL_-1206918649'), (u'LOAD_-1206920101', u'CALL_-1206920053'), (u'CALL_-1206919594', u'INDIRECT_-1206915492'), (u'CALL_-1206920053', u'INDIRECT_-1206915746'), ('const-433', u'LOAD_-1206919776'), (u'CALL_-1206918005', u'INDIRECT_-1206914094'), (u'CALL_-1206918928', u'INDIRECT_-1206914995'), (u'SUBPIECE_-1206916267', u'INT_SEXT_-1206917960'), ('const-433', u'LOAD_-1206917783'), (u'INDIRECT_-1206915006', u'MULTIEQUAL_-1206914918'), (u'STORE_-1206919719', u'INDIRECT_-1206915342'), ('const-8', u'INT_ADD_-1206919924'), (u'STORE_-1206920308', u'INDIRECT_-1206915477'), (u'CALL_-1206917171', u'INDIRECT_-1206914250'), ('const-0', u'INT_EQUAL_-1206917822'), (u'INDIRECT_-1206915156', u'MULTIEQUAL_-1206914344'), (u'INDIRECT_-1206915268', u'MULTIEQUAL_-1206914926'), (u'INDIRECT_-1206915603', u'MULTIEQUAL_-1206915527'), (u'CALL_-1206918928', u'INDIRECT_-1206914735'), (u'MULTIEQUAL_-1206915124', u'MULTIEQUAL_-1206914939'), ('const-433', u'LOAD_-1206918616'), ('tmp_13332', u'PTRADD_-1206913847'), ('tmp_13338', u'INT_EQUAL_-1206918827'), (u'INDIRECT_-1206915749', u'MULTIEQUAL_-1206915663'), ('const-8', u'INT_MULT_-1206917915'), (u'MULTIEQUAL_-1206915274', u'COPY_-1206913864'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915131'), ('tmp_5425', u'CBRANCH_-1206916794'), (u'LOAD_-1206917929', u'INT_ADD_-1206917900'), (u'MULTIEQUAL_-1206913533', u'BOOL_NEGATE_-1206913522'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914575'), (u'MULTIEQUAL_-1206914941', u'MULTIEQUAL_-1206914694'), ('tmp_13338', u'CALL_-1206917171'), (u'INDIRECT_-1206914144', u'MULTIEQUAL_-1206913873'), (u'STORE_-1206917943', u'INDIRECT_-1206914912'), (u'MULTIEQUAL_-1206915234', u'MULTIEQUAL_-1206914564'), (u'INDIRECT_-1206914896', u'MULTIEQUAL_-1206914656'), ('const-8', u'PTRADD_-1206914397'), ('tmp_13332', u'PTRADD_-1206913629'), (u'LOAD_-1206918705', u'INT_SUB_-1206918686'), (u'CALL_-1206917807', u'INDIRECT_-1206914810'), (u'MULTIEQUAL_-1206914409', u'MULTIEQUAL_-1206915056'), (u'MULTIEQUAL_-1206913483', u'MULTIEQUAL_-1206913862'), (u'INT_LESS_-1206917836', u'MULTIEQUAL_-1206913533'), (u'CALL_-1206916814', u'INDIRECT_-1206914130'), (u'MULTIEQUAL_-1206915126', u'MULTIEQUAL_-1206914279'), (u'CAST_-1206913507', u'INT_LESS_-1206918773'), ('const-433', u'LOAD_-1206919947'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915343'), (u'STORE_-1206917921', u'INDIRECT_-1206914959'), (u'MULTIEQUAL_-1206914589', u'INT_AND_-1206919835'), (u'PTRADD_-1206913144', u'STORE_-1206917943'), (u'INT_LESS_-1206919728', u'CBRANCH_-1206919737'), ('tmp_4419', u'CBRANCH_-1206917330'), (u'CALL_-1206918092', u'INDIRECT_-1206915488'), (u'INDIRECT_-1206914466', u'MULTIEQUAL_-1206914421'), (u'INT_ADD_-1206918806', u'CAST_-1206913519'), (u'INDIRECT_-1206914095', u'MULTIEQUAL_-1206915871'), (u'INDIRECT_-1206915738', u'MULTIEQUAL_-1206915481'), (u'INDIRECT_-1206913165', u'MULTIEQUAL_-1206914607'), (u'MULTIEQUAL_-1206914604', u'MULTIEQUAL_-1206915234'), (u'MULTIEQUAL_-1206914094', u'MULTIEQUAL_-1206914122'), (u'LOAD_-1206918729', u'INT_ADD_-1206918704'), (u'CALL_-1206920081', u'INDIRECT_-1206915370'), ('tmp_13338', u'PTRADD_-1206913270'), ('const-0', u'COPY_-1206920878'), ('const-433', u'LOAD_-1206919898'), ('tmp_308', u'CBRANCH_-1206920692'), ('const-433', u'STORE_-1206917943'), ('const-0', u'RETURN_-1206913532'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915546'), (u'CALL_-1206920053', u'INDIRECT_-1206915681'), (u'LOAD_-1206920755', u'INT_DIV_-1206920527'), ('const-433', u'LOAD_-1206918667'), (u'INDIRECT_-1206914055', u'MULTIEQUAL_-1206913558'), (u'LOAD_-1206917179', u'INT_ADD_-1206917109'), (u'CALL_-1206916814', u'INDIRECT_-1206914195'), (u'INDIRECT_-1206914551', u'MULTIEQUAL_-1206914463'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206919728'), ('tmp_21212', u'MULTIEQUAL_-1206915417'), (u'CALL_-1206919594', u'INDIRECT_-1206915557'), (u'INT_ADD_-1206918713', u'CAST_-1206913466'), ('const-1', u'INT_AND_-1206918487'), (u'MULTIEQUAL_-1206915202', u'MULTIEQUAL_-1206914344'), ('const-11', u'PTRADD_-1206913126'), (u'STORE_-1206917932', u'INDIRECT_-1206914903'), (u'INDIRECT_-1206914726', u'MULTIEQUAL_-1206914681'), (u'STORE_-1206919730', u'INDIRECT_-1206915676'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915408'), (u'INDIRECT_-1206915738', u'COPY_-1206913542'), (u'MULTIEQUAL_-1206916332', u'MULTIEQUAL_-1206915475'), ('const-433', u'LOAD_-1206917901'), ('const-5', u'PTRADD_-1206914367'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914192'), (u'CALL_-1206918060', u'INDIRECT_-1206915276'), (u'MULTIEQUAL_-1206916551', u'INT_ADD_-1206918569'), ('const-0', u'COPY_-1206917122'), (u'STORE_-1206919730', u'INDIRECT_-1206915741'), (u'INDIRECT_-1206913813', u'MULTIEQUAL_-1206913765'), (u'LOAD_-1206917374', u'INT_ADD_-1206917345'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915391'), (u'MULTIEQUAL_-1206913922', u'MULTIEQUAL_-1206913905'), (u'MULTIEQUAL_-1206915095', u'SUBPIECE_-1206914549'), ('tmp_13343', u'CALL_-1206917171'), (u'CALL_-1206916643', u'INDIRECT_-1206913739'), ('const-433', u'LOAD_-1206918811'), ('const-433', u'STORE_-1206920248'), (u'INDIRECT_-1206914022', u'MULTIEQUAL_-1206913226'), ('tmp_13338', u'CALL_-1206917807'), (u'LOAD_-1206919898', u'INT_ADD_-1206919857'), ('tmp_21205', u'MULTIEQUAL_-1206914832'), (u'STORE_-1206920266', u'INDIRECT_-1206915902'), (u'STORE_-1206919992', u'INDIRECT_-1206915294'), ('const-32', u'INT_ADD_-1206917365'), ('const-8', u'PTRADD_-1206914150'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914835'), (u'INDIRECT_-1206913674', u'COPY_-1206913709'), (u'INDIRECT_-1206913636', u'MULTIEQUAL_-1206913851'), (u'MULTIEQUAL_-1206915059', u'MULTIEQUAL_-1206914874'), (u'STORE_-1206919708', u'INDIRECT_-1206915658'), ('const-0', u'COPY_-1206920406'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918729'), (u'CALL_-1206917807', u'INDIRECT_-1206914550'), (u'INDIRECT_-1206914981', u'MULTIEQUAL_-1206914918'), (u'LOAD_-1206918682', u'CALL_-1206918605'), (u'MULTIEQUAL_-1206915095', u'INT_ADD_-1206917376'), ('tmp_13332', u'PTRADD_-1206913838'), (u'CAST_-1206913501', u'CALLIND_-1206918767'), ('tmp_250', u'CBRANCH_-1206920734'), (u'LOAD_-1206919541', u'INT_ADD_-1206919516'), (u'CALL_-1206918092', u'INDIRECT_-1206915358'), (u'INT_ADD_-1206917134', u'CAST_-1206912387'), ('const-0', u'INT_NOTEQUAL_-1206917135'), (u'INDIRECT_-1206913165', u'MULTIEQUAL_-1206912684'), ('const-433', u'LOAD_-1206917214'), ('tmp_414', u'CBRANCH_-1206920622'), (u'INT_ZEXT_-1206917418', u'INT_REM_-1206920523'), (u'MULTIEQUAL_-1206914128', u'MULTIEQUAL_-1206914094'), (u'BOOL_NEGATE_-1206913522', u'CBRANCH_-1206919111'), (u'MULTIEQUAL_-1206914658', u'MULTIEQUAL_-1206914918'), (u'MULTIEQUAL_-1206913226', u'MULTIEQUAL_-1206913856'), (u'INT_ADD_-1206917385', u'CAST_-1206912442'), (u'STORE_-1206920308', u'INDIRECT_-1206915737'), (u'STORE_-1206920276', u'INDIRECT_-1206915520'), (u'INT_ADD_-1206920294', u'CAST_-1206914068'), (u'CALL_-1206916814', u'INDIRECT_-1206914000'), (u'MULTIEQUAL_-1206916321', u'MULTIEQUAL_-1206916647'), (u'MULTIEQUAL_-1206915905', u'INT_LESS_-1206918946'), (u'INT_EQUAL_-1206917217', u'CBRANCH_-1206917215'), (u'COPY_-1206913887', u'CALLIND_-1206919644'), (u'INDIRECT_-1206914527', u'MULTIEQUAL_-1206915267'), ('const-433', u'LOAD_-1206920421'), (u'INT_ADD_-1206917109', u'CAST_-1206912373'), ('tmp_13338', u'PTRADD_-1206913515'), (u'MULTIEQUAL_-1206915475', u'INT_LESS_-1206918592'), (u'MULTIEQUAL_-1206914149', u'MULTIEQUAL_-1206914779'), (u'STORE_-1206917921', u'INDIRECT_-1206914829'), (u'LOAD_-1206919654', u'CAST_-1206913677'), ('const-2', u'INT_MULT_-1206914418'), ('const-16', u'INT_ADD_-1206918806'), (u'INT_ADD_-1206920190', u'CAST_-1206914007'), ('tmp_3801', u'CBRANCH_-1206917925'), (u'INDIRECT_-1206914289', u'MULTIEQUAL_-1206914834'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914596'), ('const-0', u'CALL_-1206920081'), (u'LOAD_-1206918587', u'INT_ADD_-1206918569'), (u'STORE_-1206917853', u'INDIRECT_-1206914862'), (u'INT_MULT_-1206917923', u'INT_ADD_-1206917935'), (u'MULTIEQUAL_-1206914983', u'MULTIEQUAL_-1206915243'), ('tmp_13332', u'CALL_-1206918990'), (u'INDIRECT_-1206914894', u'MULTIEQUAL_-1206914811'), (u'CALL_-1206918649', u'INDIRECT_-1206914616'), ('const-8', u'INT_ADD_-1206918632'), (u'INDIRECT_-1206915276', u'MULTIEQUAL_-1206915222'), (u'INDIRECT_-1206914876', u'MULTIEQUAL_-1206914788'), (u'CALL_-1206918005', u'INDIRECT_-1206913252'), (u'INDIRECT_-1206913684', u'MULTIEQUAL_-1206913899'), ('const-4', u'INT_AND_-1206917227'), ('tmp_452', u'CBRANCH_-1206920595'), ('const-24', u'INT_ADD_-1206920472'), (u'CALL_-1206918005', u'INDIRECT_-1206914224'), ('const-11', u'PTRADD_-1206913829'), (u'STORE_-1206917921', u'INDIRECT_-1206914894'), (u'LOAD_-1206917115', u'INT_SUB_-1206917082'), (u'STORE_-1206920023', u'INDIRECT_-1206915311'), ('const-8', u'PTRADD_-1206913270'), (u'INT_LESS_-1206918773', u'CBRANCH_-1206918782'), ('tmp_13332', u'CALL_-1206917807'), ('const-16', u'INT_ADD_-1206917767'), (u'INDIRECT_-1206915998', u'MULTIEQUAL_-1206915741'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915473'), (u'MULTIEQUAL_-1206915598', u'INT_ADD_-1206917385'), ('tmp_13338', u'CALL_-1206920346'), (u'CALL_-1206920775', u'INDIRECT_-1206916193'), (u'STORE_-1206919719', u'INDIRECT_-1206915602'), (u'CALL_-1206918147', u'INDIRECT_-1206915002'), (u'INDIRECT_-1206915138', u'MULTIEQUAL_-1206914796'), (u'INDIRECT_-1206915868', u'COPY_-1206913544'), (u'INDIRECT_-1206915148', u'MULTIEQUAL_-1206914861'), (u'INT_ADD_-1206919760', u'CAST_-1206913756'), (u'MULTIEQUAL_-1206915451', u'INT_SLESS_-1206918747'), (u'STORE_-1206917943', u'INDIRECT_-1206914587'), ('tmp_216', u'CBRANCH_-1206920760'), (u'CAST_-1206913466', u'LOAD_-1206918729'), (u'LOAD_-1206917901', u'INT_ADD_-1206917854'), ('tmp_13332', u'CALL_-1206919594'), (u'CALL_-1206916643', u'INDIRECT_-1206913869'), ('tmp_13338', u'STORE_-1206920308'), (u'STORE_-1206917932', u'INDIRECT_-1206914643'), (u'CALL_-1206918990', u'INDIRECT_-1206913813'), (u'MULTIEQUAL_-1206915267', u'MULTIEQUAL_-1206915228'), ('tmp_5200', u'CBRANCH_-1206917238'), (u'MULTIEQUAL_-1206916468', u'INT_SLESS_-1206919459'), (u'INT_LESS_-1206919122', u'CBRANCH_-1206919131'), (u'INDIRECT_-1206914480', u'MULTIEQUAL_-1206914383'), (u'INDIRECT_-1206915221', u'MULTIEQUAL_-1206915256'), (u'INDIRECT_-1206913770', u'MULTIEQUAL_-1206915546'), (u'STORE_-1206917846', u'INDIRECT_-1206914532'), (u'LOAD_-1206917894', u'INT_SUB_-1206917864'), (u'STORE_-1206917921', u'INDIRECT_-1206914699'), (u'STORE_-1206917853', u'INDIRECT_-1206914342'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915716'), (u'CALL_-1206916862', u'INDIRECT_-1206914229'), (u'STORE_-1206920276', u'INDIRECT_-1206915455'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914241'), ('const-16', u'INT_ADD_-1206919978'), (u'MULTIEQUAL_-1206915274', u'INT_LESS_-1206920491'), (u'STORE_-1206920248', u'INDIRECT_-1206915889'), ('tmp_21207', u'MULTIEQUAL_-1206914962'), (u'INT_SUB_-1206920555', u'COPY_-1206914275'), (u'CALL_-1206918841', u'INDIRECT_-1206913740'), ('tmp_3827', u'CBRANCH_-1206917906'), (u'CAST_-1206913142', u'LOAD_-1206918616'), (u'MULTIEQUAL_-1206914463', u'MULTIEQUAL_-1206914723'), (u'CAST_-1206912657', u'LOAD_-1206917253'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206918592'), (u'MULTIEQUAL_-1206914996', u'CALL_-1206918005'), ('tmp_3988', u'BRANCH_-1206917274'), (u'INT_LESS_-1206918677', u'MULTIEQUAL_-1206913533'), (u'CALL_-1206919594', u'INDIRECT_-1206915167'), (u'CALL_-1206919594', u'INDIRECT_-1206915232'), (u'STORE_-1206920276', u'INDIRECT_-1206915780'), (u'INDIRECT_-1206915351', u'MULTIEQUAL_-1206914539'), (u'INT_NOTEQUAL_-1206920694', u'CBRANCH_-1206920692'), (u'MULTIEQUAL_-1206915299', u'MULTIEQUAL_-1206915069'), (u'PTRADD_-1206913838', u'CAST_-1206913716'), (u'MULTIEQUAL_-1206915553', u'MULTIEQUAL_-1206915581'), (u'CAST_-1206912373', u'LOAD_-1206917125'), (u'INDIRECT_-1206915351', u'INT_ADD_-1206917935'), (u'CALL_-1206918147', u'INDIRECT_-1206915067'), (u'INT_EQUAL_-1206918627', u'CBRANCH_-1206918624'), ('const-3', u'INT_RIGHT_-1206918529'), ('const-8', u'PTRADD_-1206914142'), (u'MULTIEQUAL_-1206915256', u'MULTIEQUAL_-1206915228'), (u'STORE_-1206917846', u'INDIRECT_-1206914272'), (u'INT_MULT_-1206914418', u'INT_SUB_-1206917023'), (u'INT_SUB_-1206917023', u'MULTIEQUAL_-1206914589'), (u'STORE_-1206920248', u'INDIRECT_-1206915434'), (u'MULTIEQUAL_-1206913905', u'MULTIEQUAL_-1206913237'), (u'CALL_-1206917171', u'CALL_-1206916862'), (u'CALL_-1206920053', u'INDIRECT_-1206915551'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915651'), (u'INDIRECT_-1206914569', u'MULTIEQUAL_-1206914486'), (u'CAST_-1206912139', u'INT_LESSEQUAL_-1206917728'), (u'MULTIEQUAL_-1206914279', u'MULTIEQUAL_-1206914909'), (u'INDIRECT_-1206915723', u'MULTIEQUAL_-1206915381'), ('tmp_13343', u'PTRADD_-1206913953'), ('const-433', u'LOAD_-1206917374'), (u'INDIRECT_-1206914682', u'STORE_-1206920293'), (u'CALL_-1206918092', u'INDIRECT_-1206915098'), (u'INDIRECT_-1206914250', u'MULTIEQUAL_-1206913753'), (u'INDIRECT_-1206914030', u'MULTIEQUAL_-1206915806'), (u'INDIRECT_-1206914961', u'MULTIEQUAL_-1206914796'), (u'MULTIEQUAL_-1206915056', u'MULTIEQUAL_-1206915039'), ('const-0', u'STORE_-1206919992'), (u'CALL_-1206919594', u'INDIRECT_-1206914212'), ('const-905', u'INT_ADD_-1206917134'), (u'INT_ADD_-1206917376', u'MULTIEQUAL_-1206915095'), (u'STORE_-1206920293', u'INDIRECT_-1206915662'), (u'INDIRECT_-1206915221', u'MULTIEQUAL_-1206914409'), (u'INT_SUB_-1206919816', u'INT_LESS_-1206918545'), (u'CALL_-1206917171', u'INDIRECT_-1206913116'), (u'MULTIEQUAL_-1206914078', u'MULTIEQUAL_-1206914466'), (u'INT_LEFT_-1206917060', u'MULTIEQUAL_-1206914638'), (u'MULTIEQUAL_-1206914844', u'MULTIEQUAL_-1206914799'), (u'INDIRECT_-1206915221', u'MULTIEQUAL_-1206915056'), (u'MULTIEQUAL_-1206914918', u'MULTIEQUAL_-1206915178'), (u'MULTIEQUAL_-1206916769', u'MULTIEQUAL_-1206915924'), (u'CALL_-1206918092', u'INDIRECT_-1206914903'), (u'CALL_-1206919996', u'COPY_-1206913935'), (u'MULTIEQUAL_-1206913953', u'MULTIEQUAL_-1206913910'), ('const-0', u'STORE_-1206919719'), ('const-433', u'LOAD_-1206917929'), (u'CALLIND_-1206919644', u'INDIRECT_-1206914289'), (u'LOAD_-1206917783', u'INT_ADD_-1206917753'), (u'INDIRECT_-1206915046', u'MULTIEQUAL_-1206915243'), ('const-0', u'COPY_-1206915804'), (u'MULTIEQUAL_-1206914486', u'MULTIEQUAL_-1206914864'), (u'MULTIEQUAL_-1206915663', u'INT_EQUAL_-1206917405'), (u'INDIRECT_-1206914332', u'MULTIEQUAL_-1206915072'), (u'MULTIEQUAL_-1206915186', u'MULTIEQUAL_-1206915169'), (u'CALL_-1206919996', u'INDIRECT_-1206915777'), ('const-8', u'PTRADD_-1206914101'), ('const-433', u'STORE_-1206917921'), (u'MULTIEQUAL_-1206915121', u'MULTIEQUAL_-1206915104'), ('const-8', u'INT_MULT_-1206917373'), (u'STORE_-1206920023', u'INDIRECT_-1206915701'), ('const-433', u'LOAD_-1206919557'), ('const-433', u'LOAD_-1206919549'), (u'STORE_-1206919992', u'INDIRECT_-1206915489'), (u'STORE_-1206917943', u'INDIRECT_-1206915042'), (u'INDIRECT_-1206914022', u'INT_SLESS_-1206917954'), (u'INDIRECT_-1206915071', u'MULTIEQUAL_-1206914983'), ('tmp_3025', u'CBRANCH_-1206918596'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914640'), (u'STORE_-1206919719', u'INDIRECT_-1206915537'), (u'INDIRECT_-1206914951', u'MULTIEQUAL_-1206914897'), (u'INT_ADD_-1206919751', u'INT_LESS_-1206919728'), (u'STORE_-1206917921', u'INDIRECT_-1206914569'), (u'CALL_-1206918841', u'INDIRECT_-1206914890'), ('tmp_13338', u'PTRADD_-1206913642'), (u'MULTIEQUAL_-1206915039', u'MULTIEQUAL_-1206914369'), (u'CALL_-1206916761', u'INDIRECT_-1206913900'), ('tmp_13338', u'CALL_-1206920775'), (u'MULTIEQUAL_-1206915228', u'MULTIEQUAL_-1206915256'), (u'INDIRECT_-1206914852', u'MULTIEQUAL_-1206915592'), ('tmp_2960', u'BRANCH_-1206918499'), ('tmp_3533', u'CBRANCH_-1206918750'), (u'STORE_-1206919730', u'INDIRECT_-1206915546'), (u'INDIRECT_-1206915268', u'MULTIEQUAL_-1206915241'), (u'MULTIEQUAL_-1206914344', u'MULTIEQUAL_-1206914991'), (u'LOAD_-1206918710', u'INT_RIGHT_-1206918529'), ('tmp_21208', u'MULTIEQUAL_-1206915157'), (u'CALL_-1206916643', u'INDIRECT_-1206912719'), (u'LOAD_-1206920495', u'INT_ADD_-1206919025'), (u'CALL_-1206920081', u'INDIRECT_-1206915890'), (u'INDIRECT_-1206914679', u'MULTIEQUAL_-1206915224'), (u'LOAD_-1206918016', u'MULTIEQUAL_-1206916568'), ('tmp_13338', u'PTRADD_-1206912726'), (u'INT_ADD_-1206917365', u'CAST_-1206912433'), (u'INDIRECT_-1206913684', u'MULTIEQUAL_-1206913639'), (u'MULTIEQUAL_-1206914528', u'MULTIEQUAL_-1206914788'), (u'CAST_-1206913252', u'LOAD_-1206919041'), ('const-8', u'INT_ADD_-1206918666'), (u'MULTIEQUAL_-1206914996', u'CALL_-1206918990'), (u'COPY_-1206913370', u'MULTIEQUAL_-1206916427'), (u'LOAD_-1206918710', u'INT_AND_-1206918675'), (u'CALL_-1206918005', u'INDIRECT_-1206914354'), (u'PTRADD_-1206913070', u'LOAD_-1206917805'), ('tmp_4289', u'CBRANCH_-1206917403'), ('tmp_5232', u'CBRANCH_-1206917215'), (u'PTRADD_-1206914101', u'MULTIEQUAL_-1206914078'), (u'INDIRECT_-1206914721', u'MULTIEQUAL_-1206914918'), (u'STORE_-1206917839', u'INDIRECT_-1206914462'), (u'CALL_-1206919594', u'INDIRECT_-1206914260'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914791'), (u'INDIRECT_-1206914800', u'MULTIEQUAL_-1206914962'), (u'CAST_-1206912731', u'LOAD_-1206917870'), ('const-8', u'PTRADD_-1206913126'), (u'MULTIEQUAL_-1206915274', u'INT_LESS_-1206918946'), (u'MULTIEQUAL_-1206913813', u'MULTIEQUAL_-1206913628'), (u'CAST_-1206914226', u'INT_LESS_-1206920597'), (u'CAST_-1206912365', u'LOAD_-1206917115'), (u'STORE_-1206920308', u'INDIRECT_-1206915997'), ('tmp_21209', u'MULTIEQUAL_-1206915222'), (u'COPY_-1206912945', u'MULTIEQUAL_-1206913533'), (u'MULTIEQUAL_-1206913910', u'MULTIEQUAL_-1206913899'), (u'LOAD_-1206917918', u'INT_ADD_-1206917900'), (u'INDIRECT_-1206915619', u'MULTIEQUAL_-1206915533'), (u'INT_EQUAL_-1206918827', u'CBRANCH_-1206918823'), (u'CALL_-1206918060', u'INDIRECT_-1206915016'), (u'MULTIEQUAL_-1206914681', u'MULTIEQUAL_-1206915059'), ('const-5', u'PTRADD_-1206914332'), ('const-433', u'LOAD_-1206917894'), (u'COPY_-1206917110', u'MULTIEQUAL_-1206914996'), (u'STORE_-1206919730', u'INDIRECT_-1206915351'), (u'CALL_-1206920775', u'INDIRECT_-1206915803'), ('const-4', u'PTRADD_-1206913515'), (u'MULTIEQUAL_-1206914853', u'MULTIEQUAL_-1206915113'), (u'CALL_-1206920346', u'INDIRECT_-1206916109'), (u'MULTIEQUAL_-1206916769', u'MULTIEQUAL_-1206916739'), (u'MULTIEQUAL_-1206915358', u'INT_ADD_-1206918833'), (u'MULTIEQUAL_-1206915202', u'MULTIEQUAL_-1206915163'), (u'CALL_-1206918605', u'INDIRECT_-1206914526'), (u'INDIRECT_-1206914071', u'MULTIEQUAL_-1206913275'), (u'LOAD_-1206917214', u'INT_EQUAL_-1206917191'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915148'), (u'INDIRECT_-1206914852', u'MULTIEQUAL_-1206915696'), ('const-433', u'LOAD_-1206918822'), (u'INDIRECT_-1206913559', u'MULTIEQUAL_-1206913531'), (u'INDIRECT_-1206914130', u'MULTIEQUAL_-1206913948'), ('const-433', u'STORE_-1206917839'), (u'CALL_-1206916862', u'INDIRECT_-1206914359'), (u'LOAD_-1206920488', u'INT_EQUAL_-1206920461'), (u'INT_ADD_-1206917358', u'CAST_-1206912428'), (u'MULTIEQUAL_-1206915157', u'COPY_-1206915231'), (u'MULTIEQUAL_-1206913814', u'CALL_-1206918928'), ('tmp_4978', u'BRANCH_-1206917022'), (u'STORE_-1206917932', u'INDIRECT_-1206914578'), (u'MULTIEQUAL_-1206915163', u'MULTIEQUAL_-1206915191'), ('const-8', u'PTRADD_-1206912726'), ('tmp_13338', u'LOAD_-1206920101'), (u'INT_REM_-1206920523', u'MULTIEQUAL_-1206915677'), ('tmp_13338', u'LOAD_-1206918134'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915026'), (u'INDIRECT_-1206914961', u'MULTIEQUAL_-1206914996'), (u'LOAD_-1206920691', u'CAST_-1206914255'), ('const-32', u'INT_ADD_-1206918008'), (u'CALL_-1206916643', u'INDIRECT_-1206913804'), ('tmp_13338', u'PTRADD_-1206914332'), (u'INDIRECT_-1206915546', u'MULTIEQUAL_-1206914734'), (u'STORE_-1206917932', u'INDIRECT_-1206914838'), (u'MULTIEQUAL_-1206914279', u'MULTIEQUAL_-1206914926'), (u'MULTIEQUAL_-1206914669', u'MULTIEQUAL_-1206915316'), (u'CALL_-1206918649', u'INDIRECT_-1206915136'), (u'COPY_-1206912963', u'MULTIEQUAL_-1206916468'), (u'INDIRECT_-1206913861', u'MULTIEQUAL_-1206914383'), ('const--64', u'PTRSUB_-1206914008'), (u'LOAD_-1206918064', u'CALL_-1206918005'), (u'STORE_-1206919992', u'INDIRECT_-1206915879'), (u'LOAD_-1206917179', u'INT_ADD_-1206917134'), (u'STORE_-1206920266', u'INDIRECT_-1206915772'), ('tmp_4236', u'CBRANCH_-1206917821'), (u'CAST_-1206912387', u'LOAD_-1206917148'), ('const-1299952', u'PTRSUB_-1206913096'), (u'MULTIEQUAL_-1206914939', u'MULTIEQUAL_-1206914853'), (u'STORE_-1206919719', u'INDIRECT_-1206915147'), (u'LOAD_-1206917951', u'INT_ADD_-1206917878'), (u'LOAD_-1206920617', u'INT_SUB_-1206920555'), ('tmp_13332', u'CAST_-1206914376'), (u'MULTIEQUAL_-1206915598', u'INT_ADD_-1206917927'), (u'LOAD_-1206919566', u'CAST_-1206913630'), ('const-0', u'CALL_-1206919594'), ('tmp_1575', u'CBRANCH_-1206919685'), (u'INDIRECT_-1206913636', u'MULTIEQUAL_-1206913591'), (u'MULTIEQUAL_-1206914991', u'MULTIEQUAL_-1206914974'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914921'), (u'INT_XOR_-1206919822', u'INT_SUB_-1206919816'), (u'INT_SLESS_-1206917954', u'CBRANCH_-1206917961'), ('const-8', u'INT_ADD_-1206920294'), (u'MULTIEQUAL_-1206915299', u'MULTIEQUAL_-1206915254'), (u'INDIRECT_-1206914959', u'MULTIEQUAL_-1206914876'), (u'MULTIEQUAL_-1206914962', u'COPY_-1206915036'), (u'LOAD_-1206919792', u'INT_ADD_-1206919760'), (u'MULTIEQUAL_-1206915965', u'COPY_-1206913439'), ('tmp_801', u'CBRANCH_-1206920331'), (u'CALL_-1206918605', u'INDIRECT_-1206915046'), (u'STORE_-1206920308', u'INDIRECT_-1206915932'), (u'CAST_-1206913707', u'STORE_-1206919708'), (u'LOAD_-1206920488', u'PTRADD_-1206914224'), ('const-8', u'PTRADD_-1206913144'), (u'MULTIEQUAL_-1206915924', u'MULTIEQUAL_-1206916551'), (u'INDIRECT_-1206915933', u'MULTIEQUAL_-1206915676'), (u'INDIRECT_-1206914071', u'MULTIEQUAL_-1206914122'), ('const-0', u'INT_EQUAL_-1206920332'), (u'PTRSUB_-1206914203', u'CALL_-1206920346'), (u'INDIRECT_-1206915416', u'MULTIEQUAL_-1206915251'), ('const-433', u'LOAD_-1206920488'), ('const-1', u'PTRADD_-1206913812'), ('const-1', u'CALL_-1206918005'), (u'INDIRECT_-1206914961', u'MULTIEQUAL_-1206914149'), (u'INDIRECT_-1206915083', u'MULTIEQUAL_-1206914796'), (u'MULTIEQUAL_-1206916388', u'MULTIEQUAL_-1206916345'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914071'), (u'INDIRECT_-1206914695', u'COPY_-1206914754'), (u'CALL_-1206919594', u'INDIRECT_-1206915622'), (u'MULTIEQUAL_-1206915251', u'MULTIEQUAL_-1206915234'), (u'INT_LESS_-1206918545', u'CBRANCH_-1206918553'), (u'MULTIEQUAL_-1206915092', u'COPY_-1206915166'), ('const-433', u'STORE_-1206919708'), (u'INT_ADD_-1206919516', u'MULTIEQUAL_-1206916119'), (u'INDIRECT_-1206915538', u'COPY_-1206913735'), (u'MULTIEQUAL_-1206915677', u'CALL_-1206917171'), (u'CALL_-1206920081', u'INDIRECT_-1206915695'), ('const--80', u'PTRSUB_-1206914203'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918694'), (u'MULTIEQUAL_-1206914876', u'MULTIEQUAL_-1206914629'), (u'STORE_-1206920023', u'INDIRECT_-1206915376'), (u'INDIRECT_-1206915814', u'MULTIEQUAL_-1206915728'), (u'STORE_-1206920023', u'INDIRECT_-1206915506'), (u'CALL_-1206918005', u'INDIRECT_-1206914679'), (u'INDIRECT_-1206914120', u'MULTIEQUAL_-1206913623'), (u'INDIRECT_-1206915148', u'MULTIEQUAL_-1206915072'), (u'MULTIEQUAL_-1206915516', u'MULTIEQUAL_-1206914669'), (u'PTRADD_-1206913829', u'CAST_-1206913707'), (u'CALL_-1206918060', u'INDIRECT_-1206915406'), (u'CALL_-1206918147', u'INDIRECT_-1206915327'), (u'INDIRECT_-1206912801', u'MULTIEQUAL_-1206912636'), (u'MULTIEQUAL_-1206914638', u'INT_SUB_-1206919816'), (u'STORE_-1206919992', u'INDIRECT_-1206915359'), (u'STORE_-1206917921', u'INDIRECT_-1206915024'), ('const-433', u'LOAD_-1206919680'), (u'MULTIEQUAL_-1206915924', u'MULTIEQUAL_-1206916568'), (u'MULTIEQUAL_-1206915234', u'MULTIEQUAL_-1206915004'), (u'INDIRECT_-1206915351', u'MULTIEQUAL_-1206915186'), (u'INDIRECT_-1206914786', u'MULTIEQUAL_-1206914723'), (u'CAST_-1206913531', u'LOAD_-1206918849'), (u'STORE_-1206920248', u'INDIRECT_-1206915499'), (u'INDIRECT_-1206914811', u'MULTIEQUAL_-1206914723'), (u'INT_LESSEQUAL_-1206919504', u'CBRANCH_-1206919503'), (u'INDIRECT_-1206915803', u'COPY_-1206913543'), ('const-1299995', u'COPY_-1206913316'), (u'INDIRECT_-1206913165', u'COPY_-1206917110'), (u'INT_ADD_-1206917900', u'CAST_-1206912874'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917728'), (u'LOAD_-1206920488', u'MULTIEQUAL_-1206914607'), (u'MULTIEQUAL_-1206915527', u'MULTIEQUAL_-1206915488'), (u'MULTIEQUAL_-1206915104', u'MULTIEQUAL_-1206915059'), (u'INDIRECT_-1206915150', u'COPY_-1206915209'), (u'STORE_-1206917839', u'INDIRECT_-1206914592'), (u'MULTIEQUAL_-1206915332', u'MULTIEQUAL_-1206914474'), (u'INDIRECT_-1206915416', u'INT_SLESS_-1206917954'), (u'INT_ADD_-1206918632', u'CAST_-1206913980'), (u'LOAD_-1206918777', u'CAST_-1206913501'), ('const-8', u'PTRADD_-1206913829'), (u'INT_SLESS_-1206917942', u'CBRANCH_-1206917949'), (u'MULTIEQUAL_-1206913862', u'MULTIEQUAL_-1206913851'), (u'MULTIEQUAL_-1206913910', u'MULTIEQUAL_-1206913725'), ('tmp_5312', u'CBRANCH_-1206917155'), (u'INDIRECT_-1206914981', u'MULTIEQUAL_-1206915178'), ('tmp_5268', u'CBRANCH_-1206917190'), (u'CALL_-1206918135', u'INDIRECT_-1206914039'), (u'MULTIEQUAL_-1206916427', u'INT_EQUAL_-1206919163'), (u'CALL_-1206918649', u'INDIRECT_-1206914876'), (u'INDIRECT_-1206913587', u'MULTIEQUAL_-1206913542'), ('const-0', u'COPY_-1206912945'), (u'CALL_-1206920775', u'INDIRECT_-1206915933'), (u'INDIRECT_-1206915138', u'MULTIEQUAL_-1206915111'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914241'), (u'STORE_-1206920308', u'INDIRECT_-1206915802'), (u'STORE_-1206917839', u'INDIRECT_-1206914332'), (u'CALLIND_-1206918767', u'INDIRECT_-1206914961'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913462'), (u'CALL_-1206917171', u'INT_SLESS_-1206917156'), (u'INT_ADD_-1206919025', u'CAST_-1206913252'), ('const-433', u'LOAD_-1206918710'), ('tmp_13332', u'PTRADD_-1206913135'), (u'CALL_-1206920081', u'INDIRECT_-1206915435'), ('tmp_13338', u'CALL_-1206919594'), ('tmp_138', u'CBRANCH_-1206920827'), (u'CALL_-1206916862', u'CAST_-1206912340'), ('tmp_2816', u'CBRANCH_-1206918575'), (u'MULTIEQUAL_-1206916647', u'INT_LESS_-1206918773'), (u'MULTIEQUAL_-1206914779', u'MULTIEQUAL_-1206914734'), (u'STORE_-1206917932', u'INDIRECT_-1206914773'), (u'INDIRECT_-1206915026', u'MULTIEQUAL_-1206914214'), ('const-1', u'COPY_-1206913299'), (u'INDIRECT_-1206914526', u'MULTIEQUAL_-1206914463'), (u'LOAD_-1206918745', u'INT_ADD_-1206918713'), (u'MULTIEQUAL_-1206916774', u'MULTIEQUAL_-1206915924'), (u'INT_ADD_-1206917753', u'CAST_-1206912139'), (u'INT_EQUAL_-1206917793', u'CBRANCH_-1206917788'), (u'MULTIEQUAL_-1206914788', u'MULTIEQUAL_-1206915048'), (u'MULTIEQUAL_-1206915598', u'INT_ADD_-1206917858'), (u'INDIRECT_-1206915668', u'MULTIEQUAL_-1206915592'), (u'INDIRECT_-1206914401', u'MULTIEQUAL_-1206914356'), (u'MULTIEQUAL_-1206914539', u'MULTIEQUAL_-1206915169'), ('tmp_3953', u'BRANCH_-1206917828'), (u'INDIRECT_-1206914634', u'INT_LESS_-1206920230'), (u'MULTIEQUAL_-1206914974', u'INT_NOTEQUAL_-1206919178'), (u'MULTIEQUAL_-1206914128', u'MULTIEQUAL_-1206913275'), (u'CALL_-1206920775', u'INDIRECT_-1206916128'), ('const-32', u'INT_ADD_-1206917920'), (u'INDIRECT_-1206914640', u'MULTIEQUAL_-1206916066'), (u'CALL_-1206918135', u'CALL_-1206918060'), (u'MULTIEQUAL_-1206914779', u'MULTIEQUAL_-1206914109'), (u'CALL_-1206918649', u'INDIRECT_-1206914681'), ('tmp_4704', u'CBRANCH_-1206917740'), (u'LOAD_-1206918682', u'CALL_-1206918649'), ('const-433', u'STORE_-1206919992'), ('const-0', u'PTRSUB_-1206912391'), (u'INDIRECT_-1206915593', u'MULTIEQUAL_-1206915251'), (u'INDIRECT_-1206914575', u'MULTIEQUAL_-1206916001'), (u'STORE_-1206920248', u'INDIRECT_-1206915564'), ('tmp_3281', u'BRANCH_-1206917802'), (u'CALL_-1206917171', u'INDIRECT_-1206914185'), (u'INT_ADD_-1206917418', u'INT_SEXT_-1206917412'), (u'CALLIND_-1206917861', u'INDIRECT_-1206913603'), ('const-433', u'STORE_-1206920308'), ('tmp_696', u'CBRANCH_-1206920433'), (u'STORE_-1206920248', u'INDIRECT_-1206915629'), (u'LOAD_-1206918849', u'INT_ADD_-1206918826'), (u'STORE_-1206920308', u'INDIRECT_-1206915607'), ('const-8', u'PTRADD_-1206913070'), ('tmp_3254', u'BRANCH_-1206917989'), (u'INT_ADD_-1206917878', u'CAST_-1206912740'), (u'INDIRECT_-1206914160', u'MULTIEQUAL_-1206915936'), (u'COPY_-1206913836', u'MULTIEQUAL_-1206916405'), (u'INDIRECT_-1206915203', u'MULTIEQUAL_-1206914861'), (u'STORE_-1206920248', u'INDIRECT_-1206915824'), ('const-8', u'PTRADD_-1206913953'), (u'MULTIEQUAL_-1206913434', u'MULTIEQUAL_-1206913813'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206917792'), ('const-1', u'COPY_-1206913170'), (u'INT_ADD_-1206917351', u'CAST_-1206912423'), (u'CALL_-1206918092', u'CALL_-1206918060'), (u'CAST_-1206914375', u'LOAD_-1206920888'), (u'CALL_-1206917171', u'INDIRECT_-1206914640'), (u'CALL_-1206916814', u'INDIRECT_-1206913935'), (u'MULTIEQUAL_-1206915027', u'COPY_-1206915101'), (u'CALL_-1206918135', u'INDIRECT_-1206915449'), (u'MULTIEQUAL_-1206916416', u'INT_ADD_-1206919857'), (u'INDIRECT_-1206914865', u'MULTIEQUAL_-1206915027'), (u'INDIRECT_-1206916323', u'COPY_-1206913551'), (u'INT_EQUAL_-1206918577', u'CBRANCH_-1206918575'), (u'INDIRECT_-1206914746', u'MULTIEQUAL_-1206914658'), (u'INDIRECT_-1206914527', u'MULTIEQUAL_-1206915371'), (u'MULTIEQUAL_-1206914909', u'MULTIEQUAL_-1206914679'), (u'STORE_-1206920293', u'INDIRECT_-1206915922'), (u'INDIRECT_-1206914065', u'MULTIEQUAL_-1206913883'), ('const-433', u'LOAD_-1206917115'), ('const-433', u'LOAD_-1206919654'), (u'CALL_-1206917171', u'INDIRECT_-1206913165'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915416'), ('tmp_1891', u'CBRANCH_-1206918588'), (u'INDIRECT_-1206914596', u'MULTIEQUAL_-1206914551'), ('tmp_168', u'CBRANCH_-1206920806'), (u'INT_SLESS_-1206916795', u'CBRANCH_-1206916794'), (u'INT_EQUAL_-1206917157', u'CBRANCH_-1206917147'), (u'INDIRECT_-1206915351', u'MULTIEQUAL_-1206915169'), (u'LOAD_-1206917951', u'MULTIEQUAL_-1206916388'), (u'CALL_-1206918990', u'INDIRECT_-1206913764'), (u'CALL_-1206918135', u'INDIRECT_-1206913990'), (u'CALL_-1206916814', u'INDIRECT_-1206914260'), (u'MULTIEQUAL_-1206913970', u'MULTIEQUAL_-1206913953'), (u'INT_LESS_-1206920191', u'CBRANCH_-1206920187'), (u'PTRADD_-1206913765', u'LOAD_-1206919592'), (u'MULTIEQUAL_-1206916739', u'MULTIEQUAL_-1206916769'), (u'CALL_-1206916643', u'INDIRECT_-1206912767'), ('const-8', u'PTRADD_-1206913629'), (u'STORE_-1206919719', u'INDIRECT_-1206915472'), (u'INT_ADD_-1206918826', u'CAST_-1206913526'), ('const-0', u'COPY_-1206917267'), (u'CALL_-1206920775', u'INDIRECT_-1206916323'), (u'INDIRECT_-1206914119', u'MULTIEQUAL_-1206913970'), (u'INT_ADD_-1206917975', u'MULTIEQUAL_-1206916119'), (u'STORE_-1206919730', u'INDIRECT_-1206915286'), (u'LOAD_-1206919947', u'INT_ADD_-1206919924'), ('const-433', u'LOAD_-1206917779'), (u'LOAD_-1206919549', u'MULTIEQUAL_-1206916774'), ('tmp_2574', u'CBRANCH_-1206917788'), (u'LOAD_-1206918016', u'INT_ADD_-1206917975'), (u'INDIRECT_-1206916323', u'MULTIEQUAL_-1206915417'), (u'CALL_-1206918060', u'INDIRECT_-1206915341'), (u'LOAD_-1206917936', u'INT_ADD_-1206917906'), ('const-1', u'INT_ADD_-1206917418'), ('const-433', u'LOAD_-1206920691'), ('const-0', u'INT_EQUAL_-1206920434'), (u'CALL_-1206918060', u'INDIRECT_-1206913996'), (u'INDIRECT_-1206914000', u'MULTIEQUAL_-1206913818'), (u'MULTIEQUAL_-1206915059', u'MULTIEQUAL_-1206915048'), ('const-8', u'PTRADD_-1206914155'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206919776'), (u'INT_NOTEQUAL_-1206917135', u'CBRANCH_-1206917130'), (u'INT_EQUAL_-1206917405', u'CBRANCH_-1206917403'), ('const-433', u'STORE_-1206920266'), (u'MULTIEQUAL_-1206914832', u'COPY_-1206914906'), (u'INDIRECT_-1206913462', u'MULTIEQUAL_-1206913434'), ('const-1', u'INT_SUB_-1206917023'), ('tmp_3587', u'BRANCH_-1206918705'), (u'INT_ADD_-1206917854', u'CAST_-1206912731'), (u'STORE_-1206919992', u'INDIRECT_-1206915749'), (u'INT_ADD_-1206918694', u'CAST_-1206913108'), (u'INT_LESSEQUAL_-1206917320', u'CBRANCH_-1206917330'), (u'INT_ADD_-1206917163', u'CAST_-1206912404'), (u'INDIRECT_-1206912815', u'PTRADD_-1206912324'), (u'STORE_-1206920293', u'INDIRECT_-1206915987'), (u'INT_SLESS_-1206919459', u'CBRANCH_-1206919466'), (u'CALL_-1206918092', u'INDIRECT_-1206913964'), (u'MULTIEQUAL_-1206916568', u'MULTIEQUAL_-1206916551'), (u'INT_ADD_-1206919516', u'INT_LESSEQUAL_-1206919504'), (u'MULTIEQUAL_-1206914286', u'MULTIEQUAL_-1206913434'), (u'INT_EQUAL_-1206917831', u'CBRANCH_-1206917826'), (u'INDIRECT_-1206915203', u'MULTIEQUAL_-1206915176'), (u'INT_EQUAL_-1206919163', u'BOOL_OR_-1206915514'), (u'MULTIEQUAL_-1206914811', u'MULTIEQUAL_-1206915189'), ('const-0', u'INT_EQUAL_-1206918577'), (u'MULTIEQUAL_-1206916416', u'INT_LESSEQUAL_-1206917730'), ('const-0', u'STORE_-1206917932'), (u'CAST_-1206913033', u'STORE_-1206917921'), (u'INDIRECT_-1206915723', u'MULTIEQUAL_-1206915696'), ('const-272', u'INT_EQUAL_-1206917831'), (u'INT_LESS_-1206918592', u'CBRANCH_-1206918588'), (u'MULTIEQUAL_-1206915364', u'MULTIEQUAL_-1206914694'), ('const-5', u'CALL_-1206918092'), (u'INDIRECT_-1206913934', u'COPY_-1206913969'), (u'INDIRECT_-1206914657', u'MULTIEQUAL_-1206915397'), (u'INDIRECT_-1206915156', u'MULTIEQUAL_-1206914991'), (u'INDIRECT_-1206914315', u'MULTIEQUAL_-1206913818'), (u'MULTIEQUAL_-1206914474', u'MULTIEQUAL_-1206915121'), ('const-8', u'INT_MULT_-1206917923'), (u'STORE_-1206920276', u'INDIRECT_-1206915910'), ('const-433', u'LOAD_-1206917943'), ('const-8', u'PTRADD_-1206912273'), ('const-1298776', u'COPY_-1206913657'), (u'PTRADD_-1206914129', u'STORE_-1206920248'), (u'MULTIEQUAL_-1206914344', u'MULTIEQUAL_-1206914974'), (u'MULTIEQUAL_-1206914994', u'MULTIEQUAL_-1206914983'), (u'INT_ADD_-1206917345', u'CAST_-1206912413'), (u'STORE_-1206920266', u'INDIRECT_-1206915707'), (u'COPY_-1206917003', u'MULTIEQUAL_-1206914754'), (u'INT_MULT_-1206918821', u'INT_ADD_-1206918833'), (u'MULTIEQUAL_-1206914079', u'MULTIEQUAL_-1206913226'), ('tmp_13332', u'PTRADD_-1206913144'), (u'MULTIEQUAL_-1206915364', u'MULTIEQUAL_-1206915134'), (u'CALL_-1206917807', u'INDIRECT_-1206914680'), ('tmp_3488', u'CBRANCH_-1206918782'), (u'CALL_-1206918147', u'INDIRECT_-1206915262'), (u'CALL_-1206918060', u'INDIRECT_-1206915211'), (u'CALL_-1206920346', u'INDIRECT_-1206914585'), ('tmp_13325', u'PTRSUB_-1206914203'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914661'), (u'CALL_-1206916643', u'INDIRECT_-1206913609'), (u'MULTIEQUAL_-1206915451', u'MULTIEQUAL_-1206914604'), (u'CALL_-1206920346', u'INDIRECT_-1206915524'), ('const-0', u'INT_NOTEQUAL_-1206920735'), (u'MULTIEQUAL_-1206914486', u'MULTIEQUAL_-1206914239'), (u'INDIRECT_-1206913870', u'MULTIEQUAL_-1206913688'), (u'STORE_-1206917943', u'INDIRECT_-1206914847'), ('tmp_21206', u'MULTIEQUAL_-1206914897'), (u'INDIRECT_-1206916193', u'MULTIEQUAL_-1206915287'), ('tmp_1811', u'CBRANCH_-1206919503'), (u'MULTIEQUAL_-1206914170', u'MULTIEQUAL_-1206913323'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915668'), (u'CAST_-1206912442', u'LOAD_-1206917401'), (u'INDIRECT_-1206913835', u'MULTIEQUAL_-1206915611'), (u'STORE_-1206917932', u'INDIRECT_-1206914448'), (u'STORE_-1206917846', u'INDIRECT_-1206914467'), (u'INT_LESSEQUAL_-1206917884', u'CBRANCH_-1206917880'), (u'PTRADD_-1206914142', u'STORE_-1206920266'), ('const-433', u'LOAD_-1206917381'), (u'INDIRECT_-1206916193', u'MULTIEQUAL_-1206915936'), ('const-8', u'PTRADD_-1206913847'), ('tmp_13343', u'CALL_-1206916814'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915586'), (u'CALL_-1206920346', u'INDIRECT_-1206915784'), (u'CAST_-1206912794', u'LOAD_-1206918000'), (u'INDIRECT_-1206914634', u'MULTIEQUAL_-1206914551'), ('const-0', u'INT_EQUAL_-1206917191'), (u'INT_AND_-1206917064', u'INT_LEFT_-1206917060'), (u'CALL_-1206918990', u'INDIRECT_-1206914703'), (u'INDIRECT_-1206914099', u'CALL_-1206916814'), (u'MULTIEQUAL_-1206916647', u'MULTIEQUAL_-1206916321'), (u'INDIRECT_-1206915026', u'MULTIEQUAL_-1206915061'), ('const-433', u'LOAD_-1206917148'), ('const-1', u'PTRADD_-1206913070'), ('tmp_13338', u'PTRADD_-1206912273'), (u'MULTIEQUAL_-1206914616', u'MULTIEQUAL_-1206914369'), (u'CALL_-1206920346', u'INDIRECT_-1206915654'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914510'), (u'CALL_-1206920346', u'INDIRECT_-1206914682'), (u'INT_SUB_-1206917849', u'STORE_-1206917839'), (u'INT_NOTEQUAL_-1206919178', u'BOOL_OR_-1206915514'), (u'MULTIEQUAL_-1206915592', u'MULTIEQUAL_-1206914734'), (u'INT_SEXT_-1206917960', u'INT_SLESS_-1206917942'), (u'INDIRECT_-1206915803', u'MULTIEQUAL_-1206915546'), (u'CAST_-1206912892', u'LOAD_-1206917936'), (u'STORE_-1206917846', u'INDIRECT_-1206914402'), (u'INDIRECT_-1206913999', u'COPY_-1206914034'), (u'INDIRECT_-1206915020', u'COPY_-1206915079'), ('const-433', u'LOAD_-1206917936'), ('const-32', u'INT_ADD_-1206919776'), (u'LOAD_-1206918811', u'INT_ADD_-1206918793'), (u'COPY_-1206914122', u'CALL_-1206920081'), (u'STORE_-1206920276', u'INDIRECT_-1206915845'), (u'CALL_-1206917171', u'INDIRECT_-1206914575'), (u'INDIRECT_-1206915111', u'MULTIEQUAL_-1206915308'), (u'MULTIEQUAL_-1206914974', u'MULTIEQUAL_-1206914744'), (u'LOAD_-1206917870', u'INT_ADD_-1206917845'), (u'CALL_-1206920053', u'INDIRECT_-1206914514'), (u'CALL_-1206918990', u'INDIRECT_-1206915223'), ('const-0', u'COPY_-1206917027'), (u'SUBPIECE_-1206914549', u'MULTIEQUAL_-1206914962'), (u'INT_ADD_-1206917935', u'CAST_-1206912770'), (u'CALL_-1206916643', u'INDIRECT_-1206913999'), ('const-32', u'INT_ADD_-1206920412'), (u'CALL_-1206920053', u'INDIRECT_-1206915876'), (u'INDIRECT_-1206914921', u'MULTIEQUAL_-1206914876'), ('const-8', u'PTRADD_-1206913642'), ('tmp_5316', u'CBRANCH_-1206917147'), (u'CALL_-1206916814', u'INDIRECT_-1206913740'), (u'PTRSUB_-1206913937', u'CALL_-1206918990'), ('const-0', u'CALL_-1206918092'), (u'MULTIEQUAL_-1206915397', u'MULTIEQUAL_-1206915358'), (u'INDIRECT_-1206915738', u'MULTIEQUAL_-1206914832'), ('const-433', u'LOAD_-1206917363'), ('const-16', u'INT_ADD_-1206917913'), (u'CALL_-1206920053', u'INDIRECT_-1206915486'), (u'INT_MULT_-1206917373', u'INT_ADD_-1206917385'), (u'STORE_-1206920023', u'INDIRECT_-1206915896'), (u'CALL_-1206918605', u'INDIRECT_-1206914786'), ('const-32', u'INT_ADD_-1206919541'), ('const-433', u'LOAD_-1206918745'), ('tmp_1953', u'BRANCH_-1206918550'), (u'INDIRECT_-1206914634', u'MULTIEQUAL_-1206914466'), (u'LOAD_-1206918822', u'INT_ADD_-1206918793'), (u'MULTIEQUAL_-1206913472', u'CALL_-1206918990'), (u'MULTIEQUAL_-1206914334', u'MULTIEQUAL_-1206913922'), (u'INDIRECT_-1206915286', u'MULTIEQUAL_-1206915321'), (u'MULTIEQUAL_-1206915451', u'MULTIEQUAL_-1206915423'), ('const-1', u'COPY_-1206913542'), (u'INT_ADD_-1206918777', u'MULTIEQUAL_-1206914045'), (u'CAST_-1206913094', u'LOAD_-1206918682'), (u'STORE_-1206920266', u'INDIRECT_-1206916032'), (u'MULTIEQUAL_-1206914844', u'MULTIEQUAL_-1206914614'), (u'INDIRECT_-1206914791', u'MULTIEQUAL_-1206914746'), (u'INDIRECT_-1206914916', u'MULTIEQUAL_-1206915113'), (u'INDIRECT_-1206914890', u'COPY_-1206914949'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914900'), ('const-433', u'LOAD_-1206917805'), ('const-7', u'PTRADD_-1206914129'), (u'PTRADD_-1206912951', u'STORE_-1206917846'), (u'MULTIEQUAL_-1206915462', u'MULTIEQUAL_-1206915423'), ('tmp_21187', u'MULTIEQUAL_-1206915027'), ('const-8', u'PTRADD_-1206912946'), (u'MULTIEQUAL_-1206915293', u'MULTIEQUAL_-1206915321'), (u'PTRSUB_-1206913096', u'CALLIND_-1206917769'), (u'MULTIEQUAL_-1206913813', u'MULTIEQUAL_-1206913802'), (u'INT_ADD_-1206918729', u'CAST_-1206913478'), (u'INDIRECT_-1206915406', u'MULTIEQUAL_-1206915352'), (u'CALL_-1206918928', u'INDIRECT_-1206915060'), (u'LOAD_-1206917943', u'INT_ADD_-1206917920'), (u'CALL_-1206920053', u'INDIRECT_-1206915421'), (u'CALL_-1206916761', u'INDIRECT_-1206914225'), (u'PTRSUB_-1206914008', u'CALL_-1206919996'), (u'COPY_-1206913439', u'MULTIEQUAL_-1206915926'), (u'COPY_-1206913657', u'CALL_-1206918092'), (u'MULTIEQUAL_-1206915332', u'MULTIEQUAL_-1206915293'), (u'CAST_-1206912850', u'STORE_-1206917853'), (u'CALL_-1206918649', u'INDIRECT_-1206913709'), (u'CALL_-1206918928', u'INDIRECT_-1206913828'), ('const--1', u'INT_EQUAL_-1206920625'), ('tmp_3409', u'CBRANCH_-1206918823'), (u'MULTIEQUAL_-1206914996', u'MULTIEQUAL_-1206914968'), (u'MULTIEQUAL_-1206914616', u'MULTIEQUAL_-1206914994'), (u'CALL_-1206919594', u'INDIRECT_-1206915297'), (u'LOAD_-1206920755', u'INT_REM_-1206920523'), (u'INT_AND_-1206917227', u'INT_EQUAL_-1206917241'), ('const-8', u'PTRADD_-1206914367'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915156'), (u'INT_ADD_-1206919541', u'CAST_-1206913626'), ('tmp_13343', u'CALL_-1206920346'), (u'INDIRECT_-1206915473', u'MULTIEQUAL_-1206915186'), ('const-433', u'STORE_-1206919719'), (u'INDIRECT_-1206912898', u'MULTIEQUAL_-1206912733'), (u'MULTIEQUAL_-1206916321', u'MULTIEQUAL_-1206915475'), ('const-40', u'INT_ADD_-1206918713'), (u'CALLIND_-1206917769', u'INDIRECT_-1206913511'), ('tmp_616', u'CBRANCH_-1206920500'), (u'INT_ADD_-1206917845', u'COPY_-1206912851'), ('tmp_5350', u'BRANCH_-1206917101'), ('tmp_13332', u'PTRADD_-1206913765'), (u'MULTIEQUAL_-1206914334', u'MULTIEQUAL_-1206913483'), (u'MULTIEQUAL_-1206915358', u'MULTIEQUAL_-1206915386'), ('const-1', u'INT_ADD_-1206918777'), (u'INDIRECT_-1206915554', u'MULTIEQUAL_-1206915468'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915326'), (u'INDIRECT_-1206915016', u'MULTIEQUAL_-1206914962'), (u'INT_RIGHT_-1206918529', u'INT_AND_-1206918487'), (u'LOAD_-1206918737', u'MULTIEQUAL_-1206916769'), (u'INDIRECT_-1206915658', u'MULTIEQUAL_-1206915316'), (u'INDIRECT_-1206915933', u'MULTIEQUAL_-1206915027'), (u'MULTIEQUAL_-1206914723', u'MULTIEQUAL_-1206914983'), (u'INT_LESS_-1206920491', u'CBRANCH_-1206920500'), (u'MULTIEQUAL_-1206915663', u'INT_SLESS_-1206917942'), (u'LOAD_-1206917125', u'INT_ADD_-1206917099'), ('tmp_913', u'CBRANCH_-1206920227'), ('const--1', u'COPY_-1206919983'), (u'INDIRECT_-1206913705', u'MULTIEQUAL_-1206915481'), (u'CALL_-1206918649', u'INDIRECT_-1206914941'), (u'CALL_-1206918005', u'INDIRECT_-1206914549'), (u'INDIRECT_-1206915136', u'MULTIEQUAL_-1206915048'), (u'CAST_-1206912340', u'COPY_-1206912381'), (u'CALL_-1206917807', u'INDIRECT_-1206914615'), (u'INDIRECT_-1206915593', u'MULTIEQUAL_-1206915566'), (u'CALL_-1206916862', u'INDIRECT_-1206913969'), ('tmp_13338', u'PTRADD_-1206914367'), (u'INDIRECT_-1206915359', u'MULTIEQUAL_-1206915273'), (u'CALL_-1206917171', u'INDIRECT_-1206914055'), (u'INDIRECT_-1206915538', u'MULTIEQUAL_-1206915251'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206919533'), (u'INDIRECT_-1206914898', u'MULTIEQUAL_-1206914834'), (u'MULTIEQUAL_-1206915072', u'MULTIEQUAL_-1206914214'), ('tmp_13332', u'PTRADD_-1206912956'), (u'INDIRECT_-1206914195', u'MULTIEQUAL_-1206914013'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206919541'), (u'SUBPIECE_-1206916267', u'STORE_-1206917853'), ('const-0', u'INT_NOTEQUAL_-1206919178'), (u'INT_NOTEQUAL_-1206920829', u'CBRANCH_-1206920827'), (u'INDIRECT_-1206914898', u'MULTIEQUAL_-1206915403'), (u'STORE_-1206917853', u'INDIRECT_-1206914602'), (u'MULTIEQUAL_-1206914176', u'MULTIEQUAL_-1206914142'), (u'CAST_-1206912874', u'INT_LESSEQUAL_-1206917884'), (u'CAST_-1206913519', u'LOAD_-1206918822'), (u'PTRADD_-1206912946', u'CAST_-1206912841'), (u'MULTIEQUAL_-1206914968', u'MULTIEQUAL_-1206914996'), (u'MULTIEQUAL_-1206915061', u'MULTIEQUAL_-1206914214'), (u'STORE_-1206917943', u'INDIRECT_-1206914977'), (u'INDIRECT_-1206915158', u'MULTIEQUAL_-1206915663'), (u'INDIRECT_-1206915473', u'MULTIEQUAL_-1206915397'), (u'CAST_-1206912413', u'INT_LESSEQUAL_-1206917320'), (u'CALL_-1206916814', u'INDIRECT_-1206912801'), ('const-18', u'PTRADD_-1206913629'), (u'INT_ADD_-1206917975', u'MULTIEQUAL_-1206915475'), ('const-1', u'INT_AND_-1206917122'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914531'), (u'MULTIEQUAL_-1206913905', u'MULTIEQUAL_-1206913862'), (u'CALL_-1206918147', u'INDIRECT_-1206914937'), (u'INT_ADD_-1206918569', u'CAST_-1206913121'), (u'LOAD_-1206916655', u'CALL_-1206916643'), ('tmp_972', u'CBRANCH_-1206920187'), (u'MULTIEQUAL_-1206915663', u'COPY_-1206913934'), (u'CALL_-1206918605', u'INDIRECT_-1206913587'), (u'INDIRECT_-1206915158', u'MULTIEQUAL_-1206915094'), (u'INDIRECT_-1206914634', u'MULTIEQUAL_-1206914078'), (u'MULTIEQUAL_-1206915007', u'MULTIEQUAL_-1206914968'), ('tmp_13332', u'PTRADD_-1206914150'), (u'CALL_-1206918841', u'INDIRECT_-1206913788'), (u'CALL_-1206917807', u'INDIRECT_-1206914745'), (u'MULTIEQUAL_-1206913275', u'MULTIEQUAL_-1206913922'), (u'INDIRECT_-1206913511', u'MULTIEQUAL_-1206913483'), (u'INDIRECT_-1206914851', u'MULTIEQUAL_-1206915048'), (u'LOAD_-1206920495', u'INT_ADD_-1206920412'), (u'MULTIEQUAL_-1206914539', u'MULTIEQUAL_-1206915186'), (u'CALL_-1206918649', u'INDIRECT_-1206913612'), ('const-25', u'PTRADD_-1206912709'), (u'CAST_-1206913614', u'LOAD_-1206919541'), (u'INT_EQUAL_-1206919799', u'CBRANCH_-1206919797'), ('const-272', u'INT_AND_-1206917832'), (u'CAST_-1206912841', u'STORE_-1206917839'), (u'MULTIEQUAL_-1206914149', u'MULTIEQUAL_-1206914796'), ('const-8', u'PTRADD_-1206912951'), ('const-0', u'COPY_-1206917142'), (u'MULTIEQUAL_-1206914941', u'MULTIEQUAL_-1206915319'), (u'MULTIEQUAL_-1206915287', u'COPY_-1206915361'), ('const-8', u'PTRADD_-1206913484'), (u'MULTIEQUAL_-1206916328', u'COPY_-1206913370'), ('const-433', u'LOAD_-1206917870'), (u'INT_EQUAL_-1206917900', u'CBRANCH_-1206917898'), (u'INT_DIV_-1206916926', u'COPY_-1206912584'), (u'CALL_-1206918841', u'INDIRECT_-1206915150'), ('tmp_2125', u'CBRANCH_-1206919087'), (u'CALL_-1206918928', u'INDIRECT_-1206914800'), (u'MULTIEQUAL_-1206915004', u'MULTIEQUAL_-1206914918'), (u'MULTIEQUAL_-1206915905', u'COPY_-1206913368'), ('const-1', u'INT_LEFT_-1206917060'), (u'STORE_-1206917839', u'INDIRECT_-1206914852'), (u'MULTIEQUAL_-1206914844', u'MULTIEQUAL_-1206914174'), (u'INDIRECT_-1206914799', u'MULTIEQUAL_-1206914559'), (u'MULTIEQUAL_-1206913856', u'MULTIEQUAL_-1206913813'), (u'INDIRECT_-1206914094', u'MULTIEQUAL_-1206914639'), (u'CALL_-1206918928', u'INDIRECT_-1206914670'), ('tmp_1031', u'CBRANCH_-1206920127'), (u'MULTIEQUAL_-1206915462', u'MULTIEQUAL_-1206914604'), (u'CALLIND_-1206919556', u'INDIRECT_-1206915083'), (u'INT_LESSEQUAL_-1206917728', u'CBRANCH_-1206917737'), (u'INT_ADD_-1206920009', u'CAST_-1206913903'), ('const-4294967295', u'STORE_-1206919708'), (u'PTRADD_-1206913515', u'CAST_-1206913438'), (u'INDIRECT_-1206915286', u'MULTIEQUAL_-1206915121'), (u'MULTIEQUAL_-1206914286', u'SUBPIECE_-1206916267'), (u'MULTIEQUAL_-1206914286', u'INT_MULT_-1206917846'), (u'LOAD_-1206920617', u'CAST_-1206914226'), (u'INDIRECT_-1206914185', u'MULTIEQUAL_-1206913688'), (u'LOAD_-1206920691', u'INT_SUB_-1206920661'), (u'CALL_-1206918990', u'INDIRECT_-1206914833'), (u'MULTIEQUAL_-1206914996', u'INT_LESS_-1206920230'), (u'BOOL_NEGATE_-1206913509', u'CBRANCH_-1206919087'), (u'MULTIEQUAL_-1206914734', u'MULTIEQUAL_-1206915364'), (u'INDIRECT_-1206915481', u'MULTIEQUAL_-1206914669'), ('tmp_3661', u'CBRANCH_-1206918754'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918008'), (u'CALL_-1206916814', u'INDIRECT_-1206914325'), ('tmp_21187', u'INT_NOTEQUAL_-1206920829'), ('const-1317479', u'COPY_-1206913887'), ('tmp_13338', u'PTRADD_-1206914397'), (u'INDIRECT_-1206915213', u'MULTIEQUAL_-1206915137'), (u'INT_SUB_-1206919816', u'INT_LESSEQUAL_-1206917884'), (u'MULTIEQUAL_-1206914614', u'MULTIEQUAL_-1206914528'), (u'CAST_-1206912740', u'LOAD_-1206917894'), (u'PTRADD_-1206914163', u'STORE_-1206920293'), ('const-433', u'LOAD_-1206918134'), (u'INT_ADD_-1206918777', u'INT_SLESS_-1206918747'), (u'PTRADD_-1206913847', u'STORE_-1206919730'), (u'MULTIEQUAL_-1206915386', u'MULTIEQUAL_-1206914539'), (u'PTRADD_-1206913126', u'CAST_-1206913033'), (u'INDIRECT_-1206915658', u'MULTIEQUAL_-1206915631'), (u'CALL_-1206917171', u'INDIRECT_-1206914315'), (u'INT_ADD_-1206918777', u'MULTIEQUAL_-1206913226'), ('const-0', u'COPY_-1206916023'), ('const-433', u'STORE_-1206917853'), (u'CALL_-1206918147', u'INDIRECT_-1206915392'), (u'MULTIEQUAL_-1206914796', u'MULTIEQUAL_-1206914779'), (u'CALL_-1206920053', u'INDIRECT_-1206915356'), (u'COPY_-1206912430', u'MULTIEQUAL_-1206913533'), ('const-4294967295', u'STORE_-1206917921'), (u'CALLIND_-1206917861', u'INDIRECT_-1206914770'), (u'CALL_-1206919996', u'INDIRECT_-1206915842'), (u'LOAD_-1206918134', u'CALL_-1206918060'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915351'), (u'MULTIEQUAL_-1206914779', u'MULTIEQUAL_-1206914549'), (u'STORE_-1206917839', u'INDIRECT_-1206914397'), (u'CALLIND_-1206919644', u'INDIRECT_-1206915261'), ('const-433', u'STORE_-1206919730'), (u'INDIRECT_-1206914129', u'COPY_-1206914164'), (u'MULTIEQUAL_-1206916388', u'MULTIEQUAL_-1206916159'), ('const-433', u'LOAD_-1206920888'), (u'CALL_-1206918147', u'CALL_-1206918135'), ('const-433', u'STORE_-1206920293'), (u'INDIRECT_-1206915333', u'MULTIEQUAL_-1206914991'), (u'MULTIEQUAL_-1206916119', u'INT_SUB_-1206918686'), (u'CAST_-1206912964', u'CALLIND_-1206917769'), ('const-8', u'PTRADD_-1206914163'), (u'CALLIND_-1206919556', u'INDIRECT_-1206914144'), (u'PTRSUB_-1206913937', u'CALL_-1206918005'), (u'INDIRECT_-1206914592', u'MULTIEQUAL_-1206915332'), (u'COPY_-1206913864', u'MULTIEQUAL_-1206915965'), ('const-8', u'INT_MULT_-1206917846'), (u'CALL_-1206918990', u'INDIRECT_-1206915288'), ('const-21', u'PTRADD_-1206914150'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915221'), (u'LOAD_-1206920755', u'INT_DIV_-1206916926'), (u'MULTIEQUAL_-1206914474', u'MULTIEQUAL_-1206915104'), (u'MULTIEQUAL_-1206914962', u'INT_SUB_-1206917849'), (u'CALL_-1206918990', u'INDIRECT_-1206914768'), (u'MULTIEQUAL_-1206914176', u'MULTIEQUAL_-1206913323'), (u'MULTIEQUAL_-1206915386', u'MULTIEQUAL_-1206915358'), (u'STORE_-1206919719', u'INDIRECT_-1206915277'), (u'MULTIEQUAL_-1206914286', u'MULTIEQUAL_-1206913873'), ('const-1082240', u'PTRSUB_-1206912391'), (u'STORE_-1206919719', u'INDIRECT_-1206915732'), (u'INT_ADD_-1206919751', u'MULTIEQUAL_-1206916332'), (u'CALL_-1206919996', u'INDIRECT_-1206915582'), (u'CALL_-1206917171', u'INDIRECT_-1206914445'), ('tmp_13332', u'CALL_-1206918005'), (u'CALL_-1206920081', u'INDIRECT_-1206915760'), ('const-8', u'PTRADD_-1206914284'), (u'INDIRECT_-1206915026', u'MULTIEQUAL_-1206914844'), (u'CAST_-1206914068', u'STORE_-1206920308'), (u'INT_NOTEQUAL_-1206920760', u'CBRANCH_-1206920760'), ('const-0', u'COPY_-1206920866'), (u'LOAD_-1206917805', u'CALLIND_-1206917769'), ('tmp_1854', u'CBRANCH_-1206919466'), (u'STORE_-1206920293', u'INDIRECT_-1206915532'), (u'INDIRECT_-1206913764', u'MULTIEQUAL_-1206914286'), (u'MULTIEQUAL_-1206915033', u'MULTIEQUAL_-1206915061'), (u'CALL_-1206920081', u'INDIRECT_-1206915630'), (u'MULTIEQUAL_-1206915338', u'COPY_-1206913933'), ('tmp_21210', u'MULTIEQUAL_-1206915287'), (u'MULTIEQUAL_-1206913591', u'MULTIEQUAL_-1206913851'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914856'), (u'MULTIEQUAL_-1206913483', u'MULTIEQUAL_-1206913237'), (u'LOAD_-1206917401', u'INT_ADD_-1206917358'), (u'MULTIEQUAL_-1206915423', u'MULTIEQUAL_-1206915451'), (u'INT_ADD_-1206919751', u'MULTIEQUAL_-1206916119'), (u'INT_ADD_-1206918833', u'CAST_-1206913531'), (u'MULTIEQUAL_-1206914948', u'INT_ADD_-1206920196'), (u'INDIRECT_-1206915546', u'MULTIEQUAL_-1206915364'), (u'MULTIEQUAL_-1206914754', u'CALL_-1206918841'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914466'), (u'INT_ADD_-1206920412', u'CAST_-1206914141'), (u'INDIRECT_-1206913204', u'MULTIEQUAL_-1206913765'), (u'COPY_-1206913934', u'COPY_-1206912963'), ('tmp_13332', u'LOAD_-1206919566'), (u'CALL_-1206918092', u'INDIRECT_-1206915293'), (u'INDIRECT_-1206914119', u'MULTIEQUAL_-1206913323'), ('const-5', u'PTRADD_-1206914243'), (u'STORE_-1206917932', u'INDIRECT_-1206914708'), (u'MULTIEQUAL_-1206915191', u'MULTIEQUAL_-1206914344'), (u'CALL_-1206916814', u'INDIRECT_-1206913805'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915481'), ('tmp_3752', u'CBRANCH_-1206917961'), (u'INDIRECT_-1206915408', u'MULTIEQUAL_-1206915332'), (u'INT_LESS_-1206918946', u'CBRANCH_-1206918954'), ('const-0', u'SUBPIECE_-1206916267'), ('const-0', u'RETURN_-1206919019'), (u'INDIRECT_-1206913612', u'MULTIEQUAL_-1206913542'), (u'MULTIEQUAL_-1206914045', u'INT_MULT_-1206918821'), ('const-20', u'PTRADD_-1206914142'), (u'CALL_-1206919996', u'INDIRECT_-1206915647'), (u'CALL_-1206916862', u'INDIRECT_-1206914294'), (u'INDIRECT_-1206913739', u'COPY_-1206913774'), ('const-40', u'INT_ADD_-1206919760'), (u'MULTIEQUAL_-1206914383', u'MULTIEQUAL_-1206913970'), (u'STORE_-1206917943', u'INDIRECT_-1206914522'), (u'CALL_-1206916761', u'INDIRECT_-1206913770'), (u'LOAD_-1206918616', u'INT_NOTEQUAL_-1206918600'), (u'CALL_-1206917171', u'INDIRECT_-1206914510'), (u'INDIRECT_-1206915546', u'MULTIEQUAL_-1206915381'), (u'MULTIEQUAL_-1206914551', u'MULTIEQUAL_-1206914929'), (u'STORE_-1206920023', u'INDIRECT_-1206915636'), (u'CALL_-1206919996', u'INDIRECT_-1206915322'), ('const-433', u'STORE_-1206920023'), (u'CALL_-1206918605', u'INDIRECT_-1206914721'), (u'INT_EQUAL_-1206917241', u'CBRANCH_-1206917238'), (u'PTRADD_-1206913953', u'LOAD_-1206919947'), (u'CALL_-1206918605', u'INT_EQUAL_-1206918577'), (u'CALL_-1206918092', u'INDIRECT_-1206914061'), ('const-0', u'INT_EQUAL_-1206920461'), ('const-433', u'LOAD_-1206920219'), ('tmp_4150', u'CBRANCH_-1206917880'), (u'CALL_-1206918060', u'INDIRECT_-1206915081'), (u'STORE_-1206917839', u'INDIRECT_-1206914267'), (u'CALL_-1206919594', u'INDIRECT_-1206915687'), (u'MULTIEQUAL_-1206913285', u'CALL_-1206918005'), (u'MULTIEQUAL_-1206914926', u'MULTIEQUAL_-1206914909'), (u'MULTIEQUAL_-1206914734', u'MULTIEQUAL_-1206914723'), (u'CALL_-1206920775', u'INDIRECT_-1206916258'), (u'MULTIEQUAL_-1206913862', u'MULTIEQUAL_-1206913677'), (u'INDIRECT_-1206914955', u'COPY_-1206915014'), ('tmp_4485', u'CBRANCH_-1206917898'), ('const-0', u'COPY_-1206917015'), (u'CALLIND_-1206918767', u'INDIRECT_-1206915091'), (u'CAST_-1206912887', u'LOAD_-1206917929'), (u'CALL_-1206919996', u'INDIRECT_-1206914432'), (u'STORE_-1206920266', u'INDIRECT_-1206915512'), ('const-0', u'COPY_-1206920854'), ('const-8', u'PTRADD_-1206913812'), (u'CALL_-1206920775', u'INDIRECT_-1206914799'), (u'CALLIND_-1206917769', u'INDIRECT_-1206914401'), (u'MULTIEQUAL_-1206914122', u'MULTIEQUAL_-1206913275'), ('const-0', u'COPY_-1206912430'), (u'STORE_-1206920266', u'INDIRECT_-1206915642'), (u'CALL_-1206918649', u'INDIRECT_-1206914551'), (u'MULTIEQUAL_-1206915039', u'MULTIEQUAL_-1206914809'), (u'CALL_-1206918060', u'INDIRECT_-1206914886'), (u'MULTIEQUAL_-1206915488', u'MULTIEQUAL_-1206915516'), ('const-433', u'LOAD_-1206917951'), (u'CALL_-1206918605', u'INDIRECT_-1206914656'), (u'CALL_-1206920081', u'CAST_-1206913939'), (u'INT_AND_-1206917832', u'INT_EQUAL_-1206917831'), (u'COPY_-1206913291', u'CALL_-1206918605'), (u'CALL_-1206918841', u'INDIRECT_-1206915215'), (u'LOAD_-1206917253', u'INT_AND_-1206917227'), (u'CALL_-1206917171', u'INDIRECT_-1206914380'), (u'CALL_-1206918990', u'INDIRECT_-1206915093'), (u'MULTIEQUAL_-1206915048', u'MULTIEQUAL_-1206915308'), ('const-433', u'LOAD_-1206917253'), (u'CALL_-1206916761', u'INDIRECT_-1206914095'), (u'LOAD_-1206920495', u'INT_ADD_-1206918048'), (u'INDIRECT_-1206915223', u'MULTIEQUAL_-1206915728'), (u'CALL_-1206918605', u'INDIRECT_-1206915111'), (u'COPY_-1206917142', u'MULTIEQUAL_-1206914948'), ('const-872', u'INT_ADD_-1206917163'), (u'INT_LESSEQUAL_-1206920524', u'CBRANCH_-1206920532'), (u'CALL_-1206918005', u'INDIRECT_-1206914289'), (u'INT_ADD_-1206917906', u'CAST_-1206912882'), (u'CALL_-1206916814', u'INDIRECT_-1206912898'), (u'CAST_-1206913677', u'CALLIND_-1206919644'), (u'MULTIEQUAL_-1206916427', u'INT_ADD_-1206918000'), (u'MULTIEQUAL_-1206915321', u'MULTIEQUAL_-1206914474'), (u'INDIRECT_-1206914825', u'COPY_-1206914884'), (u'MULTIEQUAL_-1206914909', u'MULTIEQUAL_-1206914864'), (u'LOAD_-1206919549', u'INT_ADD_-1206919516'), ('const-8', u'PTRADD_-1206914017'), (u'COPY_-1206915804', u'MULTIEQUAL_-1206916388'), (u'INT_ZEXT_-1206917418', u'INT_DIV_-1206920527'), (u'INDIRECT_-1206916063', u'COPY_-1206913547'), (u'MULTIEQUAL_-1206915254', u'MULTIEQUAL_-1206915069'), ('tmp_13332', u'LOAD_-1206917871'), (u'MULTIEQUAL_-1206914286', u'MULTIEQUAL_-1206914079'), (u'PTRADD_-1206913270', u'LOAD_-1206918587')]
| null | null |
0010d910
|
x64
|
O2
|
(translation_unit "void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "undefined8 uVar13;" type_identifier identifier ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "size_t __nmemb;" primitive_type identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "long lVar19;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar20;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar21;" primitive_type identifier ;) (declaration "long lVar22;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar23;" type_identifier identifier ;) (declaration "bool bVar24;" primitive_type identifier ;) (declaration "ulong local_b0;" type_identifier identifier ;) (declaration "long *local_90;" (sized_type_specifier "long" long) (pointer_declarator "*local_90" * identifier) ;) (declaration "long local_88;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_80;" type_identifier identifier ;) (declaration "ulong local_78;" type_identifier identifier ;) (declaration "long *local_68;" (sized_type_specifier "long" long) (pointer_declarator "*local_68" * identifier) ;) (declaration "void *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "long *local_48;" (sized_type_specifier "long" long) (pointer_declarator "*local_48" * identifier) ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);" (assignment_expression "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc)" identifier = (binary_expression "(ulong)*(uint *)((long)param_3 + 0xbc)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_3 + 0xbc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 0xbc)" ( (binary_expression "(long)param_3 + 0xbc" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_40[0] = 0;" (assignment_expression "local_40[0] = 0" (subscript_expression "local_40[0]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" if (parenthesized_expression "((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))))" ( (binary_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" (parenthesized_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))" ( (binary_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110)" (parenthesized_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0))" ( (binary_expression "(DAT_00157330 != 0) || (DAT_001572d8 != 0)" (parenthesized_expression "(DAT_00157330 != 0)" ( (binary_expression "DAT_00157330 != 0" identifier != number_literal) )) || (parenthesized_expression "(DAT_001572d8 != 0)" ( (binary_expression "DAT_001572d8 != 0" identifier != number_literal) ))) )) || (parenthesized_expression "((*(uint *)(param_2 + 4) & 0x110) == 0x110)" ( (binary_expression "(*(uint *)(param_2 + 4) & 0x110) == 0x110" (parenthesized_expression "(*(uint *)(param_2 + 4) & 0x110)" ( (binary_expression "*(uint *)(param_2 + 4) & 0x110" (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) )) == number_literal) ))) )) && (parenthesized_expression "((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" ( (parenthesized_expression "(iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))" ( (comma_expression "iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (assignment_expression "iVar6 = FUN_0010a400(param_2)" identifier = (call_expression "FUN_0010a400(param_2)" identifier (argument_list "(param_2)" ( identifier )))) , (binary_expression "iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (binary_expression "iVar6 != 0" identifier != number_literal) && (parenthesized_expression "(uVar11 = param_2[7], uVar11 != 0)" ( (comma_expression "uVar11 = param_2[7], uVar11 != 0" (assignment_expression "uVar11 = param_2[7]" identifier = (subscript_expression "param_2[7]" identifier [ number_literal ])) , (binary_expression "uVar11 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" { (expression_statement "uVar23 = 0;" (assignment_expression "uVar23 = 0" identifier = number_literal) ;) (if_statement "if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }" if (parenthesized_expression "((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460))" ( (binary_expression "(DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)" (parenthesized_expression "(DAT_00155460 != 0xffffffffffffffff)" ( (binary_expression "DAT_00155460 != 0xffffffffffffffff" identifier != number_literal) )) && (parenthesized_expression "((ulong)param_2[5] <= DAT_00155460)" ( (binary_expression "(ulong)param_2[5] <= DAT_00155460" (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ])) <= identifier) ))) )) (compound_statement "{\n uVar23 = DAT_00155460 - param_2[5];\n }" { (expression_statement "uVar23 = DAT_00155460 - param_2[5];" (assignment_expression "uVar23 = DAT_00155460 - param_2[5]" identifier = (binary_expression "DAT_00155460 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) })) (if_statement "if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" if (parenthesized_expression "(DAT_00155458 == 0xffffffffffffffff)" ( (binary_expression "DAT_00155458 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" { (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" identifier = (binary_expression "uVar11 / uVar17" identifier / identifier)) ;) }) (else_clause "else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" else (compound_statement "{\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" { (if_statement "if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }" if (parenthesized_expression "(DAT_00155458 < (ulong)param_2[5])" ( (binary_expression "DAT_00155458 < (ulong)param_2[5]" identifier < (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ]))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_b0 = DAT_00155458 - param_2[5];" (assignment_expression "local_b0 = DAT_00155458 - param_2[5]" identifier = (binary_expression "DAT_00155458 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) (if_statement "if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }" if (parenthesized_expression "(uVar11 / uVar17 <= local_b0)" ( (binary_expression "uVar11 / uVar17 <= local_b0" (binary_expression "uVar11 / uVar17" identifier / identifier) <= identifier) )) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" { (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" identifier = (binary_expression "uVar11 / uVar17" identifier / identifier)) ;) })) }))) (expression_statement "uVar17 = uVar11 % uVar17;" (assignment_expression "uVar17 = uVar11 % uVar17" identifier = (binary_expression "uVar11 % uVar17" identifier % identifier)) ;) (if_statement "if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" if (parenthesized_expression "(uVar23 < local_b0)" ( (binary_expression "uVar23 < local_b0" identifier < identifier) )) (compound_statement "{\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" { (expression_statement "lVar2 = param_3[2];" (assignment_expression "lVar2 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "local_48 = *(long **)(lVar2 + 0x18);" (assignment_expression "local_48 = *(long **)(lVar2 + 0x18)" identifier = (pointer_expression "*(long **)(lVar2 + 0x18)" * (cast_expression "(long **)(lVar2 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" if (parenthesized_expression "((local_48 == (long *)0x0) || (DAT_00157368 == 0))" ( (binary_expression "(local_48 == (long *)0x0) || (DAT_00157368 == 0)" (parenthesized_expression "(local_48 == (long *)0x0)" ( (binary_expression "local_48 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(DAT_00157368 == 0)" ( (binary_expression "DAT_00157368 == 0" identifier == number_literal) ))) )) (compound_statement "{\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }" { (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" if (parenthesized_expression "(((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))))" ( (binary_expression "((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" (parenthesized_expression "((*(byte *)(param_2 + 4) & 4) == 0)" ( (binary_expression "(*(byte *)(param_2 + 4) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 4) & 4)" ( (binary_expression "*(byte *)(param_2 + 4) & 4" (pointer_expression "*(byte *)(param_2 + 4)" * (cast_expression "(byte *)(param_2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) || (parenthesized_expression "((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" ( (parenthesized_expression "(DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))" ( (binary_expression "DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" (binary_expression "DAT_0015736c == 0" identifier == number_literal) && (parenthesized_expression "(uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" ( (comma_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0" (assignment_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19)" identifier = (binary_expression "(ulong)*(uint *)(param_3 + 0x19)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_3 + 0x19)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x19)" ( (binary_expression "param_3 + 0x19" identifier + number_literal) ))))) , (binary_expression "*(uint *)(param_3 + 0x19) == 0" (pointer_expression "*(uint *)(param_3 + 0x19)" * (cast_expression "(uint *)(param_3 + 0x19)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x19)" ( (binary_expression "param_3 + 0x19" identifier + number_literal) )))) == number_literal)) ))) )) ))) )) (compound_statement "{\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }" { (expression_statement "local_90 = (long *)0x0;" (assignment_expression "local_90 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" else (compound_statement "{\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" { (expression_statement "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);" (assignment_expression "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" identifier (argument_list "(param_1,param_2,uVar17)" ( identifier , identifier , identifier )))) ;) (if_statement "if (lVar10 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);\n }" { (labeled_statement "LAB_0010e1af:\n /* WARNING: Subroutine does not return */\n FUN_00136510(*param_1);" statement_identifier : comment (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;)) })) (if_statement "if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (compound_statement "{\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }" { (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_90 = local_48;" (assignment_expression "local_90 = local_48" identifier = identifier) ;) }) (else_clause "else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" else (compound_statement "{\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" { (expression_statement "local_68 = (long *)xmalloc(lVar10);" (assignment_expression "local_68 = (long *)xmalloc(lVar10)" identifier = (cast_expression "(long *)xmalloc(lVar10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar10)" identifier (argument_list "(lVar10)" ( identifier ))))) ;) (expression_statement "local_48 = local_68;" (assignment_expression "local_48 = local_68" identifier = identifier) ;) (expression_statement "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);" (assignment_expression "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" identifier = (call_expression "bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" identifier (argument_list "(param_1,param_2,local_68,DAT_001572b0)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)__nmemb < 0) goto LAB_0010e1af;" if (parenthesized_expression "((long)__nmemb < 0)" ( (binary_expression "(long)__nmemb < 0" (cast_expression "(long)__nmemb" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (goto_statement "goto LAB_0010e1af;" goto statement_identifier ;)) (expression_statement "qsort(local_48,__nmemb,8,FUN_00108380);" (call_expression "qsort(local_48,__nmemb,8,FUN_00108380)" identifier (argument_list "(local_48,__nmemb,8,FUN_00108380)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_90 = local_48 + __nmemb;" (assignment_expression "local_90 = local_48 + __nmemb" identifier = (binary_expression "local_48 + __nmemb" identifier + identifier)) ;) }))) }))) }) (else_clause "else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" else (compound_statement "{\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" { (expression_statement "local_88 = param_2[5];" (assignment_expression "local_88 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_90 = local_48 + *(long *)(lVar2 + 0x20);" (assignment_expression "local_90 = local_48 + *(long *)(lVar2 + 0x20)" identifier = (binary_expression "local_48 + *(long *)(lVar2 + 0x20)" identifier + (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))))) ;) }))) (expression_statement "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);" (assignment_expression "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50)" identifier = (call_expression "bfd_malloc_and_get_section(param_1,param_2,&local_50)" identifier (argument_list "(param_1,param_2,&local_50)" ( identifier , identifier , (pointer_expression "&local_50" & identifier) )))) ;) (if_statement "if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }" { (expression_statement "uVar7 = bfd_get_error();" (assignment_expression "uVar7 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar12 = bfd_errmsg(uVar7);" (assignment_expression "uVar12 = bfd_errmsg(uVar7)" identifier = (call_expression "bfd_errmsg(uVar7)" identifier (argument_list "(uVar7)" ( identifier )))) ;) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);" (assignment_expression "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5)" identifier = (call_expression "dcgettext(0,"Reading section %s failed because: %s",5)" identifier (argument_list "(0,"Reading section %s failed because: %s",5)" ( number_literal , (string_literal ""Reading section %s failed because: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00136630(uVar13,uVar3,uVar12);" (call_expression "FUN_00136630(uVar13,uVar3,uVar12)" identifier (argument_list "(uVar13,uVar3,uVar12)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" else (compound_statement "{\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" { (expression_statement "*(undefined8 **)(lVar2 + 8) = param_2;" (assignment_expression "*(undefined8 **)(lVar2 + 8) = param_2" (pointer_expression "*(undefined8 **)(lVar2 + 8)" * (cast_expression "(undefined8 **)(lVar2 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[0x13] = local_50;" (assignment_expression "param_3[0x13] = local_50" (subscript_expression "param_3[0x13]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = param_2[5];" (assignment_expression "uVar3 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "param_3[0x15] = uVar11;" (assignment_expression "param_3[0x15] = uVar11" (subscript_expression "param_3[0x15]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_3[0x14] = uVar3;" (assignment_expression "param_3[0x14] = uVar3" (subscript_expression "param_3[0x14]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_3[7] = param_2;" (assignment_expression "param_3[7] = param_2" (subscript_expression "param_3[7]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" if (parenthesized_expression "(local_48 < local_90)" ( (binary_expression "local_48 < local_90" identifier < identifier) )) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" { (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" identifier = (pointer_expression "*(ulong *)(*local_48 + 8)" * (cast_expression "(ulong *)(*local_48 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_48 + 8)" ( (binary_expression "*local_48 + 8" (pointer_expression "*local_48" * identifier) + number_literal) ))))) ;) (while_statement "while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }" while (parenthesized_expression "((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)))" ( (parenthesized_expression "(uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))" ( (binary_expression "uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)" (binary_expression "uVar17 < local_88 + uVar23" identifier < (binary_expression "local_88 + uVar23" identifier + identifier)) && (parenthesized_expression "(local_48 = local_48 + 1, local_48 < local_90)" ( (comma_expression "local_48 = local_48 + 1, local_48 < local_90" (assignment_expression "local_48 = local_48 + 1" identifier = (binary_expression "local_48 + 1" identifier + number_literal)) , (binary_expression "local_48 < local_90" identifier < identifier)) ))) )) )) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n }" { (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" identifier = (pointer_expression "*(ulong *)(*local_48 + 8)" * (cast_expression "(ulong *)(*local_48 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_48 + 8)" ( (binary_expression "*local_48 + 8" (pointer_expression "*local_48" * identifier) + number_literal) ))))) ;) })) })) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);" (assignment_expression "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier (argument_list "(0,"\nDisassembly of section %s:\n",5)" ( number_literal , (string_literal ""\nDisassembly of section %s:\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar9,uVar3);" (call_expression "printf(pcVar9,uVar3)" identifier (argument_list "(pcVar9,uVar3)" ( identifier , identifier ))) ;) (expression_statement "lVar10 = param_2[5];" (assignment_expression "lVar10 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" * (cast_expression "(undefined4 *)(lVar2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);" (assignment_expression "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40)" identifier = (call_expression "FUN_001083b0(lVar10 + uVar23,param_3,local_40)" identifier (argument_list "(lVar10 + uVar23,param_3,local_40)" ( (binary_expression "lVar10 + uVar23" identifier + identifier) , identifier , identifier )))) ;) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 0" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" * (cast_expression "(undefined4 *)(lVar2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_78 = 0xffffffffffffffff;" (assignment_expression "local_78 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (if_statement "if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" if (parenthesized_expression "(((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0))" ( (binary_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)" (parenthesized_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0))" ( (binary_expression "(*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" (parenthesized_expression "(*(int *)(param_1[1] + 8) == 5)" ( (binary_expression "*(int *)(param_1[1] + 8) == 5" (pointer_expression "*(int *)(param_1[1] + 8)" * (cast_expression "(int *)(param_1[1] + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" ( (comma_expression "lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0" (assignment_expression "lVar20 = *(long *)(param_1[1] + 0x368)" identifier = (pointer_expression "*(long *)(param_1[1] + 0x368)" * (cast_expression "(long *)(param_1[1] + 0x368)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0x368)" ( (binary_expression "param_1[1] + 0x368" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) , (binary_expression "lVar20 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "((*(byte *)(lVar20 + 0x389) & 1) != 0)" ( (binary_expression "(*(byte *)(lVar20 + 0x389) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar20 + 0x389) & 1)" ( (binary_expression "*(byte *)(lVar20 + 0x389) & 1" (pointer_expression "*(byte *)(lVar20 + 0x389)" * (cast_expression "(byte *)(lVar20 + 0x389)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x389)" ( (binary_expression "lVar20 + 0x389" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" { (expression_statement "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);" (assignment_expression "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" identifier = (binary_expression "1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" number_literal << (parenthesized_expression "(*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" ( (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f" (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U" (pointer_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10)" * (cast_expression "(char *)(*(long *)(lVar20 + 0x300) + 10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar20 + 0x300) + 10)" ( (binary_expression "*(long *)(lVar20 + 0x300) + 10" (pointer_expression "*(long *)(lVar20 + 0x300)" * (cast_expression "(long *)(lVar20 + 0x300)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x300)" ( (binary_expression "lVar20 + 0x300" identifier + number_literal) )))) + number_literal) )))) - number_literal) & number_literal) )))) ;) (expression_statement "local_78 = local_80 * 2 - 1;" (assignment_expression "local_78 = local_80 * 2 - 1" identifier = (binary_expression "local_80 * 2 - 1" (binary_expression "local_80 * 2" identifier * number_literal) - number_literal)) ;) })) (do_statement "do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);" do (compound_statement "{\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n }" { (expression_statement "iVar6 = DAT_00157350;" (assignment_expression "iVar6 = DAT_00157350" identifier = identifier) ;) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" identifier = identifier) ;) (expression_statement "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;" (assignment_expression "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80" identifier = (binary_expression "(param_2[5] + uVar23 & local_78 ^ local_80) - local_80" (parenthesized_expression "(param_2[5] + uVar23 & local_78 ^ local_80)" ( (binary_expression "param_2[5] + uVar23 & local_78 ^ local_80" (binary_expression "param_2[5] + uVar23 & local_78" (binary_expression "param_2[5] + uVar23" (subscript_expression "param_2[5]" identifier [ number_literal ]) + identifier) & identifier) ^ identifier) )) - identifier)) ;) (expression_statement "uVar17 = local_b0;" (assignment_expression "uVar17 = local_b0" identifier = identifier) ;) (if_statement "if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }" { (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" * (cast_expression "(undefined4 *)(param_3 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" * (cast_expression "(undefined4 *)(param_3 + 0xb)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" { (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],"\n")" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (string_literal ""\n"" " escape_sequence ") ))) ;) (expression_statement "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0)" identifier (argument_list "(param_1,param_2,0,uVar11,param_3,0)" ( identifier , identifier , number_literal , identifier , identifier , number_literal ))) ;) (expression_statement "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0);" (call_expression "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0)" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],&DAT_0013d5f0)" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (pointer_expression "&DAT_0013d5f0" & identifier) ))) ;) })) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" identifier = true) ;) (if_statement "if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" if (parenthesized_expression "(local_b0 <= uVar23)" ( (binary_expression "local_b0 <= uVar23" identifier <= identifier) )) (compound_statement "{\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" { (labeled_statement "LAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" statement_identifier : (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" identifier (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" * (cast_expression "(undefined8 *)(lVar2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) , number_literal , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) , identifier ))) ;)) (break_statement "break;" break ;) })) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0010dd20:\n uVar16 = 1;" statement_identifier : (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" identifier = number_literal) ;)) (if_statement "if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;" if (parenthesized_expression "((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))))" ( (binary_expression "(!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) && (parenthesized_expression "((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" ( (parenthesized_expression "(*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))" ( (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" * (cast_expression "(undefined8 **)(lVar10 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) == identifier) && (parenthesized_expression "((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" ( (binary_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11" (call_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar10 + 0x10) + param_2[5])" ( (binary_expression "*(long *)(lVar10 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) )))) + (subscript_expression "param_2[5]" identifier [ number_literal ])) ))) <= identifier) ))) )) ))) )) (goto_statement "goto LAB_0010ddd7;" goto statement_identifier ;)) }) (else_clause "else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" else (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" { (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (expression_statement "lVar19 = lVar10;" (assignment_expression "lVar19 = lVar10" identifier = identifier) ;) (if_statement "if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }" { (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" * (cast_expression "(undefined4 *)(param_3 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" * (cast_expression "(undefined4 *)(param_3 + 0xb)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" { (labeled_statement "LAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");" statement_identifier : (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],"\n")" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (string_literal ""\n"" " escape_sequence ") ))) ;)) (expression_statement "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0)" identifier (argument_list "(param_1,param_2,lVar10,uVar11,param_3,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "(*(code *)*param_3)(param_3[1]);" (call_expression "(*(code *)*param_3)(param_3[1])" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1])" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) ))) ;) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" identifier = identifier) ;) (if_statement "if (uVar18 <= uVar11) goto LAB_0010dc12;" if (parenthesized_expression "(uVar18 <= uVar11)" ( (binary_expression "uVar18 <= uVar11" identifier <= identifier) )) (goto_statement "goto LAB_0010dc12;" goto statement_identifier ;)) })) (labeled_statement "LAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];" statement_identifier : (expression_statement "bVar24 = local_b0 < uVar18 - param_2[5];" (assignment_expression "bVar24 = local_b0 < uVar18 - param_2[5]" identifier = (binary_expression "local_b0 < uVar18 - param_2[5]" identifier < (binary_expression "uVar18 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ])))) ;)) (expression_statement "uVar17 = uVar18 - param_2[5];" (assignment_expression "uVar17 = uVar18 - param_2[5]" identifier = (binary_expression "uVar18 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" else (compound_statement "{\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" { (expression_statement "iVar8 = (int)local_40[0];" (assignment_expression "iVar8 = (int)local_40[0]" identifier = (cast_expression "(int)local_40[0]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "local_40[0]" identifier [ number_literal ]))) ;) (expression_statement "iVar21 = iVar8;" (assignment_expression "iVar21 = iVar8" identifier = identifier) ;) (if_statement "if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" if (parenthesized_expression "((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11))" ( (binary_expression "(iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" (parenthesized_expression "(iVar8 < DAT_00157298)" ( (binary_expression "iVar8 < DAT_00157298" identifier < identifier) )) && (parenthesized_expression "(lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" ( (comma_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (assignment_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + (long)iVar8 * 8)" * (cast_expression "(long *)(DAT_001572a0 + (long)iVar8 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + (long)iVar8 * 8)" ( (binary_expression "DAT_001572a0 + (long)iVar8 * 8" identifier + (binary_expression "(long)iVar8 * 8" (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) , (binary_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (call_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" ( (binary_expression "*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar22 + 0x10)" * (cast_expression "(long *)(lVar22 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar22 + 0x10)" ( (binary_expression "lVar22 + 0x10" identifier + number_literal) )))) + (pointer_expression "*(long *)(*(long *)(lVar22 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar22 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar22 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar22 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar22 + 0x20)" * (cast_expression "(long *)(lVar22 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar22 + 0x20)" ( (binary_expression "lVar22 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ))) <= identifier)) ))) )) (compound_statement "{\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" { (expression_statement "lVar22 = (long)(iVar8 + 1);" (assignment_expression "lVar22 = (long)(iVar8 + 1)" identifier = (cast_expression "(long)(iVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar8 + 1)" ( (binary_expression "iVar8 + 1" identifier + number_literal) )))) ;) (do_statement "do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);" do (compound_statement "{\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n }" { (expression_statement "iVar21 = (int)lVar22;" (assignment_expression "iVar21 = (int)lVar22" identifier = (cast_expression "(int)lVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (DAT_00157298 == lVar22) break;" if (parenthesized_expression "(DAT_00157298 == lVar22)" ( (binary_expression "DAT_00157298 == lVar22" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);" (assignment_expression "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + lVar22 * 8)" * (cast_expression "(long *)(DAT_001572a0 + lVar22 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + lVar22 * 8)" ( (binary_expression "DAT_001572a0 + lVar22 * 8" identifier + (binary_expression "lVar22 * 8" identifier * number_literal)) ))))) ;) (expression_statement "lVar22 = lVar22 + 1;" (assignment_expression "lVar22 = lVar22 + 1" identifier = (binary_expression "lVar22 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11)" ( (binary_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11" (call_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" ( (binary_expression "*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) )))) + (pointer_expression "*(long *)(*(long *)(lVar4 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar4 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar4 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ))) <= identifier) )) ;) })) (expression_statement "lVar22 = DAT_001572a0 + local_40[0] * 8;" (assignment_expression "lVar22 = DAT_001572a0 + local_40[0] * 8" identifier = (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal))) ;) (expression_statement "*(int *)(param_3 + 0xb) = iVar8;" (assignment_expression "*(int *)(param_3 + 0xb) = iVar8" (pointer_expression "*(int *)(param_3 + 0xb)" * (cast_expression "(int *)(param_3 + 0xb)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[8] = lVar22;" (assignment_expression "param_3[8] = lVar22" (subscript_expression "param_3[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_3 + 9) = iVar21 - iVar8;" (assignment_expression "*(int *)(param_3 + 9) = iVar21 - iVar8" (pointer_expression "*(int *)(param_3 + 9)" * (cast_expression "(int *)(param_3 + 9)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = (binary_expression "iVar21 - iVar8" identifier - identifier)) ;) (if_statement "if (iVar6 == 0) goto LAB_0010dbab;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0010dbab;" goto statement_identifier ;)) (labeled_statement "LAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" statement_identifier : (if_statement "if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" if (parenthesized_expression "(local_40[0] < lVar20)" ( (binary_expression "local_40[0] < lVar20" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" { (do_statement "do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);" do (compound_statement "{\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n }" { (expression_statement "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" * (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" ( (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal)) ))))) ;) (if_statement "if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" if (parenthesized_expression "((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])))" ( (binary_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" (parenthesized_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2)" ( (binary_expression "*(undefined8 **)(lVar20 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar20 + 0x20)" * (cast_expression "(undefined8 **)(lVar20 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar20 + 0x20)" ( (binary_expression "lVar20 + 0x20" identifier + number_literal) )))) == identifier) )) && (parenthesized_expression "(uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" ( (binary_expression "uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" identifier < (call_expression "(ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar20 + 0x10) + param_2[5])" ( (binary_expression "*(long *)(lVar20 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar20 + 0x10)" * (cast_expression "(long *)(lVar20 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x10)" ( (binary_expression "lVar20 + 0x10" identifier + number_literal) )))) + (subscript_expression "param_2[5]" identifier [ number_literal ])) )))) ))) )) (compound_statement "{\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" { (expression_statement "iVar6 = (*(code *)param_3[0x12])();" (assignment_expression "iVar6 = (*(code *)param_3[0x12])()" identifier = (call_expression "(*(code *)param_3[0x12])()" (parenthesized_expression "(*(code *)param_3[0x12])" ( (pointer_expression "*(code *)param_3[0x12]" * (cast_expression "(code *)param_3[0x12]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[0x12]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" { (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (if_statement "if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" if (parenthesized_expression "(local_40[0] < DAT_00157298)" ( (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" { (expression_statement "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" * (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" ( (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal)) ))))) ;) (if_statement "if (uVar11 < uVar18) goto LAB_0010dceb;" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;)) (if_statement "if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" if (parenthesized_expression "(lVar19 == 0)" ( (binary_expression "lVar19 == 0" identifier == number_literal) )) (compound_statement "{\n bVar24 = false;\n }" { (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" identifier = false) ;) }) (else_clause "else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" else (compound_statement "{\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" { (expression_statement "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);" (assignment_expression "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" identifier = (binary_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" (pointer_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar19 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar19 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar19 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar19 + 0x20)" * (cast_expression "(long *)(lVar19 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar19 + 0x20)" ( (binary_expression "lVar19 + 0x20" identifier + number_literal) )))) + number_literal) )))) + (parenthesized_expression "(*(long *)(lVar19 + 0x10) - param_2[5])" ( (binary_expression "*(long *)(lVar19 + 0x10) - param_2[5]" (pointer_expression "*(long *)(lVar19 + 0x10)" * (cast_expression "(long *)(lVar19 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar19 + 0x10)" ( (binary_expression "lVar19 + 0x10" identifier + number_literal) )))) - (subscript_expression "param_2[5]" identifier [ number_literal ])) )))) ;) (expression_statement "bVar24 = local_b0 < uVar17;" (assignment_expression "bVar24 = local_b0 < uVar17" identifier = (binary_expression "local_b0 < uVar17" identifier < identifier)) ;) }))) (goto_statement "goto LAB_0010dcfb;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) })) (expression_statement "local_40[0] = local_40[0] + 1;" (assignment_expression "local_40[0] = local_40[0] + 1" (subscript_expression "local_40[0]" identifier [ number_literal ]) = (binary_expression "local_40[0] + 1" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal)) ;) }) while (parenthesized_expression "(local_40[0] < DAT_00157298)" ( (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) ;) }))) (if_statement "if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (compound_statement "{\n lVar19 = 0;\n goto LAB_0010dceb;\n }" { (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;) })) (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" identifier = false) ;) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) }))) (labeled_statement "LAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;" statement_identifier : (expression_statement "bVar5 = DAT_00157330 != 0 || lVar10 == 0;" (assignment_expression "bVar5 = DAT_00157330 != 0 || lVar10 == 0" identifier = (binary_expression "DAT_00157330 != 0 || lVar10 == 0" (binary_expression "DAT_00157330 != 0" identifier != number_literal) || (binary_expression "lVar10 == 0" identifier == number_literal))) ;)) (if_statement "if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;" if (parenthesized_expression "((uVar23 < uVar17) && (!bVar24))" ( (binary_expression "(uVar23 < uVar17) && (!bVar24)" (parenthesized_expression "(uVar23 < uVar17)" ( (binary_expression "uVar23 < uVar17" identifier < identifier) )) && (parenthesized_expression "(!bVar24)" ( (unary_expression "!bVar24" ! identifier) ))) )) (goto_statement "goto LAB_0010dd20;" goto statement_identifier ;)) (if_statement "if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;" if (parenthesized_expression "((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))))" ( (binary_expression "(bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" (parenthesized_expression "(bVar5)" ( identifier )) || (parenthesized_expression "((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" ( (parenthesized_expression "(param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))" ( (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20)" identifier != (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" * (cast_expression "(undefined8 **)(lVar10 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) ))))) || (parenthesized_expression "(uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" ( (comma_expression "uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])" (assignment_expression "uVar17 = local_b0" identifier = identifier) , (binary_expression "uVar11 < (ulong)(lVar15 + param_2[5])" identifier < (call_expression "(ulong)(lVar15 + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar15 + param_2[5])" ( (binary_expression "lVar15 + param_2[5]" identifier + (subscript_expression "param_2[5]" identifier [ number_literal ])) ))))) ))) )) ))) )) (goto_statement "goto LAB_0010df90;" goto statement_identifier ;)) (labeled_statement "LAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);" statement_identifier : (expression_statement "uVar1 = *(uint *)(lVar10 + 0x18);" (assignment_expression "uVar1 = *(uint *)(lVar10 + 0x18)" identifier = (pointer_expression "*(uint *)(lVar10 + 0x18)" * (cast_expression "(uint *)(lVar10 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x18)" ( (binary_expression "lVar10 + 0x18" identifier + number_literal) ))))) ;)) (if_statement "if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" if (parenthesized_expression "((uVar1 & 0x10000) == 0)" ( (binary_expression "(uVar1 & 0x10000) == 0" (parenthesized_expression "(uVar1 & 0x10000)" ( (binary_expression "uVar1 & 0x10000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" { (expression_statement "pcVar9 = *(char **)(lVar10 + 8);" (assignment_expression "pcVar9 = *(char **)(lVar10 + 8)" identifier = (pointer_expression "*(char **)(lVar10 + 8)" * (cast_expression "(char **)(lVar10 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 8)" ( (binary_expression "lVar10 + 8" identifier + number_literal) ))))) ;) (expression_statement "pcVar14 = strstr(pcVar9,"gnu_compiled");" (assignment_expression "pcVar14 = strstr(pcVar9,"gnu_compiled")" identifier = (call_expression "strstr(pcVar9,"gnu_compiled")" identifier (argument_list "(pcVar9,"gnu_compiled")" ( identifier , (string_literal ""gnu_compiled"" " string_content ") )))) ;) (if_statement "if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" if (parenthesized_expression "(pcVar14 == (char *)0x0)" ( (binary_expression "pcVar14 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" { (expression_statement "pcVar9 = strstr(pcVar9,"gcc2_compiled");" (assignment_expression "pcVar9 = strstr(pcVar9,"gcc2_compiled")" identifier = (call_expression "strstr(pcVar9,"gcc2_compiled")" identifier (argument_list "(pcVar9,"gcc2_compiled")" ( identifier , (string_literal ""gcc2_compiled"" " string_content ") )))) ;) (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" identifier = number_literal) ;) (if_statement "if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;" if (parenthesized_expression "(pcVar9 == (char *)0x0)" ( (binary_expression "pcVar9 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010dd2d;" goto statement_identifier ;)) })) })) (expression_statement "uVar16 = uVar1 >> 3 & 1;" (assignment_expression "uVar16 = uVar1 >> 3 & 1" identifier = (binary_expression "uVar1 >> 3 & 1" (binary_expression "uVar1 >> 3" identifier >> number_literal) & number_literal)) ;) }))) (labeled_statement "LAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" statement_identifier : (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" identifier (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" * (cast_expression "(undefined8 *)(lVar2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) , identifier ))) ;)) (expression_statement "lVar10 = lVar19;" (assignment_expression "lVar10 = lVar19" identifier = identifier) ;) (expression_statement "uVar23 = uVar17;" (assignment_expression "uVar23 = uVar17" identifier = identifier) ;) }) while (parenthesized_expression "(uVar17 < local_b0)" ( (binary_expression "uVar17 < local_b0" identifier < identifier) )) ;) (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) (if_statement "if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }" if (parenthesized_expression "(local_68 != (long *)0x0)" ( (binary_expression "local_68 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n return;\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) (return_statement "return;" return ;) })) }))) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "void disassemble_section(bfd *abfd,asection *section,void *inf)\n\n{\n asymbol **ppaVar1;\n uint uVar2;\n long lVar3;\n bfd_vma bVar4;\n void *pvVar5;\n bool bVar6;\n bfd_boolean bVar7;\n int iVar8;\n undefined4 uVar9;\n int iVar10;\n char *pcVar11;\n asymbol *sym;\n ulong uVar12;\n undefined8 uVar13;\n char *pcVar14;\n long lVar15;\n size_t __nmemb;\n symvalue sVar16;\n uint insns;\n disassemble_info *pinfo;\n ulong uVar17;\n ulong uVar18;\n asymbol *paVar19;\n int iVar20;\n long lVar21;\n ulong start_offset;\n bool bVar22;\n ulong local_b0;\n arelent **local_90;\n bfd_vma local_88;\n ulong local_80;\n ulong local_78;\n arelent **local_68;\n bfd_byte *data;\n arelent **rel_pp;\n long place;\n \n uVar17 = (ulong)*(uint *)((long)inf + 0xbc);\n data = (bfd_byte *)0x0;\n rel_pp = (arelent **)0x0;\n place = 0;\n if ((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))) {\n start_offset = 0;\n if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }\n if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }\n uVar17 = uVar12 % uVar17;\n if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}\n\n" (function_definition "void disassemble_section(bfd *abfd,asection *section,void *inf)\n\n{\n asymbol **ppaVar1;\n uint uVar2;\n long lVar3;\n bfd_vma bVar4;\n void *pvVar5;\n bool bVar6;\n bfd_boolean bVar7;\n int iVar8;\n undefined4 uVar9;\n int iVar10;\n char *pcVar11;\n asymbol *sym;\n ulong uVar12;\n undefined8 uVar13;\n char *pcVar14;\n long lVar15;\n size_t __nmemb;\n symvalue sVar16;\n uint insns;\n disassemble_info *pinfo;\n ulong uVar17;\n ulong uVar18;\n asymbol *paVar19;\n int iVar20;\n long lVar21;\n ulong start_offset;\n bool bVar22;\n ulong local_b0;\n arelent **local_90;\n bfd_vma local_88;\n ulong local_80;\n ulong local_78;\n arelent **local_68;\n bfd_byte *data;\n arelent **rel_pp;\n long place;\n \n uVar17 = (ulong)*(uint *)((long)inf + 0xbc);\n data = (bfd_byte *)0x0;\n rel_pp = (arelent **)0x0;\n place = 0;\n if ((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))) {\n start_offset = 0;\n if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }\n if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }\n uVar17 = uVar12 % uVar17;\n if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "disassemble_section(bfd *abfd,asection *section,void *inf)" identifier (parameter_list "(bfd *abfd,asection *section,void *inf)" ( (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) , (parameter_declaration "asection *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "void *inf" primitive_type (pointer_declarator "*inf" * identifier)) ))) (compound_statement "{\n asymbol **ppaVar1;\n uint uVar2;\n long lVar3;\n bfd_vma bVar4;\n void *pvVar5;\n bool bVar6;\n bfd_boolean bVar7;\n int iVar8;\n undefined4 uVar9;\n int iVar10;\n char *pcVar11;\n asymbol *sym;\n ulong uVar12;\n undefined8 uVar13;\n char *pcVar14;\n long lVar15;\n size_t __nmemb;\n symvalue sVar16;\n uint insns;\n disassemble_info *pinfo;\n ulong uVar17;\n ulong uVar18;\n asymbol *paVar19;\n int iVar20;\n long lVar21;\n ulong start_offset;\n bool bVar22;\n ulong local_b0;\n arelent **local_90;\n bfd_vma local_88;\n ulong local_80;\n ulong local_78;\n arelent **local_68;\n bfd_byte *data;\n arelent **rel_pp;\n long place;\n \n uVar17 = (ulong)*(uint *)((long)inf + 0xbc);\n data = (bfd_byte *)0x0;\n rel_pp = (arelent **)0x0;\n place = 0;\n if ((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))) {\n start_offset = 0;\n if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }\n if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }\n uVar17 = uVar12 % uVar17;\n if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" { (declaration "asymbol **ppaVar1;" type_identifier (pointer_declarator "**ppaVar1" * (pointer_declarator "*ppaVar1" * identifier)) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "bfd_vma bVar4;" type_identifier identifier ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bfd_boolean bVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "asymbol *sym;" type_identifier (pointer_declarator "*sym" * identifier) ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "undefined8 uVar13;" type_identifier identifier ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t __nmemb;" primitive_type identifier ;) (declaration "symvalue sVar16;" type_identifier identifier ;) (declaration "uint insns;" type_identifier identifier ;) (declaration "disassemble_info *pinfo;" type_identifier (pointer_declarator "*pinfo" * identifier) ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "asymbol *paVar19;" type_identifier (pointer_declarator "*paVar19" * identifier) ;) (declaration "int iVar20;" primitive_type identifier ;) (declaration "long lVar21;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong start_offset;" type_identifier identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "ulong local_b0;" type_identifier identifier ;) (declaration "arelent **local_90;" type_identifier (pointer_declarator "**local_90" * (pointer_declarator "*local_90" * identifier)) ;) (declaration "bfd_vma local_88;" type_identifier identifier ;) (declaration "ulong local_80;" type_identifier identifier ;) (declaration "ulong local_78;" type_identifier identifier ;) (declaration "arelent **local_68;" type_identifier (pointer_declarator "**local_68" * (pointer_declarator "*local_68" * identifier)) ;) (declaration "bfd_byte *data;" type_identifier (pointer_declarator "*data" * identifier) ;) (declaration "arelent **rel_pp;" type_identifier (pointer_declarator "**rel_pp" * (pointer_declarator "*rel_pp" * identifier)) ;) (declaration "long place;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar17 = (ulong)*(uint *)((long)inf + 0xbc);" (assignment_expression "uVar17 = (ulong)*(uint *)((long)inf + 0xbc)" identifier = (binary_expression "(ulong)*(uint *)((long)inf + 0xbc)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)inf + 0xbc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0xbc)" ( (binary_expression "(long)inf + 0xbc" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "data = (bfd_byte *)0x0;" (assignment_expression "data = (bfd_byte *)0x0" identifier = (cast_expression "(bfd_byte *)0x0" ( (type_descriptor "bfd_byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "rel_pp = (arelent **)0x0;" (assignment_expression "rel_pp = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "place = 0;" (assignment_expression "place = 0" identifier = number_literal) ;) (if_statement "if ((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))) {\n start_offset = 0;\n if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }\n if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }\n uVar17 = uVar12 % uVar17;\n if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" if (parenthesized_expression "((((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n )))" ( (binary_expression "(((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n ) && ((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))" (parenthesized_expression "(((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)\n )" ( (binary_expression "((disassemble_all != 0) || (only_list != (only *)0x0)) || ((section->flags & 0x110) == 0x110)" (parenthesized_expression "((disassemble_all != 0) || (only_list != (only *)0x0))" ( (binary_expression "(disassemble_all != 0) || (only_list != (only *)0x0)" (parenthesized_expression "(disassemble_all != 0)" ( (binary_expression "disassemble_all != 0" identifier != number_literal) )) || (parenthesized_expression "(only_list != (only *)0x0)" ( (binary_expression "only_list != (only *)0x0" identifier != (cast_expression "(only *)0x0" ( (type_descriptor "only *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) || (parenthesized_expression "((section->flags & 0x110) == 0x110)" ( (binary_expression "(section->flags & 0x110) == 0x110" (parenthesized_expression "(section->flags & 0x110)" ( (binary_expression "section->flags & 0x110" (field_expression "section->flags" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n ))" ( (parenthesized_expression "(bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)\n )" ( (comma_expression "bVar7 = process_section_p(section), bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)" (assignment_expression "bVar7 = process_section_p(section)" identifier = (call_expression "process_section_p(section)" identifier (argument_list "(section)" ( identifier )))) , (binary_expression "bVar7 != 0 && (uVar12 = section->size, uVar12 != 0)" (binary_expression "bVar7 != 0" identifier != number_literal) && (parenthesized_expression "(uVar12 = section->size, uVar12 != 0)" ( (comma_expression "uVar12 = section->size, uVar12 != 0" (assignment_expression "uVar12 = section->size" identifier = (field_expression "section->size" identifier -> field_identifier)) , (binary_expression "uVar12 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n start_offset = 0;\n if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }\n if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }\n uVar17 = uVar12 % uVar17;\n if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" { (expression_statement "start_offset = 0;" (assignment_expression "start_offset = 0" identifier = number_literal) ;) (if_statement "if ((start_address != 0xffffffffffffffff) && (section->vma <= start_address)) {\n start_offset = start_address - section->vma;\n }" if (parenthesized_expression "((start_address != 0xffffffffffffffff) && (section->vma <= start_address))" ( (binary_expression "(start_address != 0xffffffffffffffff) && (section->vma <= start_address)" (parenthesized_expression "(start_address != 0xffffffffffffffff)" ( (binary_expression "start_address != 0xffffffffffffffff" identifier != number_literal) )) && (parenthesized_expression "(section->vma <= start_address)" ( (binary_expression "section->vma <= start_address" (field_expression "section->vma" identifier -> field_identifier) <= identifier) ))) )) (compound_statement "{\n start_offset = start_address - section->vma;\n }" { (expression_statement "start_offset = start_address - section->vma;" (assignment_expression "start_offset = start_address - section->vma" identifier = (binary_expression "start_address - section->vma" identifier - (field_expression "section->vma" identifier -> field_identifier))) ;) })) (if_statement "if (stop_address == 0xffffffffffffffff) {\n local_b0 = uVar12 / uVar17;\n }\n else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }" if (parenthesized_expression "(stop_address == 0xffffffffffffffff)" ( (binary_expression "stop_address == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n local_b0 = uVar12 / uVar17;\n }" { (expression_statement "local_b0 = uVar12 / uVar17;" (assignment_expression "local_b0 = uVar12 / uVar17" identifier = (binary_expression "uVar12 / uVar17" identifier / identifier)) ;) }) (else_clause "else {\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }" else (compound_statement "{\n if (stop_address < section->vma) {\n return;\n }\n local_b0 = stop_address - section->vma;\n if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }\n }" { (if_statement "if (stop_address < section->vma) {\n return;\n }" if (parenthesized_expression "(stop_address < section->vma)" ( (binary_expression "stop_address < section->vma" identifier < (field_expression "section->vma" identifier -> field_identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_b0 = stop_address - section->vma;" (assignment_expression "local_b0 = stop_address - section->vma" identifier = (binary_expression "stop_address - section->vma" identifier - (field_expression "section->vma" identifier -> field_identifier))) ;) (if_statement "if (uVar12 / uVar17 <= local_b0) {\n local_b0 = uVar12 / uVar17;\n }" if (parenthesized_expression "(uVar12 / uVar17 <= local_b0)" ( (binary_expression "uVar12 / uVar17 <= local_b0" (binary_expression "uVar12 / uVar17" identifier / identifier) <= identifier) )) (compound_statement "{\n local_b0 = uVar12 / uVar17;\n }" { (expression_statement "local_b0 = uVar12 / uVar17;" (assignment_expression "local_b0 = uVar12 / uVar17" identifier = (binary_expression "uVar12 / uVar17" identifier / identifier)) ;) })) }))) (expression_statement "uVar17 = uVar12 % uVar17;" (assignment_expression "uVar17 = uVar12 % uVar17" identifier = (binary_expression "uVar12 % uVar17" identifier % identifier)) ;) (if_statement "if (start_offset < local_b0) {\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }" if (parenthesized_expression "(start_offset < local_b0)" ( (binary_expression "start_offset < local_b0" identifier < identifier) )) (compound_statement "{\n lVar3 = *(long *)((long)inf + 0x10);\n rel_pp = *(arelent ***)(lVar3 + 0x18);\n if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }\n iVar8 = bfd_malloc_and_get_section(abfd,section,&data);\n if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }\n }" { (expression_statement "lVar3 = *(long *)((long)inf + 0x10);" (assignment_expression "lVar3 = *(long *)((long)inf + 0x10)" identifier = (pointer_expression "*(long *)((long)inf + 0x10)" * (cast_expression "(long *)((long)inf + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x10)" ( (binary_expression "(long)inf + 0x10" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "rel_pp = *(arelent ***)(lVar3 + 0x18);" (assignment_expression "rel_pp = *(arelent ***)(lVar3 + 0x18)" identifier = (pointer_expression "*(arelent ***)(lVar3 + 0x18)" * (cast_expression "(arelent ***)(lVar3 + 0x18)" ( (type_descriptor "arelent ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)) {\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }\n else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }" if (parenthesized_expression "((rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0))" ( (binary_expression "(rel_pp == (arelent **)0x0) || (dump_dynamic_reloc_info == 0)" (parenthesized_expression "(rel_pp == (arelent **)0x0)" ( (binary_expression "rel_pp == (arelent **)0x0" identifier == (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) || (parenthesized_expression "(dump_dynamic_reloc_info == 0)" ( (binary_expression "dump_dynamic_reloc_info == 0" identifier == number_literal) ))) )) (compound_statement "{\n rel_pp = (arelent **)0x0;\n if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }\n }" { (expression_statement "rel_pp = (arelent **)0x0;" (assignment_expression "rel_pp = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (if_statement "if (((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))) {\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }\n else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }" if (parenthesized_expression "(((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0))))" ( (binary_expression "((section->flags & 4) == 0) ||\n ((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))" (parenthesized_expression "((section->flags & 4) == 0)" ( (binary_expression "(section->flags & 4) == 0" (parenthesized_expression "(section->flags & 4)" ( (binary_expression "section->flags & 4" (field_expression "section->flags" identifier -> field_identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)))" ( (parenthesized_expression "(dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0))" ( (binary_expression "dump_reloc_info == 0 &&\n (uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)" (binary_expression "dump_reloc_info == 0" identifier == number_literal) && (parenthesized_expression "(uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0)" ( (comma_expression "uVar17 = (ulong)*(uint *)((long)inf + 200), *(uint *)((long)inf + 200) == 0" (assignment_expression "uVar17 = (ulong)*(uint *)((long)inf + 200)" identifier = (binary_expression "(ulong)*(uint *)((long)inf + 200)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)inf + 200)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 200)" ( (binary_expression "(long)inf + 200" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) , (binary_expression "*(uint *)((long)inf + 200) == 0" (pointer_expression "*(uint *)((long)inf + 200)" * (cast_expression "(uint *)((long)inf + 200)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 200)" ( (binary_expression "(long)inf + 200" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal)) ))) )) ))) )) (compound_statement "{\n local_90 = (arelent **)0x0;\n local_88 = 0;\n local_68 = (arelent **)0x0;\n }" { (expression_statement "local_90 = (arelent **)0x0;" (assignment_expression "local_90 = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (arelent **)0x0;" (assignment_expression "local_68 = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) }) (else_clause "else {\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }" else (compound_statement "{\n lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);\n if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }\n if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }\n }" { (expression_statement "lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17);" (assignment_expression "lVar15 = bfd_get_reloc_upper_bound(abfd,section,uVar17)" identifier = (call_expression "bfd_get_reloc_upper_bound(abfd,section,uVar17)" identifier (argument_list "(abfd,section,uVar17)" ( identifier , identifier , identifier )))) ;) (if_statement "if (lVar15 < 0) {\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }" if (parenthesized_expression "(lVar15 < 0)" ( (binary_expression "lVar15 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);\n }" { (labeled_statement "LAB_0010e1af:\n /* WARNING: Subroutine does not return */\n bfd_fatal(abfd->filename);" statement_identifier : comment (expression_statement "bfd_fatal(abfd->filename);" (call_expression "bfd_fatal(abfd->filename)" identifier (argument_list "(abfd->filename)" ( (field_expression "abfd->filename" identifier -> field_identifier) ))) ;)) })) (if_statement "if (lVar15 == 0) {\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }\n else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }" if (parenthesized_expression "(lVar15 == 0)" ( (binary_expression "lVar15 == 0" identifier == number_literal) )) (compound_statement "{\n local_88 = 0;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp;\n }" { (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (arelent **)0x0;" (assignment_expression "local_68 = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "local_90 = rel_pp;" (assignment_expression "local_90 = rel_pp" identifier = identifier) ;) }) (else_clause "else {\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }" else (compound_statement "{\n local_68 = (arelent **)xmalloc(lVar15);\n rel_pp = local_68;\n __nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(rel_pp,__nmemb,8,compare_relocs);\n local_88 = 0;\n local_90 = rel_pp + __nmemb;\n }" { (expression_statement "local_68 = (arelent **)xmalloc(lVar15);" (assignment_expression "local_68 = (arelent **)xmalloc(lVar15)" identifier = (cast_expression "(arelent **)xmalloc(lVar15)" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar15)" identifier (argument_list "(lVar15)" ( identifier ))))) ;) (expression_statement "rel_pp = local_68;" (assignment_expression "rel_pp = local_68" identifier = identifier) ;) (expression_statement "__nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms);" (assignment_expression "__nmemb = bfd_canonicalize_reloc(abfd,section,local_68,syms)" identifier = (call_expression "bfd_canonicalize_reloc(abfd,section,local_68,syms)" identifier (argument_list "(abfd,section,local_68,syms)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)__nmemb < 0) goto LAB_0010e1af;" if (parenthesized_expression "((long)__nmemb < 0)" ( (binary_expression "(long)__nmemb < 0" (cast_expression "(long)__nmemb" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (goto_statement "goto LAB_0010e1af;" goto statement_identifier ;)) (expression_statement "qsort(rel_pp,__nmemb,8,compare_relocs);" (call_expression "qsort(rel_pp,__nmemb,8,compare_relocs)" identifier (argument_list "(rel_pp,__nmemb,8,compare_relocs)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_90 = rel_pp + __nmemb;" (assignment_expression "local_90 = rel_pp + __nmemb" identifier = (binary_expression "rel_pp + __nmemb" identifier + identifier)) ;) }))) }))) }) (else_clause "else {\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }" else (compound_statement "{\n local_88 = section->vma;\n local_68 = (arelent **)0x0;\n local_90 = rel_pp + *(long *)(lVar3 + 0x20);\n }" { (expression_statement "local_88 = section->vma;" (assignment_expression "local_88 = section->vma" identifier = (field_expression "section->vma" identifier -> field_identifier)) ;) (expression_statement "local_68 = (arelent **)0x0;" (assignment_expression "local_68 = (arelent **)0x0" identifier = (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "local_90 = rel_pp + *(long *)(lVar3 + 0x20);" (assignment_expression "local_90 = rel_pp + *(long *)(lVar3 + 0x20)" identifier = (binary_expression "rel_pp + *(long *)(lVar3 + 0x20)" identifier + (pointer_expression "*(long *)(lVar3 + 0x20)" * (cast_expression "(long *)(lVar3 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))))) ;) }))) (expression_statement "iVar8 = bfd_malloc_and_get_section(abfd,section,&data);" (assignment_expression "iVar8 = bfd_malloc_and_get_section(abfd,section,&data)" identifier = (call_expression "bfd_malloc_and_get_section(abfd,section,&data)" identifier (argument_list "(abfd,section,&data)" ( identifier , identifier , (pointer_expression "&data" & identifier) )))) ;) (if_statement "if (iVar8 == 0) {\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }\n else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n uVar9 = bfd_get_error();\n uVar13 = bfd_errmsg(uVar9);\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);\n non_fatal(pcVar11,pcVar14,uVar13);\n }" { (expression_statement "uVar9 = bfd_get_error();" (assignment_expression "uVar9 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar13 = bfd_errmsg(uVar9);" (assignment_expression "uVar13 = bfd_errmsg(uVar9)" identifier = (call_expression "bfd_errmsg(uVar9)" identifier (argument_list "(uVar9)" ( identifier )))) ;) (expression_statement "pcVar14 = section->name;" (assignment_expression "pcVar14 = section->name" identifier = (field_expression "section->name" identifier -> field_identifier)) ;) (expression_statement "pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,"Reading section %s failed because: %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"Reading section %s failed because: %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Reading section %s failed because: %s",5)" identifier (argument_list "(0,"Reading section %s failed because: %s",5)" ( number_literal , (string_literal ""Reading section %s failed because: %s"" " string_content ") , number_literal ))))) ;) (expression_statement "non_fatal(pcVar11,pcVar14,uVar13);" (call_expression "non_fatal(pcVar11,pcVar14,uVar13)" identifier (argument_list "(pcVar11,pcVar14,uVar13)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }" else (compound_statement "{\n *(asection **)(lVar3 + 8) = section;\n *(bfd_byte **)((long)inf + 0x98) = data;\n bVar4 = section->vma;\n *(ulong *)((long)inf + 0xa8) = uVar12;\n *(bfd_vma *)((long)inf + 0xa0) = bVar4;\n *(asection **)((long)inf + 0x38) = section;\n if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }\n pcVar14 = section->name;\n pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar11,pcVar14);\n bVar4 = section->vma;\n *(undefined4 *)(lVar3 + 0x10) = 1;\n sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);\n *(undefined4 *)(lVar3 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);\n free(data);\n if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }\n }" { (expression_statement "*(asection **)(lVar3 + 8) = section;" (assignment_expression "*(asection **)(lVar3 + 8) = section" (pointer_expression "*(asection **)(lVar3 + 8)" * (cast_expression "(asection **)(lVar3 + 8)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(bfd_byte **)((long)inf + 0x98) = data;" (assignment_expression "*(bfd_byte **)((long)inf + 0x98) = data" (pointer_expression "*(bfd_byte **)((long)inf + 0x98)" * (cast_expression "(bfd_byte **)((long)inf + 0x98)" ( (type_descriptor "bfd_byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)inf + 0x98)" ( (binary_expression "(long)inf + 0x98" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "bVar4 = section->vma;" (assignment_expression "bVar4 = section->vma" identifier = (field_expression "section->vma" identifier -> field_identifier)) ;) (expression_statement "*(ulong *)((long)inf + 0xa8) = uVar12;" (assignment_expression "*(ulong *)((long)inf + 0xa8) = uVar12" (pointer_expression "*(ulong *)((long)inf + 0xa8)" * (cast_expression "(ulong *)((long)inf + 0xa8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0xa8)" ( (binary_expression "(long)inf + 0xa8" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(bfd_vma *)((long)inf + 0xa0) = bVar4;" (assignment_expression "*(bfd_vma *)((long)inf + 0xa0) = bVar4" (pointer_expression "*(bfd_vma *)((long)inf + 0xa0)" * (cast_expression "(bfd_vma *)((long)inf + 0xa0)" ( (type_descriptor "bfd_vma *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0xa0)" ( (binary_expression "(long)inf + 0xa0" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(asection **)((long)inf + 0x38) = section;" (assignment_expression "*(asection **)((long)inf + 0x38) = section" (pointer_expression "*(asection **)((long)inf + 0x38)" * (cast_expression "(asection **)((long)inf + 0x38)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)inf + 0x38)" ( (binary_expression "(long)inf + 0x38" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (rel_pp < local_90) {\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }" if (parenthesized_expression "(rel_pp < local_90)" ( (binary_expression "rel_pp < local_90" identifier < identifier) )) (compound_statement "{\n uVar17 = (*rel_pp)->address;\n while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }\n }" { (expression_statement "uVar17 = (*rel_pp)->address;" (assignment_expression "uVar17 = (*rel_pp)->address" identifier = (field_expression "(*rel_pp)->address" (parenthesized_expression "(*rel_pp)" ( (pointer_expression "*rel_pp" * identifier) )) -> field_identifier)) ;) (while_statement "while ((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))) {\n uVar17 = (*rel_pp)->address;\n }" while (parenthesized_expression "((uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90)))" ( (parenthesized_expression "(uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90))" ( (binary_expression "uVar17 < local_88 + start_offset && (rel_pp = rel_pp + 1, rel_pp < local_90)" (binary_expression "uVar17 < local_88 + start_offset" identifier < (binary_expression "local_88 + start_offset" identifier + identifier)) && (parenthesized_expression "(rel_pp = rel_pp + 1, rel_pp < local_90)" ( (comma_expression "rel_pp = rel_pp + 1, rel_pp < local_90" (assignment_expression "rel_pp = rel_pp + 1" identifier = (binary_expression "rel_pp + 1" identifier + number_literal)) , (binary_expression "rel_pp < local_90" identifier < identifier)) ))) )) )) (compound_statement "{\n uVar17 = (*rel_pp)->address;\n }" { (expression_statement "uVar17 = (*rel_pp)->address;" (assignment_expression "uVar17 = (*rel_pp)->address" identifier = (field_expression "(*rel_pp)->address" (parenthesized_expression "(*rel_pp)" ( (pointer_expression "*rel_pp" * identifier) )) -> field_identifier)) ;) })) })) (expression_statement "pcVar14 = section->name;" (assignment_expression "pcVar14 = section->name" identifier = (field_expression "section->name" identifier -> field_identifier)) ;) (expression_statement "pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);" (assignment_expression "pcVar11 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier (argument_list "(0,"\nDisassembly of section %s:\n",5)" ( number_literal , (string_literal ""\nDisassembly of section %s:\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar11,pcVar14);" (call_expression "printf(pcVar11,pcVar14)" identifier (argument_list "(pcVar11,pcVar14)" ( identifier , identifier ))) ;) (expression_statement "bVar4 = section->vma;" (assignment_expression "bVar4 = section->vma" identifier = (field_expression "section->vma" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)(lVar3 + 0x10) = 1;" (assignment_expression "*(undefined4 *)(lVar3 + 0x10) = 1" (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place);" (assignment_expression "sym = find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place)" identifier = (call_expression "find_symbol_for_address(bVar4 + start_offset,(disassemble_info *)inf,&place)" identifier (argument_list "(bVar4 + start_offset,(disassemble_info *)inf,&place)" ( (binary_expression "bVar4 + start_offset" identifier + identifier) , (cast_expression "(disassemble_info *)inf" ( (type_descriptor "disassemble_info *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "&place" & identifier) )))) ;) (expression_statement "*(undefined4 *)(lVar3 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(lVar3 + 0x10) = 0" (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_78 = 0xffffffffffffffff;" (assignment_expression "local_78 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (if_statement "if (((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" if (parenthesized_expression "(((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0))" ( (binary_expression "((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)) &&\n ((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)" (parenthesized_expression "((abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0))" ( (binary_expression "(abfd->xvec->flavour == bfd_target_elf_flavour) &&\n (pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)" (parenthesized_expression "(abfd->xvec->flavour == bfd_target_elf_flavour)" ( (binary_expression "abfd->xvec->flavour == bfd_target_elf_flavour" (field_expression "abfd->xvec->flavour" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier) == identifier) )) && (parenthesized_expression "(pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0)" ( (comma_expression "pvVar5 = abfd->xvec->backend_data, pvVar5 != (void *)0x0" (assignment_expression "pvVar5 = abfd->xvec->backend_data" identifier = (field_expression "abfd->xvec->backend_data" (field_expression "abfd->xvec" identifier -> field_identifier) -> field_identifier)) , (binary_expression "pvVar5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "((*(byte *)((long)pvVar5 + 0x389) & 1) != 0)" ( (binary_expression "(*(byte *)((long)pvVar5 + 0x389) & 1) != 0" (parenthesized_expression "(*(byte *)((long)pvVar5 + 0x389) & 1)" ( (binary_expression "*(byte *)((long)pvVar5 + 0x389) & 1" (pointer_expression "*(byte *)((long)pvVar5 + 0x389)" * (cast_expression "(byte *)((long)pvVar5 + 0x389)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar5 + 0x389)" ( (binary_expression "(long)pvVar5 + 0x389" (cast_expression "(long)pvVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" { (expression_statement "local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f);" (assignment_expression "local_80 = 1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f)" identifier = (binary_expression "1L << (*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f)" number_literal << (parenthesized_expression "(*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f)" ( (binary_expression "*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U & 0x3f" (binary_expression "*(char *)(*(long *)((long)pvVar5 + 0x300) + 10) - 1U" (pointer_expression "*(char *)(*(long *)((long)pvVar5 + 0x300) + 10)" * (cast_expression "(char *)(*(long *)((long)pvVar5 + 0x300) + 10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)pvVar5 + 0x300) + 10)" ( (binary_expression "*(long *)((long)pvVar5 + 0x300) + 10" (pointer_expression "*(long *)((long)pvVar5 + 0x300)" * (cast_expression "(long *)((long)pvVar5 + 0x300)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar5 + 0x300)" ( (binary_expression "(long)pvVar5 + 0x300" (cast_expression "(long)pvVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) - number_literal) & number_literal) )))) ;) (expression_statement "local_78 = local_80 * 2 - 1;" (assignment_expression "local_78 = local_80 * 2 - 1" identifier = (binary_expression "local_80 * 2 - 1" (binary_expression "local_80 * 2" identifier * number_literal) - number_literal)) ;) })) (do_statement "do {\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n } while (uVar17 < local_b0);" do (compound_statement "{\n iVar8 = prefix_addresses;\n lVar15 = sorted_symcount;\n uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }\nLAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);\n sym = paVar19;\n start_offset = uVar17;\n }" { (expression_statement "iVar8 = prefix_addresses;" (assignment_expression "iVar8 = prefix_addresses" identifier = identifier) ;) (expression_statement "lVar15 = sorted_symcount;" (assignment_expression "lVar15 = sorted_symcount" identifier = identifier) ;) (expression_statement "uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80;" (assignment_expression "uVar12 = (section->vma + start_offset & local_78 ^ local_80) - local_80" identifier = (binary_expression "(section->vma + start_offset & local_78 ^ local_80) - local_80" (parenthesized_expression "(section->vma + start_offset & local_78 ^ local_80)" ( (binary_expression "section->vma + start_offset & local_78 ^ local_80" (binary_expression "section->vma + start_offset & local_78" (binary_expression "section->vma + start_offset" (field_expression "section->vma" identifier -> field_identifier) + identifier) & identifier) ^ identifier) )) - identifier)) ;) (expression_statement "uVar17 = local_b0;" (assignment_expression "uVar17 = local_b0" identifier = identifier) ;) (if_statement "if (sym == (asymbol *)0x0) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }\n else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }" if (parenthesized_expression "(sym == (asymbol *)0x0)" ( (binary_expression "sym == (asymbol *)0x0" identifier == (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }\n bVar6 = true;\n if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }\n paVar19 = (asymbol *)0x0;\nLAB_0010dd20:\n insns = 1;\n if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;\n }" { (expression_statement "*(undefined8 *)((long)inf + 0x40) = 0;" (assignment_expression "*(undefined8 *)((long)inf + 0x40) = 0" (pointer_expression "*(undefined8 *)((long)inf + 0x40)" * (cast_expression "(undefined8 *)((long)inf + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x40)" ( (binary_expression "(long)inf + 0x40" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)inf + 0x48) = 0;" (assignment_expression "*(undefined4 *)((long)inf + 0x48) = 0" (pointer_expression "*(undefined4 *)((long)inf + 0x48)" * (cast_expression "(undefined4 *)((long)inf + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x48)" ( (binary_expression "(long)inf + 0x48" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)inf + 0x58) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)inf + 0x58) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)inf + 0x58)" * (cast_expression "(undefined4 *)((long)inf + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x58)" ( (binary_expression "(long)inf + 0x58" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (if_statement "if (iVar8 == 0) {\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);\n }" { comment (expression_statement "(**inf)(*(undefined8 *)((long)inf + 8),"\n");" (call_expression "(**inf)(*(undefined8 *)((long)inf + 8),"\n")" (parenthesized_expression "(**inf)" ( (pointer_expression "**inf" * (pointer_expression "*inf" * identifier)) )) (argument_list "(*(undefined8 *)((long)inf + 8),"\n")" ( (pointer_expression "*(undefined8 *)((long)inf + 8)" * (cast_expression "(undefined8 *)((long)inf + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 8)" ( (binary_expression "(long)inf + 8" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (string_literal ""\n"" " escape_sequence ") ))) ;) (expression_statement "objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0);" (call_expression "objdump_print_addr_with_sym\n (abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0)" identifier (argument_list "(abfd,section,(asymbol *)0x0,uVar12,(disassemble_info *)inf,0)" ( identifier , identifier , (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , (cast_expression "(disassemble_info *)inf" ( (type_descriptor "disassemble_info *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;) comment (expression_statement "(**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0);" (call_expression "(**inf)(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0)" (parenthesized_expression "(**inf)" ( (pointer_expression "**inf" * (pointer_expression "*inf" * identifier)) )) (argument_list "(*(undefined8 *)((long)inf + 8),&DAT_0013d5f0)" ( (pointer_expression "*(undefined8 *)((long)inf + 8)" * (cast_expression "(undefined8 *)((long)inf + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 8)" ( (binary_expression "(long)inf + 8" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (pointer_expression "&DAT_0013d5f0" & identifier) ))) ;) })) (expression_statement "bVar6 = true;" (assignment_expression "bVar6 = true" identifier = true) ;) (if_statement "if (local_b0 <= start_offset) {\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }" if (parenthesized_expression "(local_b0 <= start_offset)" ( (binary_expression "local_b0 <= start_offset" identifier <= identifier) )) (compound_statement "{\nLAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);\n break;\n }" { (labeled_statement "LAB_0010df90:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);" statement_identifier : (expression_statement "disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90);" (call_expression "disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90)" identifier (argument_list "((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),1,data\n ,start_offset,local_b0,local_88,&rel_pp,local_90)" ( (cast_expression "(disassemble_info *)inf" ( (type_descriptor "disassemble_info *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "*(disassembler_ftype *)(lVar3 + 0x28)" * (cast_expression "(disassembler_ftype *)(lVar3 + 0x28)" ( (type_descriptor "disassembler_ftype *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , number_literal , identifier , identifier , identifier , identifier , (pointer_expression "&rel_pp" & identifier) , identifier ))) ;)) (break_statement "break;" break ;) })) (expression_statement "paVar19 = (asymbol *)0x0;" (assignment_expression "paVar19 = (asymbol *)0x0" identifier = (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_0010dd20:\n insns = 1;" statement_identifier : (expression_statement "insns = 1;" (assignment_expression "insns = 1" identifier = number_literal) ;)) (if_statement "if ((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))\n goto LAB_0010ddd7;" if (parenthesized_expression "((!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12))))" ( (binary_expression "(!bVar6) && ((sym->section == section && (sym->value + section->vma <= uVar12)))" (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) )) && (parenthesized_expression "((sym->section == section && (sym->value + section->vma <= uVar12)))" ( (parenthesized_expression "(sym->section == section && (sym->value + section->vma <= uVar12))" ( (binary_expression "sym->section == section && (sym->value + section->vma <= uVar12)" (binary_expression "sym->section == section" (field_expression "sym->section" identifier -> field_identifier) == identifier) && (parenthesized_expression "(sym->value + section->vma <= uVar12)" ( (binary_expression "sym->value + section->vma <= uVar12" (binary_expression "sym->value + section->vma" (field_expression "sym->value" identifier -> field_identifier) + (field_expression "section->vma" identifier -> field_identifier)) <= identifier) ))) )) ))) )) (goto_statement "goto LAB_0010ddd7;" goto statement_identifier ;)) }) (else_clause "else {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }" else (compound_statement "{\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n paVar19 = sym;\n if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }\nLAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;\n if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;\n if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;\nLAB_0010ddd7:\n uVar2 = sym->flags;\n if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n insns = uVar2 >> 3 & 1;\n }" { (expression_statement "sVar16 = sym->value;" (assignment_expression "sVar16 = sym->value" identifier = (field_expression "sym->value" identifier -> field_identifier)) ;) (expression_statement "uVar18 = sym->section->vma + sVar16;" (assignment_expression "uVar18 = sym->section->vma + sVar16" identifier = (binary_expression "sym->section->vma + sVar16" (field_expression "sym->section->vma" (field_expression "sym->section" identifier -> field_identifier) -> field_identifier) + identifier)) ;) (expression_statement "paVar19 = sym;" (assignment_expression "paVar19 = sym" identifier = identifier) ;) (if_statement "if (uVar12 < uVar18) {\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }\n else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }" if (parenthesized_expression "(uVar12 < uVar18)" ( (binary_expression "uVar12 < uVar18" identifier < identifier) )) (compound_statement "{\n *(undefined8 *)((long)inf + 0x40) = 0;\n *(undefined4 *)((long)inf + 0x48) = 0;\n *(undefined4 *)((long)inf + 0x58) = 0xffffffff;\n if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n uVar17 = uVar18 - section->vma;\n bVar22 = local_b0 < uVar17;\n }" { (expression_statement "*(undefined8 *)((long)inf + 0x40) = 0;" (assignment_expression "*(undefined8 *)((long)inf + 0x40) = 0" (pointer_expression "*(undefined8 *)((long)inf + 0x40)" * (cast_expression "(undefined8 *)((long)inf + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x40)" ( (binary_expression "(long)inf + 0x40" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)inf + 0x48) = 0;" (assignment_expression "*(undefined4 *)((long)inf + 0x48) = 0" (pointer_expression "*(undefined4 *)((long)inf + 0x48)" * (cast_expression "(undefined4 *)((long)inf + 0x48)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x48)" ( (binary_expression "(long)inf + 0x48" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)inf + 0x58) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)inf + 0x58) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)inf + 0x58)" * (cast_expression "(undefined4 *)((long)inf + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x58)" ( (binary_expression "(long)inf + 0x58" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (if_statement "if (iVar8 == 0) {\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");\n objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8));\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n lVar15 = sorted_symcount;\n if (uVar18 <= uVar12) goto LAB_0010dc12;\n }" { (labeled_statement "LAB_0010dbab:\n /* WARNING: Load size is inaccurate */\n (**inf)(*(undefined8 *)((long)inf + 8),"\n");" statement_identifier : comment (expression_statement "(**inf)(*(undefined8 *)((long)inf + 8),"\n");" (call_expression "(**inf)(*(undefined8 *)((long)inf + 8),"\n")" (parenthesized_expression "(**inf)" ( (pointer_expression "**inf" * (pointer_expression "*inf" * identifier)) )) (argument_list "(*(undefined8 *)((long)inf + 8),"\n")" ( (pointer_expression "*(undefined8 *)((long)inf + 8)" * (cast_expression "(undefined8 *)((long)inf + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 8)" ( (binary_expression "(long)inf + 8" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , (string_literal ""\n"" " escape_sequence ") ))) ;)) (expression_statement "objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0);" (call_expression "objdump_print_addr_with_sym(abfd,section,sym,uVar12,(disassemble_info *)inf,0)" identifier (argument_list "(abfd,section,sym,uVar12,(disassemble_info *)inf,0)" ( identifier , identifier , identifier , identifier , (cast_expression "(disassemble_info *)inf" ( (type_descriptor "disassemble_info *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal ))) ;) comment (expression_statement "(**inf)(*(undefined8 *)((long)inf + 8));" (call_expression "(**inf)(*(undefined8 *)((long)inf + 8))" (parenthesized_expression "(**inf)" ( (pointer_expression "**inf" * (pointer_expression "*inf" * identifier)) )) (argument_list "(*(undefined8 *)((long)inf + 8))" ( (pointer_expression "*(undefined8 *)((long)inf + 8)" * (cast_expression "(undefined8 *)((long)inf + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 8)" ( (binary_expression "(long)inf + 8" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ))) ;) (expression_statement "sVar16 = sym->value;" (assignment_expression "sVar16 = sym->value" identifier = (field_expression "sym->value" identifier -> field_identifier)) ;) (expression_statement "uVar18 = sym->section->vma + sVar16;" (assignment_expression "uVar18 = sym->section->vma + sVar16" identifier = (binary_expression "sym->section->vma + sVar16" (field_expression "sym->section->vma" (field_expression "sym->section" identifier -> field_identifier) -> field_identifier) + identifier)) ;) (expression_statement "lVar15 = sorted_symcount;" (assignment_expression "lVar15 = sorted_symcount" identifier = identifier) ;) (if_statement "if (uVar18 <= uVar12) goto LAB_0010dc12;" if (parenthesized_expression "(uVar18 <= uVar12)" ( (binary_expression "uVar18 <= uVar12" identifier <= identifier) )) (goto_statement "goto LAB_0010dc12;" goto statement_identifier ;)) })) (labeled_statement "LAB_0010dceb:\n uVar17 = uVar18 - section->vma;" statement_identifier : (expression_statement "uVar17 = uVar18 - section->vma;" (assignment_expression "uVar17 = uVar18 - section->vma" identifier = (binary_expression "uVar18 - section->vma" identifier - (field_expression "section->vma" identifier -> field_identifier))) ;)) (expression_statement "bVar22 = local_b0 < uVar17;" (assignment_expression "bVar22 = local_b0 < uVar17" identifier = (binary_expression "local_b0 < uVar17" identifier < identifier)) ;) }) (else_clause "else {\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }" else (compound_statement "{\n iVar10 = (int)place;\n iVar20 = iVar10;\n if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }\n ppaVar1 = sorted_syms + place;\n *(int *)((long)inf + 0x58) = iVar10;\n *(asymbol ***)((long)inf + 0x40) = ppaVar1;\n *(int *)((long)inf + 0x48) = iVar20 - iVar10;\n if (iVar8 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }\n if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }\n bVar22 = false;\n paVar19 = (asymbol *)0x0;\n }" { (expression_statement "iVar10 = (int)place;" (assignment_expression "iVar10 = (int)place" identifier = (cast_expression "(int)place" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar20 = iVar10;" (assignment_expression "iVar20 = iVar10" identifier = identifier) ;) (if_statement "if ((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)) {\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }" if (parenthesized_expression "((iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12))" ( (binary_expression "(iVar10 < sorted_symcount) &&\n (sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)" (parenthesized_expression "(iVar10 < sorted_symcount)" ( (binary_expression "iVar10 < sorted_symcount" identifier < identifier) )) && (parenthesized_expression "(sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12)" ( (binary_expression "sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma <= uVar12" (binary_expression "sorted_syms[iVar10]->value + sorted_syms[iVar10]->section->vma" (field_expression "sorted_syms[iVar10]->value" (subscript_expression "sorted_syms[iVar10]" identifier [ identifier ]) -> field_identifier) + (field_expression "sorted_syms[iVar10]->section->vma" (field_expression "sorted_syms[iVar10]->section" (subscript_expression "sorted_syms[iVar10]" identifier [ identifier ]) -> field_identifier) -> field_identifier)) <= identifier) ))) )) (compound_statement "{\n lVar21 = (long)(iVar10 + 1);\n do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);\n }" { (expression_statement "lVar21 = (long)(iVar10 + 1);" (assignment_expression "lVar21 = (long)(iVar10 + 1)" identifier = (cast_expression "(long)(iVar10 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar10 + 1)" ( (binary_expression "iVar10 + 1" identifier + number_literal) )))) ;) (do_statement "do {\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n } while ((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12);" do (compound_statement "{\n iVar20 = (int)lVar21;\n if (sorted_symcount == lVar21) break;\n ppaVar1 = sorted_syms + lVar21;\n lVar21 = lVar21 + 1;\n }" { (expression_statement "iVar20 = (int)lVar21;" (assignment_expression "iVar20 = (int)lVar21" identifier = (cast_expression "(int)lVar21" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (sorted_symcount == lVar21) break;" if (parenthesized_expression "(sorted_symcount == lVar21)" ( (binary_expression "sorted_symcount == lVar21" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "ppaVar1 = sorted_syms + lVar21;" (assignment_expression "ppaVar1 = sorted_syms + lVar21" identifier = (binary_expression "sorted_syms + lVar21" identifier + identifier)) ;) (expression_statement "lVar21 = lVar21 + 1;" (assignment_expression "lVar21 = lVar21 + 1" identifier = (binary_expression "lVar21 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12)" ( (binary_expression "(*ppaVar1)->value + (*ppaVar1)->section->vma <= uVar12" (binary_expression "(*ppaVar1)->value + (*ppaVar1)->section->vma" (field_expression "(*ppaVar1)->value" (parenthesized_expression "(*ppaVar1)" ( (pointer_expression "*ppaVar1" * identifier) )) -> field_identifier) + (field_expression "(*ppaVar1)->section->vma" (field_expression "(*ppaVar1)->section" (parenthesized_expression "(*ppaVar1)" ( (pointer_expression "*ppaVar1" * identifier) )) -> field_identifier) -> field_identifier)) <= identifier) )) ;) })) (expression_statement "ppaVar1 = sorted_syms + place;" (assignment_expression "ppaVar1 = sorted_syms + place" identifier = (binary_expression "sorted_syms + place" identifier + identifier)) ;) (expression_statement "*(int *)((long)inf + 0x58) = iVar10;" (assignment_expression "*(int *)((long)inf + 0x58) = iVar10" (pointer_expression "*(int *)((long)inf + 0x58)" * (cast_expression "(int *)((long)inf + 0x58)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x58)" ( (binary_expression "(long)inf + 0x58" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(asymbol ***)((long)inf + 0x40) = ppaVar1;" (assignment_expression "*(asymbol ***)((long)inf + 0x40) = ppaVar1" (pointer_expression "*(asymbol ***)((long)inf + 0x40)" * (cast_expression "(asymbol ***)((long)inf + 0x40)" ( (type_descriptor "asymbol ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((long)inf + 0x40)" ( (binary_expression "(long)inf + 0x40" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(int *)((long)inf + 0x48) = iVar20 - iVar10;" (assignment_expression "*(int *)((long)inf + 0x48) = iVar20 - iVar10" (pointer_expression "*(int *)((long)inf + 0x48)" * (cast_expression "(int *)((long)inf + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)inf + 0x48)" ( (binary_expression "(long)inf + 0x48" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "iVar20 - iVar10" identifier - identifier)) ;) (if_statement "if (iVar8 == 0) goto LAB_0010dbab;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0010dbab;" goto statement_identifier ;)) (labeled_statement "LAB_0010dc12:\n if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }" statement_identifier : (if_statement "if (place < lVar15) {\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }" if (parenthesized_expression "(place < lVar15)" ( (binary_expression "place < lVar15" identifier < identifier) )) (compound_statement "{\n do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);\n }" { (do_statement "do {\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n } while (place < sorted_symcount);" do (compound_statement "{\n if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }\n place = place + 1;\n }" { (if_statement "if ((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)) {\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }" if (parenthesized_expression "((sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma))" ( (binary_expression "(sorted_syms[place]->section == section) &&\n (uVar18 < sorted_syms[place]->value + section->vma)" (parenthesized_expression "(sorted_syms[place]->section == section)" ( (binary_expression "sorted_syms[place]->section == section" (field_expression "sorted_syms[place]->section" (subscript_expression "sorted_syms[place]" identifier [ identifier ]) -> field_identifier) == identifier) )) && (parenthesized_expression "(uVar18 < sorted_syms[place]->value + section->vma)" ( (binary_expression "uVar18 < sorted_syms[place]->value + section->vma" identifier < (binary_expression "sorted_syms[place]->value + section->vma" (field_expression "sorted_syms[place]->value" (subscript_expression "sorted_syms[place]" identifier [ identifier ]) -> field_identifier) + (field_expression "section->vma" identifier -> field_identifier))) ))) )) (compound_statement "{\n iVar8 = (**(code **)((long)inf + 0x90))();\n if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n }" { (expression_statement "iVar8 = (**(code **)((long)inf + 0x90))();" (assignment_expression "iVar8 = (**(code **)((long)inf + 0x90))()" identifier = (call_expression "(**(code **)((long)inf + 0x90))()" (parenthesized_expression "(**(code **)((long)inf + 0x90))" ( (pointer_expression "**(code **)((long)inf + 0x90)" * (pointer_expression "*(code **)((long)inf + 0x90)" * (cast_expression "(code **)((long)inf + 0x90)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)inf + 0x90)" ( (binary_expression "(long)inf + 0x90" (cast_expression "(long)inf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar8 != 0) {\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (compound_statement "{\n sVar16 = sym->value;\n uVar18 = sym->section->vma + sVar16;\n if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" { (expression_statement "sVar16 = sym->value;" (assignment_expression "sVar16 = sym->value" identifier = (field_expression "sym->value" identifier -> field_identifier)) ;) (expression_statement "uVar18 = sym->section->vma + sVar16;" (assignment_expression "uVar18 = sym->section->vma + sVar16" identifier = (binary_expression "sym->section->vma + sVar16" (field_expression "sym->section->vma" (field_expression "sym->section" identifier -> field_identifier) -> field_identifier) + identifier)) ;) (if_statement "if (place < sorted_symcount) {\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" if (parenthesized_expression "(place < sorted_symcount)" ( (binary_expression "place < sorted_symcount" identifier < identifier) )) (compound_statement "{\n paVar19 = sorted_syms[place];\n if (uVar12 < uVar18) goto LAB_0010dceb;\n if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" { (expression_statement "paVar19 = sorted_syms[place];" (assignment_expression "paVar19 = sorted_syms[place]" identifier = (subscript_expression "sorted_syms[place]" identifier [ identifier ])) ;) (if_statement "if (uVar12 < uVar18) goto LAB_0010dceb;" if (parenthesized_expression "(uVar12 < uVar18)" ( (binary_expression "uVar12 < uVar18" identifier < identifier) )) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;)) (if_statement "if (paVar19 == (asymbol *)0x0) {\n bVar22 = false;\n }\n else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }" if (parenthesized_expression "(paVar19 == (asymbol *)0x0)" ( (binary_expression "paVar19 == (asymbol *)0x0" identifier == (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar22 = false;\n }" { (expression_statement "bVar22 = false;" (assignment_expression "bVar22 = false" identifier = false) ;) }) (else_clause "else {\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }" else (compound_statement "{\n uVar17 = paVar19->section->vma + (paVar19->value - section->vma);\n bVar22 = local_b0 < uVar17;\n }" { (expression_statement "uVar17 = paVar19->section->vma + (paVar19->value - section->vma);" (assignment_expression "uVar17 = paVar19->section->vma + (paVar19->value - section->vma)" identifier = (binary_expression "paVar19->section->vma + (paVar19->value - section->vma)" (field_expression "paVar19->section->vma" (field_expression "paVar19->section" identifier -> field_identifier) -> field_identifier) + (parenthesized_expression "(paVar19->value - section->vma)" ( (binary_expression "paVar19->value - section->vma" (field_expression "paVar19->value" identifier -> field_identifier) - (field_expression "section->vma" identifier -> field_identifier)) )))) ;) (expression_statement "bVar22 = local_b0 < uVar17;" (assignment_expression "bVar22 = local_b0 < uVar17" identifier = (binary_expression "local_b0 < uVar17" identifier < identifier)) ;) }))) (goto_statement "goto LAB_0010dcfb;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "sVar16 = sym->value;" (assignment_expression "sVar16 = sym->value" identifier = (field_expression "sym->value" identifier -> field_identifier)) ;) (expression_statement "uVar18 = sym->section->vma + sVar16;" (assignment_expression "uVar18 = sym->section->vma + sVar16" identifier = (binary_expression "sym->section->vma + sVar16" (field_expression "sym->section->vma" (field_expression "sym->section" identifier -> field_identifier) -> field_identifier) + identifier)) ;) })) (expression_statement "place = place + 1;" (assignment_expression "place = place + 1" identifier = (binary_expression "place + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(place < sorted_symcount)" ( (binary_expression "place < sorted_symcount" identifier < identifier) )) ;) }))) (if_statement "if (uVar12 < uVar18) {\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }" if (parenthesized_expression "(uVar12 < uVar18)" ( (binary_expression "uVar12 < uVar18" identifier < identifier) )) (compound_statement "{\n paVar19 = (asymbol *)0x0;\n goto LAB_0010dceb;\n }" { (expression_statement "paVar19 = (asymbol *)0x0;" (assignment_expression "paVar19 = (asymbol *)0x0" identifier = (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;) })) (expression_statement "bVar22 = false;" (assignment_expression "bVar22 = false" identifier = false) ;) (expression_statement "paVar19 = (asymbol *)0x0;" (assignment_expression "paVar19 = (asymbol *)0x0" identifier = (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) (labeled_statement "LAB_0010dcfb:\n bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;" statement_identifier : (expression_statement "bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0;" (assignment_expression "bVar6 = disassemble_all != 0 || sym == (asymbol *)0x0" identifier = (binary_expression "disassemble_all != 0 || sym == (asymbol *)0x0" (binary_expression "disassemble_all != 0" identifier != number_literal) || (binary_expression "sym == (asymbol *)0x0" identifier == (cast_expression "(asymbol *)0x0" ( (type_descriptor "asymbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)))) ;)) (if_statement "if ((start_offset < uVar17) && (!bVar22)) goto LAB_0010dd20;" if (parenthesized_expression "((start_offset < uVar17) && (!bVar22))" ( (binary_expression "(start_offset < uVar17) && (!bVar22)" (parenthesized_expression "(start_offset < uVar17)" ( (binary_expression "start_offset < uVar17" identifier < identifier) )) && (parenthesized_expression "(!bVar22)" ( (unary_expression "!bVar22" ! identifier) ))) )) (goto_statement "goto LAB_0010dd20;" goto statement_identifier ;)) (if_statement "if ((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))\n goto LAB_0010df90;" if (parenthesized_expression "((bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))))" ( (binary_expression "(bVar6) ||\n ((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma)))" (parenthesized_expression "(bVar6)" ( identifier )) || (parenthesized_expression "((section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma)))" ( (parenthesized_expression "(section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma))" ( (binary_expression "section != sym->section || (uVar17 = local_b0, uVar12 < sVar16 + section->vma)" (binary_expression "section != sym->section" identifier != (field_expression "sym->section" identifier -> field_identifier)) || (parenthesized_expression "(uVar17 = local_b0, uVar12 < sVar16 + section->vma)" ( (comma_expression "uVar17 = local_b0, uVar12 < sVar16 + section->vma" (assignment_expression "uVar17 = local_b0" identifier = identifier) , (binary_expression "uVar12 < sVar16 + section->vma" identifier < (binary_expression "sVar16 + section->vma" identifier + (field_expression "section->vma" identifier -> field_identifier)))) ))) )) ))) )) (goto_statement "goto LAB_0010df90;" goto statement_identifier ;)) (labeled_statement "LAB_0010ddd7:\n uVar2 = sym->flags;" statement_identifier : (expression_statement "uVar2 = sym->flags;" (assignment_expression "uVar2 = sym->flags" identifier = (field_expression "sym->flags" identifier -> field_identifier)) ;)) (if_statement "if ((uVar2 & 0x10000) == 0) {\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" if (parenthesized_expression "((uVar2 & 0x10000) == 0)" ( (binary_expression "(uVar2 & 0x10000) == 0" (parenthesized_expression "(uVar2 & 0x10000)" ( (binary_expression "uVar2 & 0x10000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n pcVar14 = sym->name;\n pcVar11 = strstr(pcVar14,"gnu_compiled");\n if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" { (expression_statement "pcVar14 = sym->name;" (assignment_expression "pcVar14 = sym->name" identifier = (field_expression "sym->name" identifier -> field_identifier)) ;) (expression_statement "pcVar11 = strstr(pcVar14,"gnu_compiled");" (assignment_expression "pcVar11 = strstr(pcVar14,"gnu_compiled")" identifier = (call_expression "strstr(pcVar14,"gnu_compiled")" identifier (argument_list "(pcVar14,"gnu_compiled")" ( identifier , (string_literal ""gnu_compiled"" " string_content ") )))) ;) (if_statement "if (pcVar11 == (char *)0x0) {\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }" if (parenthesized_expression "(pcVar11 == (char *)0x0)" ( (binary_expression "pcVar11 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar14 = strstr(pcVar14,"gcc2_compiled");\n insns = 1;\n if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;\n }" { (expression_statement "pcVar14 = strstr(pcVar14,"gcc2_compiled");" (assignment_expression "pcVar14 = strstr(pcVar14,"gcc2_compiled")" identifier = (call_expression "strstr(pcVar14,"gcc2_compiled")" identifier (argument_list "(pcVar14,"gcc2_compiled")" ( identifier , (string_literal ""gcc2_compiled"" " string_content ") )))) ;) (expression_statement "insns = 1;" (assignment_expression "insns = 1" identifier = number_literal) ;) (if_statement "if (pcVar14 == (char *)0x0) goto LAB_0010dd2d;" if (parenthesized_expression "(pcVar14 == (char *)0x0)" ( (binary_expression "pcVar14 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010dd2d;" goto statement_identifier ;)) })) })) (expression_statement "insns = uVar2 >> 3 & 1;" (assignment_expression "insns = uVar2 >> 3 & 1" identifier = (binary_expression "uVar2 >> 3 & 1" (binary_expression "uVar2 >> 3" identifier >> number_literal) & number_literal)) ;) }))) (labeled_statement "LAB_0010dd2d:\n disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);" statement_identifier : (expression_statement "disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90);" (call_expression "disassemble_bytes((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90)" identifier (argument_list "((disassemble_info *)inf,*(disassembler_ftype *)(lVar3 + 0x28),insns,data\n ,start_offset,uVar17,local_88,&rel_pp,local_90)" ( (cast_expression "(disassemble_info *)inf" ( (type_descriptor "disassemble_info *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (pointer_expression "*(disassembler_ftype *)(lVar3 + 0x28)" * (cast_expression "(disassembler_ftype *)(lVar3 + 0x28)" ( (type_descriptor "disassembler_ftype *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&rel_pp" & identifier) , identifier ))) ;)) (expression_statement "sym = paVar19;" (assignment_expression "sym = paVar19" identifier = identifier) ;) (expression_statement "start_offset = uVar17;" (assignment_expression "start_offset = uVar17" identifier = identifier) ;) }) while (parenthesized_expression "(uVar17 < local_b0)" ( (binary_expression "uVar17 < local_b0" identifier < identifier) )) ;) (expression_statement "free(data);" (call_expression "free(data)" identifier (argument_list "(data)" ( identifier ))) ;) (if_statement "if (local_68 != (arelent **)0x0) {\n free(local_68);\n return;\n }" if (parenthesized_expression "(local_68 != (arelent **)0x0)" ( (binary_expression "local_68 != (arelent **)0x0" identifier != (cast_expression "(arelent **)0x0" ( (type_descriptor "arelent **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n free(local_68);\n return;\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) (return_statement "return;" return ;) })) }))) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "undefined8 uVar12;" type_identifier identifier ;) (declaration "undefined8 uVar13;" type_identifier identifier ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "size_t __nmemb;" primitive_type identifier ;) (declaration "long lVar15;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "long lVar19;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar20;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar21;" primitive_type identifier ;) (declaration "long lVar22;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar23;" type_identifier identifier ;) (declaration "bool bVar24;" primitive_type identifier ;) (declaration "ulong local_b0;" type_identifier identifier ;) (declaration "long *local_90;" (sized_type_specifier "long" long) (pointer_declarator "*local_90" * identifier) ;) (declaration "long local_88;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_80;" type_identifier identifier ;) (declaration "ulong local_78;" type_identifier identifier ;) (declaration "long *local_68;" (sized_type_specifier "long" long) (pointer_declarator "*local_68" * identifier) ;) (declaration "void *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "long *local_48;" (sized_type_specifier "long" long) (pointer_declarator "*local_48" * identifier) ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);" (assignment_expression "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc)" identifier = (binary_expression "(ulong)*(uint *)((long)param_3 + 0xbc)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)((long)param_3 + 0xbc)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 0xbc)" ( (binary_expression "(long)param_3 + 0xbc" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_40[0] = 0;" (assignment_expression "local_40[0] = 0" (subscript_expression "local_40[0]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" if (parenthesized_expression "((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))))" ( (binary_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" (parenthesized_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))" ( (binary_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110)" (parenthesized_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0))" ( (binary_expression "(DAT_00157330 != 0) || (DAT_001572d8 != 0)" (parenthesized_expression "(DAT_00157330 != 0)" ( (binary_expression "DAT_00157330 != 0" identifier != number_literal) )) || (parenthesized_expression "(DAT_001572d8 != 0)" ( (binary_expression "DAT_001572d8 != 0" identifier != number_literal) ))) )) || (parenthesized_expression "((*(uint *)(param_2 + 4) & 0x110) == 0x110)" ( (binary_expression "(*(uint *)(param_2 + 4) & 0x110) == 0x110" (parenthesized_expression "(*(uint *)(param_2 + 4) & 0x110)" ( (binary_expression "*(uint *)(param_2 + 4) & 0x110" (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) )) == number_literal) ))) )) && (parenthesized_expression "((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" ( (parenthesized_expression "(iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))" ( (comma_expression "iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (assignment_expression "iVar6 = FUN_0010a400(param_2)" identifier = (call_expression "FUN_0010a400(param_2)" identifier (argument_list "(param_2)" ( identifier )))) , (binary_expression "iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (binary_expression "iVar6 != 0" identifier != number_literal) && (parenthesized_expression "(uVar11 = param_2[7], uVar11 != 0)" ( (comma_expression "uVar11 = param_2[7], uVar11 != 0" (assignment_expression "uVar11 = param_2[7]" identifier = (subscript_expression "param_2[7]" identifier [ number_literal ])) , (binary_expression "uVar11 != 0" identifier != number_literal)) )))) )) ))) )) (compound_statement "{\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" { (expression_statement "uVar23 = 0;" (assignment_expression "uVar23 = 0" identifier = number_literal) ;) (if_statement "if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }" if (parenthesized_expression "((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460))" ( (binary_expression "(DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)" (parenthesized_expression "(DAT_00155460 != 0xffffffffffffffff)" ( (binary_expression "DAT_00155460 != 0xffffffffffffffff" identifier != number_literal) )) && (parenthesized_expression "((ulong)param_2[5] <= DAT_00155460)" ( (binary_expression "(ulong)param_2[5] <= DAT_00155460" (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ])) <= identifier) ))) )) (compound_statement "{\n uVar23 = DAT_00155460 - param_2[5];\n }" { (expression_statement "uVar23 = DAT_00155460 - param_2[5];" (assignment_expression "uVar23 = DAT_00155460 - param_2[5]" identifier = (binary_expression "DAT_00155460 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) })) (if_statement "if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" if (parenthesized_expression "(DAT_00155458 == 0xffffffffffffffff)" ( (binary_expression "DAT_00155458 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" { (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" identifier = (binary_expression "uVar11 / uVar17" identifier / identifier)) ;) }) (else_clause "else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" else (compound_statement "{\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" { (if_statement "if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }" if (parenthesized_expression "(DAT_00155458 < (ulong)param_2[5])" ( (binary_expression "DAT_00155458 < (ulong)param_2[5]" identifier < (cast_expression "(ulong)param_2[5]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[5]" identifier [ number_literal ]))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_b0 = DAT_00155458 - param_2[5];" (assignment_expression "local_b0 = DAT_00155458 - param_2[5]" identifier = (binary_expression "DAT_00155458 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) (if_statement "if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }" if (parenthesized_expression "(uVar11 / uVar17 <= local_b0)" ( (binary_expression "uVar11 / uVar17 <= local_b0" (binary_expression "uVar11 / uVar17" identifier / identifier) <= identifier) )) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" { (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" identifier = (binary_expression "uVar11 / uVar17" identifier / identifier)) ;) })) }))) (expression_statement "uVar17 = uVar11 % uVar17;" (assignment_expression "uVar17 = uVar11 % uVar17" identifier = (binary_expression "uVar11 % uVar17" identifier % identifier)) ;) (if_statement "if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" if (parenthesized_expression "(uVar23 < local_b0)" ( (binary_expression "uVar23 < local_b0" identifier < identifier) )) (compound_statement "{\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" { (expression_statement "lVar2 = param_3[2];" (assignment_expression "lVar2 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "local_48 = *(long **)(lVar2 + 0x18);" (assignment_expression "local_48 = *(long **)(lVar2 + 0x18)" identifier = (pointer_expression "*(long **)(lVar2 + 0x18)" * (cast_expression "(long **)(lVar2 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" if (parenthesized_expression "((local_48 == (long *)0x0) || (DAT_00157368 == 0))" ( (binary_expression "(local_48 == (long *)0x0) || (DAT_00157368 == 0)" (parenthesized_expression "(local_48 == (long *)0x0)" ( (binary_expression "local_48 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(DAT_00157368 == 0)" ( (binary_expression "DAT_00157368 == 0" identifier == number_literal) ))) )) (compound_statement "{\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }" { (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" if (parenthesized_expression "(((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))))" ( (binary_expression "((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" (parenthesized_expression "((*(byte *)(param_2 + 4) & 4) == 0)" ( (binary_expression "(*(byte *)(param_2 + 4) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 4) & 4)" ( (binary_expression "*(byte *)(param_2 + 4) & 4" (pointer_expression "*(byte *)(param_2 + 4)" * (cast_expression "(byte *)(param_2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) || (parenthesized_expression "((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" ( (parenthesized_expression "(DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))" ( (binary_expression "DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" (binary_expression "DAT_0015736c == 0" identifier == number_literal) && (parenthesized_expression "(uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" ( (comma_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0" (assignment_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19)" identifier = (binary_expression "(ulong)*(uint *)(param_3 + 0x19)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_3 + 0x19)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x19)" ( (binary_expression "param_3 + 0x19" identifier + number_literal) ))))) , (binary_expression "*(uint *)(param_3 + 0x19) == 0" (pointer_expression "*(uint *)(param_3 + 0x19)" * (cast_expression "(uint *)(param_3 + 0x19)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x19)" ( (binary_expression "param_3 + 0x19" identifier + number_literal) )))) == number_literal)) ))) )) ))) )) (compound_statement "{\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }" { (expression_statement "local_90 = (long *)0x0;" (assignment_expression "local_90 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" else (compound_statement "{\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" { (expression_statement "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);" (assignment_expression "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" identifier (argument_list "(param_1,param_2,uVar17)" ( identifier , identifier , identifier )))) ;) (if_statement "if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }" if (parenthesized_expression "(lVar10 < 0)" ( (binary_expression "lVar10 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }" { (labeled_statement "LAB_0010e1af:\n \n FUN_00136510(*param_1);" statement_identifier : (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;)) })) (if_statement "if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (compound_statement "{\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }" { (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_90 = local_48;" (assignment_expression "local_90 = local_48" identifier = identifier) ;) }) (else_clause "else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" else (compound_statement "{\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" { (expression_statement "local_68 = (long *)xmalloc(lVar10);" (assignment_expression "local_68 = (long *)xmalloc(lVar10)" identifier = (cast_expression "(long *)xmalloc(lVar10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar10)" identifier (argument_list "(lVar10)" ( identifier ))))) ;) (expression_statement "local_48 = local_68;" (assignment_expression "local_48 = local_68" identifier = identifier) ;) (expression_statement "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);" (assignment_expression "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" identifier = (call_expression "bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" identifier (argument_list "(param_1,param_2,local_68,DAT_001572b0)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)__nmemb < 0) goto LAB_0010e1af;" if (parenthesized_expression "((long)__nmemb < 0)" ( (binary_expression "(long)__nmemb < 0" (cast_expression "(long)__nmemb" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (goto_statement "goto LAB_0010e1af;" goto statement_identifier ;)) (expression_statement "qsort(local_48,__nmemb,8,FUN_00108380);" (call_expression "qsort(local_48,__nmemb,8,FUN_00108380)" identifier (argument_list "(local_48,__nmemb,8,FUN_00108380)" ( identifier , identifier , number_literal , identifier ))) ;) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" identifier = number_literal) ;) (expression_statement "local_90 = local_48 + __nmemb;" (assignment_expression "local_90 = local_48 + __nmemb" identifier = (binary_expression "local_48 + __nmemb" identifier + identifier)) ;) }))) }))) }) (else_clause "else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" else (compound_statement "{\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" { (expression_statement "local_88 = param_2[5];" (assignment_expression "local_88 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_90 = local_48 + *(long *)(lVar2 + 0x20);" (assignment_expression "local_90 = local_48 + *(long *)(lVar2 + 0x20)" identifier = (binary_expression "local_48 + *(long *)(lVar2 + 0x20)" identifier + (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))))) ;) }))) (expression_statement "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);" (assignment_expression "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50)" identifier = (call_expression "bfd_malloc_and_get_section(param_1,param_2,&local_50)" identifier (argument_list "(param_1,param_2,&local_50)" ( identifier , identifier , (pointer_expression "&local_50" & identifier) )))) ;) (if_statement "if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }" { (expression_statement "uVar7 = bfd_get_error();" (assignment_expression "uVar7 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (expression_statement "uVar12 = bfd_errmsg(uVar7);" (assignment_expression "uVar12 = bfd_errmsg(uVar7)" identifier = (call_expression "bfd_errmsg(uVar7)" identifier (argument_list "(uVar7)" ( identifier )))) ;) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);" (assignment_expression "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5)" identifier = (call_expression "dcgettext(0,"Reading section %s failed because: %s",5)" identifier (argument_list "(0,"Reading section %s failed because: %s",5)" ( number_literal , (string_literal ""Reading section %s failed because: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00136630(uVar13,uVar3,uVar12);" (call_expression "FUN_00136630(uVar13,uVar3,uVar12)" identifier (argument_list "(uVar13,uVar3,uVar12)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" else (compound_statement "{\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" { (expression_statement "*(undefined8 **)(lVar2 + 8) = param_2;" (assignment_expression "*(undefined8 **)(lVar2 + 8) = param_2" (pointer_expression "*(undefined8 **)(lVar2 + 8)" * (cast_expression "(undefined8 **)(lVar2 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[0x13] = local_50;" (assignment_expression "param_3[0x13] = local_50" (subscript_expression "param_3[0x13]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = param_2[5];" (assignment_expression "uVar3 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "param_3[0x15] = uVar11;" (assignment_expression "param_3[0x15] = uVar11" (subscript_expression "param_3[0x15]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_3[0x14] = uVar3;" (assignment_expression "param_3[0x14] = uVar3" (subscript_expression "param_3[0x14]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_3[7] = param_2;" (assignment_expression "param_3[7] = param_2" (subscript_expression "param_3[7]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" if (parenthesized_expression "(local_48 < local_90)" ( (binary_expression "local_48 < local_90" identifier < identifier) )) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" { (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" identifier = (pointer_expression "*(ulong *)(*local_48 + 8)" * (cast_expression "(ulong *)(*local_48 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_48 + 8)" ( (binary_expression "*local_48 + 8" (pointer_expression "*local_48" * identifier) + number_literal) ))))) ;) (while_statement "while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }" while (parenthesized_expression "((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)))" ( (parenthesized_expression "(uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))" ( (binary_expression "uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)" (binary_expression "uVar17 < local_88 + uVar23" identifier < (binary_expression "local_88 + uVar23" identifier + identifier)) && (parenthesized_expression "(local_48 = local_48 + 1, local_48 < local_90)" ( (comma_expression "local_48 = local_48 + 1, local_48 < local_90" (assignment_expression "local_48 = local_48 + 1" identifier = (binary_expression "local_48 + 1" identifier + number_literal)) , (binary_expression "local_48 < local_90" identifier < identifier)) ))) )) )) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n }" { (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" identifier = (pointer_expression "*(ulong *)(*local_48 + 8)" * (cast_expression "(ulong *)(*local_48 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*local_48 + 8)" ( (binary_expression "*local_48 + 8" (pointer_expression "*local_48" * identifier) + number_literal) ))))) ;) })) })) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);" (assignment_expression "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nDisassembly of section %s:\n",5)" identifier (argument_list "(0,"\nDisassembly of section %s:\n",5)" ( number_literal , (string_literal ""\nDisassembly of section %s:\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar9,uVar3);" (call_expression "printf(pcVar9,uVar3)" identifier (argument_list "(pcVar9,uVar3)" ( identifier , identifier ))) ;) (expression_statement "lVar10 = param_2[5];" (assignment_expression "lVar10 = param_2[5]" identifier = (subscript_expression "param_2[5]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" * (cast_expression "(undefined4 *)(lVar2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);" (assignment_expression "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40)" identifier = (call_expression "FUN_001083b0(lVar10 + uVar23,param_3,local_40)" identifier (argument_list "(lVar10 + uVar23,param_3,local_40)" ( (binary_expression "lVar10 + uVar23" identifier + identifier) , identifier , identifier )))) ;) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 0" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" * (cast_expression "(undefined4 *)(lVar2 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "local_78 = 0xffffffffffffffff;" (assignment_expression "local_78 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (if_statement "if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" if (parenthesized_expression "(((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0))" ( (binary_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)" (parenthesized_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0))" ( (binary_expression "(*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" (parenthesized_expression "(*(int *)(param_1[1] + 8) == 5)" ( (binary_expression "*(int *)(param_1[1] + 8) == 5" (pointer_expression "*(int *)(param_1[1] + 8)" * (cast_expression "(int *)(param_1[1] + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 8)" ( (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) )))) == number_literal) )) && (parenthesized_expression "(lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" ( (comma_expression "lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0" (assignment_expression "lVar20 = *(long *)(param_1[1] + 0x368)" identifier = (pointer_expression "*(long *)(param_1[1] + 0x368)" * (cast_expression "(long *)(param_1[1] + 0x368)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + 0x368)" ( (binary_expression "param_1[1] + 0x368" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))))) , (binary_expression "lVar20 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "((*(byte *)(lVar20 + 0x389) & 1) != 0)" ( (binary_expression "(*(byte *)(lVar20 + 0x389) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar20 + 0x389) & 1)" ( (binary_expression "*(byte *)(lVar20 + 0x389) & 1" (pointer_expression "*(byte *)(lVar20 + 0x389)" * (cast_expression "(byte *)(lVar20 + 0x389)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x389)" ( (binary_expression "lVar20 + 0x389" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" { (expression_statement "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);" (assignment_expression "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" identifier = (binary_expression "1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" number_literal << (parenthesized_expression "(*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" ( (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f" (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U" (pointer_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10)" * (cast_expression "(char *)(*(long *)(lVar20 + 0x300) + 10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar20 + 0x300) + 10)" ( (binary_expression "*(long *)(lVar20 + 0x300) + 10" (pointer_expression "*(long *)(lVar20 + 0x300)" * (cast_expression "(long *)(lVar20 + 0x300)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x300)" ( (binary_expression "lVar20 + 0x300" identifier + number_literal) )))) + number_literal) )))) - number_literal) & number_literal) )))) ;) (expression_statement "local_78 = local_80 * 2 - 1;" (assignment_expression "local_78 = local_80 * 2 - 1" identifier = (binary_expression "local_80 * 2 - 1" (binary_expression "local_80 * 2" identifier * number_literal) - number_literal)) ;) })) (do_statement "do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);" do (compound_statement "{\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n }" { (expression_statement "iVar6 = DAT_00157350;" (assignment_expression "iVar6 = DAT_00157350" identifier = identifier) ;) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" identifier = identifier) ;) (expression_statement "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;" (assignment_expression "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80" identifier = (binary_expression "(param_2[5] + uVar23 & local_78 ^ local_80) - local_80" (parenthesized_expression "(param_2[5] + uVar23 & local_78 ^ local_80)" ( (binary_expression "param_2[5] + uVar23 & local_78 ^ local_80" (binary_expression "param_2[5] + uVar23 & local_78" (binary_expression "param_2[5] + uVar23" (subscript_expression "param_2[5]" identifier [ number_literal ]) + identifier) & identifier) ^ identifier) )) - identifier)) ;) (expression_statement "uVar17 = local_b0;" (assignment_expression "uVar17 = local_b0" identifier = identifier) ;) (if_statement "if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }" { (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" * (cast_expression "(undefined4 *)(param_3 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" * (cast_expression "(undefined4 *)(param_3 + 0xb)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" { (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],"\n")" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (string_literal ""\n"" " escape_sequence ") ))) ;) (expression_statement "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0)" identifier (argument_list "(param_1,param_2,0,uVar11,param_3,0)" ( identifier , identifier , number_literal , identifier , identifier , number_literal ))) ;) (expression_statement "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0);" (call_expression "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0)" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],&DAT_0013d5f0)" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (pointer_expression "&DAT_0013d5f0" & identifier) ))) ;) })) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" identifier = true) ;) (if_statement "if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" if (parenthesized_expression "(local_b0 <= uVar23)" ( (binary_expression "local_b0 <= uVar23" identifier <= identifier) )) (compound_statement "{\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" { (labeled_statement "LAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" statement_identifier : (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" identifier (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" * (cast_expression "(undefined8 *)(lVar2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) , number_literal , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) , identifier ))) ;)) (break_statement "break;" break ;) })) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0010dd20:\n uVar16 = 1;" statement_identifier : (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" identifier = number_literal) ;)) (if_statement "if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;" if (parenthesized_expression "((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))))" ( (binary_expression "(!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) && (parenthesized_expression "((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" ( (parenthesized_expression "(*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))" ( (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" * (cast_expression "(undefined8 **)(lVar10 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) == identifier) && (parenthesized_expression "((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" ( (binary_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11" (call_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar10 + 0x10) + param_2[5])" ( (binary_expression "*(long *)(lVar10 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) )))) + (subscript_expression "param_2[5]" identifier [ number_literal ])) ))) <= identifier) ))) )) ))) )) (goto_statement "goto LAB_0010ddd7;" goto statement_identifier ;)) }) (else_clause "else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" else (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" { (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (expression_statement "lVar19 = lVar10;" (assignment_expression "lVar19 = lVar10" identifier = identifier) ;) (if_statement "if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }" { (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" * (cast_expression "(undefined4 *)(param_3 + 9)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" * (cast_expression "(undefined4 *)(param_3 + 0xb)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" { (labeled_statement "LAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");" statement_identifier : (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1],"\n")" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) , (string_literal ""\n"" " escape_sequence ") ))) ;)) (expression_statement "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0)" identifier (argument_list "(param_1,param_2,lVar10,uVar11,param_3,0)" ( identifier , identifier , identifier , identifier , identifier , number_literal ))) ;) (expression_statement "(*(code *)*param_3)(param_3[1]);" (call_expression "(*(code *)*param_3)(param_3[1])" (parenthesized_expression "(*(code *)*param_3)" ( (pointer_expression "*(code *)*param_3" * (cast_expression "(code *)*param_3" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) )) (argument_list "(param_3[1])" ( (subscript_expression "param_3[1]" identifier [ number_literal ]) ))) ;) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" identifier = identifier) ;) (if_statement "if (uVar18 <= uVar11) goto LAB_0010dc12;" if (parenthesized_expression "(uVar18 <= uVar11)" ( (binary_expression "uVar18 <= uVar11" identifier <= identifier) )) (goto_statement "goto LAB_0010dc12;" goto statement_identifier ;)) })) (labeled_statement "LAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];" statement_identifier : (expression_statement "bVar24 = local_b0 < uVar18 - param_2[5];" (assignment_expression "bVar24 = local_b0 < uVar18 - param_2[5]" identifier = (binary_expression "local_b0 < uVar18 - param_2[5]" identifier < (binary_expression "uVar18 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ])))) ;)) (expression_statement "uVar17 = uVar18 - param_2[5];" (assignment_expression "uVar17 = uVar18 - param_2[5]" identifier = (binary_expression "uVar18 - param_2[5]" identifier - (subscript_expression "param_2[5]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" else (compound_statement "{\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" { (expression_statement "iVar8 = (int)local_40[0];" (assignment_expression "iVar8 = (int)local_40[0]" identifier = (cast_expression "(int)local_40[0]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "local_40[0]" identifier [ number_literal ]))) ;) (expression_statement "iVar21 = iVar8;" (assignment_expression "iVar21 = iVar8" identifier = identifier) ;) (if_statement "if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" if (parenthesized_expression "((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11))" ( (binary_expression "(iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" (parenthesized_expression "(iVar8 < DAT_00157298)" ( (binary_expression "iVar8 < DAT_00157298" identifier < identifier) )) && (parenthesized_expression "(lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" ( (comma_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (assignment_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + (long)iVar8 * 8)" * (cast_expression "(long *)(DAT_001572a0 + (long)iVar8 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + (long)iVar8 * 8)" ( (binary_expression "DAT_001572a0 + (long)iVar8 * 8" identifier + (binary_expression "(long)iVar8 * 8" (cast_expression "(long)iVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ))))) , (binary_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (call_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" ( (binary_expression "*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar22 + 0x10)" * (cast_expression "(long *)(lVar22 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar22 + 0x10)" ( (binary_expression "lVar22 + 0x10" identifier + number_literal) )))) + (pointer_expression "*(long *)(*(long *)(lVar22 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar22 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar22 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar22 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar22 + 0x20)" * (cast_expression "(long *)(lVar22 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar22 + 0x20)" ( (binary_expression "lVar22 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ))) <= identifier)) ))) )) (compound_statement "{\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" { (expression_statement "lVar22 = (long)(iVar8 + 1);" (assignment_expression "lVar22 = (long)(iVar8 + 1)" identifier = (cast_expression "(long)(iVar8 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar8 + 1)" ( (binary_expression "iVar8 + 1" identifier + number_literal) )))) ;) (do_statement "do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);" do (compound_statement "{\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n }" { (expression_statement "iVar21 = (int)lVar22;" (assignment_expression "iVar21 = (int)lVar22" identifier = (cast_expression "(int)lVar22" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (DAT_00157298 == lVar22) break;" if (parenthesized_expression "(DAT_00157298 == lVar22)" ( (binary_expression "DAT_00157298 == lVar22" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);" (assignment_expression "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + lVar22 * 8)" * (cast_expression "(long *)(DAT_001572a0 + lVar22 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + lVar22 * 8)" ( (binary_expression "DAT_001572a0 + lVar22 * 8" identifier + (binary_expression "lVar22 * 8" identifier * number_literal)) ))))) ;) (expression_statement "lVar22 = lVar22 + 1;" (assignment_expression "lVar22 = lVar22 + 1" identifier = (binary_expression "lVar22 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11)" ( (binary_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11" (call_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" ( (binary_expression "*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) )))) + (pointer_expression "*(long *)(*(long *)(lVar4 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar4 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar4 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar4 + 0x20)" * (cast_expression "(long *)(lVar4 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x20)" ( (binary_expression "lVar4 + 0x20" identifier + number_literal) )))) + number_literal) ))))) ))) <= identifier) )) ;) })) (expression_statement "lVar22 = DAT_001572a0 + local_40[0] * 8;" (assignment_expression "lVar22 = DAT_001572a0 + local_40[0] * 8" identifier = (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal))) ;) (expression_statement "*(int *)(param_3 + 0xb) = iVar8;" (assignment_expression "*(int *)(param_3 + 0xb) = iVar8" (pointer_expression "*(int *)(param_3 + 0xb)" * (cast_expression "(int *)(param_3 + 0xb)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xb)" ( (binary_expression "param_3 + 0xb" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[8] = lVar22;" (assignment_expression "param_3[8] = lVar22" (subscript_expression "param_3[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_3 + 9) = iVar21 - iVar8;" (assignment_expression "*(int *)(param_3 + 9) = iVar21 - iVar8" (pointer_expression "*(int *)(param_3 + 9)" * (cast_expression "(int *)(param_3 + 9)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 9)" ( (binary_expression "param_3 + 9" identifier + number_literal) )))) = (binary_expression "iVar21 - iVar8" identifier - identifier)) ;) (if_statement "if (iVar6 == 0) goto LAB_0010dbab;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0010dbab;" goto statement_identifier ;)) (labeled_statement "LAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" statement_identifier : (if_statement "if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" if (parenthesized_expression "(local_40[0] < lVar20)" ( (binary_expression "local_40[0] < lVar20" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" { (do_statement "do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);" do (compound_statement "{\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n }" { (expression_statement "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" * (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" ( (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal)) ))))) ;) (if_statement "if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" if (parenthesized_expression "((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])))" ( (binary_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" (parenthesized_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2)" ( (binary_expression "*(undefined8 **)(lVar20 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar20 + 0x20)" * (cast_expression "(undefined8 **)(lVar20 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar20 + 0x20)" ( (binary_expression "lVar20 + 0x20" identifier + number_literal) )))) == identifier) )) && (parenthesized_expression "(uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" ( (binary_expression "uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" identifier < (call_expression "(ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(lVar20 + 0x10) + param_2[5])" ( (binary_expression "*(long *)(lVar20 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar20 + 0x10)" * (cast_expression "(long *)(lVar20 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar20 + 0x10)" ( (binary_expression "lVar20 + 0x10" identifier + number_literal) )))) + (subscript_expression "param_2[5]" identifier [ number_literal ])) )))) ))) )) (compound_statement "{\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" { (expression_statement "iVar6 = (*(code *)param_3[0x12])();" (assignment_expression "iVar6 = (*(code *)param_3[0x12])()" identifier = (call_expression "(*(code *)param_3[0x12])()" (parenthesized_expression "(*(code *)param_3[0x12])" ( (pointer_expression "*(code *)param_3[0x12]" * (cast_expression "(code *)param_3[0x12]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[0x12]" identifier [ number_literal ]))) )) (argument_list "()" ( )))) ;) (if_statement "if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" { (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) (if_statement "if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" if (parenthesized_expression "(local_40[0] < DAT_00157298)" ( (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) (compound_statement "{\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" { (expression_statement "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8)" identifier = (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" * (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" ( (binary_expression "DAT_001572a0 + local_40[0] * 8" identifier + (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" identifier [ number_literal ]) * number_literal)) ))))) ;) (if_statement "if (uVar11 < uVar18) goto LAB_0010dceb;" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;)) (if_statement "if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" if (parenthesized_expression "(lVar19 == 0)" ( (binary_expression "lVar19 == 0" identifier == number_literal) )) (compound_statement "{\n bVar24 = false;\n }" { (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" identifier = false) ;) }) (else_clause "else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" else (compound_statement "{\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" { (expression_statement "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);" (assignment_expression "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" identifier = (binary_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" (pointer_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar19 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar19 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar19 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar19 + 0x20)" * (cast_expression "(long *)(lVar19 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar19 + 0x20)" ( (binary_expression "lVar19 + 0x20" identifier + number_literal) )))) + number_literal) )))) + (parenthesized_expression "(*(long *)(lVar19 + 0x10) - param_2[5])" ( (binary_expression "*(long *)(lVar19 + 0x10) - param_2[5]" (pointer_expression "*(long *)(lVar19 + 0x10)" * (cast_expression "(long *)(lVar19 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar19 + 0x10)" ( (binary_expression "lVar19 + 0x10" identifier + number_literal) )))) - (subscript_expression "param_2[5]" identifier [ number_literal ])) )))) ;) (expression_statement "bVar24 = local_b0 < uVar17;" (assignment_expression "bVar24 = local_b0 < uVar17" identifier = (binary_expression "local_b0 < uVar17" identifier < identifier)) ;) }))) (goto_statement "goto LAB_0010dcfb;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" identifier = (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" identifier = (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" * (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" ( (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" * (cast_expression "(long *)(lVar10 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) )))) + number_literal) )))) + identifier)) ;) })) (expression_statement "local_40[0] = local_40[0] + 1;" (assignment_expression "local_40[0] = local_40[0] + 1" (subscript_expression "local_40[0]" identifier [ number_literal ]) = (binary_expression "local_40[0] + 1" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal)) ;) }) while (parenthesized_expression "(local_40[0] < DAT_00157298)" ( (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" identifier [ number_literal ]) < identifier) )) ;) }))) (if_statement "if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }" if (parenthesized_expression "(uVar11 < uVar18)" ( (binary_expression "uVar11 < uVar18" identifier < identifier) )) (compound_statement "{\n lVar19 = 0;\n goto LAB_0010dceb;\n }" { (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) (goto_statement "goto LAB_0010dceb;" goto statement_identifier ;) })) (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" identifier = false) ;) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" identifier = number_literal) ;) }))) (labeled_statement "LAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;" statement_identifier : (expression_statement "bVar5 = DAT_00157330 != 0 || lVar10 == 0;" (assignment_expression "bVar5 = DAT_00157330 != 0 || lVar10 == 0" identifier = (binary_expression "DAT_00157330 != 0 || lVar10 == 0" (binary_expression "DAT_00157330 != 0" identifier != number_literal) || (binary_expression "lVar10 == 0" identifier == number_literal))) ;)) (if_statement "if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;" if (parenthesized_expression "((uVar23 < uVar17) && (!bVar24))" ( (binary_expression "(uVar23 < uVar17) && (!bVar24)" (parenthesized_expression "(uVar23 < uVar17)" ( (binary_expression "uVar23 < uVar17" identifier < identifier) )) && (parenthesized_expression "(!bVar24)" ( (unary_expression "!bVar24" ! identifier) ))) )) (goto_statement "goto LAB_0010dd20;" goto statement_identifier ;)) (if_statement "if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;" if (parenthesized_expression "((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))))" ( (binary_expression "(bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" (parenthesized_expression "(bVar5)" ( identifier )) || (parenthesized_expression "((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" ( (parenthesized_expression "(param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))" ( (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20)" identifier != (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" * (cast_expression "(undefined8 **)(lVar10 + 0x20)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 0x20)" ( (binary_expression "lVar10 + 0x20" identifier + number_literal) ))))) || (parenthesized_expression "(uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" ( (comma_expression "uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])" (assignment_expression "uVar17 = local_b0" identifier = identifier) , (binary_expression "uVar11 < (ulong)(lVar15 + param_2[5])" identifier < (call_expression "(ulong)(lVar15 + param_2[5])" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar15 + param_2[5])" ( (binary_expression "lVar15 + param_2[5]" identifier + (subscript_expression "param_2[5]" identifier [ number_literal ])) ))))) ))) )) ))) )) (goto_statement "goto LAB_0010df90;" goto statement_identifier ;)) (labeled_statement "LAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);" statement_identifier : (expression_statement "uVar1 = *(uint *)(lVar10 + 0x18);" (assignment_expression "uVar1 = *(uint *)(lVar10 + 0x18)" identifier = (pointer_expression "*(uint *)(lVar10 + 0x18)" * (cast_expression "(uint *)(lVar10 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x18)" ( (binary_expression "lVar10 + 0x18" identifier + number_literal) ))))) ;)) (if_statement "if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" if (parenthesized_expression "((uVar1 & 0x10000) == 0)" ( (binary_expression "(uVar1 & 0x10000) == 0" (parenthesized_expression "(uVar1 & 0x10000)" ( (binary_expression "uVar1 & 0x10000" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" { (expression_statement "pcVar9 = *(char **)(lVar10 + 8);" (assignment_expression "pcVar9 = *(char **)(lVar10 + 8)" identifier = (pointer_expression "*(char **)(lVar10 + 8)" * (cast_expression "(char **)(lVar10 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar10 + 8)" ( (binary_expression "lVar10 + 8" identifier + number_literal) ))))) ;) (expression_statement "pcVar14 = strstr(pcVar9,"gnu_compiled");" (assignment_expression "pcVar14 = strstr(pcVar9,"gnu_compiled")" identifier = (call_expression "strstr(pcVar9,"gnu_compiled")" identifier (argument_list "(pcVar9,"gnu_compiled")" ( identifier , (string_literal ""gnu_compiled"" " string_content ") )))) ;) (if_statement "if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" if (parenthesized_expression "(pcVar14 == (char *)0x0)" ( (binary_expression "pcVar14 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" { (expression_statement "pcVar9 = strstr(pcVar9,"gcc2_compiled");" (assignment_expression "pcVar9 = strstr(pcVar9,"gcc2_compiled")" identifier = (call_expression "strstr(pcVar9,"gcc2_compiled")" identifier (argument_list "(pcVar9,"gcc2_compiled")" ( identifier , (string_literal ""gcc2_compiled"" " string_content ") )))) ;) (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" identifier = number_literal) ;) (if_statement "if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;" if (parenthesized_expression "(pcVar9 == (char *)0x0)" ( (binary_expression "pcVar9 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010dd2d;" goto statement_identifier ;)) })) })) (expression_statement "uVar16 = uVar1 >> 3 & 1;" (assignment_expression "uVar16 = uVar1 >> 3 & 1" identifier = (binary_expression "uVar1 >> 3 & 1" (binary_expression "uVar1 >> 3" identifier >> number_literal) & number_literal)) ;) }))) (labeled_statement "LAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" statement_identifier : (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" identifier (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" ( identifier , (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" * (cast_expression "(undefined8 *)(lVar2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) , identifier , identifier , identifier , identifier , identifier , (pointer_expression "&local_48" & identifier) , identifier ))) ;)) (expression_statement "lVar10 = lVar19;" (assignment_expression "lVar10 = lVar19" identifier = identifier) ;) (expression_statement "uVar23 = uVar17;" (assignment_expression "uVar23 = uVar17" identifier = identifier) ;) }) while (parenthesized_expression "(uVar17 < local_b0)" ( (binary_expression "uVar17 < local_b0" identifier < identifier) )) ;) (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) (if_statement "if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }" if (parenthesized_expression "(local_68 != (long *)0x0)" ( (binary_expression "local_68 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_68);\n return;\n }" { (expression_statement "free(local_68);" (call_expression "free(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) (return_statement "return;" return ;) })) }))) })) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (binary_expression IDENT != 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) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression (binary_expression IDENT != LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (binary_expression IDENT != LIT)) )))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT / IDENT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT / IDENT) <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT / IDENT)) ;) })) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT % IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (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 ( (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT)) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) }))) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT < (binary_expression IDENT + IDENT)) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression IDENT + LIT)) , (binary_expression IDENT < IDENT)) ))) )) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = 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 (subscript_expression IDENT [ LIT ]) + LIT) )))) == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) , (binary_expression IDENT != LIT)) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression LIT << (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) - LIT) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) - LIT)) ;) })) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) & IDENT) ^ IDENT) )) - IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (argument_list ( (subscript_expression IDENT [ LIT ]) , (string_literal " escape_sequence ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (argument_list ( (subscript_expression IDENT [ LIT ]) , (pointer_expression & IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) , IDENT ))) ;)) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (unary_expression ! IDENT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) && (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (subscript_expression IDENT [ LIT ])) ))) <= IDENT) ))) )) ))) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (argument_list ( (subscript_expression IDENT [ LIT ]) , (string_literal " escape_sequence ") ))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) )) (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT < (binary_expression IDENT - (subscript_expression IDENT [ LIT ])))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (subscript_expression IDENT [ LIT ]))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ))))) , (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ))) <= IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ))) <= IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (subscript_expression IDENT [ LIT ]) * LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT - 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 (subscript_expression IDENT [ LIT ]) < IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (subscript_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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) && (parenthesized_expression ( (binary_expression IDENT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (subscript_expression IDENT [ LIT ])) )))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (subscript_expression IDENT [ LIT ]) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (subscript_expression IDENT [ LIT ])) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT < IDENT)) ;) }))) (goto_statement goto statement_identifier ;) })) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + IDENT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) < IDENT) )) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != LIT) || (binary_expression IDENT == LIT))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (unary_expression ! IDENT) ))) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT < (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + (subscript_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) ))))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == 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 = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT >> LIT) & LIT)) ;) }))) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) }))) })) })) (return_statement return ;) })))
|
(function_definition "void FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010d910(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_0010d910") (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n undefined4 uVar7;\n int iVar8;\n char *pcVar9;\n long lVar10;\n ulong uVar11;\n undefined8 uVar12;\n undefined8 uVar13;\n char *pcVar14;\n size_t __nmemb;\n long lVar15;\n uint uVar16;\n ulong uVar17;\n ulong uVar18;\n long lVar19;\n long lVar20;\n int iVar21;\n long lVar22;\n ulong uVar23;\n bool bVar24;\n ulong local_b0;\n long *local_90;\n long local_88;\n ulong local_80;\n ulong local_78;\n long *local_68;\n void *local_50;\n long *local_48;\n long local_40 [2];\n \n uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);\n local_50 = (void *)0x0;\n local_48 = (long *)0x0;\n local_40[0] = 0;\n if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "char *pcVar9;" (primitive_type "char") (pointer_declarator "*pcVar9" (* "*") (identifier "pcVar9")) (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (declaration "ulong uVar11;" (type_identifier "ulong") (identifier "uVar11") (; ";")) (declaration "undefined8 uVar12;" (type_identifier "undefined8") (identifier "uVar12") (; ";")) (declaration "undefined8 uVar13;" (type_identifier "undefined8") (identifier "uVar13") (; ";")) (declaration "char *pcVar14;" (primitive_type "char") (pointer_declarator "*pcVar14" (* "*") (identifier "pcVar14")) (; ";")) (declaration "size_t __nmemb;" (primitive_type "size_t") (identifier "__nmemb") (; ";")) (declaration "long lVar15;" (sized_type_specifier "long" (long "long")) (identifier "lVar15") (; ";")) (declaration "uint uVar16;" (type_identifier "uint") (identifier "uVar16") (; ";")) (declaration "ulong uVar17;" (type_identifier "ulong") (identifier "uVar17") (; ";")) (declaration "ulong uVar18;" (type_identifier "ulong") (identifier "uVar18") (; ";")) (declaration "long lVar19;" (sized_type_specifier "long" (long "long")) (identifier "lVar19") (; ";")) (declaration "long lVar20;" (sized_type_specifier "long" (long "long")) (identifier "lVar20") (; ";")) (declaration "int iVar21;" (primitive_type "int") (identifier "iVar21") (; ";")) (declaration "long lVar22;" (sized_type_specifier "long" (long "long")) (identifier "lVar22") (; ";")) (declaration "ulong uVar23;" (type_identifier "ulong") (identifier "uVar23") (; ";")) (declaration "bool bVar24;" (primitive_type "bool") (identifier "bVar24") (; ";")) (declaration "ulong local_b0;" (type_identifier "ulong") (identifier "local_b0") (; ";")) (declaration "long *local_90;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_90" (* "*") (identifier "local_90")) (; ";")) (declaration "long local_88;" (sized_type_specifier "long" (long "long")) (identifier "local_88") (; ";")) (declaration "ulong local_80;" (type_identifier "ulong") (identifier "local_80") (; ";")) (declaration "ulong local_78;" (type_identifier "ulong") (identifier "local_78") (; ";")) (declaration "long *local_68;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_68" (* "*") (identifier "local_68")) (; ";")) (declaration "void *local_50;" (primitive_type "void") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "long *local_48;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "long local_40 [2];" (sized_type_specifier "long" (long "long")) (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);" (assignment_expression "uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc)" (identifier "uVar17") (= "=") (binary_expression "(ulong)*(uint *)((long)param_3 + 0xbc)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)((long)param_3 + 0xbc)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + 0xbc)" (( "(") (binary_expression "(long)param_3 + 0xbc" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (number_literal "0xbc")) () ")"))))) (; ";")) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" (identifier "local_50") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" (identifier "local_48") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_40[0] = 0;" (assignment_expression "local_40[0] = 0" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" (if "if") (parenthesized_expression "((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))))" (( "(") (binary_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))\n && ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" (parenthesized_expression "(((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))" (( "(") (binary_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110)" (parenthesized_expression "((DAT_00157330 != 0) || (DAT_001572d8 != 0))" (( "(") (binary_expression "(DAT_00157330 != 0) || (DAT_001572d8 != 0)" (parenthesized_expression "(DAT_00157330 != 0)" (( "(") (binary_expression "DAT_00157330 != 0" (identifier "DAT_00157330") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(DAT_001572d8 != 0)" (( "(") (binary_expression "DAT_001572d8 != 0" (identifier "DAT_001572d8") (!= "!=") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "((*(uint *)(param_2 + 4) & 0x110) == 0x110)" (( "(") (binary_expression "(*(uint *)(param_2 + 4) & 0x110) == 0x110" (parenthesized_expression "(*(uint *)(param_2 + 4) & 0x110)" (( "(") (binary_expression "*(uint *)(param_2 + 4) & 0x110" (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 "0x110")) () ")")) (== "==") (number_literal "0x110")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))" (( "(") (parenthesized_expression "(iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0))" (( "(") (comma_expression "iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (assignment_expression "iVar6 = FUN_0010a400(param_2)" (identifier "iVar6") (= "=") (call_expression "FUN_0010a400(param_2)" (identifier "FUN_0010a400") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (, ",") (binary_expression "iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)" (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "(uVar11 = param_2[7], uVar11 != 0)" (( "(") (comma_expression "uVar11 = param_2[7], uVar11 != 0" (assignment_expression "uVar11 = param_2[7]" (identifier "uVar11") (= "=") (subscript_expression "param_2[7]" (identifier "param_2") ([ "[") (number_literal "7") (] "]"))) (, ",") (binary_expression "uVar11 != 0" (identifier "uVar11") (!= "!=") (number_literal "0"))) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n uVar23 = 0;\n if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }\n if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }\n uVar17 = uVar11 % uVar17;\n if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }\n }" ({ "{") (expression_statement "uVar23 = 0;" (assignment_expression "uVar23 = 0" (identifier "uVar23") (= "=") (number_literal "0")) (; ";")) (if_statement "if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {\n uVar23 = DAT_00155460 - param_2[5];\n }" (if "if") (parenthesized_expression "((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460))" (( "(") (binary_expression "(DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)" (parenthesized_expression "(DAT_00155460 != 0xffffffffffffffff)" (( "(") (binary_expression "DAT_00155460 != 0xffffffffffffffff" (identifier "DAT_00155460") (!= "!=") (number_literal "0xffffffffffffffff")) () ")")) (&& "&&") (parenthesized_expression "((ulong)param_2[5] <= DAT_00155460)" (( "(") (binary_expression "(ulong)param_2[5] <= DAT_00155460" (cast_expression "(ulong)param_2[5]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (<= "<=") (identifier "DAT_00155460")) () ")"))) () ")")) (compound_statement "{\n uVar23 = DAT_00155460 - param_2[5];\n }" ({ "{") (expression_statement "uVar23 = DAT_00155460 - param_2[5];" (assignment_expression "uVar23 = DAT_00155460 - param_2[5]" (identifier "uVar23") (= "=") (binary_expression "DAT_00155460 - param_2[5]" (identifier "DAT_00155460") (- "-") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")))) (; ";")) (} "}"))) (if_statement "if (DAT_00155458 == 0xffffffffffffffff) {\n local_b0 = uVar11 / uVar17;\n }\n else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" (if "if") (parenthesized_expression "(DAT_00155458 == 0xffffffffffffffff)" (( "(") (binary_expression "DAT_00155458 == 0xffffffffffffffff" (identifier "DAT_00155458") (== "==") (number_literal "0xffffffffffffffff")) () ")")) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" ({ "{") (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" (identifier "local_b0") (= "=") (binary_expression "uVar11 / uVar17" (identifier "uVar11") (/ "/") (identifier "uVar17"))) (; ";")) (} "}")) (else_clause "else {\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" (else "else") (compound_statement "{\n if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }\n local_b0 = DAT_00155458 - param_2[5];\n if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }\n }" ({ "{") (if_statement "if (DAT_00155458 < (ulong)param_2[5]) {\n return;\n }" (if "if") (parenthesized_expression "(DAT_00155458 < (ulong)param_2[5])" (( "(") (binary_expression "DAT_00155458 < (ulong)param_2[5]" (identifier "DAT_00155458") (< "<") (cast_expression "(ulong)param_2[5]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "local_b0 = DAT_00155458 - param_2[5];" (assignment_expression "local_b0 = DAT_00155458 - param_2[5]" (identifier "local_b0") (= "=") (binary_expression "DAT_00155458 - param_2[5]" (identifier "DAT_00155458") (- "-") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")))) (; ";")) (if_statement "if (uVar11 / uVar17 <= local_b0) {\n local_b0 = uVar11 / uVar17;\n }" (if "if") (parenthesized_expression "(uVar11 / uVar17 <= local_b0)" (( "(") (binary_expression "uVar11 / uVar17 <= local_b0" (binary_expression "uVar11 / uVar17" (identifier "uVar11") (/ "/") (identifier "uVar17")) (<= "<=") (identifier "local_b0")) () ")")) (compound_statement "{\n local_b0 = uVar11 / uVar17;\n }" ({ "{") (expression_statement "local_b0 = uVar11 / uVar17;" (assignment_expression "local_b0 = uVar11 / uVar17" (identifier "local_b0") (= "=") (binary_expression "uVar11 / uVar17" (identifier "uVar11") (/ "/") (identifier "uVar17"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "uVar17 = uVar11 % uVar17;" (assignment_expression "uVar17 = uVar11 % uVar17" (identifier "uVar17") (= "=") (binary_expression "uVar11 % uVar17" (identifier "uVar11") (% "%") (identifier "uVar17"))) (; ";")) (if_statement "if (uVar23 < local_b0) {\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" (if "if") (parenthesized_expression "(uVar23 < local_b0)" (( "(") (binary_expression "uVar23 < local_b0" (identifier "uVar23") (< "<") (identifier "local_b0")) () ")")) (compound_statement "{\n lVar2 = param_3[2];\n local_48 = *(long **)(lVar2 + 0x18);\n if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }\n iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);\n if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }\n }" ({ "{") (expression_statement "lVar2 = param_3[2];" (assignment_expression "lVar2 = param_3[2]" (identifier "lVar2") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_48 = *(long **)(lVar2 + 0x18);" (assignment_expression "local_48 = *(long **)(lVar2 + 0x18)" (identifier "local_48") (= "=") (pointer_expression "*(long **)(lVar2 + 0x18)" (* "*") (cast_expression "(long **)(lVar2 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + 0x18)" (( "(") (binary_expression "lVar2 + 0x18" (identifier "lVar2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }\n else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" (if "if") (parenthesized_expression "((local_48 == (long *)0x0) || (DAT_00157368 == 0))" (( "(") (binary_expression "(local_48 == (long *)0x0) || (DAT_00157368 == 0)" (parenthesized_expression "(local_48 == (long *)0x0)" (( "(") (binary_expression "local_48 == (long *)0x0" (identifier "local_48") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(DAT_00157368 == 0)" (( "(") (binary_expression "DAT_00157368 == 0" (identifier "DAT_00157368") (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n local_48 = (long *)0x0;\n if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }\n }" ({ "{") (expression_statement "local_48 = (long *)0x0;" (assignment_expression "local_48 = (long *)0x0" (identifier "local_48") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }\n else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" (if "if") (parenthesized_expression "(((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))))" (( "(") (binary_expression "((*(byte *)(param_2 + 4) & 4) == 0) ||\n ((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" (parenthesized_expression "((*(byte *)(param_2 + 4) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 4) & 4) == 0" (parenthesized_expression "(*(byte *)(param_2 + 4) & 4)" (( "(") (binary_expression "*(byte *)(param_2 + 4) & 4" (pointer_expression "*(byte *)(param_2 + 4)" (* "*") (cast_expression "(byte *)(param_2 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))" (( "(") (parenthesized_expression "(DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0))" (( "(") (binary_expression "DAT_0015736c == 0 &&\n (uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" (binary_expression "DAT_0015736c == 0" (identifier "DAT_0015736c") (== "==") (number_literal "0")) (&& "&&") (parenthesized_expression "(uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)" (( "(") (comma_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0" (assignment_expression "uVar17 = (ulong)*(uint *)(param_3 + 0x19)" (identifier "uVar17") (= "=") (binary_expression "(ulong)*(uint *)(param_3 + 0x19)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_3 + 0x19)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x19)" (( "(") (binary_expression "param_3 + 0x19" (identifier "param_3") (+ "+") (number_literal "0x19")) () ")"))))) (, ",") (binary_expression "*(uint *)(param_3 + 0x19) == 0" (pointer_expression "*(uint *)(param_3 + 0x19)" (* "*") (cast_expression "(uint *)(param_3 + 0x19)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x19)" (( "(") (binary_expression "param_3 + 0x19" (identifier "param_3") (+ "+") (number_literal "0x19")) () ")")))) (== "==") (number_literal "0"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n local_90 = (long *)0x0;\n local_88 = 0;\n local_68 = (long *)0x0;\n }" ({ "{") (expression_statement "local_90 = (long *)0x0;" (assignment_expression "local_90 = (long *)0x0" (identifier "local_90") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" (identifier "local_88") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" (identifier "local_68") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")) (else_clause "else {\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" (else "else") (compound_statement "{\n lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);\n if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }\n if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }\n }" ({ "{") (expression_statement "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);" (assignment_expression "lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" (identifier "lVar10") (= "=") (call_expression "bfd_get_reloc_upper_bound(param_1,param_2,uVar17)" (identifier "bfd_get_reloc_upper_bound") (argument_list "(param_1,param_2,uVar17)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "uVar17") () ")")))) (; ";")) (if_statement "if (lVar10 < 0) {\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }" (if "if") (parenthesized_expression "(lVar10 < 0)" (( "(") (binary_expression "lVar10 < 0" (identifier "lVar10") (< "<") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0010e1af:\n \n FUN_00136510(*param_1);\n }" ({ "{") (labeled_statement "LAB_0010e1af:\n \n FUN_00136510(*param_1);" (statement_identifier "LAB_0010e1af") (: ":") (expression_statement "FUN_00136510(*param_1);" (call_expression "FUN_00136510(*param_1)" (identifier "FUN_00136510") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";"))) (} "}"))) (if_statement "if (lVar10 == 0) {\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }\n else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" (if "if") (parenthesized_expression "(lVar10 == 0)" (( "(") (binary_expression "lVar10 == 0" (identifier "lVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_88 = 0;\n local_68 = (long *)0x0;\n local_90 = local_48;\n }" ({ "{") (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" (identifier "local_88") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" (identifier "local_68") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_90 = local_48;" (assignment_expression "local_90 = local_48" (identifier "local_90") (= "=") (identifier "local_48")) (; ";")) (} "}")) (else_clause "else {\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" (else "else") (compound_statement "{\n local_68 = (long *)xmalloc(lVar10);\n local_48 = local_68;\n __nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);\n if ((long)__nmemb < 0) goto LAB_0010e1af;\n qsort(local_48,__nmemb,8,FUN_00108380);\n local_88 = 0;\n local_90 = local_48 + __nmemb;\n }" ({ "{") (expression_statement "local_68 = (long *)xmalloc(lVar10);" (assignment_expression "local_68 = (long *)xmalloc(lVar10)" (identifier "local_68") (= "=") (cast_expression "(long *)xmalloc(lVar10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar10)" (identifier "xmalloc") (argument_list "(lVar10)" (( "(") (identifier "lVar10") () ")"))))) (; ";")) (expression_statement "local_48 = local_68;" (assignment_expression "local_48 = local_68" (identifier "local_48") (= "=") (identifier "local_68")) (; ";")) (expression_statement "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);" (assignment_expression "__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" (identifier "__nmemb") (= "=") (call_expression "bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0)" (identifier "bfd_canonicalize_reloc") (argument_list "(param_1,param_2,local_68,DAT_001572b0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "local_68") (, ",") (identifier "DAT_001572b0") () ")")))) (; ";")) (if_statement "if ((long)__nmemb < 0) goto LAB_0010e1af;" (if "if") (parenthesized_expression "((long)__nmemb < 0)" (( "(") (binary_expression "(long)__nmemb < 0" (cast_expression "(long)__nmemb" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__nmemb")) (< "<") (number_literal "0")) () ")")) (goto_statement "goto LAB_0010e1af;" (goto "goto") (statement_identifier "LAB_0010e1af") (; ";"))) (expression_statement "qsort(local_48,__nmemb,8,FUN_00108380);" (call_expression "qsort(local_48,__nmemb,8,FUN_00108380)" (identifier "qsort") (argument_list "(local_48,__nmemb,8,FUN_00108380)" (( "(") (identifier "local_48") (, ",") (identifier "__nmemb") (, ",") (number_literal "8") (, ",") (identifier "FUN_00108380") () ")"))) (; ";")) (expression_statement "local_88 = 0;" (assignment_expression "local_88 = 0" (identifier "local_88") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_90 = local_48 + __nmemb;" (assignment_expression "local_90 = local_48 + __nmemb" (identifier "local_90") (= "=") (binary_expression "local_48 + __nmemb" (identifier "local_48") (+ "+") (identifier "__nmemb"))) (; ";")) (} "}")))) (} "}")))) (} "}")) (else_clause "else {\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" (else "else") (compound_statement "{\n local_88 = param_2[5];\n local_68 = (long *)0x0;\n local_90 = local_48 + *(long *)(lVar2 + 0x20);\n }" ({ "{") (expression_statement "local_88 = param_2[5];" (assignment_expression "local_88 = param_2[5]" (identifier "local_88") (= "=") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_68 = (long *)0x0;" (assignment_expression "local_68 = (long *)0x0" (identifier "local_68") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_90 = local_48 + *(long *)(lVar2 + 0x20);" (assignment_expression "local_90 = local_48 + *(long *)(lVar2 + 0x20)" (identifier "local_90") (= "=") (binary_expression "local_48 + *(long *)(lVar2 + 0x20)" (identifier "local_48") (+ "+") (pointer_expression "*(long *)(lVar2 + 0x20)" (* "*") (cast_expression "(long *)(lVar2 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))))) (; ";")) (} "}")))) (expression_statement "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);" (assignment_expression "iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50)" (identifier "iVar6") (= "=") (call_expression "bfd_malloc_and_get_section(param_1,param_2,&local_50)" (identifier "bfd_malloc_and_get_section") (argument_list "(param_1,param_2,&local_50)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) () ")")))) (; ";")) (if_statement "if (iVar6 == 0) {\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }\n else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = bfd_get_error();\n uVar12 = bfd_errmsg(uVar7);\n uVar3 = *param_2;\n uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);\n FUN_00136630(uVar13,uVar3,uVar12);\n }" ({ "{") (expression_statement "uVar7 = bfd_get_error();" (assignment_expression "uVar7 = bfd_get_error()" (identifier "uVar7") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar12 = bfd_errmsg(uVar7);" (assignment_expression "uVar12 = bfd_errmsg(uVar7)" (identifier "uVar12") (= "=") (call_expression "bfd_errmsg(uVar7)" (identifier "bfd_errmsg") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")")))) (; ";")) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" (identifier "uVar3") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);" (assignment_expression "uVar13 = dcgettext(0,"Reading section %s failed because: %s",5)" (identifier "uVar13") (= "=") (call_expression "dcgettext(0,"Reading section %s failed because: %s",5)" (identifier "dcgettext") (argument_list "(0,"Reading section %s failed because: %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Reading section %s failed because: %s"" (" """) (string_content "Reading section %s failed because: %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00136630(uVar13,uVar3,uVar12);" (call_expression "FUN_00136630(uVar13,uVar3,uVar12)" (identifier "FUN_00136630") (argument_list "(uVar13,uVar3,uVar12)" (( "(") (identifier "uVar13") (, ",") (identifier "uVar3") (, ",") (identifier "uVar12") () ")"))) (; ";")) (} "}")) (else_clause "else {\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" (else "else") (compound_statement "{\n *(undefined8 **)(lVar2 + 8) = param_2;\n param_3[0x13] = local_50;\n uVar3 = param_2[5];\n param_3[0x15] = uVar11;\n param_3[0x14] = uVar3;\n param_3[7] = param_2;\n if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }\n uVar3 = *param_2;\n pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);\n printf(pcVar9,uVar3);\n lVar10 = param_2[5];\n *(undefined4 *)(lVar2 + 0x10) = 1;\n lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);\n *(undefined4 *)(lVar2 + 0x10) = 0;\n local_78 = 0xffffffffffffffff;\n local_80 = 0;\n if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }\n do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);\n free(local_50);\n if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }\n }" ({ "{") (expression_statement "*(undefined8 **)(lVar2 + 8) = param_2;" (assignment_expression "*(undefined8 **)(lVar2 + 8) = param_2" (pointer_expression "*(undefined8 **)(lVar2 + 8)" (* "*") (cast_expression "(undefined8 **)(lVar2 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar2 + 8)" (( "(") (binary_expression "lVar2 + 8" (identifier "lVar2") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_3[0x13] = local_50;" (assignment_expression "param_3[0x13] = local_50" (subscript_expression "param_3[0x13]" (identifier "param_3") ([ "[") (number_literal "0x13") (] "]")) (= "=") (identifier "local_50")) (; ";")) (expression_statement "uVar3 = param_2[5];" (assignment_expression "uVar3 = param_2[5]" (identifier "uVar3") (= "=") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "param_3[0x15] = uVar11;" (assignment_expression "param_3[0x15] = uVar11" (subscript_expression "param_3[0x15]" (identifier "param_3") ([ "[") (number_literal "0x15") (] "]")) (= "=") (identifier "uVar11")) (; ";")) (expression_statement "param_3[0x14] = uVar3;" (assignment_expression "param_3[0x14] = uVar3" (subscript_expression "param_3[0x14]" (identifier "param_3") ([ "[") (number_literal "0x14") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "param_3[7] = param_2;" (assignment_expression "param_3[7] = param_2" (subscript_expression "param_3[7]" (identifier "param_3") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "param_2")) (; ";")) (if_statement "if (local_48 < local_90) {\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" (if "if") (parenthesized_expression "(local_48 < local_90)" (( "(") (binary_expression "local_48 < local_90" (identifier "local_48") (< "<") (identifier "local_90")) () ")")) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }\n }" ({ "{") (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" (identifier "uVar17") (= "=") (pointer_expression "*(ulong *)(*local_48 + 8)" (* "*") (cast_expression "(ulong *)(*local_48 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_48 + 8)" (( "(") (binary_expression "*local_48 + 8" (pointer_expression "*local_48" (* "*") (identifier "local_48")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (while_statement "while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {\n uVar17 = *(ulong *)(*local_48 + 8);\n }" (while "while") (parenthesized_expression "((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)))" (( "(") (parenthesized_expression "(uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))" (( "(") (binary_expression "uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90)" (binary_expression "uVar17 < local_88 + uVar23" (identifier "uVar17") (< "<") (binary_expression "local_88 + uVar23" (identifier "local_88") (+ "+") (identifier "uVar23"))) (&& "&&") (parenthesized_expression "(local_48 = local_48 + 1, local_48 < local_90)" (( "(") (comma_expression "local_48 = local_48 + 1, local_48 < local_90" (assignment_expression "local_48 = local_48 + 1" (identifier "local_48") (= "=") (binary_expression "local_48 + 1" (identifier "local_48") (+ "+") (number_literal "1"))) (, ",") (binary_expression "local_48 < local_90" (identifier "local_48") (< "<") (identifier "local_90"))) () ")"))) () ")")) () ")")) (compound_statement "{\n uVar17 = *(ulong *)(*local_48 + 8);\n }" ({ "{") (expression_statement "uVar17 = *(ulong *)(*local_48 + 8);" (assignment_expression "uVar17 = *(ulong *)(*local_48 + 8)" (identifier "uVar17") (= "=") (pointer_expression "*(ulong *)(*local_48 + 8)" (* "*") (cast_expression "(ulong *)(*local_48 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*local_48 + 8)" (( "(") (binary_expression "*local_48 + 8" (pointer_expression "*local_48" (* "*") (identifier "local_48")) (+ "+") (number_literal "8")) () ")"))))) (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar3 = *param_2;" (assignment_expression "uVar3 = *param_2" (identifier "uVar3") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);" (assignment_expression "pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" (identifier "pcVar9") (= "=") (cast_expression "(char *)dcgettext(0,"\nDisassembly of section %s:\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"\nDisassembly of section %s:\n",5)" (identifier "dcgettext") (argument_list "(0,"\nDisassembly of section %s:\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nDisassembly of section %s:\n"" (" """) (escape_sequence "\n") (string_content "Disassembly of section %s:") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar9,uVar3);" (call_expression "printf(pcVar9,uVar3)" (identifier "printf") (argument_list "(pcVar9,uVar3)" (( "(") (identifier "pcVar9") (, ",") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "lVar10 = param_2[5];" (assignment_expression "lVar10 = param_2[5]" (identifier "lVar10") (= "=") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 1;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 1" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" (* "*") (cast_expression "(undefined4 *)(lVar2 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x10)" (( "(") (binary_expression "lVar2 + 0x10" (identifier "lVar2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);" (assignment_expression "lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40)" (identifier "lVar10") (= "=") (call_expression "FUN_001083b0(lVar10 + uVar23,param_3,local_40)" (identifier "FUN_001083b0") (argument_list "(lVar10 + uVar23,param_3,local_40)" (( "(") (binary_expression "lVar10 + uVar23" (identifier "lVar10") (+ "+") (identifier "uVar23")) (, ",") (identifier "param_3") (, ",") (identifier "local_40") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(lVar2 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(lVar2 + 0x10) = 0" (pointer_expression "*(undefined4 *)(lVar2 + 0x10)" (* "*") (cast_expression "(undefined4 *)(lVar2 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x10)" (( "(") (binary_expression "lVar2 + 0x10" (identifier "lVar2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_78 = 0xffffffffffffffff;" (assignment_expression "local_78 = 0xffffffffffffffff" (identifier "local_78") (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" (identifier "local_80") (= "=") (number_literal "0")) (; ";")) (if_statement "if (((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)) {\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" (if "if") (parenthesized_expression "(((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0))" (( "(") (binary_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&\n ((*(byte *)(lVar20 + 0x389) & 1) != 0)" (parenthesized_expression "((*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0))" (( "(") (binary_expression "(*(int *)(param_1[1] + 8) == 5) &&\n (lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" (parenthesized_expression "(*(int *)(param_1[1] + 8) == 5)" (( "(") (binary_expression "*(int *)(param_1[1] + 8) == 5" (pointer_expression "*(int *)(param_1[1] + 8)" (* "*") (cast_expression "(int *)(param_1[1] + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 8)" (( "(") (binary_expression "param_1[1] + 8" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "5")) () ")")) (&& "&&") (parenthesized_expression "(lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)" (( "(") (comma_expression "lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0" (assignment_expression "lVar20 = *(long *)(param_1[1] + 0x368)" (identifier "lVar20") (= "=") (pointer_expression "*(long *)(param_1[1] + 0x368)" (* "*") (cast_expression "(long *)(param_1[1] + 0x368)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + 0x368)" (( "(") (binary_expression "param_1[1] + 0x368" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x368")) () ")"))))) (, ",") (binary_expression "lVar20 != 0" (identifier "lVar20") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(lVar20 + 0x389) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(lVar20 + 0x389) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar20 + 0x389) & 1)" (( "(") (binary_expression "*(byte *)(lVar20 + 0x389) & 1" (pointer_expression "*(byte *)(lVar20 + 0x389)" (* "*") (cast_expression "(byte *)(lVar20 + 0x389)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar20 + 0x389)" (( "(") (binary_expression "lVar20 + 0x389" (identifier "lVar20") (+ "+") (number_literal "0x389")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);\n local_78 = local_80 * 2 - 1;\n }" ({ "{") (expression_statement "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);" (assignment_expression "local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" (identifier "local_80") (= "=") (binary_expression "1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "(*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f)" (( "(") (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f" (binary_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U" (pointer_expression "*(char *)(*(long *)(lVar20 + 0x300) + 10)" (* "*") (cast_expression "(char *)(*(long *)(lVar20 + 0x300) + 10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar20 + 0x300) + 10)" (( "(") (binary_expression "*(long *)(lVar20 + 0x300) + 10" (pointer_expression "*(long *)(lVar20 + 0x300)" (* "*") (cast_expression "(long *)(lVar20 + 0x300)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar20 + 0x300)" (( "(") (binary_expression "lVar20 + 0x300" (identifier "lVar20") (+ "+") (number_literal "0x300")) () ")")))) (+ "+") (number_literal "10")) () ")")))) (- "-") (number_literal "1U")) (& "&") (number_literal "0x3f")) () ")")))) (; ";")) (expression_statement "local_78 = local_80 * 2 - 1;" (assignment_expression "local_78 = local_80 * 2 - 1" (identifier "local_78") (= "=") (binary_expression "local_80 * 2 - 1" (binary_expression "local_80 * 2" (identifier "local_80") (* "*") (number_literal "2")) (- "-") (number_literal "1"))) (; ";")) (} "}"))) (do_statement "do {\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n } while (uVar17 < local_b0);" (do "do") (compound_statement "{\n iVar6 = DAT_00157350;\n lVar20 = DAT_00157298;\n uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;\n uVar17 = local_b0;\n if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }\nLAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);\n lVar10 = lVar19;\n uVar23 = uVar17;\n }" ({ "{") (expression_statement "iVar6 = DAT_00157350;" (assignment_expression "iVar6 = DAT_00157350" (identifier "iVar6") (= "=") (identifier "DAT_00157350")) (; ";")) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" (identifier "lVar20") (= "=") (identifier "DAT_00157298")) (; ";")) (expression_statement "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;" (assignment_expression "uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80" (identifier "uVar11") (= "=") (binary_expression "(param_2[5] + uVar23 & local_78 ^ local_80) - local_80" (parenthesized_expression "(param_2[5] + uVar23 & local_78 ^ local_80)" (( "(") (binary_expression "param_2[5] + uVar23 & local_78 ^ local_80" (binary_expression "param_2[5] + uVar23 & local_78" (binary_expression "param_2[5] + uVar23" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (+ "+") (identifier "uVar23")) (& "&") (identifier "local_78")) (^ "^") (identifier "local_80")) () ")")) (- "-") (identifier "local_80"))) (; ";")) (expression_statement "uVar17 = local_b0;" (assignment_expression "uVar17 = local_b0" (identifier "uVar17") (= "=") (identifier "local_b0")) (; ";")) (if_statement "if (lVar10 == 0) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }\n else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" (if "if") (parenthesized_expression "(lVar10 == 0)" (( "(") (binary_expression "lVar10 == 0" (identifier "lVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }\n bVar5 = true;\n if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }\n lVar19 = 0;\nLAB_0010dd20:\n uVar16 = 1;\n if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;\n }" ({ "{") (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" (identifier "param_3") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" (* "*") (cast_expression "(undefined4 *)(param_3 + 9)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 9)" (( "(") (binary_expression "param_3 + 9" (identifier "param_3") (+ "+") (number_literal "9")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" (* "*") (cast_expression "(undefined4 *)(param_3 + 0xb)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xb)" (( "(") (binary_expression "param_3 + 0xb" (identifier "param_3") (+ "+") (number_literal "0xb")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (if_statement "if (iVar6 == 0) {\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1],&DAT_0013d5f0);\n }" ({ "{") (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" (( "(") (pointer_expression "*(code *)*param_3" (* "*") (cast_expression "(code *)*param_3" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) () ")")) (argument_list "(param_3[1],"\n")" (( "(") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (, ",") (string_literal ""\n"" (" """) (escape_sequence "\n") (" """)) () ")"))) (; ";")) (expression_statement "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,0,uVar11,param_3,0)" (identifier "FUN_00108f20") (argument_list "(param_1,param_2,0,uVar11,param_3,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") (, ",") (identifier "uVar11") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0);" (call_expression "(*(code *)*param_3)(param_3[1],&DAT_0013d5f0)" (parenthesized_expression "(*(code *)*param_3)" (( "(") (pointer_expression "*(code *)*param_3" (* "*") (cast_expression "(code *)*param_3" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) () ")")) (argument_list "(param_3[1],&DAT_0013d5f0)" (( "(") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (, ",") (pointer_expression "&DAT_0013d5f0" (& "&") (identifier "DAT_0013d5f0")) () ")"))) (; ";")) (} "}"))) (expression_statement "bVar5 = true;" (assignment_expression "bVar5 = true" (identifier "bVar5") (= "=") (true "true")) (; ";")) (if_statement "if (local_b0 <= uVar23) {\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" (if "if") (parenthesized_expression "(local_b0 <= uVar23)" (( "(") (binary_expression "local_b0 <= uVar23" (identifier "local_b0") (<= "<=") (identifier "uVar23")) () ")")) (compound_statement "{\nLAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);\n break;\n }" ({ "{") (labeled_statement "LAB_0010df90:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" (statement_identifier "LAB_0010df90") (: ":") (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" (identifier "FUN_0010c4d0") (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88\n ,&local_48,local_90)" (( "(") (identifier "param_3") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (number_literal "1") (, ",") (identifier "local_50") (, ",") (identifier "uVar23") (, ",") (identifier "local_b0") (, ",") (identifier "local_88") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "local_90") () ")"))) (; ";"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" (identifier "lVar19") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0010dd20:\n uVar16 = 1;" (statement_identifier "LAB_0010dd20") (: ":") (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" (identifier "uVar16") (= "=") (number_literal "1")) (; ";"))) (if_statement "if ((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;" (if "if") (parenthesized_expression "((!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))))" (( "(") (binary_expression "(!bVar5) &&\n ((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" (parenthesized_expression "(!bVar5)" (( "(") (unary_expression "!bVar5" (! "!") (identifier "bVar5")) () ")")) (&& "&&") (parenthesized_expression "((*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))" (( "(") (parenthesized_expression "(*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11))" (( "(") (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2 &&\n ((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" (binary_expression "*(undefined8 **)(lVar10 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" (* "*") (cast_expression "(undefined8 **)(lVar10 + 0x20)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (identifier "param_2")) (&& "&&") (parenthesized_expression "((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)" (( "(") (binary_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11" (call_expression "(ulong)(*(long *)(lVar10 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(long *)(lVar10 + 0x10) + param_2[5])" (( "(") (binary_expression "*(long *)(lVar10 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) () ")"))) (<= "<=") (identifier "uVar11")) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_0010ddd7;" (goto "goto") (statement_identifier "LAB_0010ddd7") (; ";"))) (} "}")) (else_clause "else {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" (else "else") (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar19 = lVar10;\n if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }\nLAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;\n if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;\n if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;\nLAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);\n if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }\n uVar16 = uVar1 >> 3 & 1;\n }" ({ "{") (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" (identifier "lVar15") (= "=") (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (identifier "uVar18") (= "=") (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" (* "*") (cast_expression "(long *)(lVar10 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (identifier "lVar15"))) (; ";")) (expression_statement "lVar19 = lVar10;" (assignment_expression "lVar19 = lVar10" (identifier "lVar19") (= "=") (identifier "lVar10")) (; ";")) (if_statement "if (uVar11 < uVar18) {\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }\n else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" (if "if") (parenthesized_expression "(uVar11 < uVar18)" (( "(") (binary_expression "uVar11 < uVar18" (identifier "uVar11") (< "<") (identifier "uVar18")) () ")")) (compound_statement "{\n param_3[8] = 0;\n *(undefined4 *)(param_3 + 9) = 0;\n *(undefined4 *)(param_3 + 0xb) = 0xffffffff;\n if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }\nLAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];\n uVar17 = uVar18 - param_2[5];\n }" ({ "{") (expression_statement "param_3[8] = 0;" (assignment_expression "param_3[8] = 0" (subscript_expression "param_3[8]" (identifier "param_3") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 9) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 9) = 0" (pointer_expression "*(undefined4 *)(param_3 + 9)" (* "*") (cast_expression "(undefined4 *)(param_3 + 9)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 9)" (( "(") (binary_expression "param_3 + 9" (identifier "param_3") (+ "+") (number_literal "9")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 0xb) = 0xffffffff;" (assignment_expression "*(undefined4 *)(param_3 + 0xb) = 0xffffffff" (pointer_expression "*(undefined4 *)(param_3 + 0xb)" (* "*") (cast_expression "(undefined4 *)(param_3 + 0xb)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xb)" (( "(") (binary_expression "param_3 + 0xb" (identifier "param_3") (+ "+") (number_literal "0xb")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (if_statement "if (iVar6 == 0) {\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");\n FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);\n (*(code *)*param_3)(param_3[1]);\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n lVar20 = DAT_00157298;\n if (uVar18 <= uVar11) goto LAB_0010dc12;\n }" ({ "{") (labeled_statement "LAB_0010dbab:\n (*(code *)*param_3)(param_3[1],"\n");" (statement_identifier "LAB_0010dbab") (: ":") (expression_statement "(*(code *)*param_3)(param_3[1],"\n");" (call_expression "(*(code *)*param_3)(param_3[1],"\n")" (parenthesized_expression "(*(code *)*param_3)" (( "(") (pointer_expression "*(code *)*param_3" (* "*") (cast_expression "(code *)*param_3" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) () ")")) (argument_list "(param_3[1],"\n")" (( "(") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (, ",") (string_literal ""\n"" (" """) (escape_sequence "\n") (" """)) () ")"))) (; ";"))) (expression_statement "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);" (call_expression "FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0)" (identifier "FUN_00108f20") (argument_list "(param_1,param_2,lVar10,uVar11,param_3,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "lVar10") (, ",") (identifier "uVar11") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "(*(code *)*param_3)(param_3[1]);" (call_expression "(*(code *)*param_3)(param_3[1])" (parenthesized_expression "(*(code *)*param_3)" (( "(") (pointer_expression "*(code *)*param_3" (* "*") (cast_expression "(code *)*param_3" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) () ")")) (argument_list "(param_3[1])" (( "(") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) () ")"))) (; ";")) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" (identifier "lVar15") (= "=") (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (identifier "uVar18") (= "=") (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" (* "*") (cast_expression "(long *)(lVar10 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (identifier "lVar15"))) (; ";")) (expression_statement "lVar20 = DAT_00157298;" (assignment_expression "lVar20 = DAT_00157298" (identifier "lVar20") (= "=") (identifier "DAT_00157298")) (; ";")) (if_statement "if (uVar18 <= uVar11) goto LAB_0010dc12;" (if "if") (parenthesized_expression "(uVar18 <= uVar11)" (( "(") (binary_expression "uVar18 <= uVar11" (identifier "uVar18") (<= "<=") (identifier "uVar11")) () ")")) (goto_statement "goto LAB_0010dc12;" (goto "goto") (statement_identifier "LAB_0010dc12") (; ";"))) (} "}"))) (labeled_statement "LAB_0010dceb:\n bVar24 = local_b0 < uVar18 - param_2[5];" (statement_identifier "LAB_0010dceb") (: ":") (expression_statement "bVar24 = local_b0 < uVar18 - param_2[5];" (assignment_expression "bVar24 = local_b0 < uVar18 - param_2[5]" (identifier "bVar24") (= "=") (binary_expression "local_b0 < uVar18 - param_2[5]" (identifier "local_b0") (< "<") (binary_expression "uVar18 - param_2[5]" (identifier "uVar18") (- "-") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))))) (; ";"))) (expression_statement "uVar17 = uVar18 - param_2[5];" (assignment_expression "uVar17 = uVar18 - param_2[5]" (identifier "uVar17") (= "=") (binary_expression "uVar18 - param_2[5]" (identifier "uVar18") (- "-") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")))) (; ";")) (} "}")) (else_clause "else {\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" (else "else") (compound_statement "{\n iVar8 = (int)local_40[0];\n iVar21 = iVar8;\n if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }\n lVar22 = DAT_001572a0 + local_40[0] * 8;\n *(int *)(param_3 + 0xb) = iVar8;\n param_3[8] = lVar22;\n *(int *)(param_3 + 9) = iVar21 - iVar8;\n if (iVar6 == 0) goto LAB_0010dbab;\nLAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }\n if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }\n bVar24 = false;\n lVar19 = 0;\n }" ({ "{") (expression_statement "iVar8 = (int)local_40[0];" (assignment_expression "iVar8 = (int)local_40[0]" (identifier "iVar8") (= "=") (cast_expression "(int)local_40[0]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")))) (; ";")) (expression_statement "iVar21 = iVar8;" (assignment_expression "iVar21 = iVar8" (identifier "iVar21") (= "=") (identifier "iVar8")) (; ";")) (if_statement "if ((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)) {\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" (if "if") (parenthesized_expression "((iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11))" (( "(") (binary_expression "(iVar8 < DAT_00157298) &&\n (lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" (parenthesized_expression "(iVar8 < DAT_00157298)" (( "(") (binary_expression "iVar8 < DAT_00157298" (identifier "iVar8") (< "<") (identifier "DAT_00157298")) () ")")) (&& "&&") (parenthesized_expression "(lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11)" (( "(") (comma_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),\n (ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (assignment_expression "lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8)" (identifier "lVar22") (= "=") (pointer_expression "*(long *)(DAT_001572a0 + (long)iVar8 * 8)" (* "*") (cast_expression "(long *)(DAT_001572a0 + (long)iVar8 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001572a0 + (long)iVar8 * 8)" (( "(") (binary_expression "DAT_001572a0 + (long)iVar8 * 8" (identifier "DAT_001572a0") (+ "+") (binary_expression "(long)iVar8 * 8" (cast_expression "(long)iVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar8")) (* "*") (number_literal "8"))) () ")"))))) (, ",") (binary_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=\n uVar11" (call_expression "(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28))" (( "(") (binary_expression "*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar22 + 0x10)" (* "*") (cast_expression "(long *)(lVar22 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar22 + 0x10)" (( "(") (binary_expression "lVar22 + 0x10" (identifier "lVar22") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (pointer_expression "*(long *)(*(long *)(lVar22 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar22 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar22 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar22 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar22 + 0x20)" (* "*") (cast_expression "(long *)(lVar22 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar22 + 0x20)" (( "(") (binary_expression "lVar22 + 0x20" (identifier "lVar22") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")"))))) () ")"))) (<= "<=") (identifier "uVar11"))) () ")"))) () ")")) (compound_statement "{\n lVar22 = (long)(iVar8 + 1);\n do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);\n }" ({ "{") (expression_statement "lVar22 = (long)(iVar8 + 1);" (assignment_expression "lVar22 = (long)(iVar8 + 1)" (identifier "lVar22") (= "=") (cast_expression "(long)(iVar8 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(iVar8 + 1)" (( "(") (binary_expression "iVar8 + 1" (identifier "iVar8") (+ "+") (number_literal "1")) () ")")))) (; ";")) (do_statement "do {\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n } while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11);" (do "do") (compound_statement "{\n iVar21 = (int)lVar22;\n if (DAT_00157298 == lVar22) break;\n lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);\n lVar22 = lVar22 + 1;\n }" ({ "{") (expression_statement "iVar21 = (int)lVar22;" (assignment_expression "iVar21 = (int)lVar22" (identifier "iVar21") (= "=") (cast_expression "(int)lVar22" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar22"))) (; ";")) (if_statement "if (DAT_00157298 == lVar22) break;" (if "if") (parenthesized_expression "(DAT_00157298 == lVar22)" (( "(") (binary_expression "DAT_00157298 == lVar22" (identifier "DAT_00157298") (== "==") (identifier "lVar22")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);" (assignment_expression "lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(DAT_001572a0 + lVar22 * 8)" (* "*") (cast_expression "(long *)(DAT_001572a0 + lVar22 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001572a0 + lVar22 * 8)" (( "(") (binary_expression "DAT_001572a0 + lVar22 * 8" (identifier "DAT_001572a0") (+ "+") (binary_expression "lVar22 * 8" (identifier "lVar22") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (expression_statement "lVar22 = lVar22 + 1;" (assignment_expression "lVar22 = lVar22 + 1" (identifier "lVar22") (= "=") (binary_expression "lVar22 + 1" (identifier "lVar22") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11)" (( "(") (binary_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n ) <= uVar11" (call_expression "(ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)\n )" (( "(") (binary_expression "*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)" (pointer_expression "*(long *)(lVar4 + 0x10)" (* "*") (cast_expression "(long *)(lVar4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (pointer_expression "*(long *)(*(long *)(lVar4 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar4 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar4 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar4 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar4 + 0x20)" (* "*") (cast_expression "(long *)(lVar4 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x20)" (( "(") (binary_expression "lVar4 + 0x20" (identifier "lVar4") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")"))))) () ")"))) (<= "<=") (identifier "uVar11")) () ")")) (; ";")) (} "}"))) (expression_statement "lVar22 = DAT_001572a0 + local_40[0] * 8;" (assignment_expression "lVar22 = DAT_001572a0 + local_40[0] * 8" (identifier "lVar22") (= "=") (binary_expression "DAT_001572a0 + local_40[0] * 8" (identifier "DAT_001572a0") (+ "+") (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (* "*") (number_literal "8")))) (; ";")) (expression_statement "*(int *)(param_3 + 0xb) = iVar8;" (assignment_expression "*(int *)(param_3 + 0xb) = iVar8" (pointer_expression "*(int *)(param_3 + 0xb)" (* "*") (cast_expression "(int *)(param_3 + 0xb)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xb)" (( "(") (binary_expression "param_3 + 0xb" (identifier "param_3") (+ "+") (number_literal "0xb")) () ")")))) (= "=") (identifier "iVar8")) (; ";")) (expression_statement "param_3[8] = lVar22;" (assignment_expression "param_3[8] = lVar22" (subscript_expression "param_3[8]" (identifier "param_3") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "lVar22")) (; ";")) (expression_statement "*(int *)(param_3 + 9) = iVar21 - iVar8;" (assignment_expression "*(int *)(param_3 + 9) = iVar21 - iVar8" (pointer_expression "*(int *)(param_3 + 9)" (* "*") (cast_expression "(int *)(param_3 + 9)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 9)" (( "(") (binary_expression "param_3 + 9" (identifier "param_3") (+ "+") (number_literal "9")) () ")")))) (= "=") (binary_expression "iVar21 - iVar8" (identifier "iVar21") (- "-") (identifier "iVar8"))) (; ";")) (if_statement "if (iVar6 == 0) goto LAB_0010dbab;" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0010dbab;" (goto "goto") (statement_identifier "LAB_0010dbab") (; ";"))) (labeled_statement "LAB_0010dc12:\n if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" (statement_identifier "LAB_0010dc12") (: ":") (if_statement "if (local_40[0] < lVar20) {\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" (if "if") (parenthesized_expression "(local_40[0] < lVar20)" (( "(") (binary_expression "local_40[0] < lVar20" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (< "<") (identifier "lVar20")) () ")")) (compound_statement "{\n do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);\n }" ({ "{") (do_statement "do {\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n } while (local_40[0] < DAT_00157298);" (do "do") (compound_statement "{\n lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }\n local_40[0] = local_40[0] + 1;\n }" ({ "{") (expression_statement "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8)" (identifier "lVar20") (= "=") (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" (* "*") (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" (( "(") (binary_expression "DAT_001572a0 + local_40[0] * 8" (identifier "DAT_001572a0") (+ "+") (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" (if "if") (parenthesized_expression "((*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])))" (( "(") (binary_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2) &&\n (uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" (parenthesized_expression "(*(undefined8 **)(lVar20 + 0x20) == param_2)" (( "(") (binary_expression "*(undefined8 **)(lVar20 + 0x20) == param_2" (pointer_expression "*(undefined8 **)(lVar20 + 0x20)" (* "*") (cast_expression "(undefined8 **)(lVar20 + 0x20)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar20 + 0x20)" (( "(") (binary_expression "lVar20 + 0x20" (identifier "lVar20") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (identifier "param_2")) () ")")) (&& "&&") (parenthesized_expression "(uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))" (( "(") (binary_expression "uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" (identifier "uVar18") (< "<") (call_expression "(ulong)(*(long *)(lVar20 + 0x10) + param_2[5])" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(long *)(lVar20 + 0x10) + param_2[5])" (( "(") (binary_expression "*(long *)(lVar20 + 0x10) + param_2[5]" (pointer_expression "*(long *)(lVar20 + 0x10)" (* "*") (cast_expression "(long *)(lVar20 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar20 + 0x10)" (( "(") (binary_expression "lVar20 + 0x10" (identifier "lVar20") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) () ")")))) () ")"))) () ")")) (compound_statement "{\n iVar6 = (*(code *)param_3[0x12])();\n if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n }" ({ "{") (expression_statement "iVar6 = (*(code *)param_3[0x12])();" (assignment_expression "iVar6 = (*(code *)param_3[0x12])()" (identifier "iVar6") (= "=") (call_expression "(*(code *)param_3[0x12])()" (parenthesized_expression "(*(code *)param_3[0x12])" (( "(") (pointer_expression "*(code *)param_3[0x12]" (* "*") (cast_expression "(code *)param_3[0x12]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[0x12]" (identifier "param_3") ([ "[") (number_literal "0x12") (] "]")))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) {\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar15 = *(long *)(lVar10 + 0x10);\n uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;\n if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }\n break;\n }" ({ "{") (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" (identifier "lVar15") (= "=") (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (identifier "uVar18") (= "=") (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" (* "*") (cast_expression "(long *)(lVar10 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (identifier "lVar15"))) (; ";")) (if_statement "if (local_40[0] < DAT_00157298) {\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" (if "if") (parenthesized_expression "(local_40[0] < DAT_00157298)" (( "(") (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (< "<") (identifier "DAT_00157298")) () ")")) (compound_statement "{\n lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);\n if (uVar11 < uVar18) goto LAB_0010dceb;\n if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }\n goto LAB_0010dcfb;\n }" ({ "{") (expression_statement "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);" (assignment_expression "lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8)" (identifier "lVar19") (= "=") (pointer_expression "*(long *)(DAT_001572a0 + local_40[0] * 8)" (* "*") (cast_expression "(long *)(DAT_001572a0 + local_40[0] * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001572a0 + local_40[0] * 8)" (( "(") (binary_expression "DAT_001572a0 + local_40[0] * 8" (identifier "DAT_001572a0") (+ "+") (binary_expression "local_40[0] * 8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (uVar11 < uVar18) goto LAB_0010dceb;" (if "if") (parenthesized_expression "(uVar11 < uVar18)" (( "(") (binary_expression "uVar11 < uVar18" (identifier "uVar11") (< "<") (identifier "uVar18")) () ")")) (goto_statement "goto LAB_0010dceb;" (goto "goto") (statement_identifier "LAB_0010dceb") (; ";"))) (if_statement "if (lVar19 == 0) {\n bVar24 = false;\n }\n else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" (if "if") (parenthesized_expression "(lVar19 == 0)" (( "(") (binary_expression "lVar19 == 0" (identifier "lVar19") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar24 = false;\n }" ({ "{") (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" (identifier "bVar24") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" (else "else") (compound_statement "{\n uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);\n bVar24 = local_b0 < uVar17;\n }" ({ "{") (expression_statement "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5]);" (assignment_expression "uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" (identifier "uVar17") (= "=") (binary_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28) +\n (*(long *)(lVar19 + 0x10) - param_2[5])" (pointer_expression "*(long *)(*(long *)(lVar19 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar19 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar19 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar19 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar19 + 0x20)" (* "*") (cast_expression "(long *)(lVar19 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar19 + 0x20)" (( "(") (binary_expression "lVar19 + 0x20" (identifier "lVar19") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (parenthesized_expression "(*(long *)(lVar19 + 0x10) - param_2[5])" (( "(") (binary_expression "*(long *)(lVar19 + 0x10) - param_2[5]" (pointer_expression "*(long *)(lVar19 + 0x10)" (* "*") (cast_expression "(long *)(lVar19 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar19 + 0x10)" (( "(") (binary_expression "lVar19 + 0x10" (identifier "lVar19") (+ "+") (number_literal "0x10")) () ")")))) (- "-") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) () ")")))) (; ";")) (expression_statement "bVar24 = local_b0 < uVar17;" (assignment_expression "bVar24 = local_b0 < uVar17" (identifier "bVar24") (= "=") (binary_expression "local_b0 < uVar17" (identifier "local_b0") (< "<") (identifier "uVar17"))) (; ";")) (} "}")))) (goto_statement "goto LAB_0010dcfb;" (goto "goto") (statement_identifier "LAB_0010dcfb") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "lVar15 = *(long *)(lVar10 + 0x10);" (assignment_expression "lVar15 = *(long *)(lVar10 + 0x10)" (identifier "lVar15") (= "=") (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;" (assignment_expression "uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (identifier "uVar18") (= "=") (binary_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15" (pointer_expression "*(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar10 + 0x20) + 0x28)" (( "(") (binary_expression "*(long *)(lVar10 + 0x20) + 0x28" (pointer_expression "*(long *)(lVar10 + 0x20)" (* "*") (cast_expression "(long *)(lVar10 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (identifier "lVar15"))) (; ";")) (} "}"))) (expression_statement "local_40[0] = local_40[0] + 1;" (assignment_expression "local_40[0] = local_40[0] + 1" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (binary_expression "local_40[0] + 1" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_40[0] < DAT_00157298)" (( "(") (binary_expression "local_40[0] < DAT_00157298" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (< "<") (identifier "DAT_00157298")) () ")")) (; ";")) (} "}")))) (if_statement "if (uVar11 < uVar18) {\n lVar19 = 0;\n goto LAB_0010dceb;\n }" (if "if") (parenthesized_expression "(uVar11 < uVar18)" (( "(") (binary_expression "uVar11 < uVar18" (identifier "uVar11") (< "<") (identifier "uVar18")) () ")")) (compound_statement "{\n lVar19 = 0;\n goto LAB_0010dceb;\n }" ({ "{") (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" (identifier "lVar19") (= "=") (number_literal "0")) (; ";")) (goto_statement "goto LAB_0010dceb;" (goto "goto") (statement_identifier "LAB_0010dceb") (; ";")) (} "}"))) (expression_statement "bVar24 = false;" (assignment_expression "bVar24 = false" (identifier "bVar24") (= "=") (false "false")) (; ";")) (expression_statement "lVar19 = 0;" (assignment_expression "lVar19 = 0" (identifier "lVar19") (= "=") (number_literal "0")) (; ";")) (} "}")))) (labeled_statement "LAB_0010dcfb:\n bVar5 = DAT_00157330 != 0 || lVar10 == 0;" (statement_identifier "LAB_0010dcfb") (: ":") (expression_statement "bVar5 = DAT_00157330 != 0 || lVar10 == 0;" (assignment_expression "bVar5 = DAT_00157330 != 0 || lVar10 == 0" (identifier "bVar5") (= "=") (binary_expression "DAT_00157330 != 0 || lVar10 == 0" (binary_expression "DAT_00157330 != 0" (identifier "DAT_00157330") (!= "!=") (number_literal "0")) (|| "||") (binary_expression "lVar10 == 0" (identifier "lVar10") (== "==") (number_literal "0")))) (; ";"))) (if_statement "if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;" (if "if") (parenthesized_expression "((uVar23 < uVar17) && (!bVar24))" (( "(") (binary_expression "(uVar23 < uVar17) && (!bVar24)" (parenthesized_expression "(uVar23 < uVar17)" (( "(") (binary_expression "uVar23 < uVar17" (identifier "uVar23") (< "<") (identifier "uVar17")) () ")")) (&& "&&") (parenthesized_expression "(!bVar24)" (( "(") (unary_expression "!bVar24" (! "!") (identifier "bVar24")) () ")"))) () ")")) (goto_statement "goto LAB_0010dd20;" (goto "goto") (statement_identifier "LAB_0010dd20") (; ";"))) (if_statement "if ((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;" (if "if") (parenthesized_expression "((bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))))" (( "(") (binary_expression "(bVar5) ||\n ((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" (parenthesized_expression "(bVar5)" (( "(") (identifier "bVar5") () ")")) (|| "||") (parenthesized_expression "((param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))" (( "(") (parenthesized_expression "(param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])))" (( "(") (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20) ||\n (uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" (binary_expression "param_2 != *(undefined8 **)(lVar10 + 0x20)" (identifier "param_2") (!= "!=") (pointer_expression "*(undefined8 **)(lVar10 + 0x20)" (* "*") (cast_expression "(undefined8 **)(lVar10 + 0x20)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar10 + 0x20)" (( "(") (binary_expression "lVar10 + 0x20" (identifier "lVar10") (+ "+") (number_literal "0x20")) () ")"))))) (|| "||") (parenthesized_expression "(uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))" (( "(") (comma_expression "uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5])" (assignment_expression "uVar17 = local_b0" (identifier "uVar17") (= "=") (identifier "local_b0")) (, ",") (binary_expression "uVar11 < (ulong)(lVar15 + param_2[5])" (identifier "uVar11") (< "<") (call_expression "(ulong)(lVar15 + param_2[5])" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar15 + param_2[5])" (( "(") (binary_expression "lVar15 + param_2[5]" (identifier "lVar15") (+ "+") (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]"))) () ")"))))) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_0010df90;" (goto "goto") (statement_identifier "LAB_0010df90") (; ";"))) (labeled_statement "LAB_0010ddd7:\n uVar1 = *(uint *)(lVar10 + 0x18);" (statement_identifier "LAB_0010ddd7") (: ":") (expression_statement "uVar1 = *(uint *)(lVar10 + 0x18);" (assignment_expression "uVar1 = *(uint *)(lVar10 + 0x18)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(lVar10 + 0x18)" (* "*") (cast_expression "(uint *)(lVar10 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x18)" (( "(") (binary_expression "lVar10 + 0x18" (identifier "lVar10") (+ "+") (number_literal "0x18")) () ")"))))) (; ";"))) (if_statement "if ((uVar1 & 0x10000) == 0) {\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" (if "if") (parenthesized_expression "((uVar1 & 0x10000) == 0)" (( "(") (binary_expression "(uVar1 & 0x10000) == 0" (parenthesized_expression "(uVar1 & 0x10000)" (( "(") (binary_expression "uVar1 & 0x10000" (identifier "uVar1") (& "&") (number_literal "0x10000")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar9 = *(char **)(lVar10 + 8);\n pcVar14 = strstr(pcVar9,"gnu_compiled");\n if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }\n }" ({ "{") (expression_statement "pcVar9 = *(char **)(lVar10 + 8);" (assignment_expression "pcVar9 = *(char **)(lVar10 + 8)" (identifier "pcVar9") (= "=") (pointer_expression "*(char **)(lVar10 + 8)" (* "*") (cast_expression "(char **)(lVar10 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar10 + 8)" (( "(") (binary_expression "lVar10 + 8" (identifier "lVar10") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "pcVar14 = strstr(pcVar9,"gnu_compiled");" (assignment_expression "pcVar14 = strstr(pcVar9,"gnu_compiled")" (identifier "pcVar14") (= "=") (call_expression "strstr(pcVar9,"gnu_compiled")" (identifier "strstr") (argument_list "(pcVar9,"gnu_compiled")" (( "(") (identifier "pcVar9") (, ",") (string_literal ""gnu_compiled"" (" """) (string_content "gnu_compiled") (" """)) () ")")))) (; ";")) (if_statement "if (pcVar14 == (char *)0x0) {\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" (if "if") (parenthesized_expression "(pcVar14 == (char *)0x0)" (( "(") (binary_expression "pcVar14 == (char *)0x0" (identifier "pcVar14") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pcVar9 = strstr(pcVar9,"gcc2_compiled");\n uVar16 = 1;\n if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;\n }" ({ "{") (expression_statement "pcVar9 = strstr(pcVar9,"gcc2_compiled");" (assignment_expression "pcVar9 = strstr(pcVar9,"gcc2_compiled")" (identifier "pcVar9") (= "=") (call_expression "strstr(pcVar9,"gcc2_compiled")" (identifier "strstr") (argument_list "(pcVar9,"gcc2_compiled")" (( "(") (identifier "pcVar9") (, ",") (string_literal ""gcc2_compiled"" (" """) (string_content "gcc2_compiled") (" """)) () ")")))) (; ";")) (expression_statement "uVar16 = 1;" (assignment_expression "uVar16 = 1" (identifier "uVar16") (= "=") (number_literal "1")) (; ";")) (if_statement "if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;" (if "if") (parenthesized_expression "(pcVar9 == (char *)0x0)" (( "(") (binary_expression "pcVar9 == (char *)0x0" (identifier "pcVar9") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0010dd2d;" (goto "goto") (statement_identifier "LAB_0010dd2d") (; ";"))) (} "}"))) (} "}"))) (expression_statement "uVar16 = uVar1 >> 3 & 1;" (assignment_expression "uVar16 = uVar1 >> 3 & 1" (identifier "uVar16") (= "=") (binary_expression "uVar1 >> 3 & 1" (binary_expression "uVar1 >> 3" (identifier "uVar1") (>> ">>") (number_literal "3")) (& "&") (number_literal "1"))) (; ";")) (} "}")))) (labeled_statement "LAB_0010dd2d:\n FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" (statement_identifier "LAB_0010dd2d") (: ":") (expression_statement "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90);" (call_expression "FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" (identifier "FUN_0010c4d0") (argument_list "(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,\n &local_48,local_90)" (( "(") (identifier "param_3") (, ",") (pointer_expression "*(undefined8 *)(lVar2 + 0x28)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (identifier "uVar16") (, ",") (identifier "local_50") (, ",") (identifier "uVar23") (, ",") (identifier "uVar17") (, ",") (identifier "local_88") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "local_90") () ")"))) (; ";"))) (expression_statement "lVar10 = lVar19;" (assignment_expression "lVar10 = lVar19" (identifier "lVar10") (= "=") (identifier "lVar19")) (; ";")) (expression_statement "uVar23 = uVar17;" (assignment_expression "uVar23 = uVar17" (identifier "uVar23") (= "=") (identifier "uVar17")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar17 < local_b0)" (( "(") (binary_expression "uVar17 < local_b0" (identifier "uVar17") (< "<") (identifier "local_b0")) () ")")) (; ";")) (expression_statement "free(local_50);" (call_expression "free(local_50)" (identifier "free") (argument_list "(local_50)" (( "(") (identifier "local_50") () ")"))) (; ";")) (if_statement "if (local_68 != (long *)0x0) {\n free(local_68);\n return;\n }" (if "if") (parenthesized_expression "(local_68 != (long *)0x0)" (( "(") (binary_expression "local_68 != (long *)0x0" (identifier "local_68") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_68);\n return;\n }" ({ "{") (expression_statement "free(local_68);" (call_expression "free(local_68)" (identifier "free") (argument_list "(local_68)" (( "(") (identifier "local_68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *abfd,type_2 *var_40,void *inf)
{
type_3 **ppaVar1;
type_4 var_50;
long var_11;
type_5 var_32;
void *var_34;
bool bVar6;
type_6 var_4;
int var_23;
type_7 uVar9;
int var_43;
char *var_52;
type_3 *var_37;
type_8 var_5;
type_9 uVar13;
char *var_53;
long var_16;
size_t var_21;
type_10 var_41;
type_4 insns;
type_11 *pinfo;
type_8 var_8;
type_8 var_42;
type_3 *var_49;
int var_48;
long var_45;
type_8 var_10;
bool bVar22;
type_8 var_9;
type_12 **var_28;
type_5 var_29;
type_8 var_35;
type_8 var_36;
type_12 **var_55;
type_13 *data;
type_12 **var_12;
long var_47;
var_8 = (type_8)*(type_4 *)((long)inf + 0xbc);
data = (type_13 *)0x0;
var_12 = (type_12 **)0x0;
var_47 = 0;
if ((((var_1 != 0) || (var_2 != (type_14 *)0x0)) || ((var_40->flags & 0x110) == 0x110)
) && ((var_4 = var_3(var_40), var_4 != 0 && (var_5 = var_40->size, var_5 != 0)
))) {
var_10 = 0;
if ((var_6 != 0xffffffffffffffff) && (var_40->vma <= var_6)) {
var_10 = var_6 - var_40->vma;
}
if (var_7 == 0xffffffffffffffff) {
var_9 = var_5 / var_8;
}
else {
if (var_7 < var_40->vma) {
return;
}
var_9 = var_7 - var_40->vma;
if (var_5 / var_8 <= var_9) {
var_9 = var_5 / var_8;
}
}
var_8 = var_5 % var_8;
if (var_10 < var_9) {
var_11 = *(long *)((long)inf + 0x10);
var_12 = *(type_12 ***)(var_11 + 0x18);
if ((var_12 == (type_12 **)0x0) || (var_13 == 0)) {
var_12 = (type_12 **)0x0;
if (((var_40->flags & 4) == 0) ||
((var_14 == 0 &&
(var_8 = (type_8)*(type_4 *)((long)inf + 200), *(type_4 *)((long)inf + 200) == 0)))) {
var_28 = (type_12 **)0x0;
var_29 = 0;
var_55 = (type_12 **)0x0;
}
else {
var_16 = var_15(abfd,var_40,var_8);
if (var_16 < 0) {
LAB_0010e1af:
/* WARNING: Subroutine does not return */
var_17(abfd->filename);
}
if (var_16 == 0) {
var_29 = 0;
var_55 = (type_12 **)0x0;
var_28 = var_12;
}
else {
var_55 = (type_12 **)var_18(var_16);
var_12 = var_55;
var_21 = var_19(abfd,var_40,var_55,syms);
if ((long)var_21 < 0) goto LAB_0010e1af;
var_20(var_12,var_21,8,compare_relocs);
var_29 = 0;
var_28 = var_12 + var_21;
}
}
}
else {
var_29 = var_40->vma;
var_55 = (type_12 **)0x0;
var_28 = var_12 + *(long *)(var_11 + 0x20);
}
var_23 = var_22(abfd,var_40,&data);
if (var_23 == 0) {
uVar9 = var_24();
uVar13 = var_25(uVar9);
var_53 = var_40->name;
var_52 = (char *)var_26(0,"Reading section %s failed because: %s",5);
var_27(var_52,var_53,uVar13);
}
else {
*(type_2 **)(var_11 + 8) = var_40;
*(type_13 **)((long)inf + 0x98) = data;
var_32 = var_40->vma;
*(type_8 *)((long)inf + 0xa8) = var_5;
*(type_5 *)((long)inf + 0xa0) = var_32;
*(type_2 **)((long)inf + 0x38) = var_40;
if (var_12 < var_28) {
var_8 = (*var_12)->address;
while ((var_8 < var_29 + var_10 && (var_12 = var_12 + 1, var_12 < var_28))) {
var_8 = (*var_12)->address;
}
}
var_53 = var_40->name;
var_52 = (char *)var_26(0,"\nDisassembly of section %s:\n",5);
var_30(var_52,var_53);
var_32 = var_40->vma;
*(type_7 *)(var_11 + 0x10) = 1;
var_37 = var_31(var_32 + var_10,(type_11 *)inf,&var_47);
*(type_7 *)(var_11 + 0x10) = 0;
var_36 = 0xffffffffffffffff;
var_35 = 0;
if (((abfd->xvec->flavour == var_33) &&
(var_34 = abfd->xvec->backend_data, var_34 != (void *)0x0)) &&
((*(type_15 *)((long)var_34 + 0x389) & 1) != 0)) {
var_35 = 1L << (*(char *)(*(long *)((long)var_34 + 0x300) + 10) - 1U & 0x3f);
var_36 = var_35 * 2 - 1;
}
do {
var_23 = prefix_addresses;
var_16 = var_44;
var_5 = (var_40->vma + var_10 & var_36 ^ var_35) - var_35;
var_8 = var_9;
if (var_37 == (type_3 *)0x0) {
*(type_9 *)((long)inf + 0x40) = 0;
*(type_7 *)((long)inf + 0x48) = 0;
*(type_7 *)((long)inf + 0x58) = 0xffffffff;
if (var_23 == 0) {
/* WARNING: Load size is inaccurate */
(**inf)(*(type_9 *)((long)inf + 8),"\n");
var_38
(abfd,var_40,(type_3 *)0x0,var_5,(type_11 *)inf,0);
/* WARNING: Load size is inaccurate */
(**inf)(*(type_9 *)((long)inf + 8),&DAT_0013d5f0);
}
bVar6 = true;
if (var_9 <= var_10) {
LAB_0010df90:
var_39((type_11 *)inf,*(type_16 *)(var_11 + 0x28),1,data
,var_10,var_9,var_29,&var_12,var_28);
break;
}
var_49 = (type_3 *)0x0;
LAB_0010dd20:
insns = 1;
if ((!bVar6) && ((var_37->var_40 == var_40 && (var_37->value + var_40->vma <= var_5))))
goto LAB_0010ddd7;
}
else {
var_41 = var_37->value;
var_42 = var_37->var_40->vma + var_41;
var_49 = var_37;
if (var_5 < var_42) {
*(type_9 *)((long)inf + 0x40) = 0;
*(type_7 *)((long)inf + 0x48) = 0;
*(type_7 *)((long)inf + 0x58) = 0xffffffff;
if (var_23 == 0) {
LAB_0010dbab:
/* WARNING: Load size is inaccurate */
(**inf)(*(type_9 *)((long)inf + 8),"\n");
var_38(abfd,var_40,var_37,var_5,(type_11 *)inf,0);
/* WARNING: Load size is inaccurate */
(**inf)(*(type_9 *)((long)inf + 8));
var_41 = var_37->value;
var_42 = var_37->var_40->vma + var_41;
var_16 = var_44;
if (var_42 <= var_5) goto LAB_0010dc12;
}
LAB_0010dceb:
var_8 = var_42 - var_40->vma;
bVar22 = var_9 < var_8;
}
else {
var_43 = (int)var_47;
var_48 = var_43;
if ((var_43 < var_44) &&
(var_46[var_43]->value + var_46[var_43]->var_40->vma <= var_5)) {
var_45 = (long)(var_43 + 1);
do {
var_48 = (int)var_45;
if (var_44 == var_45) break;
ppaVar1 = var_46 + var_45;
var_45 = var_45 + 1;
} while ((*ppaVar1)->value + (*ppaVar1)->var_40->vma <= var_5);
}
ppaVar1 = var_46 + var_47;
*(int *)((long)inf + 0x58) = var_43;
*(type_3 ***)((long)inf + 0x40) = ppaVar1;
*(int *)((long)inf + 0x48) = var_48 - var_43;
if (var_23 == 0) goto LAB_0010dbab;
LAB_0010dc12:
if (var_47 < var_16) {
do {
if ((var_46[var_47]->var_40 == var_40) &&
(var_42 < var_46[var_47]->value + var_40->vma)) {
var_23 = (**(type_17 **)((long)inf + 0x90))();
if (var_23 != 0) {
var_41 = var_37->value;
var_42 = var_37->var_40->vma + var_41;
if (var_47 < var_44) {
var_49 = var_46[var_47];
if (var_5 < var_42) goto LAB_0010dceb;
if (var_49 == (type_3 *)0x0) {
bVar22 = false;
}
else {
var_8 = var_49->var_40->vma + (var_49->value - var_40->vma);
bVar22 = var_9 < var_8;
}
goto LAB_0010dcfb;
}
break;
}
var_41 = var_37->value;
var_42 = var_37->var_40->vma + var_41;
}
var_47 = var_47 + 1;
} while (var_47 < var_44);
}
if (var_5 < var_42) {
var_49 = (type_3 *)0x0;
goto LAB_0010dceb;
}
bVar22 = false;
var_49 = (type_3 *)0x0;
}
LAB_0010dcfb:
bVar6 = var_1 != 0 || var_37 == (type_3 *)0x0;
if ((var_10 < var_8) && (!bVar22)) goto LAB_0010dd20;
if ((bVar6) ||
((var_40 != var_37->var_40 || (var_8 = var_9, var_5 < var_41 + var_40->vma))))
goto LAB_0010df90;
LAB_0010ddd7:
var_50 = var_37->flags;
if ((var_50 & 0x10000) == 0) {
var_53 = var_37->name;
var_52 = var_51(var_53,"gnu_compiled");
if (var_52 == (char *)0x0) {
var_53 = var_51(var_53,"gcc2_compiled");
insns = 1;
if (var_53 == (char *)0x0) goto LAB_0010dd2d;
}
}
insns = var_50 >> 3 & 1;
}
LAB_0010dd2d:
var_39((type_11 *)inf,*(type_16 *)(var_11 + 0x28),insns,data
,var_10,var_8,var_29,&var_12,var_28);
var_37 = var_49;
var_10 = var_8;
} while (var_8 < var_9);
var_54(data);
if (var_55 != (type_12 **)0x0) {
var_54(var_55);
return;
}
}
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (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: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (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 (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (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 (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (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)))))) 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))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (identifier) right: (identifier))))))) 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: (pointer_expression argument: (identifier)) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (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))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))))) (do_statement body: (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: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)) right: (identifier)) right: (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 (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (string_literal (escape_sequence))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (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 (labeled_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: (identifier) right: (number_literal))))) (number_literal) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (identifier))))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (unary_expression argument: (identifier))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (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)) right: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal))))) right: (identifier)))))))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (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: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (string_literal (escape_sequence)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_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)))) (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) right: (parenthesized_expression (binary_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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal))))))))) 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: (subscript_expression argument: (identifier) index: (number_literal))))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))) (goto_statement label: (statement_identifier)))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (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))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (unary_expression argument: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (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)))))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (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))))))) (labeled_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: (identifier) right: (number_literal))))) (identifier) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (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: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement)))))))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
long lVar4;
bool bVar5;
int iVar6;
undefined4 uVar7;
int iVar8;
char *pcVar9;
long lVar10;
ulong uVar11;
undefined8 uVar12;
undefined8 uVar13;
char *pcVar14;
size_t __nmemb;
long lVar15;
uint uVar16;
ulong uVar17;
ulong uVar18;
long lVar19;
long lVar20;
int iVar21;
long lVar22;
ulong uVar23;
bool bVar24;
ulong local_b0;
long *local_90;
long local_88;
ulong local_80;
ulong local_78;
long *local_68;
void *local_50;
long *local_48;
long local_40 [2];
uVar17 = (ulong)*(uint *)((long)param_3 + 0xbc);
local_50 = (void *)0x0;
local_48 = (long *)0x0;
local_40[0] = 0;
if ((((DAT_00157330 != 0) || (DAT_001572d8 != 0)) || ((*(uint *)(param_2 + 4) & 0x110) == 0x110))
&& ((iVar6 = FUN_0010a400(param_2), iVar6 != 0 && (uVar11 = param_2[7], uVar11 != 0)))) {
uVar23 = 0;
if ((DAT_00155460 != 0xffffffffffffffff) && ((ulong)param_2[5] <= DAT_00155460)) {
uVar23 = DAT_00155460 - param_2[5];
}
if (DAT_00155458 == 0xffffffffffffffff) {
local_b0 = uVar11 / uVar17;
}
else {
if (DAT_00155458 < (ulong)param_2[5]) {
return;
}
local_b0 = DAT_00155458 - param_2[5];
if (uVar11 / uVar17 <= local_b0) {
local_b0 = uVar11 / uVar17;
}
}
uVar17 = uVar11 % uVar17;
if (uVar23 < local_b0) {
lVar2 = param_3[2];
local_48 = *(long **)(lVar2 + 0x18);
if ((local_48 == (long *)0x0) || (DAT_00157368 == 0)) {
local_48 = (long *)0x0;
if (((*(byte *)(param_2 + 4) & 4) == 0) ||
((DAT_0015736c == 0 &&
(uVar17 = (ulong)*(uint *)(param_3 + 0x19), *(uint *)(param_3 + 0x19) == 0)))) {
local_90 = (long *)0x0;
local_88 = 0;
local_68 = (long *)0x0;
}
else {
lVar10 = bfd_get_reloc_upper_bound(param_1,param_2,uVar17);
if (lVar10 < 0) {
LAB_0010e1af:
/* WARNING: Subroutine does not return */
FUN_00136510(*param_1);
}
if (lVar10 == 0) {
local_88 = 0;
local_68 = (long *)0x0;
local_90 = local_48;
}
else {
local_68 = (long *)xmalloc(lVar10);
local_48 = local_68;
__nmemb = bfd_canonicalize_reloc(param_1,param_2,local_68,DAT_001572b0);
if ((long)__nmemb < 0) goto LAB_0010e1af;
qsort(local_48,__nmemb,8,FUN_00108380);
local_88 = 0;
local_90 = local_48 + __nmemb;
}
}
}
else {
local_88 = param_2[5];
local_68 = (long *)0x0;
local_90 = local_48 + *(long *)(lVar2 + 0x20);
}
iVar6 = bfd_malloc_and_get_section(param_1,param_2,&local_50);
if (iVar6 == 0) {
uVar7 = bfd_get_error();
uVar12 = bfd_errmsg(uVar7);
uVar3 = *param_2;
uVar13 = dcgettext(0,"Reading section %s failed because: %s",5);
FUN_00136630(uVar13,uVar3,uVar12);
}
else {
*(undefined8 **)(lVar2 + 8) = param_2;
param_3[0x13] = local_50;
uVar3 = param_2[5];
param_3[0x15] = uVar11;
param_3[0x14] = uVar3;
param_3[7] = param_2;
if (local_48 < local_90) {
uVar17 = *(ulong *)(*local_48 + 8);
while ((uVar17 < local_88 + uVar23 && (local_48 = local_48 + 1, local_48 < local_90))) {
uVar17 = *(ulong *)(*local_48 + 8);
}
}
uVar3 = *param_2;
pcVar9 = (char *)dcgettext(0,"\nDisassembly of section %s:\n",5);
printf(pcVar9,uVar3);
lVar10 = param_2[5];
*(undefined4 *)(lVar2 + 0x10) = 1;
lVar10 = FUN_001083b0(lVar10 + uVar23,param_3,local_40);
*(undefined4 *)(lVar2 + 0x10) = 0;
local_78 = 0xffffffffffffffff;
local_80 = 0;
if (((*(int *)(param_1[1] + 8) == 5) &&
(lVar20 = *(long *)(param_1[1] + 0x368), lVar20 != 0)) &&
((*(byte *)(lVar20 + 0x389) & 1) != 0)) {
local_80 = 1L << (*(char *)(*(long *)(lVar20 + 0x300) + 10) - 1U & 0x3f);
local_78 = local_80 * 2 - 1;
}
do {
iVar6 = DAT_00157350;
lVar20 = DAT_00157298;
uVar11 = (param_2[5] + uVar23 & local_78 ^ local_80) - local_80;
uVar17 = local_b0;
if (lVar10 == 0) {
param_3[8] = 0;
*(undefined4 *)(param_3 + 9) = 0;
*(undefined4 *)(param_3 + 0xb) = 0xffffffff;
if (iVar6 == 0) {
(*(code *)*param_3)(param_3[1],"\n");
FUN_00108f20(param_1,param_2,0,uVar11,param_3,0);
(*(code *)*param_3)(param_3[1],&DAT_0013d5f0);
}
bVar5 = true;
if (local_b0 <= uVar23) {
LAB_0010df90:
FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),1,local_50,uVar23,local_b0,local_88
,&local_48,local_90);
break;
}
lVar19 = 0;
LAB_0010dd20:
uVar16 = 1;
if ((!bVar5) &&
((*(undefined8 **)(lVar10 + 0x20) == param_2 &&
((ulong)(*(long *)(lVar10 + 0x10) + param_2[5]) <= uVar11)))) goto LAB_0010ddd7;
}
else {
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
lVar19 = lVar10;
if (uVar11 < uVar18) {
param_3[8] = 0;
*(undefined4 *)(param_3 + 9) = 0;
*(undefined4 *)(param_3 + 0xb) = 0xffffffff;
if (iVar6 == 0) {
LAB_0010dbab:
(*(code *)*param_3)(param_3[1],"\n");
FUN_00108f20(param_1,param_2,lVar10,uVar11,param_3,0);
(*(code *)*param_3)(param_3[1]);
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
lVar20 = DAT_00157298;
if (uVar18 <= uVar11) goto LAB_0010dc12;
}
LAB_0010dceb:
bVar24 = local_b0 < uVar18 - param_2[5];
uVar17 = uVar18 - param_2[5];
}
else {
iVar8 = (int)local_40[0];
iVar21 = iVar8;
if ((iVar8 < DAT_00157298) &&
(lVar22 = *(long *)(DAT_001572a0 + (long)iVar8 * 8),
(ulong)(*(long *)(lVar22 + 0x10) + *(long *)(*(long *)(lVar22 + 0x20) + 0x28)) <=
uVar11)) {
lVar22 = (long)(iVar8 + 1);
do {
iVar21 = (int)lVar22;
if (DAT_00157298 == lVar22) break;
lVar4 = *(long *)(DAT_001572a0 + lVar22 * 8);
lVar22 = lVar22 + 1;
} while ((ulong)(*(long *)(lVar4 + 0x10) + *(long *)(*(long *)(lVar4 + 0x20) + 0x28)
) <= uVar11);
}
lVar22 = DAT_001572a0 + local_40[0] * 8;
*(int *)(param_3 + 0xb) = iVar8;
param_3[8] = lVar22;
*(int *)(param_3 + 9) = iVar21 - iVar8;
if (iVar6 == 0) goto LAB_0010dbab;
LAB_0010dc12:
if (local_40[0] < lVar20) {
do {
lVar20 = *(long *)(DAT_001572a0 + local_40[0] * 8);
if ((*(undefined8 **)(lVar20 + 0x20) == param_2) &&
(uVar18 < (ulong)(*(long *)(lVar20 + 0x10) + param_2[5]))) {
iVar6 = (*(code *)param_3[0x12])();
if (iVar6 != 0) {
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
if (local_40[0] < DAT_00157298) {
lVar19 = *(long *)(DAT_001572a0 + local_40[0] * 8);
if (uVar11 < uVar18) goto LAB_0010dceb;
if (lVar19 == 0) {
bVar24 = false;
}
else {
uVar17 = *(long *)(*(long *)(lVar19 + 0x20) + 0x28) +
(*(long *)(lVar19 + 0x10) - param_2[5]);
bVar24 = local_b0 < uVar17;
}
goto LAB_0010dcfb;
}
break;
}
lVar15 = *(long *)(lVar10 + 0x10);
uVar18 = *(long *)(*(long *)(lVar10 + 0x20) + 0x28) + lVar15;
}
local_40[0] = local_40[0] + 1;
} while (local_40[0] < DAT_00157298);
}
if (uVar11 < uVar18) {
lVar19 = 0;
goto LAB_0010dceb;
}
bVar24 = false;
lVar19 = 0;
}
LAB_0010dcfb:
bVar5 = DAT_00157330 != 0 || lVar10 == 0;
if ((uVar23 < uVar17) && (!bVar24)) goto LAB_0010dd20;
if ((bVar5) ||
((param_2 != *(undefined8 **)(lVar10 + 0x20) ||
(uVar17 = local_b0, uVar11 < (ulong)(lVar15 + param_2[5]))))) goto LAB_0010df90;
LAB_0010ddd7:
uVar1 = *(uint *)(lVar10 + 0x18);
if ((uVar1 & 0x10000) == 0) {
pcVar9 = *(char **)(lVar10 + 8);
pcVar14 = strstr(pcVar9,"gnu_compiled");
if (pcVar14 == (char *)0x0) {
pcVar9 = strstr(pcVar9,"gcc2_compiled");
uVar16 = 1;
if (pcVar9 == (char *)0x0) goto LAB_0010dd2d;
}
}
uVar16 = uVar1 >> 3 & 1;
}
LAB_0010dd2d:
FUN_0010c4d0(param_3,*(undefined8 *)(lVar2 + 0x28),uVar16,local_50,uVar23,uVar17,local_88,
&local_48,local_90);
lVar10 = lVar19;
uVar23 = uVar17;
} while (uVar17 < local_b0);
free(local_50);
if (local_68 != (long *)0x0) {
free(local_68);
return;
}
}
}
}
return;
}
|
34_sg_inq_and_sg_inq_strip.c
|
read
|
read
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t read(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_read_0011aeb0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t read(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_read_0011aeb0)();
return sVar1;
}
|
JMP qword ptr [0x0011aeb0]
| null | null | null | null |
[(u'CALLIND_-1206951384', u'INDIRECT_-1206951320'), ('const-0', u'RETURN_-1206951381'), ('tmp_44', u'CAST_-1206951315'), (u'CAST_-1206951315', u'CALLIND_-1206951384'), (u'INDIRECT_-1206951320', u'COPY_-1206951379'), (u'CALLIND_-1206951384', u'RETURN_-1206951381')]
|
[(u'CALLIND_-1206951384', u'INDIRECT_-1206951320'), ('const-0', u'RETURN_-1206951381'), ('tmp_44', u'CAST_-1206951315'), (u'CAST_-1206951315', u'CALLIND_-1206951384'), (u'INDIRECT_-1206951320', u'COPY_-1206951379'), (u'CALLIND_-1206951384', u'RETURN_-1206951381')]
| null | null |
00106220
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (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) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_read_0011aeb0)();" (assignment_expression "sVar1 = (*(code *)PTR_read_0011aeb0)()" identifier = (call_expression "(*(code *)PTR_read_0011aeb0)()" (parenthesized_expression "(*(code *)PTR_read_0011aeb0)" ( (pointer_expression "*(code *)PTR_read_0011aeb0" * (cast_expression "(code *)PTR_read_0011aeb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (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) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_read_0011aeb0)();" (assignment_expression "sVar1 = (*(code *)PTR_read_0011aeb0)()" identifier = (call_expression "(*(code *)PTR_read_0011aeb0)()" (parenthesized_expression "(*(code *)PTR_read_0011aeb0)" ( (pointer_expression "*(code *)PTR_read_0011aeb0" * (cast_expression "(code *)PTR_read_0011aeb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}\n\n" (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" primitive_type (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" identifier (parameter_list "(int __fd,void *__buf,size_t __nbytes)" ( (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) ))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" { (declaration "ssize_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_read_0011aeb0)();" (assignment_expression "sVar1 = (*(code *)PTR_read_0011aeb0)()" identifier = (call_expression "(*(code *)PTR_read_0011aeb0)()" (parenthesized_expression "(*(code *)PTR_read_0011aeb0)" ( (pointer_expression "*(code *)PTR_read_0011aeb0" * (cast_expression "(code *)PTR_read_0011aeb0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "read(int __fd,void *__buf,size_t __nbytes)" (identifier "read") (parameter_list "(int __fd,void *__buf,size_t __nbytes)" (( "(") (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")) () ")"))) (compound_statement "{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0011aeb0)();\n return sVar1;\n}" ({ "{") (declaration "ssize_t sVar1;" (primitive_type "ssize_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_read_0011aeb0)();" (assignment_expression "sVar1 = (*(code *)PTR_read_0011aeb0)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_read_0011aeb0)()" (parenthesized_expression "(*(code *)PTR_read_0011aeb0)" (( "(") (pointer_expression "*(code *)PTR_read_0011aeb0" (* "*") (cast_expression "(code *)PTR_read_0011aeb0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_read_0011aeb0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_read_0011aeb0)();
return sVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t MASKED(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0011aeb0)();
return sVar1;
}
|
78_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
|
GetMagickPackageName
|
GetMagickPackageName
|
void GetMagickPackageName(void)
{
(*(code *)PTR_GetMagickPackageName_00432270)();
return;
}
|
void GetMagickPackageName(void)
{
(*(code *)PTR_GetMagickPackageName_00432270)();
return;
}
|
JMP qword ptr [0x00432270]
| null | null | null | null |
[(u'INDIRECT_-1207035980', u'COPY_-1207036039'), (u'CAST_-1207035975', u'CALLIND_-1207036040'), ('tmp_22', u'CAST_-1207035975'), (u'CALLIND_-1207036040', u'INDIRECT_-1207035980'), ('const-0', u'RETURN_-1207036037')]
|
[(u'INDIRECT_-1207035980', u'COPY_-1207036039'), (u'CAST_-1207035975', u'CALLIND_-1207036040'), ('tmp_22', u'CAST_-1207035975'), (u'CALLIND_-1207036040', u'INDIRECT_-1207035980'), ('const-0', u'RETURN_-1207036037')]
| null | null |
00111770
|
x64
|
O2
|
(translation_unit "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}\n\n" (function_definition "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" primitive_type (function_declarator "GetMagickPackageName(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetMagickPackageName_00432270)();" (call_expression "(*(code *)PTR_GetMagickPackageName_00432270)()" (parenthesized_expression "(*(code *)PTR_GetMagickPackageName_00432270)" ( (pointer_expression "*(code *)PTR_GetMagickPackageName_00432270" * (cast_expression "(code *)PTR_GetMagickPackageName_00432270" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}\n\n" (function_definition "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" primitive_type (function_declarator "GetMagickPackageName(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetMagickPackageName_00432270)();" (call_expression "(*(code *)PTR_GetMagickPackageName_00432270)()" (parenthesized_expression "(*(code *)PTR_GetMagickPackageName_00432270)" ( (pointer_expression "*(code *)PTR_GetMagickPackageName_00432270" * (cast_expression "(code *)PTR_GetMagickPackageName_00432270" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}\n\n" (function_definition "void GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" primitive_type (function_declarator "GetMagickPackageName(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" { (expression_statement "(*(code *)PTR_GetMagickPackageName_00432270)();" (call_expression "(*(code *)PTR_GetMagickPackageName_00432270)()" (parenthesized_expression "(*(code *)PTR_GetMagickPackageName_00432270)" ( (pointer_expression "*(code *)PTR_GetMagickPackageName_00432270" * (cast_expression "(code *)PTR_GetMagickPackageName_00432270" ( (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 GetMagickPackageName(void)\n\n{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" (primitive_type "void") (function_declarator "GetMagickPackageName(void)" (identifier "GetMagickPackageName") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_GetMagickPackageName_00432270)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_GetMagickPackageName_00432270)();" (call_expression "(*(code *)PTR_GetMagickPackageName_00432270)()" (parenthesized_expression "(*(code *)PTR_GetMagickPackageName_00432270)" (( "(") (pointer_expression "*(code *)PTR_GetMagickPackageName_00432270" (* "*") (cast_expression "(code *)PTR_GetMagickPackageName_00432270" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_GetMagickPackageName_00432270"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_GetMagickPackageName_00432270)();
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_00432270)();
return;
}
|
26_ia64-linux-gnu-strings_and_ia64-linux-gnu-strings_strip.c
|
xrealloc
|
xrealloc
|
void xrealloc(void)
{
(*(code *)PTR_xrealloc_001080d0)();
return;
}
|
void xrealloc(void)
{
(*(code *)PTR_xrealloc_001080d0)();
return;
}
|
JMP qword ptr [0x001080d0]
| null | null | null | null |
[(u'CALLIND_-1206967896', u'INDIRECT_-1206967836'), ('tmp_22', u'CAST_-1206967831'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967831', u'CALLIND_-1206967896'), (u'INDIRECT_-1206967836', u'COPY_-1206967895')]
|
[(u'CALLIND_-1206967896', u'INDIRECT_-1206967836'), ('tmp_22', u'CAST_-1206967831'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967831', u'CALLIND_-1206967896'), (u'INDIRECT_-1206967836', u'COPY_-1206967895')]
| null | null |
001021a0
|
x64
|
O2
|
(translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_001080d0)();" (call_expression "(*(code *)PTR_xrealloc_001080d0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_001080d0)" ( (pointer_expression "*(code *)PTR_xrealloc_001080d0" * (cast_expression "(code *)PTR_xrealloc_001080d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_001080d0)();" (call_expression "(*(code *)PTR_xrealloc_001080d0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_001080d0)" ( (pointer_expression "*(code *)PTR_xrealloc_001080d0" * (cast_expression "(code *)PTR_xrealloc_001080d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_001080d0)();" (call_expression "(*(code *)PTR_xrealloc_001080d0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_001080d0)" ( (pointer_expression "*(code *)PTR_xrealloc_001080d0" * (cast_expression "(code *)PTR_xrealloc_001080d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_xrealloc_001080d0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_xrealloc_001080d0)();" (call_expression "(*(code *)PTR_xrealloc_001080d0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_001080d0)" (( "(") (pointer_expression "*(code *)PTR_xrealloc_001080d0" (* "*") (cast_expression "(code *)PTR_xrealloc_001080d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_xrealloc_001080d0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_xrealloc_001080d0)();
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_001080d0)();
return;
}
|
14236_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
putchar
|
putchar
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putchar(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putchar@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putchar(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1200111286')]
|
[('const-1', u'RETURN_-1200111286')]
| null | null |
0068c140
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int putchar(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putchar@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int putchar(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putchar@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putchar@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int putchar(int __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putchar(int __c)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putchar(int __c)" identifier (parameter_list "(int __c)" ( (parameter_declaration "int __c" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int putchar(int __c)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putchar(int __c)" (identifier "putchar") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putchar@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8279_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
operator<<
|
FUN_002e8f60
|
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(unsigned int) */
void __thiscall std::wostream::operator<<(wostream *this,uint param_1)
{
_M_insert<unsigned_long>(this,(ulong)param_1);
return;
}
|
void FUN_002e8f60(undefined8 param_1,undefined4 param_2)
{
FUN_002e8dd0(param_1,param_2);
return;
}
|
MOV ESI,ESI
JMP 0x002e8dd0
| null | null | null | null |
[('tmp_13', u'INT_ZEXT_-1204711555'), ('const-0', u'RETURN_-1204711569'), (u'INT_ZEXT_-1204711555', u'CALL_-1204711573'), ('tmp_12', u'CALL_-1204711573')]
|
[('tmp_37', u'CALL_-1204711573'), ('tmp_44', u'CALL_-1204711573'), ('const-0', u'RETURN_-1204711569')]
| null | null |
002e8f60
|
x64
|
O2
|
(translation_unit "void FUN_002e8f60(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_002e8dd0(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_002e8f60(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002e8f60(undefined8 param_1,undefined4 param_2)" identifier (parameter_list "(undefined8 param_1,undefined4 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" { (expression_statement "FUN_002e8dd0(param_1,param_2);" (call_expression "FUN_002e8dd0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(unsigned int) */\n\nvoid __thiscall std::wostream::operator<<(wostream *this,uint param_1)\n\n{\n _M_insert<unsigned_long>(this,(ulong)param_1);\n return;\n}\n\n" comment (declaration "void __thiscall std::wostream::operator<<(wostream *this,uint param_1)\n\n{\n _M_insert<unsigned_long>(this,(ulong)param_1);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wostream::operator<<(wostream" identifier : : identifier : : identifier << ( identifier) (pointer_declarator "*this" * identifier) , (ERROR "uint param_1)\n\n{\n _M_insert<unsigned_long>(" identifier identifier ) { identifier < identifier > () identifier , (parenthesized_declarator "(ulong)" ( identifier )) (ERROR "param_1)" identifier )) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002e8f60(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_002e8dd0(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_002e8f60(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002e8f60(undefined8 param_1,undefined4 param_2)" identifier (parameter_list "(undefined8 param_1,undefined4 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" { (expression_statement "FUN_002e8dd0(param_1,param_2);" (call_expression "FUN_002e8dd0(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002e8f60(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002e8f60(undefined8 param_1,undefined4 param_2)" (identifier "FUN_002e8f60") (parameter_list "(undefined8 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_002e8dd0(param_1,param_2);\n return;\n}" ({ "{") (expression_statement "FUN_002e8dd0(param_1,param_2);" (call_expression "FUN_002e8dd0(param_1,param_2)" (identifier "FUN_002e8dd0") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(unsigned int) */
void __thiscall std::wostream::operator<<(wostream *this,uint param_1)
{
_M_insert<unsigned_long>(this,(function_1)param_1);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined4 param_2)
{
FUN_002e8dd0(param_1,param_2);
return;
}
|
513_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c
|
get_DW_IDX_name
|
FUN_0013b9f0
|
/* WARNING: Unknown calling convention */
char * get_DW_IDX_name(uint idx)
{
char *pcVar1;
if (idx == 4) {
pcVar1 = "DW_IDX_parent";
}
else if (idx < 5) {
pcVar1 = "DW_IDX_type_unit";
if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {
pcVar1 = "DW_IDX_compile_unit";
if (idx != 1) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
else {
pcVar1 = "DW_IDX_GNU_internal";
if (idx != 0x2000) {
if (idx < 0x2001) {
pcVar1 = "DW_IDX_type_hash";
if (idx != 5) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
pcVar1 = "DW_IDX_GNU_external";
if (idx != 0x2001) {
pcVar1 = "DW_IDX_hi_user";
if (idx != 0x3fff) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
}
return pcVar1;
}
|
char * FUN_0013b9f0(uint param_1)
{
char *pcVar1;
if (param_1 == 4) {
pcVar1 = "DW_IDX_parent";
}
else if (param_1 < 5) {
pcVar1 = "DW_IDX_type_unit";
if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {
pcVar1 = "DW_IDX_compile_unit";
if (param_1 != 1) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
else {
pcVar1 = "DW_IDX_GNU_internal";
if (param_1 != 0x2000) {
if (param_1 < 0x2001) {
pcVar1 = "DW_IDX_type_hash";
if (param_1 != 5) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
pcVar1 = "DW_IDX_GNU_external";
if (param_1 != 0x2001) {
pcVar1 = "DW_IDX_hi_user";
if (param_1 != 0x3fff) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
}
return pcVar1;
}
|
CMP EDI,0x4
JZ 0x0013ba80
JBE 0x0013ba38
LEA RAX,[0x14a66b]
CMP EDI,0x2000
JZ 0x0013ba87
JBE 0x0013ba68
LEA RAX,[0x14a67f]
CMP EDI,0x2001
JZ 0x0013ba87
CMP EDI,0x3fff
MOV EDX,0x0
LEA RAX,[0x14a65c]
CMOVNZ RAX,RDX
RET
LEA RAX,[0x14a693]
CMP EDI,0x2
JZ 0x0013ba87
LEA RAX,[0x14a62b]
JA 0x0013ba87
CMP EDI,0x1
MOV EDX,0x0
LEA RAX,[0x14a617]
CMOVNZ RAX,RDX
RET
CMP EDI,0x5
MOV EDX,0x0
LEA RAX,[0x14a64b]
CMOVNZ RAX,RDX
RET
LEA RAX,[0x14a63d]
RET
| null | null | null | null |
[('const-1353239', u'COPY_-1207125309'), ('tmp_311', u'INT_EQUAL_-1207125504'), ('const-2', u'INT_NOTEQUAL_-1207125341'), (u'COPY_-1207125306', u'MULTIEQUAL_-1207125190'), ('const-8193', u'INT_LESS_-1207125454'), ('const-0', u'RETURN_-1207125281'), ('tmp_65', u'CBRANCH_-1207125467'), ('const-8193', u'INT_NOTEQUAL_-1207125440'), ('tmp_239', u'CBRANCH_-1207125340'), ('const-0', u'RETURN_-1207125387'), ('const-0', u'COPY_-1207125306'), ('const-1353277', u'COPY_-1207125257'), (u'COPY_-1207125403', u'MULTIEQUAL_-1207125265'), ('tmp_311', u'INT_LESS_-1207125485'), (u'MULTIEQUAL_-1207125216', u'RETURN_-1207125281'), (u'MULTIEQUAL_-1207125265', u'RETURN_-1207125387'), ('const-5', u'INT_NOTEQUAL_-1207125321'), (u'INT_NOTEQUAL_-1207125471', u'CBRANCH_-1207125467'), (u'COPY_-1207125297', u'MULTIEQUAL_-1207125216'), (u'COPY_-1207125309', u'MULTIEQUAL_-1207125216'), (u'INT_EQUAL_-1207125504', u'CBRANCH_-1207125502'), ('tmp_311', u'INT_LESS_-1207125319'), (u'MULTIEQUAL_-1207125190', u'RETURN_-1207125290'), (u'INT_NOTEQUAL_-1207125341', u'CBRANCH_-1207125340'), (u'MULTIEQUAL_-1207125176', u'RETURN_-1207125298'), ('tmp_311', u'INT_NOTEQUAL_-1207125421'), ('tmp_311', u'INT_NOTEQUAL_-1207125341'), ('tmp_311', u'INT_NOTEQUAL_-1207125312'), (u'INT_LESS_-1207125485', u'CBRANCH_-1207125494'), ('tmp_311', u'INT_LESS_-1207125454'), ('const-0', u'COPY_-1207125403'), ('const-1353363', u'COPY_-1207125365'), (u'INT_NOTEQUAL_-1207125321', u'CBRANCH_-1207125303'), ('const-1353308', u'COPY_-1207125415'), (u'COPY_-1207125341', u'MULTIEQUAL_-1207125176'), (u'INT_NOTEQUAL_-1207125440', u'CBRANCH_-1207125436'), ('tmp_288', u'CBRANCH_-1207125294'), (u'COPY_-1207125495', u'MULTIEQUAL_-1207125176'), ('const-0', u'RETURN_-1207125290'), ('tmp_311', u'INT_NOTEQUAL_-1207125440'), ('tmp_33', u'CBRANCH_-1207125494'), (u'COPY_-1207125464', u'MULTIEQUAL_-1207125176'), ('const-1353291', u'COPY_-1207125318'), (u'INT_LESS_-1207125454', u'CBRANCH_-1207125463'), (u'INT_LESS_-1207125319', u'CBRANCH_-1207125327'), ('const-0', u'COPY_-1207125297'), ('tmp_102', u'CBRANCH_-1207125436'), ('const-5', u'INT_LESS_-1207125485'), ('tmp_248', u'CBRANCH_-1207125327'), ('const-4', u'INT_EQUAL_-1207125504'), ('const-1', u'INT_NOTEQUAL_-1207125312'), ('tmp_311', u'INT_NOTEQUAL_-1207125321'), ('tmp_28', u'CBRANCH_-1207125502'), ('const-16383', u'INT_NOTEQUAL_-1207125421'), (u'COPY_-1207125365', u'MULTIEQUAL_-1207125176'), ('tmp_70', u'CBRANCH_-1207125463'), ('const-1353259', u'COPY_-1207125341'), ('tmp_311', u'INT_NOTEQUAL_-1207125471'), (u'COPY_-1207125415', u'MULTIEQUAL_-1207125265'), ('const-0', u'RETURN_-1207125298'), (u'COPY_-1207125257', u'MULTIEQUAL_-1207125176'), (u'INT_NOTEQUAL_-1207125312', u'CBRANCH_-1207125294'), ('const-8192', u'INT_NOTEQUAL_-1207125471'), ('const-1353323', u'COPY_-1207125495'), ('const-3', u'INT_LESS_-1207125319'), ('tmp_198', u'CBRANCH_-1207125303'), ('const-1353343', u'COPY_-1207125464'), (u'INT_NOTEQUAL_-1207125421', u'CBRANCH_-1207125400'), ('tmp_142', u'CBRANCH_-1207125400'), (u'COPY_-1207125318', u'MULTIEQUAL_-1207125190')]
|
[(u'COPY_-1207125306', u'MULTIEQUAL_-1207125190'), ('tmp_420', u'INT_LESS_-1207125319'), ('const-0', u'RETURN_-1207125281'), ('tmp_65', u'CBRANCH_-1207125467'), ('tmp_420', u'INT_NOTEQUAL_-1207125312'), ('const-0', u'COPY_-1207125306'), ('const-5', u'INT_LESS_-1207125485'), ('tmp_239', u'CBRANCH_-1207125340'), ('const-4', u'INT_EQUAL_-1207125504'), ('const-0', u'RETURN_-1207125387'), (u'COPY_-1207125403', u'MULTIEQUAL_-1207125265'), ('const-16383', u'INT_NOTEQUAL_-1207125421'), (u'MULTIEQUAL_-1207125216', u'RETURN_-1207125281'), ('tmp_420', u'INT_NOTEQUAL_-1207125440'), ('const-5', u'INT_NOTEQUAL_-1207125321'), (u'MULTIEQUAL_-1207125265', u'RETURN_-1207125387'), ('tmp_420', u'INT_LESS_-1207125485'), (u'INT_NOTEQUAL_-1207125471', u'CBRANCH_-1207125467'), (u'COPY_-1207125297', u'MULTIEQUAL_-1207125216'), (u'COPY_-1207125309', u'MULTIEQUAL_-1207125216'), ('const-1353363', u'COPY_-1207125365'), (u'INT_EQUAL_-1207125504', u'CBRANCH_-1207125502'), ('const-8193', u'INT_NOTEQUAL_-1207125440'), (u'MULTIEQUAL_-1207125190', u'RETURN_-1207125290'), (u'INT_NOTEQUAL_-1207125341', u'CBRANCH_-1207125340'), (u'MULTIEQUAL_-1207125176', u'RETURN_-1207125298'), (u'INT_LESS_-1207125485', u'CBRANCH_-1207125494'), (u'INT_NOTEQUAL_-1207125321', u'CBRANCH_-1207125303'), ('tmp_420', u'INT_NOTEQUAL_-1207125321'), ('const-1353343', u'COPY_-1207125464'), (u'COPY_-1207125341', u'MULTIEQUAL_-1207125176'), ('const-1353323', u'COPY_-1207125495'), ('const-8192', u'INT_NOTEQUAL_-1207125471'), (u'INT_NOTEQUAL_-1207125440', u'CBRANCH_-1207125436'), ('const-3', u'INT_LESS_-1207125319'), ('tmp_288', u'CBRANCH_-1207125294'), (u'COPY_-1207125495', u'MULTIEQUAL_-1207125176'), ('const-1353308', u'COPY_-1207125415'), ('const-0', u'RETURN_-1207125290'), ('tmp_33', u'CBRANCH_-1207125494'), (u'COPY_-1207125464', u'MULTIEQUAL_-1207125176'), (u'INT_LESS_-1207125454', u'CBRANCH_-1207125463'), (u'INT_LESS_-1207125319', u'CBRANCH_-1207125327'), ('tmp_420', u'INT_EQUAL_-1207125504'), ('tmp_102', u'CBRANCH_-1207125436'), ('tmp_248', u'CBRANCH_-1207125327'), ('tmp_420', u'INT_NOTEQUAL_-1207125471'), ('const-1353291', u'COPY_-1207125318'), ('const-1353277', u'COPY_-1207125257'), ('tmp_420', u'INT_NOTEQUAL_-1207125341'), ('tmp_28', u'CBRANCH_-1207125502'), ('const-1353239', u'COPY_-1207125309'), (u'COPY_-1207125365', u'MULTIEQUAL_-1207125176'), ('tmp_420', u'INT_LESS_-1207125454'), ('tmp_70', u'CBRANCH_-1207125463'), ('const-0', u'COPY_-1207125403'), (u'COPY_-1207125415', u'MULTIEQUAL_-1207125265'), ('const-0', u'RETURN_-1207125298'), ('const-8193', u'INT_LESS_-1207125454'), ('tmp_420', u'INT_NOTEQUAL_-1207125421'), (u'COPY_-1207125257', u'MULTIEQUAL_-1207125176'), (u'INT_NOTEQUAL_-1207125312', u'CBRANCH_-1207125294'), ('const-0', u'COPY_-1207125297'), ('const-2', u'INT_NOTEQUAL_-1207125341'), ('tmp_198', u'CBRANCH_-1207125303'), (u'INT_NOTEQUAL_-1207125421', u'CBRANCH_-1207125400'), ('const-1353259', u'COPY_-1207125341'), ('const-1', u'INT_NOTEQUAL_-1207125312'), ('tmp_142', u'CBRANCH_-1207125400'), (u'COPY_-1207125318', u'MULTIEQUAL_-1207125190')]
| null | null |
0013b9f0
|
x64
|
O2
|
(translation_unit "char * FUN_0013b9f0(uint param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_0013b9f0(uint param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* FUN_0013b9f0(uint param_1)" * (function_declarator "FUN_0013b9f0(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(param_1 == 4)" ( (binary_expression "param_1 == 4" identifier == number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_parent";\n }" { (expression_statement "pcVar1 = "DW_IDX_parent";" (assignment_expression "pcVar1 = "DW_IDX_parent"" identifier = (string_literal ""DW_IDX_parent"" " string_content ")) ;) }) (else_clause "else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (if_statement "if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(param_1 < 5)" ( (binary_expression "param_1 < 5" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_type_unit";" (assignment_expression "pcVar1 = "DW_IDX_type_unit"" identifier = (string_literal ""DW_IDX_type_unit"" " string_content ")) ;) (if_statement "if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3))" ( (binary_expression "(param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)" (parenthesized_expression "(param_1 != 2)" ( (binary_expression "param_1 != 2" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_IDX_die_offset", param_1 < 3)" ( (comma_expression "pcVar1 = "DW_IDX_die_offset", param_1 < 3" (assignment_expression "pcVar1 = "DW_IDX_die_offset"" identifier = (string_literal ""DW_IDX_die_offset"" " string_content ")) , (binary_expression "param_1 < 3" identifier < number_literal)) ))) )) (compound_statement "{\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_compile_unit";" (assignment_expression "pcVar1 = "DW_IDX_compile_unit"" identifier = (string_literal ""DW_IDX_compile_unit"" " string_content ")) ;) (if_statement "if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) }) (else_clause "else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (compound_statement "{\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_GNU_internal";" (assignment_expression "pcVar1 = "DW_IDX_GNU_internal"" identifier = (string_literal ""DW_IDX_GNU_internal"" " string_content ")) ;) (if_statement "if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" if (parenthesized_expression "(param_1 != 0x2000)" ( (binary_expression "param_1 != 0x2000" identifier != number_literal) )) (compound_statement "{\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (if_statement "if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(param_1 < 0x2001)" ( (binary_expression "param_1 < 0x2001" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_type_hash";" (assignment_expression "pcVar1 = "DW_IDX_type_hash"" identifier = (string_literal ""DW_IDX_type_hash"" " string_content ")) ;) (if_statement "if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 5)" ( (binary_expression "param_1 != 5" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = "DW_IDX_GNU_external";" (assignment_expression "pcVar1 = "DW_IDX_GNU_external"" identifier = (string_literal ""DW_IDX_GNU_external"" " string_content ")) ;) (if_statement "if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(param_1 != 0x2001)" ( (binary_expression "param_1 != 0x2001" identifier != number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_hi_user";" (assignment_expression "pcVar1 = "DW_IDX_hi_user"" identifier = (string_literal ""DW_IDX_hi_user"" " string_content ")) ;) (if_statement "if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 0x3fff)" ( (binary_expression "param_1 != 0x3fff" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) })) }))))) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * get_DW_IDX_name(uint idx)\n\n{\n char *pcVar1;\n \n if (idx == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}\n\n" comment (function_definition "char * get_DW_IDX_name(uint idx)\n\n{\n char *pcVar1;\n \n if (idx == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* get_DW_IDX_name(uint idx)" * (function_declarator "get_DW_IDX_name(uint idx)" identifier (parameter_list "(uint idx)" ( (parameter_declaration "uint idx" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n if (idx == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (idx == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(idx == 4)" ( (binary_expression "idx == 4" identifier == number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_parent";\n }" { (expression_statement "pcVar1 = "DW_IDX_parent";" (assignment_expression "pcVar1 = "DW_IDX_parent"" identifier = (string_literal ""DW_IDX_parent"" " string_content ")) ;) }) (else_clause "else if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (if_statement "if (idx < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(idx < 5)" ( (binary_expression "idx < 5" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_unit";\n if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_type_unit";" (assignment_expression "pcVar1 = "DW_IDX_type_unit"" identifier = (string_literal ""DW_IDX_type_unit"" " string_content ")) ;) (if_statement "if ((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "((idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3))" ( (binary_expression "(idx != 2) && (pcVar1 = "DW_IDX_die_offset", idx < 3)" (parenthesized_expression "(idx != 2)" ( (binary_expression "idx != 2" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_IDX_die_offset", idx < 3)" ( (comma_expression "pcVar1 = "DW_IDX_die_offset", idx < 3" (assignment_expression "pcVar1 = "DW_IDX_die_offset"" identifier = (string_literal ""DW_IDX_die_offset"" " string_content ")) , (binary_expression "idx < 3" identifier < number_literal)) ))) )) (compound_statement "{\n pcVar1 = "DW_IDX_compile_unit";\n if (idx != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_compile_unit";" (assignment_expression "pcVar1 = "DW_IDX_compile_unit"" identifier = (string_literal ""DW_IDX_compile_unit"" " string_content ")) ;) (if_statement "if (idx != 1) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(idx != 1)" ( (binary_expression "idx != 1" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) }) (else_clause "else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (compound_statement "{\n pcVar1 = "DW_IDX_GNU_internal";\n if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_GNU_internal";" (assignment_expression "pcVar1 = "DW_IDX_GNU_internal"" identifier = (string_literal ""DW_IDX_GNU_internal"" " string_content ")) ;) (if_statement "if (idx != 0x2000) {\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" if (parenthesized_expression "(idx != 0x2000)" ( (binary_expression "idx != 0x2000" identifier != number_literal) )) (compound_statement "{\n if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (if_statement "if (idx < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(idx < 0x2001)" ( (binary_expression "idx < 0x2001" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_hash";\n if (idx != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_type_hash";" (assignment_expression "pcVar1 = "DW_IDX_type_hash"" identifier = (string_literal ""DW_IDX_type_hash"" " string_content ")) ;) (if_statement "if (idx != 5) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(idx != 5)" ( (binary_expression "idx != 5" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = "DW_IDX_GNU_external";" (assignment_expression "pcVar1 = "DW_IDX_GNU_external"" identifier = (string_literal ""DW_IDX_GNU_external"" " string_content ")) ;) (if_statement "if (idx != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(idx != 0x2001)" ( (binary_expression "idx != 0x2001" identifier != number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_hi_user";\n if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_hi_user";" (assignment_expression "pcVar1 = "DW_IDX_hi_user"" identifier = (string_literal ""DW_IDX_hi_user"" " string_content ")) ;) (if_statement "if (idx != 0x3fff) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(idx != 0x3fff)" ( (binary_expression "idx != 0x3fff" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) })) }))))) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "char * FUN_0013b9f0(uint param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_0013b9f0(uint param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* FUN_0013b9f0(uint param_1)" * (function_declarator "FUN_0013b9f0(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(param_1 == 4)" ( (binary_expression "param_1 == 4" identifier == number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_parent";\n }" { (expression_statement "pcVar1 = "DW_IDX_parent";" (assignment_expression "pcVar1 = "DW_IDX_parent"" identifier = (string_literal ""DW_IDX_parent"" " string_content ")) ;) }) (else_clause "else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (if_statement "if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" if (parenthesized_expression "(param_1 < 5)" ( (binary_expression "param_1 < 5" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_type_unit";" (assignment_expression "pcVar1 = "DW_IDX_type_unit"" identifier = (string_literal ""DW_IDX_type_unit"" " string_content ")) ;) (if_statement "if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3))" ( (binary_expression "(param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)" (parenthesized_expression "(param_1 != 2)" ( (binary_expression "param_1 != 2" identifier != number_literal) )) && (parenthesized_expression "(pcVar1 = "DW_IDX_die_offset", param_1 < 3)" ( (comma_expression "pcVar1 = "DW_IDX_die_offset", param_1 < 3" (assignment_expression "pcVar1 = "DW_IDX_die_offset"" identifier = (string_literal ""DW_IDX_die_offset"" " string_content ")) , (binary_expression "param_1 < 3" identifier < number_literal)) ))) )) (compound_statement "{\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_compile_unit";" (assignment_expression "pcVar1 = "DW_IDX_compile_unit"" identifier = (string_literal ""DW_IDX_compile_unit"" " string_content ")) ;) (if_statement "if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) }) (else_clause "else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" else (compound_statement "{\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" { (expression_statement "pcVar1 = "DW_IDX_GNU_internal";" (assignment_expression "pcVar1 = "DW_IDX_GNU_internal"" identifier = (string_literal ""DW_IDX_GNU_internal"" " string_content ")) ;) (if_statement "if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" if (parenthesized_expression "(param_1 != 0x2000)" ( (binary_expression "param_1 != 0x2000" identifier != number_literal) )) (compound_statement "{\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" { (if_statement "if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(param_1 < 0x2001)" ( (binary_expression "param_1 < 0x2001" identifier < number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_type_hash";" (assignment_expression "pcVar1 = "DW_IDX_type_hash"" identifier = (string_literal ""DW_IDX_type_hash"" " string_content ")) ;) (if_statement "if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 5)" ( (binary_expression "param_1 != 5" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = "DW_IDX_GNU_external";" (assignment_expression "pcVar1 = "DW_IDX_GNU_external"" identifier = (string_literal ""DW_IDX_GNU_external"" " string_content ")) ;) (if_statement "if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" if (parenthesized_expression "(param_1 != 0x2001)" ( (binary_expression "param_1 != 0x2001" identifier != number_literal) )) (compound_statement "{\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" { (expression_statement "pcVar1 = "DW_IDX_hi_user";" (assignment_expression "pcVar1 = "DW_IDX_hi_user"" identifier = (string_literal ""DW_IDX_hi_user"" " string_content ")) ;) (if_statement "if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }" if (parenthesized_expression "(param_1 != 0x3fff)" ( (binary_expression "param_1 != 0x3fff" identifier != number_literal) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (return_statement "return pcVar1;" return identifier ;) })) })) }))))) (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) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (string_literal " string_content ")) , (binary_expression IDENT < LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (return_statement return IDENT ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (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 = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (return_statement return IDENT ;) })) })) }))))) (return_statement return IDENT ;) })))
|
(function_definition "char * FUN_0013b9f0(uint param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* FUN_0013b9f0(uint param_1)" (* "*") (function_declarator "FUN_0013b9f0(uint param_1)" (identifier "FUN_0013b9f0") (parameter_list "(uint param_1)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) () ")")))) (compound_statement "{\n char *pcVar1;\n \n if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (if_statement "if (param_1 == 4) {\n pcVar1 = "DW_IDX_parent";\n }\n else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" (if "if") (parenthesized_expression "(param_1 == 4)" (( "(") (binary_expression "param_1 == 4" (identifier "param_1") (== "==") (number_literal "4")) () ")")) (compound_statement "{\n pcVar1 = "DW_IDX_parent";\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_parent";" (assignment_expression "pcVar1 = "DW_IDX_parent"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_parent"" (" """) (string_content "DW_IDX_parent") (" """))) (; ";")) (} "}")) (else_clause "else if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" (else "else") (if_statement "if (param_1 < 5) {\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" (if "if") (parenthesized_expression "(param_1 < 5)" (( "(") (binary_expression "param_1 < 5" (identifier "param_1") (< "<") (number_literal "5")) () ")")) (compound_statement "{\n pcVar1 = "DW_IDX_type_unit";\n if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_type_unit";" (assignment_expression "pcVar1 = "DW_IDX_type_unit"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_type_unit"" (" """) (string_content "DW_IDX_type_unit") (" """))) (; ";")) (if_statement "if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" (if "if") (parenthesized_expression "((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3))" (( "(") (binary_expression "(param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)" (parenthesized_expression "(param_1 != 2)" (( "(") (binary_expression "param_1 != 2" (identifier "param_1") (!= "!=") (number_literal "2")) () ")")) (&& "&&") (parenthesized_expression "(pcVar1 = "DW_IDX_die_offset", param_1 < 3)" (( "(") (comma_expression "pcVar1 = "DW_IDX_die_offset", param_1 < 3" (assignment_expression "pcVar1 = "DW_IDX_die_offset"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_die_offset"" (" """) (string_content "DW_IDX_die_offset") (" """))) (, ",") (binary_expression "param_1 < 3" (identifier "param_1") (< "<") (number_literal "3"))) () ")"))) () ")")) (compound_statement "{\n pcVar1 = "DW_IDX_compile_unit";\n if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_compile_unit";" (assignment_expression "pcVar1 = "DW_IDX_compile_unit"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_compile_unit"" (" """) (string_content "DW_IDX_compile_unit") (" """))) (; ";")) (if_statement "if (param_1 != 1) {\n pcVar1 = (char *)0x0;\n }" (if "if") (parenthesized_expression "(param_1 != 1)" (( "(") (binary_expression "param_1 != 1" (identifier "param_1") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" ({ "{") (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" (identifier "pcVar1") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" (else "else") (compound_statement "{\n pcVar1 = "DW_IDX_GNU_internal";\n if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_GNU_internal";" (assignment_expression "pcVar1 = "DW_IDX_GNU_internal"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_GNU_internal"" (" """) (string_content "DW_IDX_GNU_internal") (" """))) (; ";")) (if_statement "if (param_1 != 0x2000) {\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" (if "if") (parenthesized_expression "(param_1 != 0x2000)" (( "(") (binary_expression "param_1 != 0x2000" (identifier "param_1") (!= "!=") (number_literal "0x2000")) () ")")) (compound_statement "{\n if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n pcVar1 = "DW_IDX_GNU_external";\n if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }\n }" ({ "{") (if_statement "if (param_1 < 0x2001) {\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" (if "if") (parenthesized_expression "(param_1 < 0x2001)" (( "(") (binary_expression "param_1 < 0x2001" (identifier "param_1") (< "<") (number_literal "0x2001")) () ")")) (compound_statement "{\n pcVar1 = "DW_IDX_type_hash";\n if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_type_hash";" (assignment_expression "pcVar1 = "DW_IDX_type_hash"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_type_hash"" (" """) (string_content "DW_IDX_type_hash") (" """))) (; ";")) (if_statement "if (param_1 != 5) {\n pcVar1 = (char *)0x0;\n }" (if "if") (parenthesized_expression "(param_1 != 5)" (( "(") (binary_expression "param_1 != 5" (identifier "param_1") (!= "!=") (number_literal "5")) () ")")) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" ({ "{") (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" (identifier "pcVar1") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) (expression_statement "pcVar1 = "DW_IDX_GNU_external";" (assignment_expression "pcVar1 = "DW_IDX_GNU_external"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_GNU_external"" (" """) (string_content "DW_IDX_GNU_external") (" """))) (; ";")) (if_statement "if (param_1 != 0x2001) {\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" (if "if") (parenthesized_expression "(param_1 != 0x2001)" (( "(") (binary_expression "param_1 != 0x2001" (identifier "param_1") (!= "!=") (number_literal "0x2001")) () ")")) (compound_statement "{\n pcVar1 = "DW_IDX_hi_user";\n if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }\n return pcVar1;\n }" ({ "{") (expression_statement "pcVar1 = "DW_IDX_hi_user";" (assignment_expression "pcVar1 = "DW_IDX_hi_user"" (identifier "pcVar1") (= "=") (string_literal ""DW_IDX_hi_user"" (" """) (string_content "DW_IDX_hi_user") (" """))) (; ";")) (if_statement "if (param_1 != 0x3fff) {\n pcVar1 = (char *)0x0;\n }" (if "if") (parenthesized_expression "(param_1 != 0x3fff)" (( "(") (binary_expression "param_1 != 0x3fff" (identifier "param_1") (!= "!=") (number_literal "0x3fff")) () ")")) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" ({ "{") (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" (identifier "pcVar1") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) (} "}"))) (} "}")))))) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention */
char * function_1(type_1 var_1)
{
char *pcVar1;
if (var_1 == 4) {
pcVar1 = "DW_IDX_parent";
}
else if (var_1 < 5) {
pcVar1 = "DW_IDX_type_unit";
if ((var_1 != 2) && (pcVar1 = "DW_IDX_die_offset", var_1 < 3)) {
pcVar1 = "DW_IDX_compile_unit";
if (var_1 != 1) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
else {
pcVar1 = "DW_IDX_GNU_internal";
if (var_1 != 0x2000) {
if (var_1 < 0x2001) {
pcVar1 = "DW_IDX_type_hash";
if (var_1 != 5) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
pcVar1 = "DW_IDX_GNU_external";
if (var_1 != 0x2001) {
pcVar1 = "DW_IDX_hi_user";
if (var_1 != 0x3fff) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
}
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (string_literal (string_content))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (return_statement (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (return_statement (identifier))))))))))) (return_statement (identifier)))))
| null |
char * MASKED(uint param_1)
{
char *pcVar1;
if (param_1 == 4) {
pcVar1 = "DW_IDX_parent";
}
else if (param_1 < 5) {
pcVar1 = "DW_IDX_type_unit";
if ((param_1 != 2) && (pcVar1 = "DW_IDX_die_offset", param_1 < 3)) {
pcVar1 = "DW_IDX_compile_unit";
if (param_1 != 1) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
else {
pcVar1 = "DW_IDX_GNU_internal";
if (param_1 != 0x2000) {
if (param_1 < 0x2001) {
pcVar1 = "DW_IDX_type_hash";
if (param_1 != 5) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
pcVar1 = "DW_IDX_GNU_external";
if (param_1 != 0x2001) {
pcVar1 = "DW_IDX_hi_user";
if (param_1 != 0x3fff) {
pcVar1 = (char *)0x0;
}
return pcVar1;
}
}
}
return pcVar1;
}
|
5274_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
~Target_selector_aarch64
|
FUN_002eb940
|
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_aarch64(Target_selector_aarch64<64,_true> * this,
int __in_chrg) */
void __thiscall
anon_unknown.dwarf_12235f4::Target_selector_aarch64<64,_true>::~Target_selector_aarch64
(Target_selector_aarch64<64,_true> *this,int __in_chrg)
{
operator_delete(this,0x58);
return;
}
|
void FUN_002eb940(undefined8 param_1)
{
thunk_FUN_0049e330(param_1,0x58);
return;
}
|
MOV ESI,0x58
JMP 0x0049e320
| null | null | null | null |
[('tmp_10', u'CALL_-1204700851'), ('const-88', u'CALL_-1204700851'), ('const-0', u'RETURN_-1204700847')]
|
[('const-88', u'CALL_-1204700851'), ('const-0', u'RETURN_-1204700847'), ('tmp_29', u'CALL_-1204700851')]
| null | null |
002eb940
|
x64
|
O2
|
(translation_unit "void FUN_002eb940(undefined8 param_1)\n\n{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}\n\n" (function_definition "void FUN_002eb940(undefined8 param_1)\n\n{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" primitive_type (function_declarator "FUN_002eb940(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" { (expression_statement "thunk_FUN_0049e330(param_1,0x58);" (call_expression "thunk_FUN_0049e330(param_1,0x58)" identifier (argument_list "(param_1,0x58)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void ~Target_selector_aarch64(Target_selector_aarch64<64,_true> * this,\n int __in_chrg) */\n\nvoid __thiscall\nanon_unknown.dwarf_12235f4::Target_selector_aarch64<64,_true>::~Target_selector_aarch64\n (Target_selector_aarch64<64,_true> *this,int __in_chrg)\n\n{\n operator_delete(this,0x58);\n return;\n}\n\n" comment comment (declaration "void __thiscall\nanon_unknown.dwarf_12235f4::Target_selector_aarch64<64,_true>::~Target_selector_aarch64\n (Target_selector_aarch64<64,_true> *this,int __in_chrg)\n\n{\n operator_delete(this,0x58);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_12235f4::" identifier . identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::~Target_selector_aarch64\n (Target_selector_aarch64<64,_true> *this,int __in_chrg)\n\n{" identifier > : : ~ (function_declarator "Target_selector_aarch64\n (Target_selector_aarch64<64,_true> *this,int __in_chrg)" identifier (parameter_list "(Target_selector_aarch64<64,_true> *this,int __in_chrg)" ( (parameter_declaration "Target_selector_aarch64" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) {) (function_declarator "operator_delete(this,0x58)" identifier (parameter_list "(this,0x58)" ( (parameter_declaration "this" type_identifier) (ERROR ",0x58" , number_literal) ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002eb940(undefined8 param_1)\n\n{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}\n\n" (function_definition "void FUN_002eb940(undefined8 param_1)\n\n{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" primitive_type (function_declarator "FUN_002eb940(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" { (expression_statement "thunk_FUN_0049e330(param_1,0x58);" (call_expression "thunk_FUN_0049e330(param_1,0x58)" identifier (argument_list "(param_1,0x58)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002eb940(undefined8 param_1)\n\n{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002eb940(undefined8 param_1)" (identifier "FUN_002eb940") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n thunk_FUN_0049e330(param_1,0x58);\n return;\n}" ({ "{") (expression_statement "thunk_FUN_0049e330(param_1,0x58);" (call_expression "thunk_FUN_0049e330(param_1,0x58)" (identifier "thunk_FUN_0049e330") (argument_list "(param_1,0x58)" (( "(") (identifier "param_1") (, ",") (number_literal "0x58") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_aarch64(Target_selector_aarch64<64,_true> * this,
int __in_chrg) */
void __thiscall
anon_unknown.dwarf_12235f4::Target_selector_aarch64<64,_true>::~Target_selector_aarch64
(Target_selector_aarch64<64,_true> *type_1,int __in_chrg)
{
function_1(type_1,0x58);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined8 param_1)
{
thunk_FUN_0049e330(param_1,0x58);
return;
}
|
330_gawk_and_gawk_strip.c
|
tree_copy
|
FUN_0012c120
|
void tree_copy(NODE *newsymb,NODE *tree,NODE *newtree)
{
long *plVar1;
long *plVar2;
long lVar3;
char *pcVar4;
NODE *pNVar5;
size_t sVar6;
char *pcVar7;
anon_union_8_4_7583dc62_for_l aVar8;
int *piVar9;
char *mesg;
ulong uVar10;
ulong uVar11;
long *plVar12;
char *local_58;
uVar11 = (tree->sub).nodep.cnt;
if ((tree->flags & 0x8000) != 0) {
uVar11 = uVar11 >> 1;
}
sVar6 = uVar11 * 8;
if (sVar6 == 0) {
set_loc("awk.h",L'ߗ');
r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);
}
local_58 = (char *)calloc(1,sVar6);
if (local_58 == (char *)0x0) {
set_loc("awk.h",L'ߛ');
piVar9 = __errno_location();
pcVar4 = strerror(*piVar9);
pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);
}
aVar8 = (tree->sub).nodep.l;
(newtree->sub).val.sp = local_58;
(newtree->sub).nodep.l = aVar8;
(newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;
(newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;
newtree->flags = tree->flags;
if (uVar11 != 0) {
plVar12 = (long *)(tree->sub).val.sp;
plVar1 = plVar12 + uVar11;
do {
if (*plVar12 != 0) {
if (*(int *)(*plVar12 + 0x48) == 0xc) {
if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {
aVar8.lptr = (exp_node *)more_blocks(L'\0');
}
else {
aVar8 = nextfree;
nextfree = ((nextfree.lptr)->sub).nodep.l;
}
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;
(aVar8.lptr)->type = Node_array_tree;
*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;
*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;
tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);
}
else {
if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {
aVar8.lptr = (exp_node *)more_blocks(L'\0');
}
else {
aVar8 = nextfree;
nextfree = ((nextfree.lptr)->sub).nodep.l;
}
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;
(aVar8.lptr)->type = Node_array_leaf;
*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;
*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;
*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;
plVar2 = (long *)*plVar12;
uVar11 = plVar2[7];
sVar6 = uVar11 * 8;
if (sVar6 == 0) {
set_loc("awk.h",L'ߗ');
r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);
}
pcVar4 = (char *)calloc(1,sVar6);
if (pcVar4 == (char *)0x0) {
set_loc("awk.h",L'ߛ');
piVar9 = __errno_location();
pcVar7 = strerror(*piVar9);
mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);
}
lVar3 = *plVar2;
((aVar8.lptr)->sub).val.sp = pcVar4;
((aVar8.lptr)->sub).nodep.cnt = uVar11;
((aVar8.lptr)->sub).nodep.l.ll = lVar3;
(aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);
lVar3 = plVar2[1];
*(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];
if (0 < (long)uVar11) {
uVar10 = 0;
do {
pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);
if (pNVar5 != (NODE *)0x0) {
if (pNVar5->type == Node_val) {
if ((pNVar5->flags & 1) == 0) {
pNVar5 = r_dupnode(pNVar5);
}
else {
plVar2 = &(pNVar5->sub).val.sref;
*plVar2 = *plVar2 + 1;
}
}
else {
pNVar5 = make_array();
pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);
sVar6 = strlen(pcVar7);
pcVar7 = estrdup(pcVar7,sVar6);
(pNVar5->sub).nodep.name = pcVar7;
(pNVar5->sub).nodep.x.extra = newsymb;
pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);
}
*(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;
}
uVar10 = uVar10 + 1;
} while (uVar11 != uVar10);
}
}
}
plVar12 = plVar12 + 1;
local_58 = local_58 + 8;
} while (plVar1 != plVar12);
}
return;
}
|
void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
void *pvVar5;
long lVar6;
size_t sVar7;
undefined8 uVar8;
undefined1 (*pauVar9) [16];
int *piVar10;
char *pcVar11;
long lVar12;
ulong uVar13;
long *plVar14;
undefined8 *local_58;
uVar13 = param_2[7];
if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {
uVar13 = (ulong)param_2[7] >> 1;
}
sVar7 = uVar13 * 8;
if (sVar7 == 0) {
FUN_001588d0("awk.h",0x7d7);
FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);
}
local_58 = (undefined8 *)calloc(1,sVar7);
if (local_58 == (undefined8 *)0x0) {
FUN_001588d0("awk.h",0x7db);
piVar10 = __errno_location();
pcVar11 = strerror(*piVar10);
uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);
}
uVar8 = *param_2;
param_3[1] = local_58;
*param_3 = uVar8;
param_3[7] = param_2[7];
param_3[8] = param_2[8];
*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);
if (uVar13 != 0) {
plVar14 = (long *)param_2[1];
plVar1 = plVar14 + uVar13;
do {
if (*plVar14 != 0) {
if (*(int *)(*plVar14 + 0x48) == 0xc) {
if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {
pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);
}
else {
pauVar9 = DAT_0039adc0;
DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;
}
pauVar9[4] = (undefined1 [16])0x0;
*(undefined4 *)(pauVar9[4] + 8) = 0xc;
*pauVar9 = (undefined1 [16])0x0;
pauVar9[1] = (undefined1 [16])0x0;
pauVar9[2] = (undefined1 [16])0x0;
pauVar9[3] = (undefined1 [16])0x0;
*local_58 = pauVar9;
FUN_0012c120(param_1,*plVar14,pauVar9);
}
else {
if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {
pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);
}
else {
pauVar9 = DAT_0039adc0;
DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;
}
pauVar9[4] = (undefined1 [16])0x0;
*(undefined4 *)(pauVar9[4] + 8) = 0xd;
*pauVar9 = (undefined1 [16])0x0;
pauVar9[1] = (undefined1 [16])0x0;
pauVar9[2] = (undefined1 [16])0x0;
pauVar9[3] = (undefined1 [16])0x0;
*local_58 = pauVar9;
puVar2 = (undefined8 *)*plVar14;
lVar3 = puVar2[7];
sVar7 = lVar3 * 8;
if (sVar7 == 0) {
FUN_001588d0("awk.h",0x7d7);
FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);
}
pvVar5 = calloc(1,sVar7);
if (pvVar5 == (void *)0x0) {
FUN_001588d0("awk.h",0x7db);
piVar10 = __errno_location();
pcVar11 = strerror(*piVar10);
uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);
}
uVar8 = *puVar2;
*(void **)(*pauVar9 + 8) = pvVar5;
*(long *)(pauVar9[3] + 8) = lVar3;
*(undefined8 *)*pauVar9 = uVar8;
*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);
lVar4 = puVar2[1];
*(undefined8 *)pauVar9[4] = puVar2[8];
if (0 < lVar3) {
lVar12 = 0;
do {
lVar6 = *(long *)(lVar4 + lVar12 * 8);
if (lVar6 != 0) {
if (*(int *)(lVar6 + 0x48) == 1) {
if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {
lVar6 = FUN_0015a490();
}
else {
*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;
}
}
else {
lVar6 = FUN_0010c490();
pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);
sVar7 = strlen(pcVar11);
uVar8 = FUN_00157f70(pcVar11,sVar7);
*(undefined8 *)(lVar6 + 0x20) = uVar8;
*(undefined8 *)(lVar6 + 0x18) = param_1;
lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);
}
*(long *)((long)pvVar5 + lVar12 * 8) = lVar6;
}
lVar12 = lVar12 + 1;
} while (lVar3 != lVar12);
}
}
}
plVar14 = plVar14 + 1;
local_58 = local_58 + 1;
} while (plVar1 != plVar14);
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDX
PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x38
MOV RBP,qword ptr [RSI + 0x38]
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,RBP
SHR RAX,0x1
TEST byte ptr [RSI + 0x4d],0x80
CMOVNZ RBP,RAX
LEA R14,[RBP*0x8]
TEST R14,R14
JZ 0x0012c448
MOV RSI,R14
MOV EDI,0x1
CALL 0x00108e30
TEST RAX,RAX
MOV R13,RAX
JZ 0x0012c480
MOV RAX,qword ptr [RBX]
TEST RBP,RBP
MOV qword ptr [R12 + 0x8],R13
MOV qword ptr [R12],RAX
MOV RAX,qword ptr [RBX + 0x38]
MOV qword ptr [R12 + 0x38],RAX
MOV RAX,qword ptr [RBX + 0x40]
MOV qword ptr [R12 + 0x40],RAX
MOV EAX,dword ptr [RBX + 0x4c]
MOV dword ptr [R12 + 0x4c],EAX
JZ 0x0012c355
MOV R12,qword ptr [RBX + 0x8]
MOV qword ptr [RSP + 0x10],R13
LEA RAX,[R14 + R12*0x1]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [R12]
TEST RAX,RAX
JZ 0x0012c340
CMP dword ptr [RAX + 0x48],0xc
MOV RBX,qword ptr [0x0039adc0]
JZ 0x0012c2f0
TEST RBX,RBX
JZ 0x0012c3c0
MOV RAX,qword ptr [RBX]
MOV qword ptr [0x0039adc0],RAX
PXOR XMM0,XMM0
MOV RAX,qword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RBX + 0x40],XMM0
MOV dword ptr [RBX + 0x48],0xd
MOVUPS xmmword ptr [RBX],XMM0
MOVUPS xmmword ptr [RBX + 0x10],XMM0
MOVUPS xmmword ptr [RBX + 0x20],XMM0
MOVUPS xmmword ptr [RBX + 0x30],XMM0
MOV qword ptr [RAX],RBX
MOV R15,qword ptr [R12]
MOV RBP,qword ptr [R15 + 0x38]
LEA R9,[RBP*0x8]
TEST R9,R9
JZ 0x0012c380
MOV RSI,R9
MOV EDI,0x1
MOV qword ptr [RSP + 0x18],R9
CALL 0x00108e30
TEST RAX,RAX
MOV R14,RAX
MOV R9,qword ptr [RSP + 0x18]
JZ 0x0012c3d0
MOV RAX,qword ptr [R15]
TEST RBP,RBP
MOV qword ptr [RBX + 0x8],R14
MOV qword ptr [RBX + 0x38],RBP
MOV qword ptr [RBX],RAX
MOV EAX,dword ptr [R15 + 0x4c]
MOV dword ptr [RBX + 0x4c],EAX
MOV RAX,qword ptr [R15 + 0x40]
MOV R15,qword ptr [R15 + 0x8]
MOV qword ptr [RBX + 0x40],RAX
JLE 0x0012c340
XOR EBX,EBX
MOV qword ptr [RSP + 0x18],R12
JMP 0x0012c2a0
TEST byte ptr [RAX + 0x4c],0x1
JZ 0x0012c370
ADD qword ptr [RAX + 0x18],0x1
MOV qword ptr [R14 + RBX*0x8],RAX
ADD RBX,0x1
CMP RBP,RBX
JZ 0x0012c368
MOV RAX,qword ptr [R15 + RBX*0x8]
TEST RAX,RAX
JZ 0x0012c293
CMP dword ptr [RAX + 0x48],0x1
JZ 0x0012c280
CALL 0x0010c490
MOV R13,RAX
MOV RAX,qword ptr [R15 + RBX*0x8]
MOV R12,qword ptr [RAX + 0x20]
MOV RDI,R12
CALL 0x00108c30
MOV RDI,R12
MOV RSI,RAX
CALL 0x00157f70
MOV qword ptr [R13 + 0x20],RAX
MOV RAX,qword ptr [RSP + 0x8]
MOV RSI,R13
MOV qword ptr [R13 + 0x18],RAX
MOV RDI,qword ptr [R15 + RBX*0x8]
CALL 0x0010c530
JMP 0x0012c28f
TEST RBX,RBX
JZ 0x0012c4ed
MOV RAX,qword ptr [RBX]
MOV qword ptr [0x0039adc0],RAX
PXOR XMM0,XMM0
MOV RAX,qword ptr [RSP + 0x10]
MOV RDI,qword ptr [RSP + 0x8]
MOV RDX,RBX
MOVUPS xmmword ptr [RBX + 0x40],XMM0
MOV dword ptr [RBX + 0x48],0xc
MOVUPS xmmword ptr [RBX],XMM0
MOVUPS xmmword ptr [RBX + 0x10],XMM0
MOVUPS xmmword ptr [RBX + 0x20],XMM0
MOVUPS xmmword ptr [RBX + 0x30],XMM0
MOV qword ptr [RAX],RBX
MOV RSI,qword ptr [R12]
CALL 0x0012c120
NOP word ptr [RAX + RAX*0x1]
ADD R12,0x8
ADD qword ptr [RSP + 0x10],0x8
CMP qword ptr [RSP + 0x20],R12
JNZ 0x0012c1b6
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R12,qword ptr [RSP + 0x18]
JMP 0x0012c340
MOV RDI,RAX
CALL 0x0015a490
JMP 0x0012c28f
LEA RDI,[0x17a066]
MOV ESI,0x7d7
MOV qword ptr [RSP + 0x18],R9
CALL 0x001588d0
LEA RSI,[0x17f14b]
LEA RDI,[0x17ab10]
MOV EDX,0x477
XOR EAX,EAX
CALL 0x00158e40
MOV R9,qword ptr [RSP + 0x18]
JMP 0x0012c226
XOR EDI,EDI
CALL 0x0015a320
MOV RBX,RAX
JMP 0x0012c1e7
LEA RDI,[0x17a066]
MOV ESI,0x7db
MOV qword ptr [RSP + 0x28],R9
CALL 0x001588d0
CALL 0x00108aa0
MOV EDI,dword ptr [RAX]
CALL 0x001092c0
LEA RSI,[0x17a218]
MOV EDX,0x5
XOR EDI,EDI
MOV qword ptr [RSP + 0x18],RAX
CALL 0x00108c10
SUB RSP,0x8
LEA R8,[0x1833dc]
LEA RSI,[0x17f14b]
MOV RCX,qword ptr [RSP + 0x20]
MOV EDX,0x477
MOV RDI,RAX
XOR EAX,EAX
PUSH RCX
MOV R9,qword ptr [RSP + 0x38]
LEA RCX,[0x17f16c]
CALL 0x00158e40
POP RAX
POP RDX
JMP 0x0012c249
LEA RDI,[0x17a066]
MOV ESI,0x7d7
CALL 0x001588d0
LEA RSI,[0x17f14b]
LEA RDI,[0x17ab10]
MOV EDX,0x3b2
XOR EAX,EAX
CALL 0x00158e40
JMP 0x0012c15c
LEA RDI,[0x17a066]
MOV ESI,0x7db
CALL 0x001588d0
CALL 0x00108aa0
MOV EDI,dword ptr [RAX]
CALL 0x001092c0
LEA RSI,[0x17a218]
MOV EDX,0x5
XOR EDI,EDI
MOV qword ptr [RSP + 0x10],RAX
CALL 0x00108c10
SUB RSP,0x8
LEA RSI,[0x17f14b]
LEA R8,[0x1833dc]
MOV RCX,qword ptr [RSP + 0x18]
MOV RDI,RAX
MOV R9,R14
MOV EDX,0x3b2
XOR EAX,EAX
PUSH RCX
LEA RCX,[0x17f162]
CALL 0x00158e40
POP RCX
POP RSI
JMP 0x0012c175
XOR EDI,EDI
CALL 0x0015a320
MOV RBX,RAX
JMP 0x0012c303
| null | null | null | null |
[(u'LOAD_-1207057465', u'PTRSUB_-1207055273'), (u'CALL_-1207057638', u'CAST_-1207055273'), ('const-0', u'PTRSUB_-1207055332'), (u'CAST_-1207055520', u'STORE_-1207057947'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055127'), (u'COPY_-1207055182', u'MULTIEQUAL_-1207056402'), (u'INT_EQUAL_-1207057977', u'CBRANCH_-1207057971'), (u'INDIRECT_-1207055908', u'MULTIEQUAL_-1207055840'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055097'), ('const-64', u'INT_ADD_-1207055496'), (u'CALL_-1207056923', u'INDIRECT_-1207055553'), (u'PTRSUB_-1207055542', u'STORE_-1207057896'), (u'COPY_-1207054941', u'CALL_-1207056559'), (u'PTRSUB_-1207055084', u'PTRSUB_-1207055151'), ('const-433', u'LOAD_-1207057569'), (u'PTRSUB_-1207055237', u'LOAD_-1207057303'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207057854'), ('const-433', u'LOAD_-1207057779'), ('const-433', u'STORE_-1207057721'), (u'CALL_-1207056910', u'CALL_-1207056781'), (u'PTRSUB_-1207055109', u'PTRSUB_-1207055055'), (u'INT_ADD_-1207055466', u'CAST_-1207055321'), (u'CAST_-1207055334', u'INT_ADD_-1207055429'), (u'CAST_-1207055227', u'LOAD_-1207057569'), (u'LOAD_-1207057404', u'CALL_-1207057387'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055121'), ('const-433', u'LOAD_-1207056569'), (u'CAST_-1207055153', u'LOAD_-1207057465'), (u'CALL_-1207057991', u'CAST_-1207055520'), ('const-32', u'INT_ADD_-1207055472'), ('const-0', u'PTRSUB_-1207055470'), (u'PTRSUB_-1207055486', u'PTRSUB_-1207055516'), (u'PTRSUB_-1207055055', u'PTRSUB_-1207055081'), (u'LOAD_-1207057569', u'STORE_-1207057559'), (u'CALL_-1207056910', u'INDIRECT_-1207055545'), (u'LOAD_-1207057920', u'STORE_-1207057911'), ('tmp_2094', u'PTRSUB_-1207055559'), (u'CAST_-1207055520', u'MULTIEQUAL_-1207055887'), (u'INDIRECT_-1207055615', u'MULTIEQUAL_-1207055959'), (u'PTRSUB_-1207055475', u'LOAD_-1207057883'), ('tmp_1242', u'CBRANCH_-1207057312'), ('const-8', u'PTRSUB_-1207055383'), (u'PTRSUB_-1207055236', u'PTRSUB_-1207055295'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055310'), ('const-0', u'STORE_-1207057734'), (u'LOAD_-1207057698', u'CAST_-1207055205'), (u'LOAD_-1207057042', u'COPY_-1207055177'), ('const-433', u'STORE_-1207056972'), (u'PTRSUB_-1207055333', u'PTRSUB_-1207055383'), (u'PTRSUB_-1207055295', u'STORE_-1207057579'), ('const-0', u'PTRSUB_-1207055516'), ('const-433', u'LOAD_-1207057327'), (u'CAST_-1207055414', u'LOAD_-1207057828'), (u'COPY_-1207054910', u'CALL_-1207056517'), (u'CALL_-1207057050', u'MULTIEQUAL_-1207056612'), ('const-1569099', u'COPY_-1207054908'), ('const-0', u'PTRSUB_-1207055184'), (u'CALL_-1207056559', u'INDIRECT_-1207055458'), ('const-1', u'INT_RIGHT_-1207058043'), ('const-0', u'PTRSUB_-1207055100'), ('const-8', u'INT_ADD_-1207055127'), (u'CALL_-1207057387', u'INDIRECT_-1207055839'), (u'PTRSUB_-1207055151', u'PTRSUB_-1207055083'), ('const-72', u'INT_ADD_-1207057812'), ('const-0', u'PTRSUB_-1207055333'), ('const-433', u'STORE_-1207057415'), (u'CALL_-1207056849', u'INDIRECT_-1207055594'), (u'PTRSUB_-1207055081', u'CAST_-1207055056'), (u'CALL_-1207057991', u'INDIRECT_-1207056208'), (u'PTRSUB_-1207055559', u'PTRSUB_-1207055470'), (u'PTRADD_-1207055074', u'INT_NOTEQUAL_-1207057161'), ('const-0', u'PTRSUB_-1207055567'), (u'PTRSUB_-1207055436', u'CAST_-1207055339'), ('const-1548824', u'COPY_-1207055018'), ('tmp_994', u'CBRANCH_-1207057382'), (u'MULTIEQUAL_-1207056823', u'PTRADD_-1207055520'), ('const-433', u'LOAD_-1207057905'), (u'CAST_-1207055034', u'CALL_-1207056943'), (u'MULTIEQUAL_-1207055887', u'PTRADD_-1207055069'), (u'PTRSUB_-1207055470', u'PTRSUB_-1207055500'), ('const-0', u'PTRSUB_-1207055584'), (u'INT_NOTEQUAL_-1207057445', u'CBRANCH_-1207057444'), ('const-433', u'STORE_-1207057348'), ('const-433', u'STORE_-1207056985'), ('tmp_1117', u'CBRANCH_-1207057157'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055332'), ('const-0', u'PTRSUB_-1207055553'), (u'PTRSUB_-1207055344', u'PTRSUB_-1207055241'), ('const-1', u'INT_AND_-1207057301'), ('const-76', u'PTRSUB_-1207055284'), (u'PTRSUB_-1207055500', u'LOAD_-1207057920'), (u'STORE_-1207057940', u'INDIRECT_-1207056156'), (u'MULTIEQUAL_-1207056823', u'INT_MULT_-1207058007'), ('const-433', u'LOAD_-1207057883'), ('const-0', u'STORE_-1207057714'), ('const-76', u'PTRSUB_-1207055643'), ('const-0', u'PTRSUB_-1207055113'), (u'LOAD_-1207057935', u'STORE_-1207057926'), (u'INT_EQUAL_-1207057048', u'CBRANCH_-1207057046'), (u'LOAD_-1207057465', u'MULTIEQUAL_-1207056612'), (u'INT_MULT_-1207057389', u'PTRADD_-1207057355'), (u'INT_ADD_-1207055496', u'CAST_-1207055351'), (u'MULTIEQUAL_-1207056612', u'STORE_-1207057415'), (u'MULTIEQUAL_-1207055887', u'CAST_-1207055038'), (u'INT_EQUAL_-1207057813', u'CBRANCH_-1207057802'), ('const-0', u'PTRSUB_-1207055290'), ('const-1548390', u'COPY_-1207055138'), ('const-2011', u'CALL_-1207056931'), ('const-0', u'PTRSUB_-1207055338'), (u'INDIRECT_-1207055990', u'MULTIEQUAL_-1207055925'), (u'CAST_-1207055273', u'INT_EQUAL_-1207057624'), (u'COPY_-1207055106', u'CALL_-1207056889'), (u'CALL_-1207056923', u'LOAD_-1207056922'), (u'INT_NOTEQUAL_-1207057834', u'CBRANCH_-1207057833'), ('const-2007', u'CALL_-1207056931'), (u'INT_ADD_-1207055143', u'CAST_-1207055043'), (u'LOAD_-1207057905', u'STORE_-1207057896'), ('const-0', u'PTRSUB_-1207055572'), ('const-24', u'PTRSUB_-1207055151'), ('const-433', u'STORE_-1207057750'), (u'PTRSUB_-1207055546', u'LOAD_-1207057905'), (u'STORE_-1207057573', u'INDIRECT_-1207055928'), (u'STORE_-1207057559', u'INDIRECT_-1207055920'), (u'PTRSUB_-1207055417', u'LOAD_-1207057779'), ('const-0', u'CALL_-1207056486'), (u'PTRSUB_-1207055506', u'STORE_-1207057926'), ('const-0', u'CALL_-1207056849'), ('const-0', u'INT_EQUAL_-1207057977'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055338'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055109'), (u'CAST_-1207055228', u'INT_ADD_-1207057553'), (u'LOAD_-1207057698', u'INT_MULT_-1207057662'), (u'STORE_-1207057743', u'INDIRECT_-1207056035'), ('const-0', u'PTRSUB_-1207055370'), ('const-1586140', u'COPY_-1207054956'), ('const-56', u'PTRSUB_-1207055511'), (u'LOAD_-1207057854', u'INT_ADD_-1207057812'), (u'INDIRECT_-1207055295', u'MULTIEQUAL_-1207055736'), ('tmp_1774', u'BRANCH_-1207056479'), (u'CAST_-1207055073', u'STORE_-1207057001'), (u'PTRSUB_-1207055643', u'LOAD_-1207058058'), ('const-0', u'INT_EQUAL_-1207057785'), (u'STORE_-1207057721', u'INDIRECT_-1207056018'), (u'PTRSUB_-1207055595', u'LOAD_-1207058092'), (u'PTRSUB_-1207055103', u'CAST_-1207055050'), ('const-0', u'PTRSUB_-1207055241'), ('const-433', u'LOAD_-1207057935'), ('const-433', u'LOAD_-1207057967'), ('const-56', u'PTRSUB_-1207055295'), (u'STORE_-1207057539', u'INDIRECT_-1207055908'), (u'LOAD_-1207057854', u'INT_NOTEQUAL_-1207057834'), (u'LOAD_-1207057698', u'INT_NOTEQUAL_-1207057383'), (u'PTRSUB_-1207055470', u'PTRSUB_-1207055370'), (u'CAST_-1207055333', u'STORE_-1207057728'), (u'LOAD_-1207057465', u'PTRSUB_-1207055284'), (u'PTRSUB_-1207055584', u'PTRSUB_-1207055492'), ('const-8', u'INT_ADD_-1207055429'), (u'PTRSUB_-1207055476', u'PTRSUB_-1207055506'), ('const-8', u'INT_MULT_-1207057437'), ('const-1548390', u'COPY_-1207054941'), (u'LOAD_-1207057404', u'CALL_-1207057371'), (u'CALL_-1207056515', u'CAST_-1207054675'), ('tmp_1639', u'CBRANCH_-1207057046'), ('tmp_1577', u'BRANCH_-1207056878'), (u'COPY_-1207054908', u'CALL_-1207056517'), (u'PTRSUB_-1207055530', u'PTRSUB_-1207055445'), ('const-0', u'INT_NOTEQUAL_-1207058045'), ('const-8', u'PTRSUB_-1207055522'), ('const-433', u'STORE_-1207057579'), (u'STORE_-1207057579', u'INDIRECT_-1207055933'), (u'MULTIEQUAL_-1207056503', u'INT_MULT_-1207057383'), (u'COPY_-1207055617', u'MULTIEQUAL_-1207056823'), ('const-433', u'STORE_-1207056959'), (u'COPY_-1207055462', u'MULTIEQUAL_-1207056021'), ('const-0', u'INT_EQUAL_-1207057315'), ('const-1', u'PTRADD_-1207055069'), (u'LOAD_-1207057698', u'STORE_-1207057579'), (u'INDIRECT_-1207056128', u'MULTIEQUAL_-1207055653'), (u'INT_MULT_-1207057662', u'CALL_-1207056781'), ('const-0', u'PTRSUB_-1207055432'), (u'PTRSUB_-1207055420', u'CAST_-1207055322'), (u'PTRADD_-1207055408', u'LOAD_-1207057698'), (u'INDIRECT_-1207055736', u'MULTIEQUAL_-1207055679'), (u'STORE_-1207057348', u'INDIRECT_-1207055789'), (u'STORE_-1207057708', u'INDIRECT_-1207056008'), ('const-433', u'STORE_-1207057911'), (u'LOAD_-1207057828', u'INT_EQUAL_-1207057813'), (u'STORE_-1207057300', u'INDIRECT_-1207055871'), (u'LOAD_-1207058092', u'INT_RIGHT_-1207058043'), (u'MULTIEQUAL_-1207056067', u'MULTIEQUAL_-1207055679'), ('const-1', u'PTRADD_-1207057355'), (u'STORE_-1207057415', u'INDIRECT_-1207055867'), (u'MULTIEQUAL_-1207056503', u'INT_MULT_-1207057314'), (u'LOAD_-1207057555', u'STORE_-1207057539'), ('const-32', u'INT_ADD_-1207055149'), ('const-433', u'STORE_-1207057539'), (u'COPY_-1207054785', u'CALL_-1207056432'), ('const-0', u'STORE_-1207057750'), ('const-1', u'INT_ADD_-1207057285'), (u'CAST_-1207055273', u'STORE_-1207057586'), (u'PTRSUB_-1207055172', u'PTRSUB_-1207055237'), (u'CALL_-1207057638', u'INDIRECT_-1207055990'), (u'PTRSUB_-1207055660', u'PTRSUB_-1207055567'), (u'MULTIEQUAL_-1207056067', u'PTRSUB_-1207055470'), (u'PTRSUB_-1207055522', u'STORE_-1207057947'), ('const-433', u'LOAD_-1207057404'), (u'PTRSUB_-1207055324', u'STORE_-1207057559'), ('const-433', u'LOAD_-1207056922'), ('tmp_2095', u'PTRSUB_-1207055542'), (u'CALL_-1207056868', u'INDIRECT_-1207055520'), (u'CAST_-1207055312', u'LOAD_-1207057606'), (u'CALL_-1207057371', u'INDIRECT_-1207055827'), ('tmp_2094', u'PTRSUB_-1207055530'), ('const-433', u'LOAD_-1207057443'), ('const-0', u'STORE_-1207056965'), (u'PTRSUB_-1207055577', u'PTRSUB_-1207055486'), (u'PTRSUB_-1207055516', u'STORE_-1207057940'), (u'LOAD_-1207057606', u'STORE_-1207057573'), ('const-76', u'PTRSUB_-1207055546'), (u'CAST_-1207055446', u'PTRADD_-1207055520'), (u'INT_MULT_-1207058007', u'CALL_-1207057991'), (u'COPY_-1207055616', u'MULTIEQUAL_-1207056823'), (u'PTRSUB_-1207055492', u'PTRSUB_-1207055522'), (u'INT_MULT_-1207058007', u'INT_EQUAL_-1207058014'), ('const-0', u'PTRSUB_-1207055097'), ('const-1551120', u'COPY_-1207055106'), (u'PTRSUB_-1207055465', u'PTRSUB_-1207055495'), (u'MULTIEQUAL_-1207056067', u'PTRSUB_-1207055155'), ('const-8', u'PTRADD_-1207055321'), (u'CAST_-1207055205', u'INT_SLESS_-1207057523'), ('const-0', u'STORE_-1207056972'), ('tmp_327', u'CBRANCH_-1207057888'), (u'INT_ADD_-1207057553', u'CAST_-1207055227'), ('const-0', u'PTRSUB_-1207055109'), ('const-1569099', u'COPY_-1207055104'), (u'PTRSUB_-1207055495', u'STORE_-1207057911'), ('tmp_2093', u'STORE_-1207057348'), (u'PTRSUB_-1207055271', u'CAST_-1207055210'), (u'CAST_-1207055351', u'STORE_-1207057750'), ('tmp_193', u'CBRANCH_-1207058012'), (u'LOAD_-1207057342', u'CALL_-1207057329'), (u'MULTIEQUAL_-1207055854', u'MULTIEQUAL_-1207055679'), (u'INDIRECT_-1207056008', u'MULTIEQUAL_-1207055959'), (u'MULTIEQUAL_-1207055854', u'MULTIEQUAL_-1207055840'), ('const-76', u'PTRSUB_-1207055542'), (u'INT_ADD_-1207057812', u'CAST_-1207055414'), ('const-433', u'LOAD_-1207057548'), (u'PTRSUB_-1207055127', u'CAST_-1207055074'), ('const-32', u'INT_ADD_-1207057388'), (u'LOAD_-1207057443', u'INT_EQUAL_-1207057428'), (u'PTRSUB_-1207055383', u'CAST_-1207055334'), (u'PTRSUB_-1207055338', u'PTRSUB_-1207055236'), (u'PTRADD_-1207055074', u'MULTIEQUAL_-1207056520'), ('const-0', u'PTRSUB_-1207055420'), ('const-1551120', u'COPY_-1207054910'), ('tmp_2095', u'PTRSUB_-1207055584'), (u'PTRSUB_-1207055444', u'STORE_-1207057743'), ('const-0', u'STORE_-1207057728'), ('const-64', u'INT_ADD_-1207055173'), (u'CAST_-1207055322', u'INT_ADD_-1207055466'), (u'MULTIEQUAL_-1207056067', u'INT_EQUAL_-1207057048'), ('tmp_830', u'CBRANCH_-1207057425'), ('const-433', u'STORE_-1207057573'), (u'COPY_-1207055138', u'CALL_-1207056931'), (u'CAST_-1207055123', u'LOAD_-1207057404'), (u'CALL_-1207056931', u'INDIRECT_-1207055559'), ('const-8', u'INT_MULT_-1207058007'), (u'INT_MULT_-1207057437', u'INT_ADD_-1207057449'), (u'CALL_-1207056868', u'CAST_-1207054806'), (u'STORE_-1207057896', u'INDIRECT_-1207056128'), ('tmp_1304', u'BRANCH_-1207057047'), ('const-0', u'PTRSUB_-1207055529'), ('const-56', u'PTRSUB_-1207055595'), (u'INT_SLESS_-1207057523', u'CBRANCH_-1207057530'), (u'COPY_-1207055018', u'CALL_-1207056868'), ('const-0', u'STORE_-1207057721'), (u'COPY_-1207054884', u'CALL_-1207056578'), (u'MULTIEQUAL_-1207056503', u'INT_MULT_-1207057389'), ('const-0', u'PTRSUB_-1207055591'), (u'INT_MULT_-1207057662', u'INT_EQUAL_-1207057669'), (u'INDIRECT_-1207055468', u'MULTIEQUAL_-1207055925'), (u'CAST_-1207055055', u'STORE_-1207056979'), ('const-433', u'STORE_-1207057559'), ('const-433', u'STORE_-1207057728'), ('const-433', u'LOAD_-1207057705'), ('tmp_233', u'CBRANCH_-1207057971'), ('const-0', u'INT_EQUAL_-1207057624'), ('const-0', u'PTRSUB_-1207055660'), ('const-5', u'CALL_-1207056515'), (u'LOAD_-1207057465', u'CALL_-1207057050'), (u'INDIRECT_-1207056128', u'MULTIEQUAL_-1207056067'), ('const-0', u'PTRSUB_-1207055172'), (u'CAST_-1207055043', u'STORE_-1207056965'), ('const-1', u'CALL_-1207057638'), (u'PTRADD_-1207055321', u'LOAD_-1207057555'), (u'INT_NOTEQUAL_-1207058045', u'CBRANCH_-1207058040'), ('const-433', u'STORE_-1207057896'), ('const-0', u'STORE_-1207056985'), ('const-2011', u'CALL_-1207056578'), ('const-433', u'LOAD_-1207057920'), ('const-72', u'PTRSUB_-1207055240'), (u'STORE_-1207057714', u'INDIRECT_-1207056013'), ('tmp_7317', u'MULTIEQUAL_-1207056155'), (u'PTRSUB_-1207055529', u'LOAD_-1207057967'), (u'STORE_-1207056979', u'INDIRECT_-1207055715'), (u'CAST_-1207055273', u'PTRADD_-1207057355'), (u'STORE_-1207057911', u'INDIRECT_-1207056137'), (u'PTRSUB_-1207055083', u'STORE_-1207057348'), (u'LOAD_-1207056569', u'CALL_-1207056557'), ('const-433', u'LOAD_-1207057042'), ('const-0', u'COPY_-1207056608'), ('tmp_2094', u'PTRSUB_-1207055572'), ('const-24', u'PTRSUB_-1207055237'), ('const-0', u'PTRSUB_-1207055127'), (u'CAST_-1207055056', u'INT_ADD_-1207055127'), ('const-64', u'PTRSUB_-1207055500'), (u'CALL_-1207056570', u'LOAD_-1207056569'), ('const-433', u'LOAD_-1207058092'), ('tmp_390', u'CBRANCH_-1207057833'), (u'COPY_-1207054961', u'CALL_-1207056781'), (u'STORE_-1207057734', u'INDIRECT_-1207056027'), (u'INT_ADD_-1207055127', u'CAST_-1207055055'), (u'LOAD_-1207057548', u'INT_ADD_-1207057395'), ('const-433', u'LOAD_-1207057411'), (u'PTRSUB_-1207055121', u'STORE_-1207056994'), (u'INT_EQUAL_-1207057428', u'CBRANCH_-1207057425'), (u'CALL_-1207057418', u'INDIRECT_-1207055859'), (u'CAST_-1207055049', u'STORE_-1207056972'), (u'INT_ADD_-1207057395', u'CAST_-1207055128'), ('const-0', u'PTRSUB_-1207055476'), (u'INT_MULT_-1207057662', u'CALL_-1207057638'), ('tmp_1964', u'BRANCH_-1207056419'), (u'CAST_-1207055321', u'STORE_-1207057714'), (u'MULTIEQUAL_-1207056685', u'STORE_-1207057708'), ('const-0', u'CALL_-1207056515'), ('const-1', u'CALL_-1207057991'), ('const-0', u'PTRSUB_-1207055310'), (u'LOAD_-1207056922', u'CALL_-1207056910'), (u'COPY_-1207054790', u'CALL_-1207056432'), ('const-1569132', u'COPY_-1207054958'), (u'MULTIEQUAL_-1207056067', u'INT_EQUAL_-1207057785'), ('const-1569122', u'COPY_-1207054790'), ('tmp_160', u'CBRANCH_-1207058040'), ('const-1569099', u'COPY_-1207054961'), (u'PTRSUB_-1207055481', u'PTRSUB_-1207055511'), (u'CAST_-1207055327', u'STORE_-1207057721'), (u'CAST_-1207055210', u'STORE_-1207057539'), (u'INDIRECT_-1207055431', u'MULTIEQUAL_-1207056155'), ('const-8', u'PTRADD_-1207055316'), ('tmp_2017', u'BRANCH_-1207056514'), ('tmp_2094', u'PTRSUB_-1207055660'), (u'MULTIEQUAL_-1207055653', u'COPY_-1207055735'), (u'CAST_-1207055044', u'INT_ADD_-1207055143'), ('const-1', u'INT_ADD_-1207057392'), (u'INT_EQUAL_-1207057785', u'CBRANCH_-1207057783'), (u'STORE_-1207056985', u'INDIRECT_-1207055719'), ('const-433', u'STORE_-1207057926'), (u'CALL_-1207056486', u'INDIRECT_-1207055295'), ('const-8', u'PTRADD_-1207055520'), ('const-12', u'STORE_-1207056994'), ('const-0', u'PTRSUB_-1207055198'), (u'INT_ADD_-1207055173', u'CAST_-1207055073'), ('const-1548390', u'COPY_-1207054884'), ('tmp_454', u'CBRANCH_-1207057783'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055450'), ('const-0', u'PTRSUB_-1207055103'), (u'PTRSUB_-1207055290', u'PTRSUB_-1207055230'), ('const-0', u'PTRSUB_-1207055499'), (u'INDIRECT_-1207055594', u'MULTIEQUAL_-1207056021'), ('const-433', u'LOAD_-1207057555'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207056956'), (u'COPY_-1207054956', u'CALL_-1207056781'), (u'INDIRECT_-1207055310', u'MULTIEQUAL_-1207056131'), ('const-0', u'STORE_-1207057001'), (u'LOAD_-1207056956', u'CAST_-1207055034'), (u'INT_MULT_-1207057314', u'INT_ADD_-1207057326'), ('const-0', u'PTRSUB_-1207055344'), (u'INT_ADD_-1207055429', u'CAST_-1207055333'), ('const-8', u'PTRSUB_-1207055475'), (u'CAST_-1207055312', u'PTRADD_-1207055316'), (u'PTRSUB_-1207055240', u'LOAD_-1207057443'), ('const-433', u'STORE_-1207057001'), ('const-8', u'PTRADD_-1207055074'), (u'CALL_-1207056931', u'INDIRECT_-1207055642'), (u'MULTIEQUAL_-1207056823', u'INT_NOTEQUAL_-1207057948'), ('const-0', u'PTRSUB_-1207055470'), ('const-0', u'PTRSUB_-1207055084'), (u'MULTIEQUAL_-1207056503', u'INT_MULT_-1207057437'), ('const-0', u'INT_SLESS_-1207057523'), ('const-32768', u'INT_AND_-1207058032'), ('const-433', u'STORE_-1207057940'), ('const-0', u'PTRSUB_-1207055530'), (u'COPY_-1207055104', u'CALL_-1207056889'), (u'PTRSUB_-1207055370', u'PTRSUB_-1207055417'), (u'PTRSUB_-1207055566', u'PTRSUB_-1207055476'), (u'MULTIEQUAL_-1207055887', u'CAST_-1207055316'), ('const-1', u'PTRADD_-1207055316'), (u'CAST_-1207055328', u'INT_ADD_-1207055472'), (u'LOAD_-1207058058', u'INT_AND_-1207058032'), (u'CAST_-1207054806', u'CALL_-1207056781'), (u'CALL_-1207056515', u'INDIRECT_-1207055360'), (u'PTRSUB_-1207055572', u'PTRSUB_-1207055481'), ('tmp_2095', u'PTRSUB_-1207055566'), (u'PTRSUB_-1207055300', u'STORE_-1207057586'), ('const-2007', u'CALL_-1207056559'), (u'MULTIEQUAL_-1207056503', u'INT_ADD_-1207057392'), ('const-0', u'PTRSUB_-1207055083'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055432'), (u'CALL_-1207056486', u'CAST_-1207054601'), ('const-0', u'PTRSUB_-1207055566'), ('const-0', u'PTRSUB_-1207055209'), (u'CALL_-1207056578', u'INDIRECT_-1207055399'), (u'LOAD_-1207057779', u'COPY_-1207055462'), ('const-0', u'PTRSUB_-1207055577'), (u'CALL_-1207057329', u'MULTIEQUAL_-1207056612'), ('const-0', u'PTRSUB_-1207055155'), ('const-433', u'STORE_-1207057714'), ('const-433', u'LOAD_-1207057465'), (u'CALL_-1207056570', u'INDIRECT_-1207055393'), (u'INT_NOTEQUAL_-1207057948', u'CBRANCH_-1207057888'), (u'MULTIEQUAL_-1207055840', u'MULTIEQUAL_-1207055854'), (u'CAST_-1207055520', u'INT_EQUAL_-1207057977'), (u'PTRSUB_-1207055113', u'CAST_-1207055061'), (u'COPY_-1207054791', u'CALL_-1207056432'), ('tmp_428', u'CBRANCH_-1207057802'), ('const-48', u'INT_ADD_-1207055466'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055344'), (u'PTRADD_-1207055520', u'INT_NOTEQUAL_-1207057161'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207057705'), (u'PTRSUB_-1207055284', u'LOAD_-1207057327'), (u'CAST_-1207055352', u'INT_ADD_-1207055496'), (u'COPY_-1207055177', u'MULTIEQUAL_-1207055736'), (u'PTRSUB_-1207055567', u'PTRSUB_-1207055595'), ('tmp_794', u'CBRANCH_-1207057444'), (u'STORE_-1207056965', u'INDIRECT_-1207055705'), (u'CALL_-1207057418', u'PTRSUB_-1207055184'), ('const-433', u'STORE_-1207057743'), ('tmp_2095', u'PTRSUB_-1207055577'), (u'CAST_-1207054601', u'MULTIEQUAL_-1207056402'), (u'INT_NOTEQUAL_-1207057161', u'CBRANCH_-1207057157'), ('const-433', u'LOAD_-1207057342'), (u'COPY_-1207056608', u'MULTIEQUAL_-1207056503'), (u'INDIRECT_-1207056208', u'MULTIEQUAL_-1207056131'), (u'PTRSUB_-1207055450', u'CAST_-1207055352'), (u'CAST_-1207055162', u'STORE_-1207057415'), (u'STORE_-1207057001', u'INDIRECT_-1207055732'), (u'CALL_-1207057418', u'PTRSUB_-1207055198'), (u'INT_AND_-1207058032', u'INT_NOTEQUAL_-1207058045'), ('const-1569099', u'COPY_-1207054791'), ('const-0', u'PTRSUB_-1207055465'), (u'CALL_-1207057329', u'INDIRECT_-1207055801'), (u'CAST_-1207055061', u'STORE_-1207056985'), (u'PTRSUB_-1207055332', u'PTRSUB_-1207055231'), ('const-0', u'INT_EQUAL_-1207057048'), (u'CALL_-1207057050', u'INDIRECT_-1207055664'), (u'CALL_-1207056943', u'INDIRECT_-1207055736'), (u'PTRSUB_-1207055097', u'CAST_-1207055044'), ('const-1143', u'CALL_-1207056781'), ('const-0', u'PTRSUB_-1207055436'), (u'INT_ADD_-1207057449', u'CAST_-1207055153'), ('tmp_758', u'BRANCH_-1207057504'), ('const-56', u'PTRSUB_-1207055506'), (u'PTRSUB_-1207055230', u'STORE_-1207057573'), (u'INDIRECT_-1207055871', u'MULTIEQUAL_-1207055859'), ('const-32', u'PTRSUB_-1207055164'), ('const-1548390', u'COPY_-1207055057'), ('tmp_1508', u'BRANCH_-1207056768'), (u'PTRSUB_-1207055198', u'PTRSUB_-1207055097'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055444'), ('const-433', u'STORE_-1207057300'), (u'INT_MULT_-1207057383', u'INT_ADD_-1207057395'), (u'INT_ADD_-1207055472', u'CAST_-1207055327'), (u'STORE_-1207056972', u'INDIRECT_-1207055710'), ('const-0', u'PTRSUB_-1207055236'), (u'MULTIEQUAL_-1207056402', u'STORE_-1207056959'), (u'CAST_-1207055312', u'PTRADD_-1207055408'), ('const-72', u'PTRSUB_-1207055444'), ('const-0', u'PTRSUB_-1207055559'), (u'STORE_-1207057926', u'INDIRECT_-1207056147'), ('tmp_2094', u'PTRSUB_-1207055546'), ('const-8', u'PTRSUB_-1207055300'), ('const-946', u'CALL_-1207056432'), (u'PTRSUB_-1207055511', u'LOAD_-1207057935'), ('const-64', u'PTRSUB_-1207055495'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055426'), (u'INDIRECT_-1207055867', u'MULTIEQUAL_-1207055854'), (u'CAST_-1207055312', u'CAST_-1207055228'), (u'LOAD_-1207057303', u'INT_ADD_-1207057285'), ('const-0', u'PTRSUB_-1207055097'), ('const-433', u'LOAD_-1207057606'), (u'PTRSUB_-1207055553', u'PTRSUB_-1207055465'), ('const-8', u'INT_MULT_-1207057662'), (u'CAST_-1207055312', u'PTRADD_-1207055321'), (u'PTRSUB_-1207055445', u'PTRSUB_-1207055475'), (u'INT_EQUAL_-1207058014', u'CBRANCH_-1207058012'), ('tmp_622', u'CBRANCH_-1207057610'), (u'PTRSUB_-1207055164', u'STORE_-1207057367'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055103'), (u'CALL_-1207056557', u'INDIRECT_-1207055385'), ('const-1548824', u'COPY_-1207054846'), ('tmp_566', u'CBRANCH_-1207057667'), ('const-7', u'PTRADD_-1207055408'), (u'LOAD_-1207057465', u'INT_NOTEQUAL_-1207057445'), ('tmp_2094', u'PTRSUB_-1207055643'), (u'CAST_-1207055316', u'STORE_-1207057708'), (u'INT_AND_-1207057301', u'INT_EQUAL_-1207057315'), (u'CALL_-1207056849', u'CAST_-1207054888'), ('const-0', u'PTRSUB_-1207055481'), ('tmp_2095', u'PTRSUB_-1207055553'), ('const-8', u'PTRSUB_-1207055081'), (u'INT_EQUAL_-1207057624', u'CBRANCH_-1207057610'), ('const-1', u'PTRADD_-1207055074'), (u'LOAD_-1207057705', u'CAST_-1207055312'), (u'PTRSUB_-1207055310', u'PTRSUB_-1207055209'), (u'CAST_-1207055050', u'INT_ADD_-1207055149'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055436'), (u'PTRSUB_-1207055184', u'PTRSUB_-1207055084'), ('const-433', u'LOAD_-1207056956'), (u'CAST_-1207054888', u'MULTIEQUAL_-1207056685'), (u'MULTIEQUAL_-1207056067', u'COPY_-1207055465'), ('const-433', u'LOAD_-1207057828'), ('const-433', u'STORE_-1207057367'), ('const-0', u'PTRSUB_-1207055450'), ('const-1', u'INT_EQUAL_-1207057428'), (u'LOAD_-1207057883', u'CAST_-1207055446'), (u'MULTIEQUAL_-1207056402', u'PTRSUB_-1207055113'), (u'PTRSUB_-1207055231', u'PTRSUB_-1207055290'), (u'CAST_-1207055038', u'STORE_-1207056959'), (u'COPY_-1207054846', u'CALL_-1207056515'), (u'INT_EQUAL_-1207057315', u'CBRANCH_-1207057312'), ('const-8', u'PTRADD_-1207055321'), ('const-433', u'STORE_-1207057586'), ('const-8', u'INT_MULT_-1207057389'), ('const-946', u'CALL_-1207056517'), ('const-8', u'INT_MULT_-1207057314'), ('tmp_2093', u'CALL_-1207056943'), ('const-433', u'STORE_-1207057708'), (u'STORE_-1207057586', u'INDIRECT_-1207055938'), (u'COPY_-1207054958', u'CALL_-1207056781'), ('const-76', u'PTRSUB_-1207055324'), ('tmp_722', u'CBRANCH_-1207057530'), ('const-0', u'INT_NOTEQUAL_-1207057948'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055420'), ('const-0', u'PTRSUB_-1207055426'), (u'PTRSUB_-1207055155', u'PTRSUB_-1207055100'), ('const-76', u'INT_ADD_-1207057553'), ('const-433', u'LOAD_-1207057303'), ('const-0', u'PTRSUB_-1207055231'), (u'LOAD_-1207057411', u'INT_ADD_-1207057388'), (u'CAST_-1207055074', u'INT_ADD_-1207055173'), ('const-433', u'STORE_-1207056979'), ('const-0', u'PTRSUB_-1207055486'), ('const-0', u'PTRSUB_-1207055055'), ('const-433', u'LOAD_-1207057698'), (u'PTRSUB_-1207055123', u'LOAD_-1207057042'), (u'STORE_-1207057750', u'INDIRECT_-1207056040'), ('const-0', u'STORE_-1207056979'), ('const-433', u'STORE_-1207057734'), ('const-8', u'PTRADD_-1207055069'), ('const-0', u'PTRSUB_-1207055273'), (u'CALL_-1207057371', u'STORE_-1207057367'), (u'MULTIEQUAL_-1207056520', u'PTRADD_-1207055074'), (u'STORE_-1207056959', u'INDIRECT_-1207055700'), (u'INDIRECT_-1207055664', u'MULTIEQUAL_-1207055859'), ('const-433', u'STORE_-1207056994'), (u'CALL_-1207057387', u'CALL_-1207057371'), (u'PTRSUB_-1207055097', u'PTRSUB_-1207055164'), ('const-5', u'CALL_-1207056868'), ('const-0', u'INT_NOTEQUAL_-1207057834'), (u'PTRADD_-1207055316', u'LOAD_-1207057548'), (u'INT_ADD_-1207057392', u'MULTIEQUAL_-1207056503'), (u'INDIRECT_-1207055801', u'MULTIEQUAL_-1207055859'), (u'PTRSUB_-1207055499', u'PTRSUB_-1207055529'), (u'INT_EQUAL_-1207057669', u'CBRANCH_-1207057667'), (u'MULTIEQUAL_-1207055679', u'MULTIEQUAL_-1207056067'), (u'CAST_-1207055339', u'STORE_-1207057734'), (u'MULTIEQUAL_-1207056685', u'PTRSUB_-1207055324'), ('const-12', u'INT_EQUAL_-1207057813'), (u'INT_ADD_-1207057326', u'CAST_-1207055080'), (u'INT_RIGHT_-1207058043', u'COPY_-1207055616'), (u'INT_NOTEQUAL_-1207057383', u'CBRANCH_-1207057382'), ('const-0', u'INT_EQUAL_-1207058014'), (u'PTRSUB_-1207055209', u'PTRSUB_-1207055271'), (u'PTRSUB_-1207055432', u'PTRSUB_-1207055333'), (u'COPY_-1207055057', u'CALL_-1207056931'), (u'LOAD_-1207057327', u'INT_AND_-1207057301'), (u'STORE_-1207057947', u'INDIRECT_-1207056162'), (u'CALL_-1207056781', u'INDIRECT_-1207055468'), ('const-1586140', u'COPY_-1207054785'), (u'INT_ADD_-1207057285', u'STORE_-1207057300'), (u'PTRSUB_-1207055273', u'PTRSUB_-1207055172'), (u'STORE_-1207057367', u'INDIRECT_-1207055802'), ('tmp_1614', u'BRANCH_-1207056842'), ('const-8', u'PTRADD_-1207055408'), (u'CAST_-1207055128', u'LOAD_-1207057411'), ('const-48', u'INT_ADD_-1207055143'), ('tmp_928', u'BRANCH_-1207057326'), ('const-0', u'PTRSUB_-1207055445'), ('const-0', u'PTRSUB_-1207055492'), ('const-433', u'STORE_-1207057947'), ('const-0', u'INT_NOTEQUAL_-1207057445'), (u'MULTIEQUAL_-1207055679', u'MULTIEQUAL_-1207055653'), (u'MULTIEQUAL_-1207056402', u'CALL_-1207056943'), (u'LOAD_-1207057465', u'PTRSUB_-1207055240'), ('const-0', u'PTRSUB_-1207055123'), ('const-0', u'CALL_-1207056868'), ('const-0', u'PTRSUB_-1207055417'), ('const-0', u'PTRSUB_-1207055230'), (u'INT_ADD_-1207055149', u'CAST_-1207055049'), (u'PTRSUB_-1207055241', u'PTRSUB_-1207055300'), (u'LOAD_-1207057967', u'STORE_-1207057940'), (u'LOAD_-1207058092', u'COPY_-1207055617'), (u'INT_ADD_-1207057392', u'INT_NOTEQUAL_-1207057383'), (u'INT_ADD_-1207057388', u'CAST_-1207055123'), (u'CAST_-1207054675', u'CALL_-1207056432'), (u'STORE_-1207057728', u'INDIRECT_-1207056023'), ('const-433', u'STORE_-1207056965'), (u'PTRSUB_-1207055100', u'PTRSUB_-1207055123'), (u'CAST_-1207055080', u'LOAD_-1207057342'), (u'CALL_-1207056432', u'INDIRECT_-1207055310'), (u'CALL_-1207057418', u'CALL_-1207057329'), (u'PTRSUB_-1207055237', u'STORE_-1207057300'), (u'CALL_-1207056557', u'CALL_-1207056432'), ('const-0', u'RETURN_-1207057096'), (u'CAST_-1207055446', u'MULTIEQUAL_-1207056520'), ('const-8', u'INT_MULT_-1207057383'), (u'LOAD_-1207057548', u'INT_ADD_-1207057449'), (u'PTRADD_-1207055069', u'MULTIEQUAL_-1207055887'), (u'STORE_-1207056994', u'INDIRECT_-1207055727'), (u'PTRSUB_-1207055426', u'CAST_-1207055328'), ('const-72', u'PTRSUB_-1207055121'), (u'PTRSUB_-1207055591', u'PTRSUB_-1207055499'), (u'COPY_-1207055465', u'MULTIEQUAL_-1207056685'), (u'PTRADD_-1207057355', u'CAST_-1207055162'), (u'LOAD_-1207057548', u'INT_ADD_-1207057326'), (u'INDIRECT_-1207055908', u'MULTIEQUAL_-1207055679'), ('const-13', u'STORE_-1207057743'), ('const-64', u'PTRSUB_-1207055271'), ('const-433', u'LOAD_-1207057854'), (u'CALL_-1207056889', u'INDIRECT_-1207055615'), ('tmp_2094', u'PTRSUB_-1207055591'), ('const-433', u'LOAD_-1207058058'), ('const-1143', u'CALL_-1207056889'), ('const-0', u'INT_EQUAL_-1207057669'), (u'INT_MULT_-1207058007', u'CALL_-1207056432'), (u'CALL_-1207056517', u'INDIRECT_-1207055431'), (u'MULTIEQUAL_-1207056067', u'COPY_-1207055182')]
|
[('const-1', u'PTRADD_-1207055291'), (u'INDIRECT_-1207055257', u'MULTIEQUAL_-1207055698'), ('const-433', u'LOAD_-1207058092'), (u'INT_EQUAL_-1207057977', u'CBRANCH_-1207057971'), (u'LOAD_-1207058092', u'CAST_-1207055566'), (u'PTRADD_-1207055403', u'STORE_-1207057721'), (u'MULTIEQUAL_-1207056396', u'CALL_-1207056943'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207057854'), (u'INDIRECT_-1207055698', u'MULTIEQUAL_-1207055641'), (u'INT_ADD_-1207057291', u'CAST_-1207055209'), (u'STORE_-1207056959', u'INDIRECT_-1207055662'), (u'CALL_-1207056910', u'CALL_-1207056781'), ('const-0', u'STORE_-1207057721'), (u'CALL_-1207057387', u'INDIRECT_-1207055801'), (u'COPY_-1207056602', u'MULTIEQUAL_-1207056497'), (u'MULTIEQUAL_-1207056817', u'PTRADD_-1207055495'), ('const-0', u'INT_EQUAL_-1207057315'), (u'CALL_-1207057638', u'CAST_-1207055198'), (u'MULTIEQUAL_-1207055849', u'STORE_-1207056959'), (u'LOAD_-1207057404', u'CALL_-1207057387'), ('const-2011', u'CALL_-1207056578'), ('const-0', u'STORE_-1207057728'), (u'PTRSUB_-1207055315', u'PTRADD_-1207055315'), (u'MULTIEQUAL_-1207056497', u'INT_MULT_-1207057383'), (u'MULTIEQUAL_-1207056497', u'INT_MULT_-1207057389'), ('const-1', u'PTRADD_-1207055505'), (u'INT_ADD_-1207057812', u'CAST_-1207055426'), (u'CAST_-1207055082', u'STORE_-1207056994'), (u'STORE_-1207057300', u'INDIRECT_-1207055833'), (u'INT_ADD_-1207057334', u'CAST_-1207055121'), (u'CALL_-1207056868', u'INDIRECT_-1207055482'), (u'CALL_-1207056486', u'INDIRECT_-1207055257'), ('const-433', u'LOAD_-1207057569'), (u'MULTIEQUAL_-1207056029', u'MULTIEQUAL_-1207055641'), (u'INDIRECT_-1207056170', u'MULTIEQUAL_-1207056093'), (u'LOAD_-1207057569', u'STORE_-1207057559'), (u'PTRADD_-1207055322', u'CAST_-1207055278'), ('const-7', u'PTRADD_-1207055541'), ('const-433', u'LOAD_-1207057705'), (u'CALL_-1207057991', u'CAST_-1207055527'), ('const-0', u'PTRSUB_-1207055139'), (u'LOAD_-1207057920', u'STORE_-1207057911'), ('const-16', u'PTRADD_-1207055112'), (u'CALL_-1207056923', u'INDIRECT_-1207055515'), (u'CALL_-1207057638', u'INDIRECT_-1207055952'), ('const-12', u'INT_EQUAL_-1207057813'), ('tmp_1242', u'CBRANCH_-1207057312'), ('const-433', u'LOAD_-1207057303'), ('tmp_5062', u'LOAD_-1207057967'), (u'CAST_-1207055246', u'STORE_-1207057539'), ('const-433', u'STORE_-1207056979'), (u'MULTIEQUAL_-1207056029', u'COPY_-1207055474'), (u'PTRSUB_-1207055139', u'CAST_-1207055114'), (u'MULTIEQUAL_-1207056029', u'PTRSUB_-1207055139'), (u'MULTIEQUAL_-1207056679', u'PTRSUB_-1207055322'), ('const-0', u'STORE_-1207056979'), (u'INT_ADD_-1207057395', u'CAST_-1207055163'), (u'CALL_-1207057991', u'INDIRECT_-1207056170'), ('const-0', u'STORE_-1207056972'), (u'PTRADD_-1207055291', u'LOAD_-1207057548'), ('tmp_5059', u'PTRADD_-1207055525'), (u'LOAD_-1207057465', u'INT_ADD_-1207057427'), (u'CAST_-1207055158', u'LOAD_-1207057404'), (u'CAST_-1207055163', u'LOAD_-1207057411'), (u'MULTIEQUAL_-1207056679', u'PTRSUB_-1207055309'), ('const-1', u'INT_RIGHT_-1207058043'), (u'MULTIEQUAL_-1207056396', u'STORE_-1207056959'), (u'COPY_-1207055066', u'CALL_-1207056889'), ('const-72', u'INT_ADD_-1207057812'), (u'COPY_-1207054872', u'CALL_-1207056517'), (u'COPY_-1207055625', u'MULTIEQUAL_-1207056817'), ('const-16', u'PTRADD_-1207055403'), (u'CAST_-1207054911', u'MULTIEQUAL_-1207056679'), (u'LOAD_-1207057779', u'COPY_-1207055471'), (u'INDIRECT_-1207055763', u'MULTIEQUAL_-1207055821'), ('tmp_994', u'CBRANCH_-1207057382'), ('const-1548390', u'COPY_-1207054846'), (u'PTRSUB_-1207055419', u'PTRADD_-1207055419'), ('const-0', u'INT_SLESS_-1207057523'), ('const-8', u'PTRADD_-1207055419'), (u'INT_NOTEQUAL_-1207057445', u'CBRANCH_-1207057444'), ('const-433', u'LOAD_-1207058058'), (u'INDIRECT_-1207055626', u'MULTIEQUAL_-1207055821'), ('const-0', u'PTRSUB_-1207055309'), (u'CAST_-1207055345', u'PTRADD_-1207055386'), ('tmp_1117', u'CBRANCH_-1207057157'), ('const-0', u'STORE_-1207056965'), ('const-4', u'PTRADD_-1207055112'), ('const-4', u'PTRADD_-1207055107'), ('tmp_5063', u'CALL_-1207056943'), (u'PTRADD_-1207055056', u'MULTIEQUAL_-1207055849'), (u'PTRADD_-1207055061', u'MULTIEQUAL_-1207056520'), (u'MULTIEQUAL_-1207055849', u'STORE_-1207057708'), (u'LOAD_-1207057935', u'STORE_-1207057926'), ('const-4', u'PTRADD_-1207055421'), ('const-433', u'STORE_-1207057559'), (u'INT_EQUAL_-1207057048', u'CBRANCH_-1207057046'), (u'CAST_-1207055180', u'LOAD_-1207057443'), ('const-0', u'STORE_-1207057001'), (u'INT_EQUAL_-1207057813', u'CBRANCH_-1207057802'), ('const-433', u'STORE_-1207057911'), (u'CAST_-1207055426', u'LOAD_-1207057828'), (u'CALL_-1207056923', u'LOAD_-1207056922'), (u'INT_NOTEQUAL_-1207057834', u'CBRANCH_-1207057833'), (u'LOAD_-1207057905', u'STORE_-1207057896'), (u'CAST_-1207055458', u'PTRADD_-1207055495'), ('tmp_7603', u'MULTIEQUAL_-1207056117'), (u'COPY_-1207054923', u'CALL_-1207056781'), (u'CAST_-1207055470', u'STORE_-1207057896'), ('const-1569099', u'COPY_-1207054870'), (u'CAST_-1207055345', u'CAST_-1207055264'), ('const-7', u'PTRADD_-1207055536'), ('const-0', u'INT_EQUAL_-1207057977'), (u'LOAD_-1207057698', u'INT_SLESS_-1207057523'), (u'CAST_-1207055220', u'LOAD_-1207057327'), (u'STORE_-1207056972', u'INDIRECT_-1207055672'), ('const-8', u'PTRADD_-1207055296'), (u'STORE_-1207057367', u'INDIRECT_-1207055764'), ('const-8', u'PTRADD_-1207055525'), (u'MULTIEQUAL_-1207056497', u'INT_MULT_-1207057314'), (u'CAST_-1207055371', u'STORE_-1207057743'), (u'CALL_-1207057050', u'MULTIEQUAL_-1207056606'), ('const-1569099', u'COPY_-1207054753'), (u'LOAD_-1207057698', u'INT_MULT_-1207057662'), (u'STORE_-1207057750', u'INDIRECT_-1207056002'), (u'LOAD_-1207057854', u'INT_ADD_-1207057812'), ('const-2', u'PTRADD_-1207055403'), ('const-433', u'LOAD_-1207057548'), (u'PTRADD_-1207055286', u'PTRSUB_-1207055284'), ('tmp_1774', u'BRANCH_-1207056479'), (u'MULTIEQUAL_-1207056679', u'STORE_-1207057734'), ('const-0', u'INT_EQUAL_-1207057785'), (u'LOAD_-1207057465', u'INT_ADD_-1207057313'), ('const-1143', u'CALL_-1207056889'), ('const-0', u'PTRSUB_-1207055300'), (u'STORE_-1207057926', u'INDIRECT_-1207056109'), (u'INT_ADD_-1207057427', u'CAST_-1207055180'), (u'CAST_-1207055209', u'LOAD_-1207057303'), (u'CAST_-1207055345', u'LOAD_-1207057606'), ('const-1548390', u'COPY_-1207055100'), (u'LOAD_-1207057854', u'INT_NOTEQUAL_-1207057834'), (u'LOAD_-1207057698', u'INT_NOTEQUAL_-1207057383'), ('const-433', u'STORE_-1207057734'), ('const-8', u'INT_MULT_-1207057437'), (u'LOAD_-1207057404', u'CALL_-1207057371'), ('const-32', u'INT_ADD_-1207057353'), ('tmp_1639', u'CBRANCH_-1207057046'), ('tmp_1577', u'BRANCH_-1207056878'), ('const-0', u'PTRSUB_-1207055445'), (u'COPY_-1207054808', u'CALL_-1207056515'), (u'CAST_-1207055561', u'LOAD_-1207058058'), (u'MULTIEQUAL_-1207056817', u'INT_NOTEQUAL_-1207057948'), ('const-433', u'LOAD_-1207057935'), ('const-3', u'PTRADD_-1207055398'), ('const-433', u'LOAD_-1207057828'), (u'LOAD_-1207057698', u'STORE_-1207057579'), (u'INT_MULT_-1207057662', u'CALL_-1207056781'), ('const-433', u'STORE_-1207057573'), (u'COPY_-1207054752', u'CALL_-1207056432'), ('const-433', u'LOAD_-1207057465'), (u'PTRADD_-1207055408', u'STORE_-1207057728'), ('const-16', u'PTRADD_-1207055426'), (u'PTRSUB_-1207055322', u'PTRADD_-1207055322'), (u'CALL_-1207056515', u'CALL_-1207056432'), (u'LOAD_-1207057828', u'INT_EQUAL_-1207057813'), (u'PTRSUB_-1207055309', u'CAST_-1207055268'), (u'MULTIEQUAL_-1207055816', u'MULTIEQUAL_-1207055802'), (u'CALL_-1207057418', u'INDIRECT_-1207055821'), (u'CALL_-1207057418', u'INT_ADD_-1207057334'), (u'MULTIEQUAL_-1207056497', u'INT_MULT_-1207057437'), (u'STORE_-1207057728', u'INDIRECT_-1207055985'), ('const-12', u'STORE_-1207056994'), (u'PTRADD_-1207055505', u'LOAD_-1207057883'), (u'PTRADD_-1207055419', u'CAST_-1207055371'), (u'LOAD_-1207057555', u'STORE_-1207057539'), ('const-433', u'STORE_-1207057896'), ('const-1', u'INT_ADD_-1207057285'), (u'MULTIEQUAL_-1207056520', u'PTRADD_-1207055061'), (u'INT_ADD_-1207057313', u'CAST_-1207055220'), ('const-433', u'STORE_-1207057940'), (u'STORE_-1207057539', u'INDIRECT_-1207055870'), ('const-0', u'CALL_-1207056515'), ('const-8', u'PTRADD_-1207055386'), (u'PTRADD_-1207055112', u'STORE_-1207057001'), ('const-0', u'PTRSUB_-1207055315'), (u'COPY_-1207055100', u'CALL_-1207056931'), ('const-946', u'CALL_-1207056517'), (u'CALL_-1207056432', u'INDIRECT_-1207055272'), ('const-8', u'PTRADD_-1207055495'), ('const-128', u'INT_AND_-1207058032'), ('const-8', u'PTRADD_-1207055296'), (u'INDIRECT_-1207055952', u'MULTIEQUAL_-1207055887'), (u'LOAD_-1207057606', u'STORE_-1207057573'), ('const-1548390', u'COPY_-1207055019'), (u'CALL_-1207056486', u'CAST_-1207054613'), (u'PTRADD_-1207055084', u'STORE_-1207056965'), ('tmp_5059', u'CAST_-1207055471'), ('const-0', u'STORE_-1207057734'), (u'INT_MULT_-1207058007', u'CALL_-1207057991'), (u'CALL_-1207057371', u'INDIRECT_-1207055789'), (u'INT_ADD_-1207057882', u'CAST_-1207055470'), (u'INT_MULT_-1207058007', u'INT_EQUAL_-1207058014'), (u'CAST_-1207055273', u'STORE_-1207057579'), ('tmp_327', u'CBRANCH_-1207057888'), (u'MULTIEQUAL_-1207056396', u'STORE_-1207056985'), ('const-2007', u'CALL_-1207056931'), ('const-433', u'STORE_-1207057415'), (u'PTRSUB_-1207055445', u'CAST_-1207055395'), (u'CAST_-1207055475', u'LOAD_-1207057905'), ('const-8', u'PTRADD_-1207055056'), ('tmp_193', u'CBRANCH_-1207058012'), (u'INT_ADD_-1207057388', u'CAST_-1207055158'), (u'PTRADD_-1207055317', u'PTRSUB_-1207055315'), ('const-1548824', u'COPY_-1207054980'), (u'LOAD_-1207057342', u'CALL_-1207057329'), ('const-1569132', u'COPY_-1207054920'), (u'PTRADD_-1207055525', u'STORE_-1207057911'), ('const-1', u'PTRADD_-1207055551'), (u'CAST_-1207055471', u'INT_ADD_-1207057882'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055317'), ('tmp_5062', u'PTRADD_-1207055623'), ('const-32', u'INT_ADD_-1207057388'), ('const-8', u'PTRADD_-1207055541'), ('const-433', u'STORE_-1207056994'), ('const-0', u'PTRSUB_-1207055105'), (u'INT_ADD_-1207057401', u'CAST_-1207055197'), (u'LOAD_-1207057443', u'INT_EQUAL_-1207057428'), (u'COPY_-1207055068', u'CALL_-1207056889'), ('const-433', u'LOAD_-1207057779'), ('const-1', u'PTRADD_-1207055419'), (u'CAST_-1207055395', u'LOAD_-1207057779'), ('const-16', u'PTRADD_-1207055094'), (u'STORE_-1207057586', u'INDIRECT_-1207055900'), ('const-16', u'PTRADD_-1207055089'), ('const-1551120', u'COPY_-1207055068'), (u'PTRADD_-1207055623', u'LOAD_-1207058092'), ('const-16', u'PTRADD_-1207055398'), (u'PTRADD_-1207055315', u'CAST_-1207055273'), (u'CAST_-1207055527', u'STORE_-1207057947'), ('const-16', u'PTRADD_-1207055107'), ('tmp_830', u'CBRANCH_-1207057425'), (u'CAST_-1207055566', u'INT_RIGHT_-1207058043'), ('const-1', u'INT_AND_-1207057301'), ('tmp_5059', u'PTRADD_-1207055551'), ('const-13', u'STORE_-1207057743'), ('const-0', u'CALL_-1207056486'), (u'MULTIEQUAL_-1207056679', u'STORE_-1207057708'), ('const-1569099', u'COPY_-1207055066'), (u'CALL_-1207056781', u'INDIRECT_-1207055430'), ('tmp_5059', u'PTRADD_-1207055536'), ('const-8', u'INT_MULT_-1207058007'), (u'INT_MULT_-1207057437', u'INT_ADD_-1207057449'), ('const-0', u'INT_NOTEQUAL_-1207058045'), ('tmp_1304', u'BRANCH_-1207057047'), (u'INT_SLESS_-1207057523', u'CBRANCH_-1207057530'), ('const-8', u'PTRADD_-1207055530'), (u'INDIRECT_-1207055970', u'MULTIEQUAL_-1207055921'), (u'INT_MULT_-1207057662', u'INT_EQUAL_-1207057669'), (u'STORE_-1207057573', u'INDIRECT_-1207055890'), (u'STORE_-1207057721', u'INDIRECT_-1207055980'), (u'INDIRECT_-1207055870', u'MULTIEQUAL_-1207055802'), (u'MULTIEQUAL_-1207056606', u'STORE_-1207057415'), ('const-8', u'PTRADD_-1207055061'), ('tmp_233', u'CBRANCH_-1207057971'), (u'PTRADD_-1207055426', u'STORE_-1207057750'), ('const-0', u'INT_EQUAL_-1207057624'), (u'COPY_-1207054980', u'CALL_-1207056868'), ('const-16', u'PTRADD_-1207055408'), (u'CALL_-1207056943', u'INDIRECT_-1207055698'), (u'PTRADD_-1207055398', u'STORE_-1207057714'), ('const-433', u'STORE_-1207057367'), (u'PTRADD_-1207055541', u'LOAD_-1207057935'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055403'), (u'STORE_-1207057415', u'INDIRECT_-1207055829'), ('const-8', u'PTRADD_-1207055525'), (u'INT_NOTEQUAL_-1207058045', u'CBRANCH_-1207058040'), (u'CAST_-1207055134', u'STORE_-1207057367'), (u'LOAD_-1207058092', u'COPY_-1207055626'), ('const-0', u'PTRSUB_-1207055284'), (u'CALL_-1207057050', u'INDIRECT_-1207055626'), (u'COPY_-1207055626', u'MULTIEQUAL_-1207056817'), (u'PTRADD_-1207055107', u'PTRSUB_-1207055105'), ('const-433', u'STORE_-1207056972'), ('const-72', u'INT_ADD_-1207057427'), ('const-433', u'LOAD_-1207057404'), (u'LOAD_-1207056569', u'CALL_-1207056557'), (u'CAST_-1207055345', u'PTRADD_-1207055296'), ('tmp_5062', u'CAST_-1207055562'), (u'CALL_-1207056559', u'INDIRECT_-1207055420'), (u'COPY_-1207055186', u'MULTIEQUAL_-1207055698'), (u'CALL_-1207056849', u'INDIRECT_-1207055556'), ('const-77', u'INT_ADD_-1207058044'), (u'MULTIEQUAL_-1207055849', u'PTRADD_-1207055056'), ('const-2007', u'CALL_-1207056559'), (u'CALL_-1207056570', u'LOAD_-1207056569'), ('tmp_390', u'CBRANCH_-1207057833'), (u'PTRADD_-1207055300', u'CAST_-1207055258'), (u'CAST_-1207055209', u'STORE_-1207057300'), ('const-433', u'STORE_-1207057947'), (u'MULTIEQUAL_-1207056029', u'INT_EQUAL_-1207057048'), (u'LOAD_-1207057548', u'INT_ADD_-1207057395'), ('const-7', u'PTRADD_-1207055623'), ('tmp_5063', u'STORE_-1207057348'), (u'CALL_-1207056910', u'INDIRECT_-1207055507'), ('const-16', u'PTRADD_-1207055302'), (u'PTRADD_-1207055296', u'LOAD_-1207057555'), (u'INT_EQUAL_-1207057428', u'CBRANCH_-1207057425'), ('const-76', u'INT_ADD_-1207057889'), ('const-8', u'PTRADD_-1207055551'), (u'INT_MULT_-1207057662', u'CALL_-1207057638'), ('tmp_1964', u'BRANCH_-1207056419'), ('const-1', u'PTRADD_-1207055322'), ('const-0', u'COPY_-1207056602'), ('const-8', u'PTRADD_-1207055505'), (u'LOAD_-1207056922', u'CALL_-1207056910'), ('const-2', u'PTRADD_-1207055089'), (u'STORE_-1207057940', u'INDIRECT_-1207056118'), ('const-1', u'PTRADD_-1207055094'), (u'CALL_-1207057329', u'MULTIEQUAL_-1207056606'), ('tmp_160', u'CBRANCH_-1207058040'), (u'MULTIEQUAL_-1207056396', u'PTRADD_-1207055107'), ('const-433', u'STORE_-1207057714'), (u'COPY_-1207054846', u'CALL_-1207056578'), ('const-1551120', u'COPY_-1207054872'), ('tmp_2017', u'BRANCH_-1207056514'), ('const-433', u'STORE_-1207057926'), (u'COPY_-1207054747', u'CALL_-1207056432'), (u'STORE_-1207057896', u'INDIRECT_-1207056090'), (u'LOAD_-1207057465', u'INT_ADD_-1207057291'), ('const-1', u'INT_ADD_-1207057392'), (u'INT_EQUAL_-1207057785', u'CBRANCH_-1207057783'), ('const-433', u'STORE_-1207057001'), (u'CAST_-1207055114', u'LOAD_-1207057042'), ('const-433', u'STORE_-1207057586'), ('const-0', u'CALL_-1207056849'), ('const-433', u'STORE_-1207057348'), ('tmp_454', u'CBRANCH_-1207057783'), ('const-433', u'LOAD_-1207057698'), ('const-1586140', u'COPY_-1207054918'), (u'MULTIEQUAL_-1207056029', u'INT_EQUAL_-1207057785'), (u'MULTIEQUAL_-1207056497', u'INT_ADD_-1207057392'), ('const-0', u'STORE_-1207056985'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207056956'), ('const-0', u'STORE_-1207057714'), (u'PTRSUB_-1207055284', u'CAST_-1207055246'), (u'INT_MULT_-1207057314', u'INT_ADD_-1207057326'), (u'STORE_-1207057708', u'INDIRECT_-1207055970'), (u'MULTIEQUAL_-1207056396', u'PTRADD_-1207055084'), ('const-1', u'PTRADD_-1207055061'), ('const-16', u'PTRADD_-1207055286'), ('const-8', u'PTRADD_-1207055315'), ('const-12', u'PTRADD_-1207055300'), (u'CALL_-1207057638', u'STORE_-1207057586'), (u'INDIRECT_-1207055430', u'MULTIEQUAL_-1207055887'), (u'STORE_-1207057348', u'INDIRECT_-1207055751'), ('const-433', u'STORE_-1207057300'), ('const-16', u'PTRADD_-1207055084'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055408'), (u'MULTIEQUAL_-1207056396', u'PTRADD_-1207055112'), ('const-4', u'PTRADD_-1207055426'), (u'PTRADD_-1207055551', u'STORE_-1207057947'), ('const-433', u'LOAD_-1207057883'), ('const-433', u'STORE_-1207057728'), (u'STORE_-1207056985', u'INDIRECT_-1207055681'), (u'STORE_-1207056979', u'INDIRECT_-1207055677'), ('const-16', u'PTRADD_-1207055421'), (u'CAST_-1207054613', u'MULTIEQUAL_-1207056396'), (u'COPY_-1207055471', u'MULTIEQUAL_-1207055983'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055421'), ('const-1', u'PTRADD_-1207055105'), ('const-5', u'CALL_-1207056515'), ('tmp_5062', u'PTRADD_-1207055530'), ('const-1', u'PTRADD_-1207055408'), ('const-1', u'PTRADD_-1207055300'), (u'INDIRECT_-1207055556', u'MULTIEQUAL_-1207055983'), ('const-5', u'CALL_-1207056868'), (u'LOAD_-1207058058', u'INT_AND_-1207058032'), (u'COPY_-1207055474', u'MULTIEQUAL_-1207056679'), ('const-433', u'LOAD_-1207056922'), ('const-3', u'PTRADD_-1207055317'), ('const-1548390', u'COPY_-1207054903'), (u'CAST_-1207055345', u'PTRADD_-1207055291'), (u'STORE_-1207057559', u'INDIRECT_-1207055882'), (u'MULTIEQUAL_-1207055641', u'MULTIEQUAL_-1207055615'), (u'COPY_-1207054920', u'CALL_-1207056781'), (u'MULTIEQUAL_-1207055641', u'MULTIEQUAL_-1207056029'), ('const-433', u'LOAD_-1207057443'), (u'MULTIEQUAL_-1207056396', u'PTRADD_-1207055089'), (u'INDIRECT_-1207055577', u'MULTIEQUAL_-1207055921'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055398'), (u'INT_NOTEQUAL_-1207057948', u'CBRANCH_-1207057888'), (u'CAST_-1207055278', u'STORE_-1207057586'), ('tmp_428', u'CBRANCH_-1207057802'), ('const-433', u'LOAD_-1207057042'), ('const-1569122', u'COPY_-1207054752'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055286'), (u'CAST_-1207055263', u'LOAD_-1207057569'), (u'PTRADD_-1207055105', u'CAST_-1207055082'), ('const-433', u'STORE_-1207057721'), (u'MULTIEQUAL_-1207056520', u'LOAD_-1207057705'), ('const-433', u'STORE_-1207057539'), (u'MULTIEQUAL_-1207056029', u'COPY_-1207055191'), (u'INT_MULT_-1207057389', u'INT_ADD_-1207057401'), ('tmp_794', u'CBRANCH_-1207057444'), ('const-16', u'PTRADD_-1207055317'), (u'INDIRECT_-1207056090', u'MULTIEQUAL_-1207055615'), (u'STORE_-1207057734', u'INDIRECT_-1207055989'), (u'CALL_-1207057418', u'INT_ADD_-1207057353'), ('const-7', u'PTRADD_-1207055386'), (u'CAST_-1207055476', u'INT_ADD_-1207057889'), (u'INT_NOTEQUAL_-1207057161', u'CBRANCH_-1207057157'), (u'STORE_-1207057579', u'INDIRECT_-1207055895'), ('const-433', u'LOAD_-1207057327'), (u'STORE_-1207056994', u'INDIRECT_-1207055689'), ('tmp_5062', u'CAST_-1207055476'), (u'CALL_-1207056889', u'INDIRECT_-1207055577'), (u'INT_AND_-1207058032', u'INT_NOTEQUAL_-1207058045'), ('const-0', u'INT_EQUAL_-1207057048'), (u'CALL_-1207056557', u'INDIRECT_-1207055347'), (u'CALL_-1207056515', u'INDIRECT_-1207055322'), ('tmp_758', u'BRANCH_-1207057504'), ('const-1', u'PTRADD_-1207055056'), (u'STORE_-1207057714', u'INDIRECT_-1207055975'), ('tmp_1508', u'BRANCH_-1207056768'), (u'INT_ADD_-1207057392', u'MULTIEQUAL_-1207056497'), (u'INT_MULT_-1207057383', u'INT_ADD_-1207057395'), (u'PTRADD_-1207055061', u'INT_NOTEQUAL_-1207057161'), (u'CALL_-1207056931', u'INDIRECT_-1207055604'), (u'INDIRECT_-1207055272', u'MULTIEQUAL_-1207056093'), ('const-433', u'STORE_-1207056959'), (u'INT_ADD_-1207058044', u'CAST_-1207055561'), (u'PTRADD_-1207055536', u'STORE_-1207057926'), ('const-4', u'PTRADD_-1207055286'), ('const-1', u'PTRADD_-1207055315'), ('const-1', u'CALL_-1207057991'), (u'LOAD_-1207057303', u'INT_ADD_-1207057285'), ('const-0', u'STORE_-1207057750'), (u'INDIRECT_-1207055833', u'MULTIEQUAL_-1207055821'), ('const-8', u'INT_MULT_-1207057662'), ('const-433', u'LOAD_-1207056956'), (u'COPY_-1207055019', u'CALL_-1207056931'), (u'CAST_-1207055562', u'INT_ADD_-1207058044'), (u'INT_EQUAL_-1207058014', u'CBRANCH_-1207058012'), (u'COPY_-1207054870', u'CALL_-1207056517'), (u'CALL_-1207056570', u'INDIRECT_-1207055355'), ('tmp_622', u'CBRANCH_-1207057610'), (u'INT_ADD_-1207057353', u'CAST_-1207055134'), (u'CAST_-1207055527', u'MULTIEQUAL_-1207055849'), (u'INT_RIGHT_-1207058043', u'COPY_-1207055625'), (u'STORE_-1207057947', u'INDIRECT_-1207056124'), ('const-76', u'INT_ADD_-1207057313'), (u'CAST_-1207055258', u'STORE_-1207057559'), ('tmp_566', u'CBRANCH_-1207057667'), (u'LOAD_-1207057465', u'INT_NOTEQUAL_-1207057445'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055302'), ('const-433', u'LOAD_-1207057905'), (u'LOAD_-1207057042', u'COPY_-1207055186'), (u'INT_AND_-1207057301', u'INT_EQUAL_-1207057315'), (u'PTRADD_-1207055089', u'STORE_-1207056972'), ('const-24', u'INT_ADD_-1207057334'), ('const-433', u'STORE_-1207056965'), (u'MULTIEQUAL_-1207055802', u'MULTIEQUAL_-1207055816'), (u'INT_EQUAL_-1207057624', u'CBRANCH_-1207057610'), (u'CALL_-1207056578', u'INDIRECT_-1207055361'), (u'CALL_-1207057638', u'INT_EQUAL_-1207057624'), ('const-4', u'PTRADD_-1207055302'), (u'COPY_-1207055191', u'MULTIEQUAL_-1207056396'), (u'CAST_-1207055268', u'STORE_-1207057573'), (u'MULTIEQUAL_-1207055615', u'COPY_-1207055697'), ('const-1586140', u'COPY_-1207054747'), ('const-433', u'LOAD_-1207057555'), (u'STORE_-1207057001', u'INDIRECT_-1207055694'), (u'INDIRECT_-1207055870', u'MULTIEQUAL_-1207055641'), ('const-3', u'PTRADD_-1207055084'), (u'INDIRECT_-1207056090', u'MULTIEQUAL_-1207056029'), ('const-8', u'PTRADD_-1207055105'), ('const-8', u'PTRADD_-1207055530'), ('const-433', u'STORE_-1207056985'), (u'PTRSUB_-1207055105', u'PTRADD_-1207055105'), (u'LOAD_-1207056956', u'CALL_-1207056943'), (u'INT_EQUAL_-1207057315', u'CBRANCH_-1207057312'), (u'INT_ADD_-1207057449', u'CAST_-1207055190'), ('const-8', u'INT_MULT_-1207057389'), ('const-8', u'INT_MULT_-1207057314'), ('const-76', u'INT_ADD_-1207057882'), (u'CAST_-1207055197', u'STORE_-1207057415'), (u'CAST_-1207055116', u'LOAD_-1207057342'), ('const-0', u'CALL_-1207056868'), ('const-433', u'LOAD_-1207057606'), (u'CALL_-1207057329', u'INDIRECT_-1207055763'), ('tmp_722', u'CBRANCH_-1207057530'), ('const-433', u'STORE_-1207057750'), ('const-0', u'INT_NOTEQUAL_-1207057948'), (u'INDIRECT_-1207055393', u'MULTIEQUAL_-1207056117'), ('const-76', u'INT_ADD_-1207057553'), ('const-1', u'INT_EQUAL_-1207057428'), (u'LOAD_-1207057411', u'INT_ADD_-1207057388'), (u'CALL_-1207056849', u'CAST_-1207054911'), ('const-946', u'CALL_-1207056432'), ('const-8', u'PTRADD_-1207055536'), (u'STORE_-1207057743', u'INDIRECT_-1207055997'), (u'CALL_-1207056517', u'INDIRECT_-1207055393'), (u'CALL_-1207057371', u'STORE_-1207057367'), ('const-0', u'PTRSUB_-1207055322'), (u'CAST_-1207055198', u'INT_ADD_-1207057401'), ('const-0', u'PTRSUB_-1207055419'), ('const-1569099', u'COPY_-1207054923'), (u'CALL_-1207057387', u'CALL_-1207057371'), (u'MULTIEQUAL_-1207056817', u'INT_MULT_-1207058007'), ('const-8', u'PTRADD_-1207055291'), (u'CALL_-1207056868', u'CALL_-1207056781'), ('const-433', u'LOAD_-1207057854'), ('const-433', u'LOAD_-1207057967'), (u'COPY_-1207054753', u'CALL_-1207056432'), (u'STORE_-1207056965', u'INDIRECT_-1207055667'), ('const-8', u'PTRADD_-1207055623'), ('const-0', u'INT_NOTEQUAL_-1207057834'), (u'INT_EQUAL_-1207057669', u'CBRANCH_-1207057667'), (u'INT_ADD_-1207057326', u'CAST_-1207055116'), (u'LOAD_-1207057465', u'MULTIEQUAL_-1207056606'), (u'LOAD_-1207057883', u'CAST_-1207055458'), (u'COPY_-1207054903', u'CALL_-1207056559'), ('const-433', u'STORE_-1207057708'), ('const-1', u'CALL_-1207057638'), (u'INT_ADD_-1207057889', u'CAST_-1207055475'), (u'INT_NOTEQUAL_-1207057383', u'CBRANCH_-1207057382'), (u'MULTIEQUAL_-1207055816', u'MULTIEQUAL_-1207055641'), ('const-0', u'INT_EQUAL_-1207058014'), (u'STORE_-1207057911', u'INDIRECT_-1207056099'), ('const-1143', u'CALL_-1207056781'), (u'INDIRECT_-1207055829', u'MULTIEQUAL_-1207055816'), (u'MULTIEQUAL_-1207056029', u'PTRSUB_-1207055445'), ('const-433', u'LOAD_-1207057342'), (u'LOAD_-1207057327', u'INT_AND_-1207057301'), (u'CAST_-1207055190', u'LOAD_-1207057465'), (u'PTRADD_-1207055094', u'STORE_-1207056979'), ('tmp_5059', u'STORE_-1207057940'), (u'CALL_-1207056931', u'INDIRECT_-1207055521'), (u'INT_ADD_-1207057285', u'STORE_-1207057300'), ('const-433', u'STORE_-1207057743'), (u'LOAD_-1207057705', u'CAST_-1207055345'), (u'CAST_-1207055121', u'STORE_-1207057348'), (u'MULTIEQUAL_-1207056679', u'PTRADD_-1207055426'), ('const-433', u'LOAD_-1207056569'), ('tmp_1614', u'BRANCH_-1207056842'), ('const-1548824', u'COPY_-1207054808'), ('tmp_928', u'BRANCH_-1207057326'), ('const-0', u'INT_NOTEQUAL_-1207057445'), (u'CAST_-1207055527', u'INT_EQUAL_-1207057977'), (u'LOAD_-1207057967', u'STORE_-1207057940'), ('tmp_5062', u'PTRADD_-1207055505'), ('const-433', u'STORE_-1207057579'), (u'INT_ADD_-1207057392', u'INT_NOTEQUAL_-1207057383'), (u'MULTIEQUAL_-1207056396', u'PTRADD_-1207055094'), (u'CALL_-1207057418', u'CALL_-1207057329'), (u'PTRADD_-1207055530', u'LOAD_-1207057920'), (u'INT_ADD_-1207057553', u'CAST_-1207055263'), ('const-433', u'LOAD_-1207057411'), (u'PTRADD_-1207055421', u'PTRSUB_-1207055419'), (u'CALL_-1207056557', u'CALL_-1207056432'), ('const-0', u'RETURN_-1207057096'), ('const-8', u'PTRADD_-1207055322'), ('const-433', u'LOAD_-1207057920'), (u'PTRADD_-1207055386', u'LOAD_-1207057698'), ('const-8', u'INT_MULT_-1207057383'), (u'LOAD_-1207057548', u'INT_ADD_-1207057449'), (u'PTRADD_-1207055302', u'PTRSUB_-1207055300'), ('tmp_5062', u'PTRADD_-1207055541'), ('const-24', u'INT_ADD_-1207057291'), (u'LOAD_-1207057548', u'INT_ADD_-1207057326'), (u'CAST_-1207055264', u'INT_ADD_-1207057553'), (u'PTRSUB_-1207055300', u'PTRADD_-1207055300'), (u'COPY_-1207054918', u'CALL_-1207056781'), ('const-0', u'INT_EQUAL_-1207057669'), (u'CAST_-1207055458', u'MULTIEQUAL_-1207056520'), (u'PTRADD_-1207055495', u'INT_NOTEQUAL_-1207057161'), (u'INT_MULT_-1207058007', u'CALL_-1207056432'), ('const-2011', u'CALL_-1207056931')]
| null | null |
0012c120
|
x64
|
O2
|
(translation_unit "void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}\n\n" (function_definition "void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" primitive_type (function_declarator "FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (expression_statement "undefined1 (*pauVar9) [16];" (subscript_expression "undefined1 (*pauVar9) [16]" (call_expression "undefined1 (*pauVar9)" identifier (argument_list "(*pauVar9)" ( (pointer_expression "*pauVar9" * identifier) ))) [ number_literal ]) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "long *plVar14;" (sized_type_specifier "long" long) (pointer_declarator "*plVar14" * identifier) ;) (declaration "undefined8 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (expression_statement "uVar13 = param_2[7];" (assignment_expression "uVar13 = param_2[7]" identifier = (subscript_expression "param_2[7]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80) != 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80)" ( (binary_expression "*(byte *)((long)param_2 + 0x4d) & 0x80" (pointer_expression "*(byte *)((long)param_2 + 0x4d)" * (cast_expression "(byte *)((long)param_2 + 0x4d)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x4d)" ( (binary_expression "(long)param_2 + 0x4d" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = (ulong)param_2[7] >> 1;\n }" { (expression_statement "uVar13 = (ulong)param_2[7] >> 1;" (assignment_expression "uVar13 = (ulong)param_2[7] >> 1" identifier = (binary_expression "(ulong)param_2[7] >> 1" (cast_expression "(ulong)param_2[7]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[7]" identifier [ number_literal ])) >> number_literal)) ;) })) (expression_statement "sVar7 = uVar13 * 8;" (assignment_expression "sVar7 = uVar13 * 8" identifier = (binary_expression "uVar13 * 8" identifier * number_literal)) ;) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" if (parenthesized_expression "(sVar7 == 0)" ( (binary_expression "sVar7 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" identifier (argument_list "("awk.h",0x7d7)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "local_58 = (undefined8 *)calloc(1,sVar7);" (assignment_expression "local_58 = (undefined8 *)calloc(1,sVar7)" identifier = (cast_expression "(undefined8 *)calloc(1,sVar7)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "calloc(1,sVar7)" identifier (argument_list "(1,sVar7)" ( number_literal , identifier ))))) ;) (if_statement "if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" if (parenthesized_expression "(local_58 == (undefined8 *)0x0)" ( (binary_expression "local_58 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" identifier (argument_list "("awk.h",0x7db)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" identifier = (call_expression "strerror(*piVar10)" identifier (argument_list "(*piVar10)" ( (pointer_expression "*piVar10" * identifier) )))) ;) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" identifier (argument_list "(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""tree_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar8 = *param_2;" (assignment_expression "uVar8 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_3[1] = local_58;" (assignment_expression "param_3[1] = local_58" (subscript_expression "param_3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_3 = uVar8;" (assignment_expression "*param_3 = uVar8" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "param_3[7] = param_2[7];" (assignment_expression "param_3[7] = param_2[7]" (subscript_expression "param_3[7]" identifier [ number_literal ]) = (subscript_expression "param_2[7]" identifier [ number_literal ])) ;) (expression_statement "param_3[8] = param_2[8];" (assignment_expression "param_3[8] = param_2[8]" (subscript_expression "param_3[8]" identifier [ number_literal ]) = (subscript_expression "param_2[8]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);" (assignment_expression "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c)" (pointer_expression "*(undefined4 *)((long)param_3 + 0x4c)" * (cast_expression "(undefined4 *)((long)param_3 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 0x4c)" ( (binary_expression "(long)param_3 + 0x4c" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)param_2 + 0x4c)" * (cast_expression "(undefined4 *)((long)param_2 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x4c)" ( (binary_expression "(long)param_2 + 0x4c" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" if (parenthesized_expression "(uVar13 != 0)" ( (binary_expression "uVar13 != 0" identifier != number_literal) )) (compound_statement "{\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" { (expression_statement "plVar14 = (long *)param_2[1];" (assignment_expression "plVar14 = (long *)param_2[1]" identifier = (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar1 = plVar14 + uVar13;" (assignment_expression "plVar1 = plVar14 + uVar13" identifier = (binary_expression "plVar14 + uVar13" identifier + identifier)) ;) (do_statement "do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);" do (compound_statement "{\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n }" { (if_statement "if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" if (parenthesized_expression "(*plVar14 != 0)" ( (binary_expression "*plVar14 != 0" (pointer_expression "*plVar14" * identifier) != number_literal) )) (compound_statement "{\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" { (if_statement "if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" if (parenthesized_expression "(*(int *)(*plVar14 + 0x48) == 0xc)" ( (binary_expression "*(int *)(*plVar14 + 0x48) == 0xc" (pointer_expression "*(int *)(*plVar14 + 0x48)" * (cast_expression "(int *)(*plVar14 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x48)" ( (binary_expression "*plVar14 + 0x48" (pointer_expression "*plVar14" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }" { (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" if (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" ( (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" identifier == (cast_expression "(undefined1 (*) [16])0x0" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) number_literal)) )) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" { (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" identifier = (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "FUN_0015a320(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) }) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" else (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" { (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" identifier = identifier) ;) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" identifier = (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" * (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (pointer_expression "*DAT_0039adc0" * identifier)))) ;) }))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xc;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xc" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" * (cast_expression "(undefined4 *)(pauVar9[4] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 8)" ( (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" * identifier) = identifier) ;) (expression_statement "FUN_0012c120(param_1,*plVar14,pauVar9);" (call_expression "FUN_0012c120(param_1,*plVar14,pauVar9)" identifier (argument_list "(param_1,*plVar14,pauVar9)" ( identifier , (pointer_expression "*plVar14" * identifier) , identifier ))) ;) }) (else_clause "else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" else (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" { (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" if (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" ( (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" identifier == (cast_expression "(undefined1 (*) [16])0x0" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) number_literal)) )) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" { (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" identifier = (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "FUN_0015a320(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) }) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" else (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" { (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" identifier = identifier) ;) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" identifier = (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" * (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (pointer_expression "*DAT_0039adc0" * identifier)))) ;) }))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xd;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xd" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" * (cast_expression "(undefined4 *)(pauVar9[4] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 8)" ( (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" * identifier) = identifier) ;) (expression_statement "puVar2 = (undefined8 *)*plVar14;" (assignment_expression "puVar2 = (undefined8 *)*plVar14" identifier = (cast_expression "(undefined8 *)*plVar14" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "lVar3 = puVar2[7];" (assignment_expression "lVar3 = puVar2[7]" identifier = (subscript_expression "puVar2[7]" identifier [ number_literal ])) ;) (expression_statement "sVar7 = lVar3 * 8;" (assignment_expression "sVar7 = lVar3 * 8" identifier = (binary_expression "lVar3 * 8" identifier * number_literal)) ;) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" if (parenthesized_expression "(sVar7 == 0)" ( (binary_expression "sVar7 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" identifier (argument_list "("awk.h",0x7d7)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "pvVar5 = calloc(1,sVar7);" (assignment_expression "pvVar5 = calloc(1,sVar7)" identifier = (call_expression "calloc(1,sVar7)" identifier (argument_list "(1,sVar7)" ( number_literal , identifier )))) ;) (if_statement "if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" if (parenthesized_expression "(pvVar5 == (void *)0x0)" ( (binary_expression "pvVar5 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" identifier (argument_list "("awk.h",0x7db)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" identifier = (call_expression "strerror(*piVar10)" identifier (argument_list "(*piVar10)" ( (pointer_expression "*piVar10" * identifier) )))) ;) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" identifier (argument_list "(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""leaf_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar8 = *puVar2;" (assignment_expression "uVar8 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "*(void **)(*pauVar9 + 8) = pvVar5;" (assignment_expression "*(void **)(*pauVar9 + 8) = pvVar5" (pointer_expression "*(void **)(*pauVar9 + 8)" * (cast_expression "(void **)(*pauVar9 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*pauVar9 + 8)" ( (binary_expression "*pauVar9 + 8" (pointer_expression "*pauVar9" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(pauVar9[3] + 8) = lVar3;" (assignment_expression "*(long *)(pauVar9[3] + 8) = lVar3" (pointer_expression "*(long *)(pauVar9[3] + 8)" * (cast_expression "(long *)(pauVar9[3] + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[3] + 8)" ( (binary_expression "pauVar9[3] + 8" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)*pauVar9 = uVar8;" (assignment_expression "*(undefined8 *)*pauVar9 = uVar8" (pointer_expression "*(undefined8 *)*pauVar9" * (cast_expression "(undefined8 *)*pauVar9" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*pauVar9" * identifier))) = identifier) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);" (assignment_expression "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c)" (pointer_expression "*(undefined4 *)(pauVar9[4] + 0xc)" * (cast_expression "(undefined4 *)(pauVar9[4] + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 0xc)" ( (binary_expression "pauVar9[4] + 0xc" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)puVar2 + 0x4c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x4c)" ( (binary_expression "(long)puVar2 + 0x4c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar4 = puVar2[1];" (assignment_expression "lVar4 = puVar2[1]" identifier = (subscript_expression "puVar2[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)pauVar9[4] = puVar2[8];" (assignment_expression "*(undefined8 *)pauVar9[4] = puVar2[8]" (pointer_expression "*(undefined8 *)pauVar9[4]" * (cast_expression "(undefined8 *)pauVar9[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pauVar9[4]" identifier [ number_literal ]))) = (subscript_expression "puVar2[8]" identifier [ number_literal ])) ;) (if_statement "if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" if (parenthesized_expression "(0 < lVar3)" ( (binary_expression "0 < lVar3" number_literal < identifier) )) (compound_statement "{\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" { (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);" do (compound_statement "{\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n }" { (expression_statement "lVar6 = *(long *)(lVar4 + lVar12 * 8);" (assignment_expression "lVar6 = *(long *)(lVar4 + lVar12 * 8)" identifier = (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" * (cast_expression "(long *)(lVar4 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" { (if_statement "if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" if (parenthesized_expression "(*(int *)(lVar6 + 0x48) == 1)" ( (binary_expression "*(int *)(lVar6 + 0x48) == 1" (pointer_expression "*(int *)(lVar6 + 0x48)" * (cast_expression "(int *)(lVar6 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x48)" ( (binary_expression "lVar6 + 0x48" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }" { (if_statement "if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" if (parenthesized_expression "((*(byte *)(lVar6 + 0x4c) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar6 + 0x4c) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x4c) & 1)" ( (binary_expression "*(byte *)(lVar6 + 0x4c) & 1" (pointer_expression "*(byte *)(lVar6 + 0x4c)" * (cast_expression "(byte *)(lVar6 + 0x4c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x4c)" ( (binary_expression "lVar6 + 0x4c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n lVar6 = FUN_0015a490();\n }" { (expression_statement "lVar6 = FUN_0015a490();" (assignment_expression "lVar6 = FUN_0015a490()" identifier = (call_expression "FUN_0015a490()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" else (compound_statement "{\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" { (expression_statement "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;" (assignment_expression "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" * (cast_expression "(long *)(lVar6 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) = (binary_expression "*(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" * (cast_expression "(long *)(lVar6 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) + number_literal)) ;) }))) }) (else_clause "else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" else (compound_statement "{\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" { (expression_statement "lVar6 = FUN_0010c490();" (assignment_expression "lVar6 = FUN_0010c490()" identifier = (call_expression "FUN_0010c490()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);" (assignment_expression "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" * (cast_expression "(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar4 + lVar12 * 8) + 0x20)" ( (binary_expression "*(long *)(lVar4 + lVar12 * 8) + 0x20" (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" * (cast_expression "(long *)(lVar4 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "sVar7 = strlen(pcVar11);" (assignment_expression "sVar7 = strlen(pcVar11)" identifier = (call_expression "strlen(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier )))) ;) (expression_statement "uVar8 = FUN_00157f70(pcVar11,sVar7);" (assignment_expression "uVar8 = FUN_00157f70(pcVar11,sVar7)" identifier = (call_expression "FUN_00157f70(pcVar11,sVar7)" identifier (argument_list "(pcVar11,sVar7)" ( identifier , identifier )))) ;) (expression_statement "*(undefined8 *)(lVar6 + 0x20) = uVar8;" (assignment_expression "*(undefined8 *)(lVar6 + 0x20) = uVar8" (pointer_expression "*(undefined8 *)(lVar6 + 0x20)" * (cast_expression "(undefined8 *)(lVar6 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar6 + 0x18) = param_1;" (assignment_expression "*(undefined8 *)(lVar6 + 0x18) = param_1" (pointer_expression "*(undefined8 *)(lVar6 + 0x18)" * (cast_expression "(undefined8 *)(lVar6 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);" (assignment_expression "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" identifier = (call_expression "FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" identifier (argument_list "(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" ( (pointer_expression "*(undefined8 *)(lVar4 + lVar12 * 8)" * (cast_expression "(undefined8 *)(lVar4 + lVar12 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) , identifier )))) ;) }))) (expression_statement "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6;" (assignment_expression "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6" (pointer_expression "*(long *)((long)pvVar5 + lVar12 * 8)" * (cast_expression "(long *)((long)pvVar5 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar5 + lVar12 * 8)" ( (binary_expression "(long)pvVar5 + lVar12 * 8" (cast_expression "(long)pvVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) = identifier) ;) })) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar3 != lVar12)" ( (binary_expression "lVar3 != lVar12" identifier != identifier) )) ;) })) }))) })) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" identifier = (binary_expression "plVar14 + 1" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 1;" (assignment_expression "local_58 = local_58 + 1" identifier = (binary_expression "local_58 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar1 != plVar14)" ( (binary_expression "plVar1 != plVar14" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void tree_copy(NODE *newsymb,NODE *tree,NODE *newtree)\n\n{\n long *plVar1;\n long *plVar2;\n long lVar3;\n char *pcVar4;\n NODE *pNVar5;\n size_t sVar6;\n char *pcVar7;\n anon_union_8_4_7583dc62_for_l aVar8;\n int *piVar9;\n char *mesg;\n ulong uVar10;\n ulong uVar11;\n long *plVar12;\n char *local_58;\n \n uVar11 = (tree->sub).nodep.cnt;\n if ((tree->flags & 0x8000) != 0) {\n uVar11 = uVar11 >> 1;\n }\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (char *)calloc(1,sVar6);\n if (local_58 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar4 = strerror(*piVar9);\n pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);\n }\n aVar8 = (tree->sub).nodep.l;\n (newtree->sub).val.sp = local_58;\n (newtree->sub).nodep.l = aVar8;\n (newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;\n (newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;\n newtree->flags = tree->flags;\n if (uVar11 != 0) {\n plVar12 = (long *)(tree->sub).val.sp;\n plVar1 = plVar12 + uVar11;\n do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);\n }\n return;\n}\n\n" (function_definition "void tree_copy(NODE *newsymb,NODE *tree,NODE *newtree)\n\n{\n long *plVar1;\n long *plVar2;\n long lVar3;\n char *pcVar4;\n NODE *pNVar5;\n size_t sVar6;\n char *pcVar7;\n anon_union_8_4_7583dc62_for_l aVar8;\n int *piVar9;\n char *mesg;\n ulong uVar10;\n ulong uVar11;\n long *plVar12;\n char *local_58;\n \n uVar11 = (tree->sub).nodep.cnt;\n if ((tree->flags & 0x8000) != 0) {\n uVar11 = uVar11 >> 1;\n }\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (char *)calloc(1,sVar6);\n if (local_58 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar4 = strerror(*piVar9);\n pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);\n }\n aVar8 = (tree->sub).nodep.l;\n (newtree->sub).val.sp = local_58;\n (newtree->sub).nodep.l = aVar8;\n (newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;\n (newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;\n newtree->flags = tree->flags;\n if (uVar11 != 0) {\n plVar12 = (long *)(tree->sub).val.sp;\n plVar1 = plVar12 + uVar11;\n do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);\n }\n return;\n}" primitive_type (function_declarator "tree_copy(NODE *newsymb,NODE *tree,NODE *newtree)" identifier (parameter_list "(NODE *newsymb,NODE *tree,NODE *newtree)" ( (parameter_declaration "NODE *newsymb" type_identifier (pointer_declarator "*newsymb" * identifier)) , (parameter_declaration "NODE *tree" type_identifier (pointer_declarator "*tree" * identifier)) , (parameter_declaration "NODE *newtree" type_identifier (pointer_declarator "*newtree" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n long lVar3;\n char *pcVar4;\n NODE *pNVar5;\n size_t sVar6;\n char *pcVar7;\n anon_union_8_4_7583dc62_for_l aVar8;\n int *piVar9;\n char *mesg;\n ulong uVar10;\n ulong uVar11;\n long *plVar12;\n char *local_58;\n \n uVar11 = (tree->sub).nodep.cnt;\n if ((tree->flags & 0x8000) != 0) {\n uVar11 = uVar11 >> 1;\n }\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (char *)calloc(1,sVar6);\n if (local_58 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar4 = strerror(*piVar9);\n pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);\n }\n aVar8 = (tree->sub).nodep.l;\n (newtree->sub).val.sp = local_58;\n (newtree->sub).nodep.l = aVar8;\n (newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;\n (newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;\n newtree->flags = tree->flags;\n if (uVar11 != 0) {\n plVar12 = (long *)(tree->sub).val.sp;\n plVar1 = plVar12 + uVar11;\n do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "NODE *pNVar5;" type_identifier (pointer_declarator "*pNVar5" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "anon_union_8_4_7583dc62_for_l aVar8;" type_identifier identifier ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "char *mesg;" primitive_type (pointer_declarator "*mesg" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "long *plVar12;" (sized_type_specifier "long" long) (pointer_declarator "*plVar12" * identifier) ;) (declaration "char *local_58;" primitive_type (pointer_declarator "*local_58" * identifier) ;) (expression_statement "uVar11 = (tree->sub).nodep.cnt;" (assignment_expression "uVar11 = (tree->sub).nodep.cnt" identifier = (field_expression "(tree->sub).nodep.cnt" (field_expression "(tree->sub).nodep" (parenthesized_expression "(tree->sub)" ( (field_expression "tree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((tree->flags & 0x8000) != 0) {\n uVar11 = uVar11 >> 1;\n }" if (parenthesized_expression "((tree->flags & 0x8000) != 0)" ( (binary_expression "(tree->flags & 0x8000) != 0" (parenthesized_expression "(tree->flags & 0x8000)" ( (binary_expression "tree->flags & 0x8000" (field_expression "tree->flags" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar11 = uVar11 >> 1;\n }" { (expression_statement "uVar11 = uVar11 >> 1;" (assignment_expression "uVar11 = uVar11 >> 1" identifier = (binary_expression "uVar11 >> 1" identifier >> number_literal)) ;) })) (expression_statement "sVar6 = uVar11 * 8;" (assignment_expression "sVar6 = uVar11 * 8" identifier = (binary_expression "uVar11 * 8" identifier * number_literal)) ;) (if_statement "if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" if (parenthesized_expression "(sVar6 == 0)" ( (binary_expression "sVar6 == 0" identifier == number_literal) )) (compound_statement "{\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" { (expression_statement "set_loc("awk.h",L'ߗ');" (call_expression "set_loc("awk.h",L'ߗ')" identifier (argument_list "("awk.h",L'ߗ')" ( (string_literal ""awk.h"" " string_content ") , (char_literal "L'ߗ'" L' character ') ))) ;) (expression_statement "r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);" (call_expression "r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "local_58 = (char *)calloc(1,sVar6);" (assignment_expression "local_58 = (char *)calloc(1,sVar6)" identifier = (cast_expression "(char *)calloc(1,sVar6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "calloc(1,sVar6)" identifier (argument_list "(1,sVar6)" ( number_literal , identifier ))))) ;) (if_statement "if (local_58 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar4 = strerror(*piVar9);\n pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);\n }" if (parenthesized_expression "(local_58 == (char *)0x0)" ( (binary_expression "local_58 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar4 = strerror(*piVar9);\n pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);\n }" { (expression_statement "set_loc("awk.h",L'ߛ');" (call_expression "set_loc("awk.h",L'ߛ')" identifier (argument_list "("awk.h",L'ߛ')" ( (string_literal ""awk.h"" " string_content ") , (char_literal "L'ߛ'" L' character ') ))) ;) (expression_statement "piVar9 = __errno_location();" (assignment_expression "piVar9 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar4 = strerror(*piVar9);" (assignment_expression "pcVar4 = strerror(*piVar9)" identifier = (call_expression "strerror(*piVar9)" identifier (argument_list "(*piVar9)" ( (pointer_expression "*piVar9" * identifier) )))) ;) (expression_statement "pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "pcVar7 = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal ))))) ;) (expression_statement "r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4);" (call_expression "r_fatal(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4)" identifier (argument_list "(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",sVar6,pcVar4)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""tree_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "aVar8 = (tree->sub).nodep.l;" (assignment_expression "aVar8 = (tree->sub).nodep.l" identifier = (field_expression "(tree->sub).nodep.l" (field_expression "(tree->sub).nodep" (parenthesized_expression "(tree->sub)" ( (field_expression "tree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "(newtree->sub).val.sp = local_58;" (assignment_expression "(newtree->sub).val.sp = local_58" (field_expression "(newtree->sub).val.sp" (field_expression "(newtree->sub).val" (parenthesized_expression "(newtree->sub)" ( (field_expression "newtree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(newtree->sub).nodep.l = aVar8;" (assignment_expression "(newtree->sub).nodep.l = aVar8" (field_expression "(newtree->sub).nodep.l" (field_expression "(newtree->sub).nodep" (parenthesized_expression "(newtree->sub)" ( (field_expression "newtree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;" (assignment_expression "(newtree->sub).nodep.cnt = (tree->sub).nodep.cnt" (field_expression "(newtree->sub).nodep.cnt" (field_expression "(newtree->sub).nodep" (parenthesized_expression "(newtree->sub)" ( (field_expression "newtree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (field_expression "(tree->sub).nodep.cnt" (field_expression "(tree->sub).nodep" (parenthesized_expression "(tree->sub)" ( (field_expression "tree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "(newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;" (assignment_expression "(newtree->sub).nodep.reflags = (tree->sub).nodep.reflags" (field_expression "(newtree->sub).nodep.reflags" (field_expression "(newtree->sub).nodep" (parenthesized_expression "(newtree->sub)" ( (field_expression "newtree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (field_expression "(tree->sub).nodep.reflags" (field_expression "(tree->sub).nodep" (parenthesized_expression "(tree->sub)" ( (field_expression "tree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "newtree->flags = tree->flags;" (assignment_expression "newtree->flags = tree->flags" (field_expression "newtree->flags" identifier -> field_identifier) = (field_expression "tree->flags" identifier -> field_identifier)) ;) (if_statement "if (uVar11 != 0) {\n plVar12 = (long *)(tree->sub).val.sp;\n plVar1 = plVar12 + uVar11;\n do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);\n }" if (parenthesized_expression "(uVar11 != 0)" ( (binary_expression "uVar11 != 0" identifier != number_literal) )) (compound_statement "{\n plVar12 = (long *)(tree->sub).val.sp;\n plVar1 = plVar12 + uVar11;\n do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);\n }" { (expression_statement "plVar12 = (long *)(tree->sub).val.sp;" (assignment_expression "plVar12 = (long *)(tree->sub).val.sp" identifier = (cast_expression "(long *)(tree->sub).val.sp" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (field_expression "(tree->sub).val.sp" (field_expression "(tree->sub).val" (parenthesized_expression "(tree->sub)" ( (field_expression "tree->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "plVar1 = plVar12 + uVar11;" (assignment_expression "plVar1 = plVar12 + uVar11" identifier = (binary_expression "plVar12 + uVar11" identifier + identifier)) ;) (do_statement "do {\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n } while (plVar1 != plVar12);" do (compound_statement "{\n if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }\n plVar12 = plVar12 + 1;\n local_58 = local_58 + 8;\n }" { (if_statement "if (*plVar12 != 0) {\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }" if (parenthesized_expression "(*plVar12 != 0)" ( (binary_expression "*plVar12 != 0" (pointer_expression "*plVar12" * identifier) != number_literal) )) (compound_statement "{\n if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }\n }" { (if_statement "if (*(int *)(*plVar12 + 0x48) == 0xc) {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }\n else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }" if (parenthesized_expression "(*(int *)(*plVar12 + 0x48) == 0xc)" ( (binary_expression "*(int *)(*plVar12 + 0x48) == 0xc" (pointer_expression "*(int *)(*plVar12 + 0x48)" * (cast_expression "(int *)(*plVar12 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar12 + 0x48)" ( (binary_expression "*plVar12 + 0x48" (pointer_expression "*plVar12" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_tree;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);\n }" { (if_statement "if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" if (parenthesized_expression "(nextfree == (anon_union_8_4_7583dc62_for_l)0x0)" ( (binary_expression "nextfree == (anon_union_8_4_7583dc62_for_l)0x0" identifier == (cast_expression "(anon_union_8_4_7583dc62_for_l)0x0" ( (type_descriptor "anon_union_8_4_7583dc62_for_l" type_identifier) ) number_literal)) )) (compound_statement "{\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }" { (expression_statement "aVar8.lptr = (exp_node *)more_blocks(L'\0');" (assignment_expression "aVar8.lptr = (exp_node *)more_blocks(L'\0')" (field_expression "aVar8.lptr" identifier . field_identifier) = (cast_expression "(exp_node *)more_blocks(L'\0')" ( (type_descriptor "exp_node *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "more_blocks(L'\0')" identifier (argument_list "(L'\0')" ( (char_literal "L'\0'" L' escape_sequence ') ))))) ;) }) (else_clause "else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" else (compound_statement "{\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" { (expression_statement "aVar8 = nextfree;" (assignment_expression "aVar8 = nextfree" identifier = identifier) ;) (expression_statement "nextfree = ((nextfree.lptr)->sub).nodep.l;" (assignment_expression "nextfree = ((nextfree.lptr)->sub).nodep.l" identifier = (field_expression "((nextfree.lptr)->sub).nodep.l" (field_expression "((nextfree.lptr)->sub).nodep" (parenthesized_expression "((nextfree.lptr)->sub)" ( (field_expression "(nextfree.lptr)->sub" (parenthesized_expression "(nextfree.lptr)" ( (field_expression "nextfree.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier)) ;) }))) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x40)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x40" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "(aVar8.lptr)->type = Node_array_tree;" (assignment_expression "(aVar8.lptr)->type = Node_array_tree" (field_expression "(aVar8.lptr)->type" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])&(aVar8.lptr)->sub" * (cast_expression "(undefined1 (*) [16])&(aVar8.lptr)->sub" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier)))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8)" * (cast_expression "(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&((aVar8.lptr)->sub).nodep.r + 8)" ( (binary_expression "(long)&((aVar8.lptr)->sub).nodep.r + 8" (cast_expression "(long)&((aVar8.lptr)->sub).nodep.r" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&((aVar8.lptr)->sub).nodep.r" & (field_expression "((aVar8.lptr)->sub).nodep.r" (field_expression "((aVar8.lptr)->sub).nodep" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x20)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x20" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x30)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x30" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;" (assignment_expression "*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8" (pointer_expression "*(anon_union_8_4_7583dc62_for_l *)local_58" * (cast_expression "(anon_union_8_4_7583dc62_for_l *)local_58" ( (type_descriptor "anon_union_8_4_7583dc62_for_l *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr);" (call_expression "tree_copy(newsymb,(NODE *)*plVar12,aVar8.lptr)" identifier (argument_list "(newsymb,(NODE *)*plVar12,aVar8.lptr)" ( identifier , (cast_expression "(NODE *)*plVar12" ( (type_descriptor "NODE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier)) , (field_expression "aVar8.lptr" identifier . field_identifier) ))) ;) }) (else_clause "else {\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }" else (compound_statement "{\n if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;\n (aVar8.lptr)->type = Node_array_leaf;\n *(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;\n *(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;\n *(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;\n plVar2 = (long *)*plVar12;\n uVar11 = plVar2[7];\n sVar6 = uVar11 * 8;\n if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pcVar4 = (char *)calloc(1,sVar6);\n if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }\n lVar3 = *plVar2;\n ((aVar8.lptr)->sub).val.sp = pcVar4;\n ((aVar8.lptr)->sub).nodep.cnt = uVar11;\n ((aVar8.lptr)->sub).nodep.l.ll = lVar3;\n (aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);\n lVar3 = plVar2[1];\n *(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];\n if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }\n }" { (if_statement "if (nextfree == (anon_union_8_4_7583dc62_for_l)0x0) {\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }\n else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" if (parenthesized_expression "(nextfree == (anon_union_8_4_7583dc62_for_l)0x0)" ( (binary_expression "nextfree == (anon_union_8_4_7583dc62_for_l)0x0" identifier == (cast_expression "(anon_union_8_4_7583dc62_for_l)0x0" ( (type_descriptor "anon_union_8_4_7583dc62_for_l" type_identifier) ) number_literal)) )) (compound_statement "{\n aVar8.lptr = (exp_node *)more_blocks(L'\0');\n }" { (expression_statement "aVar8.lptr = (exp_node *)more_blocks(L'\0');" (assignment_expression "aVar8.lptr = (exp_node *)more_blocks(L'\0')" (field_expression "aVar8.lptr" identifier . field_identifier) = (cast_expression "(exp_node *)more_blocks(L'\0')" ( (type_descriptor "exp_node *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "more_blocks(L'\0')" identifier (argument_list "(L'\0')" ( (char_literal "L'\0'" L' escape_sequence ') ))))) ;) }) (else_clause "else {\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" else (compound_statement "{\n aVar8 = nextfree;\n nextfree = ((nextfree.lptr)->sub).nodep.l;\n }" { (expression_statement "aVar8 = nextfree;" (assignment_expression "aVar8 = nextfree" identifier = identifier) ;) (expression_statement "nextfree = ((nextfree.lptr)->sub).nodep.l;" (assignment_expression "nextfree = ((nextfree.lptr)->sub).nodep.l" identifier = (field_expression "((nextfree.lptr)->sub).nodep.l" (field_expression "((nextfree.lptr)->sub).nodep" (parenthesized_expression "((nextfree.lptr)->sub)" ( (field_expression "(nextfree.lptr)->sub" (parenthesized_expression "(nextfree.lptr)" ( (field_expression "nextfree.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier)) ;) }))) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x40)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x40)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x40" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "(aVar8.lptr)->type = Node_array_leaf;" (assignment_expression "(aVar8.lptr)->type = Node_array_leaf" (field_expression "(aVar8.lptr)->type" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])&(aVar8.lptr)->sub = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])&(aVar8.lptr)->sub" * (cast_expression "(undefined1 (*) [16])&(aVar8.lptr)->sub" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier)))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8)" * (cast_expression "(undefined1 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&((aVar8.lptr)->sub).nodep.r + 8)" ( (binary_expression "(long)&((aVar8.lptr)->sub).nodep.r + 8" (cast_expression "(long)&((aVar8.lptr)->sub).nodep.r" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&((aVar8.lptr)->sub).nodep.r" & (field_expression "((aVar8.lptr)->sub).nodep.r" (field_expression "((aVar8.lptr)->sub).nodep" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x20)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x20)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x20" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30)" * (cast_expression "(undefined1 (*) [16])((long)&(aVar8.lptr)->sub + 0x30)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "((long)&(aVar8.lptr)->sub + 0x30)" ( (binary_expression "(long)&(aVar8.lptr)->sub + 0x30" (cast_expression "(long)&(aVar8.lptr)->sub" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(aVar8.lptr)->sub" & (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8;" (assignment_expression "*(anon_union_8_4_7583dc62_for_l *)local_58 = aVar8" (pointer_expression "*(anon_union_8_4_7583dc62_for_l *)local_58" * (cast_expression "(anon_union_8_4_7583dc62_for_l *)local_58" ( (type_descriptor "anon_union_8_4_7583dc62_for_l *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "plVar2 = (long *)*plVar12;" (assignment_expression "plVar2 = (long *)*plVar12" identifier = (cast_expression "(long *)*plVar12" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar12" * identifier))) ;) (expression_statement "uVar11 = plVar2[7];" (assignment_expression "uVar11 = plVar2[7]" identifier = (subscript_expression "plVar2[7]" identifier [ number_literal ])) ;) (expression_statement "sVar6 = uVar11 * 8;" (assignment_expression "sVar6 = uVar11 * 8" identifier = (binary_expression "uVar11 * 8" identifier * number_literal)) ;) (if_statement "if (sVar6 == 0) {\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" if (parenthesized_expression "(sVar6 == 0)" ( (binary_expression "sVar6 == 0" identifier == number_literal) )) (compound_statement "{\n set_loc("awk.h",L'ߗ');\n r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" { (expression_statement "set_loc("awk.h",L'ߗ');" (call_expression "set_loc("awk.h",L'ߗ')" identifier (argument_list "("awk.h",L'ߗ')" ( (string_literal ""awk.h"" " string_content ") , (char_literal "L'ߗ'" L' character ') ))) ;) (expression_statement "r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);" (call_expression "r_fatal("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "pcVar4 = (char *)calloc(1,sVar6);" (assignment_expression "pcVar4 = (char *)calloc(1,sVar6)" identifier = (cast_expression "(char *)calloc(1,sVar6)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "calloc(1,sVar6)" identifier (argument_list "(1,sVar6)" ( number_literal , identifier ))))) ;) (if_statement "if (pcVar4 == (char *)0x0) {\n set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\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 set_loc("awk.h",L'ߛ');\n piVar9 = __errno_location();\n pcVar7 = strerror(*piVar9);\n mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);\n }" { (expression_statement "set_loc("awk.h",L'ߛ');" (call_expression "set_loc("awk.h",L'ߛ')" identifier (argument_list "("awk.h",L'ߛ')" ( (string_literal ""awk.h"" " string_content ") , (char_literal "L'ߛ'" L' character ') ))) ;) (expression_statement "piVar9 = __errno_location();" (assignment_expression "piVar9 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar7 = strerror(*piVar9);" (assignment_expression "pcVar7 = strerror(*piVar9)" identifier = (call_expression "strerror(*piVar9)" identifier (argument_list "(*piVar9)" ( (pointer_expression "*piVar9" * identifier) )))) ;) (expression_statement "mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "mesg = (char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal ))))) ;) (expression_statement "r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7);" (call_expression "r_fatal(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7)" identifier (argument_list "(mesg,"cint_array.c",0x477,"leaf_copy","new",sVar6,pcVar7)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""leaf_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "lVar3 = *plVar2;" (assignment_expression "lVar3 = *plVar2" identifier = (pointer_expression "*plVar2" * identifier)) ;) (expression_statement "((aVar8.lptr)->sub).val.sp = pcVar4;" (assignment_expression "((aVar8.lptr)->sub).val.sp = pcVar4" (field_expression "((aVar8.lptr)->sub).val.sp" (field_expression "((aVar8.lptr)->sub).val" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "((aVar8.lptr)->sub).nodep.cnt = uVar11;" (assignment_expression "((aVar8.lptr)->sub).nodep.cnt = uVar11" (field_expression "((aVar8.lptr)->sub).nodep.cnt" (field_expression "((aVar8.lptr)->sub).nodep" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "((aVar8.lptr)->sub).nodep.l.ll = lVar3;" (assignment_expression "((aVar8.lptr)->sub).nodep.l.ll = lVar3" (field_expression "((aVar8.lptr)->sub).nodep.l.ll" (field_expression "((aVar8.lptr)->sub).nodep.l" (field_expression "((aVar8.lptr)->sub).nodep" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c);" (assignment_expression "(aVar8.lptr)->flags = *(uint *)((long)plVar2 + 0x4c)" (field_expression "(aVar8.lptr)->flags" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) = (pointer_expression "*(uint *)((long)plVar2 + 0x4c)" * (cast_expression "(uint *)((long)plVar2 + 0x4c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar2 + 0x4c)" ( (binary_expression "(long)plVar2 + 0x4c" (cast_expression "(long)plVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar3 = plVar2[1];" (assignment_expression "lVar3 = plVar2[1]" identifier = (subscript_expression "plVar2[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];" (assignment_expression "*(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8]" (pointer_expression "*(long *)&((aVar8.lptr)->sub).val.comtype" * (cast_expression "(long *)&((aVar8.lptr)->sub).val.comtype" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((aVar8.lptr)->sub).val.comtype" & (field_expression "((aVar8.lptr)->sub).val.comtype" (field_expression "((aVar8.lptr)->sub).val" (parenthesized_expression "((aVar8.lptr)->sub)" ( (field_expression "(aVar8.lptr)->sub" (parenthesized_expression "(aVar8.lptr)" ( (field_expression "aVar8.lptr" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier)))) = (subscript_expression "plVar2[8]" identifier [ number_literal ])) ;) (if_statement "if (0 < (long)uVar11) {\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }" if (parenthesized_expression "(0 < (long)uVar11)" ( (binary_expression "0 < (long)uVar11" number_literal < (cast_expression "(long)uVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) (compound_statement "{\n uVar10 = 0;\n do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n } while (uVar11 != uVar10);" do (compound_statement "{\n pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);\n if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }\n uVar10 = uVar10 + 1;\n }" { (expression_statement "pNVar5 = *(NODE **)(lVar3 + uVar10 * 8);" (assignment_expression "pNVar5 = *(NODE **)(lVar3 + uVar10 * 8)" identifier = (pointer_expression "*(NODE **)(lVar3 + uVar10 * 8)" * (cast_expression "(NODE **)(lVar3 + uVar10 * 8)" ( (type_descriptor "NODE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + uVar10 * 8)" ( (binary_expression "lVar3 + uVar10 * 8" identifier + (binary_expression "uVar10 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (pNVar5 != (NODE *)0x0) {\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }" if (parenthesized_expression "(pNVar5 != (NODE *)0x0)" ( (binary_expression "pNVar5 != (NODE *)0x0" identifier != (cast_expression "(NODE *)0x0" ( (type_descriptor "NODE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }\n *(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;\n }" { (if_statement "if (pNVar5->type == Node_val) {\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }\n else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }" if (parenthesized_expression "(pNVar5->type == Node_val)" ( (binary_expression "pNVar5->type == Node_val" (field_expression "pNVar5->type" identifier -> field_identifier) == identifier) )) (compound_statement "{\n if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }\n }" { (if_statement "if ((pNVar5->flags & 1) == 0) {\n pNVar5 = r_dupnode(pNVar5);\n }\n else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }" if (parenthesized_expression "((pNVar5->flags & 1) == 0)" ( (binary_expression "(pNVar5->flags & 1) == 0" (parenthesized_expression "(pNVar5->flags & 1)" ( (binary_expression "pNVar5->flags & 1" (field_expression "pNVar5->flags" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n pNVar5 = r_dupnode(pNVar5);\n }" { (expression_statement "pNVar5 = r_dupnode(pNVar5);" (assignment_expression "pNVar5 = r_dupnode(pNVar5)" identifier = (call_expression "r_dupnode(pNVar5)" identifier (argument_list "(pNVar5)" ( identifier )))) ;) }) (else_clause "else {\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }" else (compound_statement "{\n plVar2 = &(pNVar5->sub).val.sref;\n *plVar2 = *plVar2 + 1;\n }" { (expression_statement "plVar2 = &(pNVar5->sub).val.sref;" (assignment_expression "plVar2 = &(pNVar5->sub).val.sref" identifier = (pointer_expression "&(pNVar5->sub).val.sref" & (field_expression "(pNVar5->sub).val.sref" (field_expression "(pNVar5->sub).val" (parenthesized_expression "(pNVar5->sub)" ( (field_expression "pNVar5->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*plVar2 = *plVar2 + 1;" (assignment_expression "*plVar2 = *plVar2 + 1" (pointer_expression "*plVar2" * identifier) = (binary_expression "*plVar2 + 1" (pointer_expression "*plVar2" * identifier) + number_literal)) ;) }))) }) (else_clause "else {\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }" else (compound_statement "{\n pNVar5 = make_array();\n pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);\n sVar6 = strlen(pcVar7);\n pcVar7 = estrdup(pcVar7,sVar6);\n (pNVar5->sub).nodep.name = pcVar7;\n (pNVar5->sub).nodep.x.extra = newsymb;\n pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);\n }" { (expression_statement "pNVar5 = make_array();" (assignment_expression "pNVar5 = make_array()" identifier = (call_expression "make_array()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20);" (assignment_expression "pcVar7 = *(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20)" * (cast_expression "(char **)(*(long *)(lVar3 + uVar10 * 8) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar3 + uVar10 * 8) + 0x20)" ( (binary_expression "*(long *)(lVar3 + uVar10 * 8) + 0x20" (pointer_expression "*(long *)(lVar3 + uVar10 * 8)" * (cast_expression "(long *)(lVar3 + uVar10 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + uVar10 * 8)" ( (binary_expression "lVar3 + uVar10 * 8" identifier + (binary_expression "uVar10 * 8" identifier * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "sVar6 = strlen(pcVar7);" (assignment_expression "sVar6 = strlen(pcVar7)" identifier = (call_expression "strlen(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier )))) ;) (expression_statement "pcVar7 = estrdup(pcVar7,sVar6);" (assignment_expression "pcVar7 = estrdup(pcVar7,sVar6)" identifier = (call_expression "estrdup(pcVar7,sVar6)" identifier (argument_list "(pcVar7,sVar6)" ( identifier , identifier )))) ;) (expression_statement "(pNVar5->sub).nodep.name = pcVar7;" (assignment_expression "(pNVar5->sub).nodep.name = pcVar7" (field_expression "(pNVar5->sub).nodep.name" (field_expression "(pNVar5->sub).nodep" (parenthesized_expression "(pNVar5->sub)" ( (field_expression "pNVar5->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(pNVar5->sub).nodep.x.extra = newsymb;" (assignment_expression "(pNVar5->sub).nodep.x.extra = newsymb" (field_expression "(pNVar5->sub).nodep.x.extra" (field_expression "(pNVar5->sub).nodep.x" (field_expression "(pNVar5->sub).nodep" (parenthesized_expression "(pNVar5->sub)" ( (field_expression "pNVar5->sub" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5);" (assignment_expression "pNVar5 = assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5)" identifier = (call_expression "assoc_copy(*(NODE **)(lVar3 + uVar10 * 8),pNVar5)" identifier (argument_list "(*(NODE **)(lVar3 + uVar10 * 8),pNVar5)" ( (pointer_expression "*(NODE **)(lVar3 + uVar10 * 8)" * (cast_expression "(NODE **)(lVar3 + uVar10 * 8)" ( (type_descriptor "NODE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + uVar10 * 8)" ( (binary_expression "lVar3 + uVar10 * 8" identifier + (binary_expression "uVar10 * 8" identifier * number_literal)) )))) , identifier )))) ;) }))) (expression_statement "*(NODE **)(pcVar4 + uVar10 * 8) = pNVar5;" (assignment_expression "*(NODE **)(pcVar4 + uVar10 * 8) = pNVar5" (pointer_expression "*(NODE **)(pcVar4 + uVar10 * 8)" * (cast_expression "(NODE **)(pcVar4 + uVar10 * 8)" ( (type_descriptor "NODE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pcVar4 + uVar10 * 8)" ( (binary_expression "pcVar4 + uVar10 * 8" identifier + (binary_expression "uVar10 * 8" identifier * number_literal)) )))) = identifier) ;) })) (expression_statement "uVar10 = uVar10 + 1;" (assignment_expression "uVar10 = uVar10 + 1" identifier = (binary_expression "uVar10 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar11 != uVar10)" ( (binary_expression "uVar11 != uVar10" identifier != identifier) )) ;) })) }))) })) (expression_statement "plVar12 = plVar12 + 1;" (assignment_expression "plVar12 = plVar12 + 1" identifier = (binary_expression "plVar12 + 1" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 8;" (assignment_expression "local_58 = local_58 + 8" identifier = (binary_expression "local_58 + 8" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar1 != plVar12)" ( (binary_expression "plVar1 != plVar12" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}\n\n" (function_definition "void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" primitive_type (function_declarator "FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (expression_statement "undefined1 (*pauVar9) [16];" (subscript_expression "undefined1 (*pauVar9) [16]" (call_expression "undefined1 (*pauVar9)" identifier (argument_list "(*pauVar9)" ( (pointer_expression "*pauVar9" * identifier) ))) [ number_literal ]) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "long *plVar14;" (sized_type_specifier "long" long) (pointer_declarator "*plVar14" * identifier) ;) (declaration "undefined8 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (expression_statement "uVar13 = param_2[7];" (assignment_expression "uVar13 = param_2[7]" identifier = (subscript_expression "param_2[7]" identifier [ number_literal ])) ;) (if_statement "if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }" if (parenthesized_expression "((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0)" ( (binary_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80) != 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80)" ( (binary_expression "*(byte *)((long)param_2 + 0x4d) & 0x80" (pointer_expression "*(byte *)((long)param_2 + 0x4d)" * (cast_expression "(byte *)((long)param_2 + 0x4d)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x4d)" ( (binary_expression "(long)param_2 + 0x4d" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n uVar13 = (ulong)param_2[7] >> 1;\n }" { (expression_statement "uVar13 = (ulong)param_2[7] >> 1;" (assignment_expression "uVar13 = (ulong)param_2[7] >> 1" identifier = (binary_expression "(ulong)param_2[7] >> 1" (cast_expression "(ulong)param_2[7]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[7]" identifier [ number_literal ])) >> number_literal)) ;) })) (expression_statement "sVar7 = uVar13 * 8;" (assignment_expression "sVar7 = uVar13 * 8" identifier = (binary_expression "uVar13 * 8" identifier * number_literal)) ;) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" if (parenthesized_expression "(sVar7 == 0)" ( (binary_expression "sVar7 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" identifier (argument_list "("awk.h",0x7d7)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "local_58 = (undefined8 *)calloc(1,sVar7);" (assignment_expression "local_58 = (undefined8 *)calloc(1,sVar7)" identifier = (cast_expression "(undefined8 *)calloc(1,sVar7)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "calloc(1,sVar7)" identifier (argument_list "(1,sVar7)" ( number_literal , identifier ))))) ;) (if_statement "if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" if (parenthesized_expression "(local_58 == (undefined8 *)0x0)" ( (binary_expression "local_58 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" identifier (argument_list "("awk.h",0x7db)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" identifier = (call_expression "strerror(*piVar10)" identifier (argument_list "(*piVar10)" ( (pointer_expression "*piVar10" * identifier) )))) ;) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" identifier (argument_list "(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""tree_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar8 = *param_2;" (assignment_expression "uVar8 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_3[1] = local_58;" (assignment_expression "param_3[1] = local_58" (subscript_expression "param_3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_3 = uVar8;" (assignment_expression "*param_3 = uVar8" (pointer_expression "*param_3" * identifier) = identifier) ;) (expression_statement "param_3[7] = param_2[7];" (assignment_expression "param_3[7] = param_2[7]" (subscript_expression "param_3[7]" identifier [ number_literal ]) = (subscript_expression "param_2[7]" identifier [ number_literal ])) ;) (expression_statement "param_3[8] = param_2[8];" (assignment_expression "param_3[8] = param_2[8]" (subscript_expression "param_3[8]" identifier [ number_literal ]) = (subscript_expression "param_2[8]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);" (assignment_expression "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c)" (pointer_expression "*(undefined4 *)((long)param_3 + 0x4c)" * (cast_expression "(undefined4 *)((long)param_3 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 0x4c)" ( (binary_expression "(long)param_3 + 0x4c" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)param_2 + 0x4c)" * (cast_expression "(undefined4 *)((long)param_2 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0x4c)" ( (binary_expression "(long)param_2 + 0x4c" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" if (parenthesized_expression "(uVar13 != 0)" ( (binary_expression "uVar13 != 0" identifier != number_literal) )) (compound_statement "{\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" { (expression_statement "plVar14 = (long *)param_2[1];" (assignment_expression "plVar14 = (long *)param_2[1]" identifier = (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar1 = plVar14 + uVar13;" (assignment_expression "plVar1 = plVar14 + uVar13" identifier = (binary_expression "plVar14 + uVar13" identifier + identifier)) ;) (do_statement "do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);" do (compound_statement "{\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n }" { (if_statement "if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" if (parenthesized_expression "(*plVar14 != 0)" ( (binary_expression "*plVar14 != 0" (pointer_expression "*plVar14" * identifier) != number_literal) )) (compound_statement "{\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" { (if_statement "if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" if (parenthesized_expression "(*(int *)(*plVar14 + 0x48) == 0xc)" ( (binary_expression "*(int *)(*plVar14 + 0x48) == 0xc" (pointer_expression "*(int *)(*plVar14 + 0x48)" * (cast_expression "(int *)(*plVar14 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar14 + 0x48)" ( (binary_expression "*plVar14 + 0x48" (pointer_expression "*plVar14" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }" { (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" if (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" ( (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" identifier == (cast_expression "(undefined1 (*) [16])0x0" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) number_literal)) )) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" { (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" identifier = (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "FUN_0015a320(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) }) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" else (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" { (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" identifier = identifier) ;) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" identifier = (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" * (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (pointer_expression "*DAT_0039adc0" * identifier)))) ;) }))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xc;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xc" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" * (cast_expression "(undefined4 *)(pauVar9[4] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 8)" ( (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" * identifier) = identifier) ;) (expression_statement "FUN_0012c120(param_1,*plVar14,pauVar9);" (call_expression "FUN_0012c120(param_1,*plVar14,pauVar9)" identifier (argument_list "(param_1,*plVar14,pauVar9)" ( identifier , (pointer_expression "*plVar14" * identifier) , identifier ))) ;) }) (else_clause "else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" else (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" { (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" if (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" ( (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" identifier == (cast_expression "(undefined1 (*) [16])0x0" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) number_literal)) )) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" { (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" identifier = (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (call_expression "FUN_0015a320(0)" identifier (argument_list "(0)" ( number_literal ))))) ;) }) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" else (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" { (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" identifier = identifier) ;) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" identifier = (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" * (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" ( (type_descriptor "undefined1 (**) [16]" type_identifier (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" ( (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)) )) [ number_literal ])) ) (pointer_expression "*DAT_0039adc0" * identifier)))) ;) }))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xd;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xd" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" * (cast_expression "(undefined4 *)(pauVar9[4] + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 8)" ( (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" * identifier) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" * identifier) = identifier) ;) (expression_statement "puVar2 = (undefined8 *)*plVar14;" (assignment_expression "puVar2 = (undefined8 *)*plVar14" identifier = (cast_expression "(undefined8 *)*plVar14" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar14" * identifier))) ;) (expression_statement "lVar3 = puVar2[7];" (assignment_expression "lVar3 = puVar2[7]" identifier = (subscript_expression "puVar2[7]" identifier [ number_literal ])) ;) (expression_statement "sVar7 = lVar3 * 8;" (assignment_expression "sVar7 = lVar3 * 8" identifier = (binary_expression "lVar3 * 8" identifier * number_literal)) ;) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" if (parenthesized_expression "(sVar7 == 0)" ( (binary_expression "sVar7 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" identifier (argument_list "("awk.h",0x7d7)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" identifier (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" ( (string_literal ""%s:%d: ezalloc called with zero bytes"" " string_content ") , (string_literal ""cint_array.c"" " string_content ") , number_literal ))) ;) })) (expression_statement "pvVar5 = calloc(1,sVar7);" (assignment_expression "pvVar5 = calloc(1,sVar7)" identifier = (call_expression "calloc(1,sVar7)" identifier (argument_list "(1,sVar7)" ( number_literal , identifier )))) ;) (if_statement "if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" if (parenthesized_expression "(pvVar5 == (void *)0x0)" ( (binary_expression "pvVar5 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" { (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" identifier (argument_list "("awk.h",0x7db)" ( (string_literal ""awk.h"" " string_content ") , number_literal ))) ;) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" identifier = (call_expression "strerror(*piVar10)" identifier (argument_list "(*piVar10)" ( (pointer_expression "*piVar10" * identifier) )))) ;) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier = (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" identifier (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" ( number_literal , (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" " string_content ") , number_literal )))) ;) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" identifier (argument_list "(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" ( identifier , (string_literal ""cint_array.c"" " string_content ") , number_literal , (string_literal ""leaf_copy"" " string_content ") , (string_literal ""new"" " string_content ") , identifier , identifier ))) ;) })) (expression_statement "uVar8 = *puVar2;" (assignment_expression "uVar8 = *puVar2" identifier = (pointer_expression "*puVar2" * identifier)) ;) (expression_statement "*(void **)(*pauVar9 + 8) = pvVar5;" (assignment_expression "*(void **)(*pauVar9 + 8) = pvVar5" (pointer_expression "*(void **)(*pauVar9 + 8)" * (cast_expression "(void **)(*pauVar9 + 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*pauVar9 + 8)" ( (binary_expression "*pauVar9 + 8" (pointer_expression "*pauVar9" * identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(pauVar9[3] + 8) = lVar3;" (assignment_expression "*(long *)(pauVar9[3] + 8) = lVar3" (pointer_expression "*(long *)(pauVar9[3] + 8)" * (cast_expression "(long *)(pauVar9[3] + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[3] + 8)" ( (binary_expression "pauVar9[3] + 8" (subscript_expression "pauVar9[3]" identifier [ number_literal ]) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)*pauVar9 = uVar8;" (assignment_expression "*(undefined8 *)*pauVar9 = uVar8" (pointer_expression "*(undefined8 *)*pauVar9" * (cast_expression "(undefined8 *)*pauVar9" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*pauVar9" * identifier))) = identifier) ;) (expression_statement "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);" (assignment_expression "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c)" (pointer_expression "*(undefined4 *)(pauVar9[4] + 0xc)" * (cast_expression "(undefined4 *)(pauVar9[4] + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pauVar9[4] + 0xc)" ( (binary_expression "pauVar9[4] + 0xc" (subscript_expression "pauVar9[4]" identifier [ number_literal ]) + number_literal) )))) = (pointer_expression "*(undefined4 *)((long)puVar2 + 0x4c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x4c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x4c)" ( (binary_expression "(long)puVar2 + 0x4c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "lVar4 = puVar2[1];" (assignment_expression "lVar4 = puVar2[1]" identifier = (subscript_expression "puVar2[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)pauVar9[4] = puVar2[8];" (assignment_expression "*(undefined8 *)pauVar9[4] = puVar2[8]" (pointer_expression "*(undefined8 *)pauVar9[4]" * (cast_expression "(undefined8 *)pauVar9[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "pauVar9[4]" identifier [ number_literal ]))) = (subscript_expression "puVar2[8]" identifier [ number_literal ])) ;) (if_statement "if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" if (parenthesized_expression "(0 < lVar3)" ( (binary_expression "0 < lVar3" number_literal < identifier) )) (compound_statement "{\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" { (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);" do (compound_statement "{\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n }" { (expression_statement "lVar6 = *(long *)(lVar4 + lVar12 * 8);" (assignment_expression "lVar6 = *(long *)(lVar4 + lVar12 * 8)" identifier = (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" * (cast_expression "(long *)(lVar4 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" { (if_statement "if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" if (parenthesized_expression "(*(int *)(lVar6 + 0x48) == 1)" ( (binary_expression "*(int *)(lVar6 + 0x48) == 1" (pointer_expression "*(int *)(lVar6 + 0x48)" * (cast_expression "(int *)(lVar6 + 0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x48)" ( (binary_expression "lVar6 + 0x48" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }" { (if_statement "if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" if (parenthesized_expression "((*(byte *)(lVar6 + 0x4c) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar6 + 0x4c) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x4c) & 1)" ( (binary_expression "*(byte *)(lVar6 + 0x4c) & 1" (pointer_expression "*(byte *)(lVar6 + 0x4c)" * (cast_expression "(byte *)(lVar6 + 0x4c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x4c)" ( (binary_expression "lVar6 + 0x4c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n lVar6 = FUN_0015a490();\n }" { (expression_statement "lVar6 = FUN_0015a490();" (assignment_expression "lVar6 = FUN_0015a490()" identifier = (call_expression "FUN_0015a490()" identifier (argument_list "()" ( )))) ;) }) (else_clause "else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" else (compound_statement "{\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" { (expression_statement "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;" (assignment_expression "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" * (cast_expression "(long *)(lVar6 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) = (binary_expression "*(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" * (cast_expression "(long *)(lVar6 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) + number_literal)) ;) }))) }) (else_clause "else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" else (compound_statement "{\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" { (expression_statement "lVar6 = FUN_0010c490();" (assignment_expression "lVar6 = FUN_0010c490()" identifier = (call_expression "FUN_0010c490()" identifier (argument_list "()" ( )))) ;) (expression_statement "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);" (assignment_expression "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" identifier = (pointer_expression "*(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" * (cast_expression "(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar4 + lVar12 * 8) + 0x20)" ( (binary_expression "*(long *)(lVar4 + lVar12 * 8) + 0x20" (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" * (cast_expression "(long *)(lVar4 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) + number_literal) ))))) ;) (expression_statement "sVar7 = strlen(pcVar11);" (assignment_expression "sVar7 = strlen(pcVar11)" identifier = (call_expression "strlen(pcVar11)" identifier (argument_list "(pcVar11)" ( identifier )))) ;) (expression_statement "uVar8 = FUN_00157f70(pcVar11,sVar7);" (assignment_expression "uVar8 = FUN_00157f70(pcVar11,sVar7)" identifier = (call_expression "FUN_00157f70(pcVar11,sVar7)" identifier (argument_list "(pcVar11,sVar7)" ( identifier , identifier )))) ;) (expression_statement "*(undefined8 *)(lVar6 + 0x20) = uVar8;" (assignment_expression "*(undefined8 *)(lVar6 + 0x20) = uVar8" (pointer_expression "*(undefined8 *)(lVar6 + 0x20)" * (cast_expression "(undefined8 *)(lVar6 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar6 + 0x18) = param_1;" (assignment_expression "*(undefined8 *)(lVar6 + 0x18) = param_1" (pointer_expression "*(undefined8 *)(lVar6 + 0x18)" * (cast_expression "(undefined8 *)(lVar6 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x18)" ( (binary_expression "lVar6 + 0x18" identifier + number_literal) )))) = identifier) ;) (expression_statement "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);" (assignment_expression "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" identifier = (call_expression "FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" identifier (argument_list "(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" ( (pointer_expression "*(undefined8 *)(lVar4 + lVar12 * 8)" * (cast_expression "(undefined8 *)(lVar4 + lVar12 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + lVar12 * 8)" ( (binary_expression "lVar4 + lVar12 * 8" identifier + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) , identifier )))) ;) }))) (expression_statement "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6;" (assignment_expression "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6" (pointer_expression "*(long *)((long)pvVar5 + lVar12 * 8)" * (cast_expression "(long *)((long)pvVar5 + lVar12 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pvVar5 + lVar12 * 8)" ( (binary_expression "(long)pvVar5 + lVar12 * 8" (cast_expression "(long)pvVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "lVar12 * 8" identifier * number_literal)) )))) = identifier) ;) })) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar3 != lVar12)" ( (binary_expression "lVar3 != lVar12" identifier != identifier) )) ;) })) }))) })) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" identifier = (binary_expression "plVar14 + 1" identifier + number_literal)) ;) (expression_statement "local_58 = local_58 + 1;" (assignment_expression "local_58 = local_58 + 1" identifier = (binary_expression "local_58 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar1 != plVar14)" ( (binary_expression "plVar1 != plVar14" 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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (subscript_expression (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) >> LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , (string_literal " string_content ") , (string_literal " string_content ") , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (call_expression IDENT (argument_list ( LIT ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator * (abstract_pointer_declarator *)) )) [ LIT ])) ) (pointer_expression * IDENT)))) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) , IDENT ))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (call_expression IDENT (argument_list ( LIT ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator * (abstract_pointer_declarator *)) )) [ LIT ])) ) (pointer_expression * IDENT)))) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , (string_literal " string_content ") , (string_literal " string_content ") , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (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 (subscript_expression IDENT [ LIT ]) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) = (subscript_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 { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != 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 { (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 ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( 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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 + (binary_expression IDENT * LIT)) )))) , IDENT )))) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression IDENT * LIT)) )))) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) }))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012c120(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_0012c120") (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n void *pvVar5;\n long lVar6;\n size_t sVar7;\n undefined8 uVar8;\n undefined1 (*pauVar9) [16];\n int *piVar10;\n char *pcVar11;\n long lVar12;\n ulong uVar13;\n long *plVar14;\n undefined8 *local_58;\n \n uVar13 = param_2[7];\n if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }\n sVar7 = uVar13 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }\n local_58 = (undefined8 *)calloc(1,sVar7);\n if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }\n uVar8 = *param_2;\n param_3[1] = local_58;\n *param_3 = uVar8;\n param_3[7] = param_2[7];\n param_3[8] = param_2[8];\n *(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);\n if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "void *pvVar5;" (primitive_type "void") (pointer_declarator "*pvVar5" (* "*") (identifier "pvVar5")) (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "size_t sVar7;" (primitive_type "size_t") (identifier "sVar7") (; ";")) (declaration "undefined8 uVar8;" (type_identifier "undefined8") (identifier "uVar8") (; ";")) (expression_statement "undefined1 (*pauVar9) [16];" (subscript_expression "undefined1 (*pauVar9) [16]" (call_expression "undefined1 (*pauVar9)" (identifier "undefined1") (argument_list "(*pauVar9)" (( "(") (pointer_expression "*pauVar9" (* "*") (identifier "pauVar9")) () ")"))) ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int *piVar10;" (primitive_type "int") (pointer_declarator "*piVar10" (* "*") (identifier "piVar10")) (; ";")) (declaration "char *pcVar11;" (primitive_type "char") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "long lVar12;" (sized_type_specifier "long" (long "long")) (identifier "lVar12") (; ";")) (declaration "ulong uVar13;" (type_identifier "ulong") (identifier "uVar13") (; ";")) (declaration "long *plVar14;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar14" (* "*") (identifier "plVar14")) (; ";")) (declaration "undefined8 *local_58;" (type_identifier "undefined8") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (expression_statement "uVar13 = param_2[7];" (assignment_expression "uVar13 = param_2[7]" (identifier "uVar13") (= "=") (subscript_expression "param_2[7]" (identifier "param_2") ([ "[") (number_literal "7") (] "]"))) (; ";")) (if_statement "if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {\n uVar13 = (ulong)param_2[7] >> 1;\n }" (if "if") (parenthesized_expression "((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0)" (( "(") (binary_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80) != 0" (parenthesized_expression "(*(byte *)((long)param_2 + 0x4d) & 0x80)" (( "(") (binary_expression "*(byte *)((long)param_2 + 0x4d) & 0x80" (pointer_expression "*(byte *)((long)param_2 + 0x4d)" (* "*") (cast_expression "(byte *)((long)param_2 + 0x4d)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x4d)" (( "(") (binary_expression "(long)param_2 + 0x4d" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x4d")) () ")")))) (& "&") (number_literal "0x80")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar13 = (ulong)param_2[7] >> 1;\n }" ({ "{") (expression_statement "uVar13 = (ulong)param_2[7] >> 1;" (assignment_expression "uVar13 = (ulong)param_2[7] >> 1" (identifier "uVar13") (= "=") (binary_expression "(ulong)param_2[7] >> 1" (cast_expression "(ulong)param_2[7]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[7]" (identifier "param_2") ([ "[") (number_literal "7") (] "]"))) (>> ">>") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "sVar7 = uVar13 * 8;" (assignment_expression "sVar7 = uVar13 * 8" (identifier "sVar7") (= "=") (binary_expression "uVar13 * 8" (identifier "uVar13") (* "*") (number_literal "8"))) (; ";")) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" (if "if") (parenthesized_expression "(sVar7 == 0)" (( "(") (binary_expression "sVar7 == 0" (identifier "sVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);\n }" ({ "{") (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" (identifier "FUN_001588d0") (argument_list "("awk.h",0x7d7)" (( "(") (string_literal ""awk.h"" (" """) (string_content "awk.h") (" """)) (, ",") (number_literal "0x7d7") () ")"))) (; ";")) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" (identifier "FUN_00158e40") (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2)" (( "(") (string_literal ""%s:%d: ezalloc called with zero bytes"" (" """) (string_content "%s:%d: ezalloc called with zero bytes") (" """)) (, ",") (string_literal ""cint_array.c"" (" """) (string_content "cint_array.c") (" """)) (, ",") (number_literal "0x3b2") () ")"))) (; ";")) (} "}"))) (expression_statement "local_58 = (undefined8 *)calloc(1,sVar7);" (assignment_expression "local_58 = (undefined8 *)calloc(1,sVar7)" (identifier "local_58") (= "=") (cast_expression "(undefined8 *)calloc(1,sVar7)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "calloc(1,sVar7)" (identifier "calloc") (argument_list "(1,sVar7)" (( "(") (number_literal "1") (, ",") (identifier "sVar7") () ")"))))) (; ";")) (if_statement "if (local_58 == (undefined8 *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" (if "if") (parenthesized_expression "(local_58 == (undefined8 *)0x0)" (( "(") (binary_expression "local_58 == (undefined8 *)0x0" (identifier "local_58") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);\n }" ({ "{") (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" (identifier "FUN_001588d0") (argument_list "("awk.h",0x7db)" (( "(") (string_literal ""awk.h"" (" """) (string_content "awk.h") (" """)) (, ",") (number_literal "0x7db") () ")"))) (; ";")) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" (identifier "piVar10") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" (identifier "pcVar11") (= "=") (call_expression "strerror(*piVar10)" (identifier "strerror") (argument_list "(*piVar10)" (( "(") (pointer_expression "*piVar10" (* "*") (identifier "piVar10")) () ")")))) (; ";")) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (identifier "uVar8") (= "=") (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (identifier "dcgettext") (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" (" """) (string_content "%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" (identifier "FUN_00158e40") (argument_list "(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11)" (( "(") (identifier "uVar8") (, ",") (string_literal ""cint_array.c"" (" """) (string_content "cint_array.c") (" """)) (, ",") (number_literal "0x3b2") (, ",") (string_literal ""tree_copy"" (" """) (string_content "tree_copy") (" """)) (, ",") (string_literal ""new"" (" """) (string_content "new") (" """)) (, ",") (identifier "sVar7") (, ",") (identifier "pcVar11") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar8 = *param_2;" (assignment_expression "uVar8 = *param_2" (identifier "uVar8") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "param_3[1] = local_58;" (assignment_expression "param_3[1] = local_58" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "local_58")) (; ";")) (expression_statement "*param_3 = uVar8;" (assignment_expression "*param_3 = uVar8" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "uVar8")) (; ";")) (expression_statement "param_3[7] = param_2[7];" (assignment_expression "param_3[7] = param_2[7]" (subscript_expression "param_3[7]" (identifier "param_3") ([ "[") (number_literal "7") (] "]")) (= "=") (subscript_expression "param_2[7]" (identifier "param_2") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "param_3[8] = param_2[8];" (assignment_expression "param_3[8] = param_2[8]" (subscript_expression "param_3[8]" (identifier "param_3") ([ "[") (number_literal "8") (] "]")) (= "=") (subscript_expression "param_2[8]" (identifier "param_2") ([ "[") (number_literal "8") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);" (assignment_expression "*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c)" (pointer_expression "*(undefined4 *)((long)param_3 + 0x4c)" (* "*") (cast_expression "(undefined4 *)((long)param_3 + 0x4c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + 0x4c)" (( "(") (binary_expression "(long)param_3 + 0x4c" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (number_literal "0x4c")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((long)param_2 + 0x4c)" (* "*") (cast_expression "(undefined4 *)((long)param_2 + 0x4c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0x4c)" (( "(") (binary_expression "(long)param_2 + 0x4c" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0x4c")) () ")"))))) (; ";")) (if_statement "if (uVar13 != 0) {\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" (if "if") (parenthesized_expression "(uVar13 != 0)" (( "(") (binary_expression "uVar13 != 0" (identifier "uVar13") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar14 = (long *)param_2[1];\n plVar1 = plVar14 + uVar13;\n do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);\n }" ({ "{") (expression_statement "plVar14 = (long *)param_2[1];" (assignment_expression "plVar14 = (long *)param_2[1]" (identifier "plVar14") (= "=") (cast_expression "(long *)param_2[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "plVar1 = plVar14 + uVar13;" (assignment_expression "plVar1 = plVar14 + uVar13" (identifier "plVar1") (= "=") (binary_expression "plVar14 + uVar13" (identifier "plVar14") (+ "+") (identifier "uVar13"))) (; ";")) (do_statement "do {\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n } while (plVar1 != plVar14);" (do "do") (compound_statement "{\n if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }\n plVar14 = plVar14 + 1;\n local_58 = local_58 + 1;\n }" ({ "{") (if_statement "if (*plVar14 != 0) {\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" (if "if") (parenthesized_expression "(*plVar14 != 0)" (( "(") (binary_expression "*plVar14 != 0" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }\n }" ({ "{") (if_statement "if (*(int *)(*plVar14 + 0x48) == 0xc) {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }\n else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" (if "if") (parenthesized_expression "(*(int *)(*plVar14 + 0x48) == 0xc)" (( "(") (binary_expression "*(int *)(*plVar14 + 0x48) == 0xc" (pointer_expression "*(int *)(*plVar14 + 0x48)" (* "*") (cast_expression "(int *)(*plVar14 + 0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar14 + 0x48)" (( "(") (binary_expression "*plVar14 + 0x48" (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (+ "+") (number_literal "0x48")) () ")")))) (== "==") (number_literal "0xc")) () ")")) (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xc;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n FUN_0012c120(param_1,*plVar14,pauVar9);\n }" ({ "{") (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" (if "if") (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" (( "(") (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" (identifier "DAT_0039adc0") (== "==") (cast_expression "(undefined1 (*) [16])0x0" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" ({ "{") (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" (identifier "pauVar9") (= "=") (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (call_expression "FUN_0015a320(0)" (identifier "FUN_0015a320") (argument_list "(0)" (( "(") (number_literal "0") () ")"))))) (; ";")) (} "}")) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" (else "else") (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" ({ "{") (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" (identifier "pauVar9") (= "=") (identifier "DAT_0039adc0")) (; ";")) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" (identifier "DAT_0039adc0") (= "=") (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" (* "*") (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" (( "(") (type_descriptor "undefined1 (**) [16]" (type_identifier "undefined1") (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" (( "(") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (pointer_expression "*DAT_0039adc0" (* "*") (identifier "DAT_0039adc0"))))) (; ";")) (} "}")))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xc;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xc" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" (* "*") (cast_expression "(undefined4 *)(pauVar9[4] + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pauVar9[4] + 8)" (( "(") (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0xc")) (; ";")) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" (* "*") (identifier "pauVar9")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" (identifier "pauVar9") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" (identifier "pauVar9") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" (identifier "pauVar9") ([ "[") (number_literal "3") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" (* "*") (identifier "local_58")) (= "=") (identifier "pauVar9")) (; ";")) (expression_statement "FUN_0012c120(param_1,*plVar14,pauVar9);" (call_expression "FUN_0012c120(param_1,*plVar14,pauVar9)" (identifier "FUN_0012c120") (argument_list "(param_1,*plVar14,pauVar9)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")) (, ",") (identifier "pauVar9") () ")"))) (; ";")) (} "}")) (else_clause "else {\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" (else "else") (compound_statement "{\n if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }\n pauVar9[4] = (undefined1 [16])0x0;\n *(undefined4 *)(pauVar9[4] + 8) = 0xd;\n *pauVar9 = (undefined1 [16])0x0;\n pauVar9[1] = (undefined1 [16])0x0;\n pauVar9[2] = (undefined1 [16])0x0;\n pauVar9[3] = (undefined1 [16])0x0;\n *local_58 = pauVar9;\n puVar2 = (undefined8 *)*plVar14;\n lVar3 = puVar2[7];\n sVar7 = lVar3 * 8;\n if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }\n pvVar5 = calloc(1,sVar7);\n if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }\n uVar8 = *puVar2;\n *(void **)(*pauVar9 + 8) = pvVar5;\n *(long *)(pauVar9[3] + 8) = lVar3;\n *(undefined8 *)*pauVar9 = uVar8;\n *(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);\n lVar4 = puVar2[1];\n *(undefined8 *)pauVar9[4] = puVar2[8];\n if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }\n }" ({ "{") (if_statement "if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }\n else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" (if "if") (parenthesized_expression "(DAT_0039adc0 == (undefined1 (*) [16])0x0)" (( "(") (binary_expression "DAT_0039adc0 == (undefined1 (*) [16])0x0" (identifier "DAT_0039adc0") (== "==") (cast_expression "(undefined1 (*) [16])0x0" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);\n }" ({ "{") (expression_statement "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);" (assignment_expression "pauVar9 = (undefined1 (*) [16])FUN_0015a320(0)" (identifier "pauVar9") (= "=") (cast_expression "(undefined1 (*) [16])FUN_0015a320(0)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (call_expression "FUN_0015a320(0)" (identifier "FUN_0015a320") (argument_list "(0)" (( "(") (number_literal "0") () ")"))))) (; ";")) (} "}")) (else_clause "else {\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" (else "else") (compound_statement "{\n pauVar9 = DAT_0039adc0;\n DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;\n }" ({ "{") (expression_statement "pauVar9 = DAT_0039adc0;" (assignment_expression "pauVar9 = DAT_0039adc0" (identifier "pauVar9") (= "=") (identifier "DAT_0039adc0")) (; ";")) (expression_statement "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;" (assignment_expression "DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0" (identifier "DAT_0039adc0") (= "=") (pointer_expression "*(undefined1 (**) [16])*DAT_0039adc0" (* "*") (cast_expression "(undefined1 (**) [16])*DAT_0039adc0" (( "(") (type_descriptor "undefined1 (**) [16]" (type_identifier "undefined1") (abstract_array_declarator "(**) [16]" (abstract_parenthesized_declarator "(**)" (( "(") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (pointer_expression "*DAT_0039adc0" (* "*") (identifier "DAT_0039adc0"))))) (; ";")) (} "}")))) (expression_statement "pauVar9[4] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[4] = (undefined1 [16])0x0" (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "*(undefined4 *)(pauVar9[4] + 8) = 0xd;" (assignment_expression "*(undefined4 *)(pauVar9[4] + 8) = 0xd" (pointer_expression "*(undefined4 *)(pauVar9[4] + 8)" (* "*") (cast_expression "(undefined4 *)(pauVar9[4] + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pauVar9[4] + 8)" (( "(") (binary_expression "pauVar9[4] + 8" (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")) (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0xd")) (; ";")) (expression_statement "*pauVar9 = (undefined1 [16])0x0;" (assignment_expression "*pauVar9 = (undefined1 [16])0x0" (pointer_expression "*pauVar9" (* "*") (identifier "pauVar9")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[1] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[1] = (undefined1 [16])0x0" (subscript_expression "pauVar9[1]" (identifier "pauVar9") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[2] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[2] = (undefined1 [16])0x0" (subscript_expression "pauVar9[2]" (identifier "pauVar9") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "pauVar9[3] = (undefined1 [16])0x0;" (assignment_expression "pauVar9[3] = (undefined1 [16])0x0" (subscript_expression "pauVar9[3]" (identifier "pauVar9") ([ "[") (number_literal "3") (] "]")) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "*local_58 = pauVar9;" (assignment_expression "*local_58 = pauVar9" (pointer_expression "*local_58" (* "*") (identifier "local_58")) (= "=") (identifier "pauVar9")) (; ";")) (expression_statement "puVar2 = (undefined8 *)*plVar14;" (assignment_expression "puVar2 = (undefined8 *)*plVar14" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*plVar14" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar14" (* "*") (identifier "plVar14")))) (; ";")) (expression_statement "lVar3 = puVar2[7];" (assignment_expression "lVar3 = puVar2[7]" (identifier "lVar3") (= "=") (subscript_expression "puVar2[7]" (identifier "puVar2") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "sVar7 = lVar3 * 8;" (assignment_expression "sVar7 = lVar3 * 8" (identifier "sVar7") (= "=") (binary_expression "lVar3 * 8" (identifier "lVar3") (* "*") (number_literal "8"))) (; ";")) (if_statement "if (sVar7 == 0) {\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" (if "if") (parenthesized_expression "(sVar7 == 0)" (( "(") (binary_expression "sVar7 == 0" (identifier "sVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001588d0("awk.h",0x7d7);\n FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);\n }" ({ "{") (expression_statement "FUN_001588d0("awk.h",0x7d7);" (call_expression "FUN_001588d0("awk.h",0x7d7)" (identifier "FUN_001588d0") (argument_list "("awk.h",0x7d7)" (( "(") (string_literal ""awk.h"" (" """) (string_content "awk.h") (" """)) (, ",") (number_literal "0x7d7") () ")"))) (; ";")) (expression_statement "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);" (call_expression "FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" (identifier "FUN_00158e40") (argument_list "("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477)" (( "(") (string_literal ""%s:%d: ezalloc called with zero bytes"" (" """) (string_content "%s:%d: ezalloc called with zero bytes") (" """)) (, ",") (string_literal ""cint_array.c"" (" """) (string_content "cint_array.c") (" """)) (, ",") (number_literal "0x477") () ")"))) (; ";")) (} "}"))) (expression_statement "pvVar5 = calloc(1,sVar7);" (assignment_expression "pvVar5 = calloc(1,sVar7)" (identifier "pvVar5") (= "=") (call_expression "calloc(1,sVar7)" (identifier "calloc") (argument_list "(1,sVar7)" (( "(") (number_literal "1") (, ",") (identifier "sVar7") () ")")))) (; ";")) (if_statement "if (pvVar5 == (void *)0x0) {\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" (if "if") (parenthesized_expression "(pvVar5 == (void *)0x0)" (( "(") (binary_expression "pvVar5 == (void *)0x0" (identifier "pvVar5") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_001588d0("awk.h",0x7db);\n piVar10 = __errno_location();\n pcVar11 = strerror(*piVar10);\n uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);\n FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);\n }" ({ "{") (expression_statement "FUN_001588d0("awk.h",0x7db);" (call_expression "FUN_001588d0("awk.h",0x7db)" (identifier "FUN_001588d0") (argument_list "("awk.h",0x7db)" (( "(") (string_literal ""awk.h"" (" """) (string_content "awk.h") (" """)) (, ",") (number_literal "0x7db") () ")"))) (; ";")) (expression_statement "piVar10 = __errno_location();" (assignment_expression "piVar10 = __errno_location()" (identifier "piVar10") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar11 = strerror(*piVar10);" (assignment_expression "pcVar11 = strerror(*piVar10)" (identifier "pcVar11") (= "=") (call_expression "strerror(*piVar10)" (identifier "strerror") (argument_list "(*piVar10)" (( "(") (pointer_expression "*piVar10" (* "*") (identifier "piVar10")) () ")")))) (; ";")) (expression_statement "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);" (assignment_expression "uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (identifier "uVar8") (= "=") (call_expression "dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (identifier "dcgettext") (argument_list "(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s"" (" """) (string_content "%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);" (call_expression "FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" (identifier "FUN_00158e40") (argument_list "(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11)" (( "(") (identifier "uVar8") (, ",") (string_literal ""cint_array.c"" (" """) (string_content "cint_array.c") (" """)) (, ",") (number_literal "0x477") (, ",") (string_literal ""leaf_copy"" (" """) (string_content "leaf_copy") (" """)) (, ",") (string_literal ""new"" (" """) (string_content "new") (" """)) (, ",") (identifier "sVar7") (, ",") (identifier "pcVar11") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar8 = *puVar2;" (assignment_expression "uVar8 = *puVar2" (identifier "uVar8") (= "=") (pointer_expression "*puVar2" (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "*(void **)(*pauVar9 + 8) = pvVar5;" (assignment_expression "*(void **)(*pauVar9 + 8) = pvVar5" (pointer_expression "*(void **)(*pauVar9 + 8)" (* "*") (cast_expression "(void **)(*pauVar9 + 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*pauVar9 + 8)" (( "(") (binary_expression "*pauVar9 + 8" (pointer_expression "*pauVar9" (* "*") (identifier "pauVar9")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "pvVar5")) (; ";")) (expression_statement "*(long *)(pauVar9[3] + 8) = lVar3;" (assignment_expression "*(long *)(pauVar9[3] + 8) = lVar3" (pointer_expression "*(long *)(pauVar9[3] + 8)" (* "*") (cast_expression "(long *)(pauVar9[3] + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pauVar9[3] + 8)" (( "(") (binary_expression "pauVar9[3] + 8" (subscript_expression "pauVar9[3]" (identifier "pauVar9") ([ "[") (number_literal "3") (] "]")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (expression_statement "*(undefined8 *)*pauVar9 = uVar8;" (assignment_expression "*(undefined8 *)*pauVar9 = uVar8" (pointer_expression "*(undefined8 *)*pauVar9" (* "*") (cast_expression "(undefined8 *)*pauVar9" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*pauVar9" (* "*") (identifier "pauVar9")))) (= "=") (identifier "uVar8")) (; ";")) (expression_statement "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);" (assignment_expression "*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c)" (pointer_expression "*(undefined4 *)(pauVar9[4] + 0xc)" (* "*") (cast_expression "(undefined4 *)(pauVar9[4] + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pauVar9[4] + 0xc)" (( "(") (binary_expression "pauVar9[4] + 0xc" (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")) (+ "+") (number_literal "0xc")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((long)puVar2 + 0x4c)" (* "*") (cast_expression "(undefined4 *)((long)puVar2 + 0x4c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + 0x4c)" (( "(") (binary_expression "(long)puVar2 + 0x4c" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (number_literal "0x4c")) () ")"))))) (; ";")) (expression_statement "lVar4 = puVar2[1];" (assignment_expression "lVar4 = puVar2[1]" (identifier "lVar4") (= "=") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)pauVar9[4] = puVar2[8];" (assignment_expression "*(undefined8 *)pauVar9[4] = puVar2[8]" (pointer_expression "*(undefined8 *)pauVar9[4]" (* "*") (cast_expression "(undefined8 *)pauVar9[4]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "pauVar9[4]" (identifier "pauVar9") ([ "[") (number_literal "4") (] "]")))) (= "=") (subscript_expression "puVar2[8]" (identifier "puVar2") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if (0 < lVar3) {\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" (if "if") (parenthesized_expression "(0 < lVar3)" (( "(") (binary_expression "0 < lVar3" (number_literal "0") (< "<") (identifier "lVar3")) () ")")) (compound_statement "{\n lVar12 = 0;\n do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);\n }" ({ "{") (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" (identifier "lVar12") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n } while (lVar3 != lVar12);" (do "do") (compound_statement "{\n lVar6 = *(long *)(lVar4 + lVar12 * 8);\n if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }\n lVar12 = lVar12 + 1;\n }" ({ "{") (expression_statement "lVar6 = *(long *)(lVar4 + lVar12 * 8);" (assignment_expression "lVar6 = *(long *)(lVar4 + lVar12 * 8)" (identifier "lVar6") (= "=") (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" (* "*") (cast_expression "(long *)(lVar4 + lVar12 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + lVar12 * 8)" (( "(") (binary_expression "lVar4 + lVar12 * 8" (identifier "lVar4") (+ "+") (binary_expression "lVar12 * 8" (identifier "lVar12") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (lVar6 != 0) {\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" (if "if") (parenthesized_expression "(lVar6 != 0)" (( "(") (binary_expression "lVar6 != 0" (identifier "lVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }\n *(long *)((long)pvVar5 + lVar12 * 8) = lVar6;\n }" ({ "{") (if_statement "if (*(int *)(lVar6 + 0x48) == 1) {\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }\n else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" (if "if") (parenthesized_expression "(*(int *)(lVar6 + 0x48) == 1)" (( "(") (binary_expression "*(int *)(lVar6 + 0x48) == 1" (pointer_expression "*(int *)(lVar6 + 0x48)" (* "*") (cast_expression "(int *)(lVar6 + 0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x48)" (( "(") (binary_expression "lVar6 + 0x48" (identifier "lVar6") (+ "+") (number_literal "0x48")) () ")")))) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }\n }" ({ "{") (if_statement "if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {\n lVar6 = FUN_0015a490();\n }\n else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar6 + 0x4c) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(lVar6 + 0x4c) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x4c) & 1)" (( "(") (binary_expression "*(byte *)(lVar6 + 0x4c) & 1" (pointer_expression "*(byte *)(lVar6 + 0x4c)" (* "*") (cast_expression "(byte *)(lVar6 + 0x4c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x4c)" (( "(") (binary_expression "lVar6 + 0x4c" (identifier "lVar6") (+ "+") (number_literal "0x4c")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar6 = FUN_0015a490();\n }" ({ "{") (expression_statement "lVar6 = FUN_0015a490();" (assignment_expression "lVar6 = FUN_0015a490()" (identifier "lVar6") (= "=") (call_expression "FUN_0015a490()" (identifier "FUN_0015a490") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" (else "else") (compound_statement "{\n *(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;\n }" ({ "{") (expression_statement "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;" (assignment_expression "*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" (* "*") (cast_expression "(long *)(lVar6 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x18)" (( "(") (binary_expression "lVar6 + 0x18" (identifier "lVar6") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (binary_expression "*(long *)(lVar6 + 0x18) + 1" (pointer_expression "*(long *)(lVar6 + 0x18)" (* "*") (cast_expression "(long *)(lVar6 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x18)" (( "(") (binary_expression "lVar6 + 0x18" (identifier "lVar6") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" (else "else") (compound_statement "{\n lVar6 = FUN_0010c490();\n pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);\n sVar7 = strlen(pcVar11);\n uVar8 = FUN_00157f70(pcVar11,sVar7);\n *(undefined8 *)(lVar6 + 0x20) = uVar8;\n *(undefined8 *)(lVar6 + 0x18) = param_1;\n lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);\n }" ({ "{") (expression_statement "lVar6 = FUN_0010c490();" (assignment_expression "lVar6 = FUN_0010c490()" (identifier "lVar6") (= "=") (call_expression "FUN_0010c490()" (identifier "FUN_0010c490") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);" (assignment_expression "pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" (identifier "pcVar11") (= "=") (pointer_expression "*(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" (* "*") (cast_expression "(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(lVar4 + lVar12 * 8) + 0x20)" (( "(") (binary_expression "*(long *)(lVar4 + lVar12 * 8) + 0x20" (pointer_expression "*(long *)(lVar4 + lVar12 * 8)" (* "*") (cast_expression "(long *)(lVar4 + lVar12 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + lVar12 * 8)" (( "(") (binary_expression "lVar4 + lVar12 * 8" (identifier "lVar4") (+ "+") (binary_expression "lVar12 * 8" (identifier "lVar12") (* "*") (number_literal "8"))) () ")")))) (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "sVar7 = strlen(pcVar11);" (assignment_expression "sVar7 = strlen(pcVar11)" (identifier "sVar7") (= "=") (call_expression "strlen(pcVar11)" (identifier "strlen") (argument_list "(pcVar11)" (( "(") (identifier "pcVar11") () ")")))) (; ";")) (expression_statement "uVar8 = FUN_00157f70(pcVar11,sVar7);" (assignment_expression "uVar8 = FUN_00157f70(pcVar11,sVar7)" (identifier "uVar8") (= "=") (call_expression "FUN_00157f70(pcVar11,sVar7)" (identifier "FUN_00157f70") (argument_list "(pcVar11,sVar7)" (( "(") (identifier "pcVar11") (, ",") (identifier "sVar7") () ")")))) (; ";")) (expression_statement "*(undefined8 *)(lVar6 + 0x20) = uVar8;" (assignment_expression "*(undefined8 *)(lVar6 + 0x20) = uVar8" (pointer_expression "*(undefined8 *)(lVar6 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x20)" (( "(") (binary_expression "lVar6 + 0x20" (identifier "lVar6") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "uVar8")) (; ";")) (expression_statement "*(undefined8 *)(lVar6 + 0x18) = param_1;" (assignment_expression "*(undefined8 *)(lVar6 + 0x18) = param_1" (pointer_expression "*(undefined8 *)(lVar6 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar6 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x18)" (( "(") (binary_expression "lVar6 + 0x18" (identifier "lVar6") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (expression_statement "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);" (assignment_expression "lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" (identifier "lVar6") (= "=") (call_expression "FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" (identifier "FUN_0010c530") (argument_list "(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6)" (( "(") (pointer_expression "*(undefined8 *)(lVar4 + lVar12 * 8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + lVar12 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + lVar12 * 8)" (( "(") (binary_expression "lVar4 + lVar12 * 8" (identifier "lVar4") (+ "+") (binary_expression "lVar12 * 8" (identifier "lVar12") (* "*") (number_literal "8"))) () ")")))) (, ",") (identifier "lVar6") () ")")))) (; ";")) (} "}")))) (expression_statement "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6;" (assignment_expression "*(long *)((long)pvVar5 + lVar12 * 8) = lVar6" (pointer_expression "*(long *)((long)pvVar5 + lVar12 * 8)" (* "*") (cast_expression "(long *)((long)pvVar5 + lVar12 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)pvVar5 + lVar12 * 8)" (( "(") (binary_expression "(long)pvVar5 + lVar12 * 8" (cast_expression "(long)pvVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar5")) (+ "+") (binary_expression "lVar12 * 8" (identifier "lVar12") (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "lVar6")) (; ";")) (} "}"))) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" (identifier "lVar12") (= "=") (binary_expression "lVar12 + 1" (identifier "lVar12") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar3 != lVar12)" (( "(") (binary_expression "lVar3 != lVar12" (identifier "lVar3") (!= "!=") (identifier "lVar12")) () ")")) (; ";")) (} "}"))) (} "}")))) (} "}"))) (expression_statement "plVar14 = plVar14 + 1;" (assignment_expression "plVar14 = plVar14 + 1" (identifier "plVar14") (= "=") (binary_expression "plVar14 + 1" (identifier "plVar14") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_58 = local_58 + 1;" (assignment_expression "local_58 = local_58 + 1" (identifier "local_58") (= "=") (binary_expression "local_58 + 1" (identifier "local_58") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar1 != plVar14)" (( "(") (binary_expression "plVar1 != plVar14" (identifier "plVar1") (!= "!=") (identifier "plVar14")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *newsymb,type_1 *tree,type_1 *newtree)
{
long *var_23;
long *plVar2;
long var_14;
char *var_13;
type_1 *var_16;
size_t var_2;
char *pcVar7;
type_2 aVar8;
int *piVar9;
char *mesg;
type_3 var_15;
type_3 var_1;
long *var_10;
char *var_6;
var_1 = (tree->sub).nodep.cnt;
if ((tree->flags & 0x8000) != 0) {
var_1 = var_1 >> 1;
}
var_2 = var_1 * 8;
if (var_2 == 0) {
var_3("awk.h",L'ߗ');
var_4("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);
}
var_6 = (char *)var_5(1,var_2);
if (var_6 == (char *)0x0) {
var_3("awk.h",L'ߛ');
piVar9 = var_7();
var_13 = var_8(*piVar9);
pcVar7 = (char *)var_9(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
var_4(pcVar7,"cint_array.c",0x3b2,"tree_copy","new",var_2,var_13);
}
aVar8 = (tree->sub).nodep.l;
(newtree->sub).val.sp = var_6;
(newtree->sub).nodep.l = aVar8;
(newtree->sub).nodep.cnt = (tree->sub).nodep.cnt;
(newtree->sub).nodep.reflags = (tree->sub).nodep.reflags;
newtree->flags = tree->flags;
if (var_1 != 0) {
var_10 = (long *)(tree->sub).val.sp;
var_23 = var_10 + var_1;
do {
if (*var_10 != 0) {
if (*(int *)(*var_10 + 0x48) == 0xc) {
if (var_11 == (type_2)0x0) {
aVar8.lptr = (type_4 *)var_12(L'\0');
}
else {
aVar8 = var_11;
var_11 = ((var_11.lptr)->sub).nodep.l;
}
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (type_5 [16])0x0;
(aVar8.lptr)->type = Node_array_tree;
*(type_5 (*) [16])&(aVar8.lptr)->sub = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (type_5 [16])0x0;
*(type_2 *)var_6 = aVar8;
function_1(newsymb,(type_1 *)*var_10,aVar8.lptr);
}
else {
if (var_11 == (type_2)0x0) {
aVar8.lptr = (type_4 *)var_12(L'\0');
}
else {
aVar8 = var_11;
var_11 = ((var_11.lptr)->sub).nodep.l;
}
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x40) = (type_5 [16])0x0;
(aVar8.lptr)->type = Node_array_leaf;
*(type_5 (*) [16])&(aVar8.lptr)->sub = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&((aVar8.lptr)->sub).nodep.r + 8) = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x20) = (type_5 [16])0x0;
*(type_5 (*) [16])((long)&(aVar8.lptr)->sub + 0x30) = (type_5 [16])0x0;
*(type_2 *)var_6 = aVar8;
plVar2 = (long *)*var_10;
var_1 = plVar2[7];
var_2 = var_1 * 8;
if (var_2 == 0) {
var_3("awk.h",L'ߗ');
var_4("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);
}
var_13 = (char *)var_5(1,var_2);
if (var_13 == (char *)0x0) {
var_3("awk.h",L'ߛ');
piVar9 = var_7();
pcVar7 = var_8(*piVar9);
mesg = (char *)var_9(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
var_4(mesg,"cint_array.c",0x477,"leaf_copy","new",var_2,pcVar7);
}
var_14 = *plVar2;
((aVar8.lptr)->sub).val.sp = var_13;
((aVar8.lptr)->sub).nodep.cnt = var_1;
((aVar8.lptr)->sub).nodep.l.ll = var_14;
(aVar8.lptr)->flags = *(type_6 *)((long)plVar2 + 0x4c);
var_14 = plVar2[1];
*(long *)&((aVar8.lptr)->sub).val.comtype = plVar2[8];
if (0 < (long)var_1) {
var_15 = 0;
do {
var_16 = *(type_1 **)(var_14 + var_15 * 8);
if (var_16 != (type_1 *)0x0) {
if (var_16->type == var_17) {
if ((var_16->flags & 1) == 0) {
var_16 = var_18(var_16);
}
else {
plVar2 = &(var_16->sub).val.sref;
*plVar2 = *plVar2 + 1;
}
}
else {
var_16 = var_19();
pcVar7 = *(char **)(*(long *)(var_14 + var_15 * 8) + 0x20);
var_2 = var_20(pcVar7);
pcVar7 = var_21(pcVar7,var_2);
(var_16->sub).nodep.name = pcVar7;
(var_16->sub).nodep.x.extra = newsymb;
var_16 = var_22(*(type_1 **)(var_14 + var_15 * 8),var_16);
}
*(type_1 **)(var_13 + var_15 * 8) = var_16;
}
var_15 = var_15 + 1;
} while (var_1 != var_15);
}
}
}
var_10 = var_10 + 1;
var_6 = var_6 + 8;
} while (var_23 != var_10);
}
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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (subscript_expression argument: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (number_literal))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))) (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) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (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 (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal) (string_literal (string_content)) (string_literal (string_content)) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) size: (number_literal))) value: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) size: (number_literal))) value: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (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: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal)))))) (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: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (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 (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal) (string_literal (string_content)) (string_literal (string_content)) (identifier) (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: (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: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 (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))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (binary_expression left: (identifier) right: (number_literal)))))) (identifier)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 |
void MASKED(undefined8 param_1,undefined8 *param_2,undefined8 *param_3)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
void *pvVar5;
long lVar6;
size_t sVar7;
undefined8 uVar8;
undefined1 (*pauVar9) [16];
int *piVar10;
char *pcVar11;
long lVar12;
ulong uVar13;
long *plVar14;
undefined8 *local_58;
uVar13 = param_2[7];
if ((*(byte *)((long)param_2 + 0x4d) & 0x80) != 0) {
uVar13 = (ulong)param_2[7] >> 1;
}
sVar7 = uVar13 * 8;
if (sVar7 == 0) {
FUN_001588d0("awk.h",0x7d7);
FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x3b2);
}
local_58 = (undefined8 *)calloc(1,sVar7);
if (local_58 == (undefined8 *)0x0) {
FUN_001588d0("awk.h",0x7db);
piVar10 = __errno_location();
pcVar11 = strerror(*piVar10);
uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
FUN_00158e40(uVar8,"cint_array.c",0x3b2,"tree_copy","new",sVar7,pcVar11);
}
uVar8 = *param_2;
param_3[1] = local_58;
*param_3 = uVar8;
param_3[7] = param_2[7];
param_3[8] = param_2[8];
*(undefined4 *)((long)param_3 + 0x4c) = *(undefined4 *)((long)param_2 + 0x4c);
if (uVar13 != 0) {
plVar14 = (long *)param_2[1];
plVar1 = plVar14 + uVar13;
do {
if (*plVar14 != 0) {
if (*(int *)(*plVar14 + 0x48) == 0xc) {
if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {
pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);
}
else {
pauVar9 = DAT_0039adc0;
DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;
}
pauVar9[4] = (undefined1 [16])0x0;
*(undefined4 *)(pauVar9[4] + 8) = 0xc;
*pauVar9 = (undefined1 [16])0x0;
pauVar9[1] = (undefined1 [16])0x0;
pauVar9[2] = (undefined1 [16])0x0;
pauVar9[3] = (undefined1 [16])0x0;
*local_58 = pauVar9;
MASKED(param_1,*plVar14,pauVar9);
}
else {
if (DAT_0039adc0 == (undefined1 (*) [16])0x0) {
pauVar9 = (undefined1 (*) [16])FUN_0015a320(0);
}
else {
pauVar9 = DAT_0039adc0;
DAT_0039adc0 = *(undefined1 (**) [16])*DAT_0039adc0;
}
pauVar9[4] = (undefined1 [16])0x0;
*(undefined4 *)(pauVar9[4] + 8) = 0xd;
*pauVar9 = (undefined1 [16])0x0;
pauVar9[1] = (undefined1 [16])0x0;
pauVar9[2] = (undefined1 [16])0x0;
pauVar9[3] = (undefined1 [16])0x0;
*local_58 = pauVar9;
puVar2 = (undefined8 *)*plVar14;
lVar3 = puVar2[7];
sVar7 = lVar3 * 8;
if (sVar7 == 0) {
FUN_001588d0("awk.h",0x7d7);
FUN_00158e40("%s:%d: ezalloc called with zero bytes","cint_array.c",0x477);
}
pvVar5 = calloc(1,sVar7);
if (pvVar5 == (void *)0x0) {
FUN_001588d0("awk.h",0x7db);
piVar10 = __errno_location();
pcVar11 = strerror(*piVar10);
uVar8 = dcgettext(0,"%s:%d:%s: %s: cannot allocate %ld bytes of memory: %s",5);
FUN_00158e40(uVar8,"cint_array.c",0x477,"leaf_copy","new",sVar7,pcVar11);
}
uVar8 = *puVar2;
*(void **)(*pauVar9 + 8) = pvVar5;
*(long *)(pauVar9[3] + 8) = lVar3;
*(undefined8 *)*pauVar9 = uVar8;
*(undefined4 *)(pauVar9[4] + 0xc) = *(undefined4 *)((long)puVar2 + 0x4c);
lVar4 = puVar2[1];
*(undefined8 *)pauVar9[4] = puVar2[8];
if (0 < lVar3) {
lVar12 = 0;
do {
lVar6 = *(long *)(lVar4 + lVar12 * 8);
if (lVar6 != 0) {
if (*(int *)(lVar6 + 0x48) == 1) {
if ((*(byte *)(lVar6 + 0x4c) & 1) == 0) {
lVar6 = FUN_0015a490();
}
else {
*(long *)(lVar6 + 0x18) = *(long *)(lVar6 + 0x18) + 1;
}
}
else {
lVar6 = FUN_0010c490();
pcVar11 = *(char **)(*(long *)(lVar4 + lVar12 * 8) + 0x20);
sVar7 = strlen(pcVar11);
uVar8 = FUN_00157f70(pcVar11,sVar7);
*(undefined8 *)(lVar6 + 0x20) = uVar8;
*(undefined8 *)(lVar6 + 0x18) = param_1;
lVar6 = FUN_0010c530(*(undefined8 *)(lVar4 + lVar12 * 8),lVar6);
}
*(long *)((long)pvVar5 + lVar12 * 8) = lVar6;
}
lVar12 = lVar12 + 1;
} while (lVar3 != lVar12);
}
}
}
plVar14 = plVar14 + 1;
local_58 = local_58 + 1;
} while (plVar1 != plVar14);
}
return;
}
|
385_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c
|
map_input_to_output_sections
|
FUN_0011c6f0
|
void map_input_to_output_sections
(lang_statement_union_type *s,char *target,lang_output_section_statement_type *os)
{
flagword *pfVar1;
lang_statement_union *plVar2;
lang_output_section_statement_type *plVar3;
lang_output_section_statement_type *s_00;
long lVar4;
uint flags;
byte *pbVar5;
byte *pbVar6;
bool bVar7;
bool bVar8;
byte bVar9;
bVar9 = 0;
if (s == (lang_statement_union_type *)0x0) {
return;
}
do {
plVar3 = default_common_section;
switch(*(statement_enum *)((long)&s->header + 8)) {
case lang_output_section_statement_enum:
if ((s->output_section_statement).constraint != 0) {
if ((s->output_section_statement).constraint - 0x17cU < 2) {
*(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;
check_input_sections
((s->output_section_statement).children.head,&s->output_section_statement);
if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==
((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;
(s->output_section_statement).constraint = -1;
plVar3 = default_common_section;
}
goto switchD_0011c734_caseD_5;
}
LAB_0011c9d0:
map_input_to_output_sections
((s->output_section_statement).children.head,target,&s->output_section_statement);
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_assignment_statement_enum:
if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))
{
init_os(os,0);
}
exp_init_os((etree_type *)(s->output_section_statement).children.head);
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_input_statement_enum:
case lang_object_symbols_statement_enum:
case lang_fill_statement_enum:
case lang_reloc_statement_enum:
case lang_padding_statement_enum:
if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))
goto switchD_0011c734_caseD_5;
flags = 0;
LAB_0011c8d6:
init_os(os,flags);
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_address_statement_enum:
if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||
((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {
s_00 = lang_output_section_statement_lookup
((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,
0,1);
s_00->addr_tree = (s->data_statement).exp;
plVar3 = default_common_section;
if (s_00->bfd_section == (asection *)0x0) {
init_os(s_00,0);
plVar3 = default_common_section;
}
}
default:
switchD_0011c734_caseD_5:
default_common_section = plVar3;
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_wild_statement_enum:
if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||
(((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||
((s->wild_statement).filenames_sorted != 0)) {
walk_wild(&s->wild_statement,output_section_callback,os);
}
else {
walk_wild(&s->wild_statement,output_section_callback_fast,os);
if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {
output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);
(s->wild_statement).tree = (lang_section_bst_type *)0x0;
}
}
plVar3 = default_common_section;
if (default_common_section == (lang_output_section_statement_type *)0x0) {
for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;
plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;
plVar2 = (plVar2->wild_statement).header.next) {
bVar7 = false;
bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;
if (!bVar8) {
lVar4 = 7;
pbVar5 = *(byte **)((long)plVar2 + 8);
pbVar6 = (byte *)"COMMON";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar7 = *pbVar5 < *pbVar6;
bVar8 = *pbVar5 == *pbVar6;
pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;
pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;
} while (bVar8);
plVar3 = os;
if ((!bVar7 && !bVar8) == bVar7) break;
}
}
}
goto switchD_0011c734_caseD_5;
case lang_data_statement_enum:
exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));
if (os->sectype == noload_section) {
flags = 0x300;
if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {
flags = 0x201;
}
}
else {
flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;
}
if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;
pfVar1 = &os->bfd_section->flags;
*pfVar1 = *pfVar1 | flags;
plVar3 = default_common_section;
goto switchD_0011c734_caseD_5;
case lang_target_statement_enum:
target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_group_statement_enum:
map_input_to_output_sections((s->output_section_statement).children.head,target,os);
s = ((lang_statement_header_type *)&(s->header).next)->next;
break;
case lang_constructors_statement_enum:
map_input_to_output_sections(constructor_list.head,target,os);
s = ((lang_statement_header_type *)&(s->header).next)->next;
}
if (s == (lang_statement_union *)0x0) {
return;
}
} while( true );
}
|
void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)
{
uint *puVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
uint uVar5;
byte *pbVar6;
byte *pbVar7;
bool bVar8;
bool bVar9;
byte bVar10;
bVar10 = 0;
if (param_1 == (undefined8 *)0x0) {
return;
}
do {
lVar4 = DAT_002a59f8;
switch(*(undefined4 *)(param_1 + 1)) {
case 0:
if (*(int *)((long)param_1 + 0x84) != 0) {
if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {
*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;
FUN_0011c650(param_1[2]);
if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==
(*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;
*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;
lVar4 = DAT_002a59f8;
}
goto switchD_0011c734_caseD_5;
}
LAB_0011c9d0:
FUN_0011c6f0(param_1[2],param_2,param_1);
param_1 = (undefined8 *)*param_1;
break;
case 1:
if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {
FUN_0011a300(param_3);
}
FUN_0011a250(param_1[2]);
param_1 = (undefined8 *)*param_1;
break;
case 2:
case 6:
case 7:
case 9:
case 0xc:
if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;
LAB_0011c8d6:
FUN_0011a300(param_3);
param_1 = (undefined8 *)*param_1;
break;
case 3:
if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {
lVar3 = FUN_00119ff0(param_1[2],0,1);
*(undefined8 *)(lVar3 + 0x58) = param_1[3];
lVar4 = DAT_002a59f8;
if (*(long *)(lVar3 + 0x38) == 0) {
FUN_0011a300(lVar3);
lVar4 = DAT_002a59f8;
}
}
default:
switchD_0011c734_caseD_5:
DAT_002a59f8 = lVar4;
param_1 = (undefined8 *)*param_1;
break;
case 4:
if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||
(*(int *)(param_1 + 3) != 0)) {
FUN_0011c460(param_1,FUN_0011b040,param_3);
}
else {
FUN_0011c460(param_1,FUN_00118500,param_3);
if (param_1[0xe] != 0) {
FUN_0011b2d0(param_1,param_1[0xe],param_3);
param_1[0xe] = 0;
}
}
lVar4 = DAT_002a59f8;
if (DAT_002a59f8 == 0) {
for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;
puVar2 = (undefined8 *)*puVar2) {
bVar8 = false;
bVar9 = (byte *)puVar2[1] == (byte *)0x0;
if (!bVar9) {
lVar4 = 7;
pbVar6 = (byte *)puVar2[1];
pbVar7 = (byte *)"COMMON";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar8 = *pbVar6 < *pbVar7;
bVar9 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;
pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;
} while (bVar9);
lVar4 = param_3;
if ((!bVar8 && !bVar9) == bVar8) break;
}
}
}
goto switchD_0011c734_caseD_5;
case 8:
FUN_0011a250(param_1[3]);
if (*(int *)(param_3 + 0x8c) == 2) {
uVar5 = 0x300;
if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {
uVar5 = 0x201;
}
}
else {
uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;
}
if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;
puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);
*puVar1 = *puVar1 | uVar5;
lVar4 = DAT_002a59f8;
goto switchD_0011c734_caseD_5;
case 10:
param_2 = param_1[2];
param_1 = (undefined8 *)*param_1;
break;
case 0xd:
FUN_0011c6f0(param_1[2],param_2,param_3);
param_1 = (undefined8 *)*param_1;
break;
case 0xf:
FUN_0011c6f0(DAT_002a6780,param_2,param_3);
param_1 = (undefined8 *)*param_1;
}
if (param_1 == (undefined8 *)0x0) {
return;
}
} while( true );
}
|
TEST RDI,RDI
JZ 0x0011c980
PUSH R15
LEA R15,[0x160de8]
PUSH R14
MOV R14D,0x201
PUSH R13
LEA R13,[0x1612bc]
PUSH R12
MOV R12,RSI
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
CMP dword ptr [RBX + 0x8],0xf
JA 0x0011c780
MOV EAX,dword ptr [RBX + 0x8]
MOVSXD RAX,dword ptr [R15 + RAX*0x4]
ADD RAX,R15
JMP RAX
MOV RDI,qword ptr [RBX + 0x18]
CALL 0x0011a250
MOV EAX,dword ptr [RBP + 0x8c]
CMP EAX,0x2
JZ 0x0011c9f0
XOR ESI,ESI
CMP EAX,0x3
SETNZ SIL
LEA ESI,[RSI + RSI*0x2 + 0x100]
MOV RAX,qword ptr [RBP + 0x38]
TEST RAX,RAX
JZ 0x0011c8d6
OR dword ptr [RAX + 0x20],ESI
NOP dword ptr [RAX + RAX*0x1]
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,qword ptr [0x002a6780]
MOV RDX,RBP
MOV RSI,R12
CALL 0x0011c6f0
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
MOV R12,qword ptr [RBX + 0x10]
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
MOV RDI,qword ptr [RBX + 0x10]
MOV RDX,RBP
MOV RSI,R12
CALL 0x0011c6f0
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
MOV RAX,qword ptr [RBX + 0x50]
TEST RAX,RAX
JZ 0x0011c80b
CMP dword ptr [RAX + 0x18],0x1
JZ 0x0011c988
MOV RDX,RBP
LEA RSI,[0x11b040]
MOV RDI,RBX
CALL 0x0011c460
CMP qword ptr [0x002a59f8],0x0
JNZ 0x0011c780
MOV RAX,qword ptr [RBX + 0x20]
TEST RAX,RAX
JZ 0x0011c780
NOP dword ptr [RAX + RAX*0x1]
MOV RSI,qword ptr [RAX + 0x8]
TEST RSI,RSI
JZ 0x0011c861
MOV ECX,0x7
MOV RDI,R13
CMPSB.REPE RDI,RSI
SETA DL
SBB DL,0x0
TEST DL,DL
JZ 0x0011ca1c
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JNZ 0x0011c840
JMP 0x0011c780
MOV RAX,qword ptr [RBX + 0x20]
TEST RAX,RAX
JZ 0x0011c884
MOV EAX,dword ptr [RAX + 0x18]
TEST EAX,EAX
JNZ 0x0011c780
MOV RDI,qword ptr [RBX + 0x10]
MOV EDX,0x1
XOR ESI,ESI
CALL 0x00119ff0
MOV RDX,qword ptr [RBX + 0x18]
CMP qword ptr [RAX + 0x38],0x0
MOV qword ptr [RAX + 0x58],RDX
JNZ 0x0011c780
XOR ESI,ESI
MOV RDI,RAX
CALL 0x0011a300
JMP 0x0011c780
TEST RBP,RBP
JZ 0x0011c780
CMP qword ptr [RBP + 0x38],0x0
JNZ 0x0011c780
XOR ESI,ESI
MOV RDI,RBP
CALL 0x0011a300
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
MOV EAX,dword ptr [RBX + 0x84]
TEST EAX,EAX
JZ 0x0011c9d0
SUB EAX,0x17c
CMP EAX,0x1
JA 0x0011c780
OR byte ptr [RBX + 0x90],0x4
MOV RDI,qword ptr [RBX + 0x10]
MOV RSI,RBX
CALL 0x0011c650
MOVZX EAX,byte ptr [RBX + 0x90]
SHR AL,0x2
AND EAX,0x1
CMP dword ptr [RBX + 0x84],0x17c
SETZ DL
CMP AL,DL
JZ 0x0011c9d0
MOV dword ptr [RBX + 0x84],0xffffffff
JMP 0x0011c780
TEST RBP,RBP
JZ 0x0011c960
CMP qword ptr [RBP + 0x38],0x0
JZ 0x0011ca0d
MOV RDI,qword ptr [RBX + 0x10]
CALL 0x0011a250
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
RET
MOV EDX,dword ptr [RBX + 0x18]
TEST EDX,EDX
JNZ 0x0011c80b
LEA RSI,[0x118500]
MOV RDX,RBP
MOV RDI,RBX
CALL 0x0011c460
MOV RSI,qword ptr [RBX + 0x70]
TEST RSI,RSI
JZ 0x0011c81d
MOV RDX,RBP
MOV RDI,RBX
CALL 0x0011b2d0
MOV qword ptr [RBX + 0x70],0x0
JMP 0x0011c81d
MOV RDI,qword ptr [RBX + 0x10]
MOV RDX,RBX
MOV RSI,R12
CALL 0x0011c6f0
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0011c724
JMP 0x0011c788
MOV RAX,qword ptr [0x002a6810]
MOV ESI,0x300
MOV RAX,qword ptr [RAX + 0x8]
CMP dword ptr [RAX + 0x8],0x5
CMOVZ ESI,R14D
JMP 0x0011c768
XOR ESI,ESI
MOV RDI,RBP
CALL 0x0011a300
JMP 0x0011c960
MOV qword ptr [0x002a59f8],RBP
JMP 0x0011c780
| null | null | null | null |
[(u'PTRADD_-1206990281', u'COPY_-1206988508'), (u'CALL_-1206990716', u'INDIRECT_-1206988921'), (u'PTRSUB_-1206988172', u'LOAD_-1206989918'), ('const-433', u'LOAD_-1206990682'), (u'PTRSUB_-1206988665', u'PTRSUB_-1206988664'), (u'INT_EQUAL_-1206990471', u'CBRANCH_-1206990469'), ('tmp_2194', u'CALL_-1206990716'), ('const-0', u'PTRSUB_-1206988688'), (u'PTRSUB_-1206988234', u'CAST_-1206988110'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988134'), (u'PTRSUB_-1206988252', u'PTRSUB_-1206988382'), (u'INDIRECT_-1206988736', u'MULTIEQUAL_-1206988552'), ('const-256', u'INT_ADD_-1206988865'), ('const-32', u'PTRSUB_-1206988576'), ('const-433', u'LOAD_-1206990416'), (u'CAST_-1206988178', u'INT_ADD_-1206989817'), (u'MULTIEQUAL_-1206989035', u'MULTIEQUAL_-1206988946'), (u'LOAD_-1206990382', u'INT_EQUAL_-1206990363'), (u'CALL_-1206990063', u'INDIRECT_-1206988713'), ('const-0', u'PTRSUB_-1206988042'), ('tmp_8714', u'MULTIEQUAL_-1206989062'), ('const-24', u'PTRSUB_-1206988460'), ('const-380', u'INT_SUB_-1206989892'), (u'INDIRECT_-1206989078', u'MULTIEQUAL_-1206988653'), (u'PTRSUB_-1206988528', u'PTRSUB_-1206988648'), (u'INDIRECT_-1206988406', u'MULTIEQUAL_-1206988312'), (u'STORE_-1206989722', u'INDIRECT_-1206988498'), (u'INT_EQUAL_-1206990363', u'MULTIEQUAL_-1206988988'), (u'LOAD_-1206989872', u'INT_OR_-1206989845'), (u'MULTIEQUAL_-1206989089', u'MULTIEQUAL_-1206988407'), (u'CALL_-1206990791', u'INDIRECT_-1206988975'), ('const-8', u'INT_ADD_-1206988601'), ('const-0', u'PTRSUB_-1206988584'), (u'INDIRECT_-1206988572', u'MULTIEQUAL_-1206988380'), (u'STORE_-1206990098', u'INDIRECT_-1206988691'), ('const-0', u'PTRSUB_-1206988528'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988528'), (u'INT_EQUAL_-1206990691', u'CBRANCH_-1206990689'), (u'MULTIEQUAL_-1206988823', u'INT_OR_-1206990655'), (u'INDIRECT_-1206988921', u'MULTIEQUAL_-1206988310'), (u'INT_EQUAL_-1206989871', u'CBRANCH_-1206989867'), (u'STORE_-1206989874', u'INDIRECT_-1206988377'), (u'CAST_-1206988724', u'INT_ADD_-1206988896'), ('const-0', u'PTRSUB_-1206988252'), (u'MULTIEQUAL_-1206989473', u'CAST_-1206988201'), (u'MULTIEQUAL_-1206989062', u'MULTIEQUAL_-1206988380'), (u'PTRSUB_-1206988161', u'PTRSUB_-1206988300'), (u'MULTIEQUAL_-1206989062', u'MULTIEQUAL_-1206988973'), ('const-2', u'INT_LESS_-1206989871'), (u'MULTIEQUAL_-1206989035', u'MULTIEQUAL_-1206988353'), (u'BOOL_AND_-1206990284', u'INT_EQUAL_-1206990285'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988327'), (u'MULTIEQUAL_-1206988985', u'BOOL_NEGATE_-1206988878'), ('const-16', u'PTRSUB_-1206988410'), (u'COPY_-1206989047', u'COPY_-1206989045'), (u'LOAD_-1206990205', u'CAST_-1206988369'), (u'INT_EQUAL_-1206990760', u'CBRANCH_-1206990758'), (u'MULTIEQUAL_-1206989361', u'MULTIEQUAL_-1206988316'), (u'INDIRECT_-1206988490', u'MULTIEQUAL_-1206988662'), (u'LOAD_-1206989939', u'INT_NOTEQUAL_-1206989916'), (u'CALL_-1206989878', u'INDIRECT_-1206988394'), ('const-0', u'INT_NOTEQUAL_-1206989888'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988074'), (u'MULTIEQUAL_-1206989361', u'CALL_-1206989556'), (u'PTRSUB_-1206988462', u'LOAD_-1206990280'), (u'INDIRECT_-1206988975', u'MULTIEQUAL_-1206988312'), ('const-16', u'PTRSUB_-1206988478'), ('const-0', u'PTRSUB_-1206988477'), ('const-433', u'LOAD_-1206989833'), (u'CALL_-1206990785', u'INDIRECT_-1206989024'), (u'LOAD_-1206990491', u'INT_NOTEQUAL_-1206990475'), (u'INT_RIGHT_-1206989793', u'INT_AND_-1206988646'), (u'CALL_-1206989647', u'INDIRECT_-1206988353'), (u'INT_SUB_-1206989892', u'INT_LESS_-1206989871'), (u'INT_NOTEQUAL_-1206990727', u'INT_ZEXT_-1206989412'), ('tmp_1219', u'CBRANCH_-1206990284'), (u'CALL_-1206990063', u'INDIRECT_-1206988686'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988252'), (u'INDIRECT_-1206988962', u'MULTIEQUAL_-1206988946'), (u'PTRSUB_-1206988648', u'CAST_-1206988529'), ('const-0', u'PTRSUB_-1206988346'), ('const-0', u'PTRSUB_-1206988195'), (u'COPY_-1206988508', u'MULTIEQUAL_-1206989071'), ('const-0', u'PTRSUB_-1206988582'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988443'), ('tmp_2194', u'CALL_-1206990791'), ('const-433', u'LOAD_-1206989852'), (u'LOAD_-1206990018', u'PTRSUB_-1206988075'), (u'LOAD_-1206991001', u'BRANCHIND_-1206990971'), (u'PTRSUB_-1206988182', u'CALL_-1206989835'), (u'PTRADD_-1206990276', u'COPY_-1206988510'), (u'LOAD_-1206990336', u'INT_LESS_-1206990321'), (u'LOAD_-1206990336', u'INT_EQUAL_-1206990321'), (u'PTRSUB_-1206988335', u'LOAD_-1206990416'), ('const-0', u'PTRSUB_-1206988382'), (u'CALL_-1206989556', u'INDIRECT_-1206988379'), (u'PTRSUB_-1206988245', u'PTRSUB_-1206988244'), (u'INT_EQUAL_-1206989730', u'CBRANCH_-1206989729'), (u'PTRSUB_-1206988623', u'LOAD_-1206990681'), (u'PTRSUB_-1206988244', u'LOAD_-1206989862'), (u'INT_NOTEQUAL_-1206989948', u'CBRANCH_-1206989947'), ('tmp_1143', u'CBRANCH_-1206990322'), (u'INT_EQUAL_-1206990186', u'CBRANCH_-1206990184'), (u'INDIRECT_-1206989058', u'MULTIEQUAL_-1206988313'), (u'INDIRECT_-1206988446', u'MULTIEQUAL_-1206988817'), ('const-0', u'INT_EQUAL_-1206989871'), (u'PTRSUB_-1206988449', u'STORE_-1206990098'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988048'), (u'CALL_-1206989835', u'INDIRECT_-1206988736'), (u'PTRSUB_-1206988664', u'LOAD_-1206990737'), (u'PTRSUB_-1206988300', u'LOAD_-1206989769'), (u'PTRSUB_-1206988723', u'CAST_-1206988724'), ('const--1', u'INT_ADD_-1206990332'), (u'MULTIEQUAL_-1206988790', u'MULTIEQUAL_-1206988946'), (u'INT_NOTEQUAL_-1206990448', u'CBRANCH_-1206990444'), (u'CALL_-1206990446', u'INDIRECT_-1206988809'), (u'CAST_-1206988583', u'PTRSUB_-1206988693'), ('tmp_2194', u'INT_NOTEQUAL_-1206989888'), (u'MULTIEQUAL_-1206988988', u'MULTIEQUAL_-1206989143'), (u'PTRSUB_-1206988816', u'LOAD_-1206990783'), (u'CALL_-1206989920', u'INDIRECT_-1206988473'), (u'CALL_-1206990446', u'INDIRECT_-1206988836'), (u'PTRSUB_-1206988080', u'LOAD_-1206990018'), (u'INDIRECT_-1206988809', u'MULTIEQUAL_-1206988790'), (u'MULTIEQUAL_-1206989071', u'PTRADD_-1206990281'), (u'LOAD_-1206990737', u'CALL_-1206990716'), (u'INDIRECT_-1206988613', u'MULTIEQUAL_-1206988310'), ('const-16', u'PTRSUB_-1206988327'), (u'INDIRECT_-1206988850', u'MULTIEQUAL_-1206989143'), (u'INDIRECT_-1206989016', u'COPY_-1206988720'), (u'CAST_-1206988110', u'PTRSUB_-1206988195'), (u'PTRSUB_-1206988688', u'CAST_-1206988689'), ('const-433', u'LOAD_-1206990710'), (u'INDIRECT_-1206988498', u'MULTIEQUAL_-1206988946'), (u'COPY_-1206988510', u'MULTIEQUAL_-1206989097'), ('tmp_1067', u'CBRANCH_-1206990361'), ('const-433', u'LOAD_-1206990336'), ('const-0', u'PTRSUB_-1206988326'), (u'PTRSUB_-1206988134', u'PTRSUB_-1206988278'), (u'PTRSUB_-1206988576', u'LOAD_-1206990418'), ('const-1', u'PTRADD_-1206990281'), (u'PTRSUB_-1206987984', u'CALL_-1206989556'), (u'CALL_-1206989647', u'INDIRECT_-1206988299'), (u'PTRSUB_-1206988692', u'CAST_-1206988566'), (u'INDIRECT_-1206988713', u'COPY_-1206988402'), ('const-88', u'PTRSUB_-1206988449'), ('const-24', u'INT_ADD_-1206988873'), (u'INT_ADD_-1206989817', u'CAST_-1206988177'), (u'STORE_-1206989722', u'INDIRECT_-1206988525'), (u'COPY_-1206988993', u'COPY_-1206988991'), ('const-0', u'COPY_-1206990377'), (u'PTRSUB_-1206988582', u'PTRSUB_-1206988758'), (u'CAST_-1206988347', u'PTRSUB_-1206988477'), (u'MULTIEQUAL_-1206988456', u'CALL_-1206990417'), (u'CALL_-1206990126', u'INDIRECT_-1206988716'), (u'CAST_-1206988444', u'MULTIEQUAL_-1206988529'), ('const-433', u'LOAD_-1206990737'), (u'MULTIEQUAL_-1206988311', u'MULTIEQUAL_-1206989062'), (u'INT_ADD_-1206988873', u'CAST_-1206988688'), ('const-0', u'PTRSUB_-1206988648'), (u'MULTIEQUAL_-1206989039', u'INT_EQUAL_-1206990285'), (u'LOAD_-1206990898', u'MULTIEQUAL_-1206988315'), (u'PTRSUB_-1206988048', u'CALL_-1206989878'), (u'CALL_-1206989835', u'INDIRECT_-1206988572'), ('tmp_498', u'CBRANCH_-1206990444'), (u'PTRSUB_-1206988042', u'PTRSUB_-1206988147'), ('const-0', u'INT_NOTEQUAL_-1206989916'), (u'MULTIEQUAL_-1206988988', u'MULTIEQUAL_-1206988985'), (u'INT_MULT_-1206988850', u'INT_ADD_-1206988865'), (u'INT_NOTEQUAL_-1206989888', u'CBRANCH_-1206989887'), (u'INDIRECT_-1206988804', u'MULTIEQUAL_-1206988313'), ('tmp_2194', u'PTRSUB_-1206988257'), (u'COPY_-1206988516', u'MULTIEQUAL_-1206988456'), ('const--2', u'INT_MULT_-1206988889'), ('tmp_8714', u'COPY_-1206988527'), (u'PTRSUB_-1206988560', u'LOAD_-1206990491'), ('tmp_2192', u'INT_EQUAL_-1206991105'), ('const-0', u'PTRSUB_-1206988384'), (u'CAST_-1206988421', u'LOAD_-1206990382'), ('tmp_1342', u'CBRANCH_-1206989897'), (u'PTRSUB_-1206988707', u'CAST_-1206988585'), (u'LOAD_-1206989939', u'INT_SUB_-1206989892'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988582'), (u'CALL_-1206989647', u'INDIRECT_-1206988326'), (u'PTRSUB_-1206988460', u'LOAD_-1206990124'), ('const-0', u'PTRSUB_-1206988228'), ('const-0', u'PTRSUB_-1206988558'), (u'LOAD_-1206990687', u'CAST_-1206988565'), (u'CAST_-1206988422', u'INT_ADD_-1206988601'), (u'MULTIEQUAL_-1206989233', u'MULTIEQUAL_-1206988552'), (u'INDIRECT_-1206988352', u'MULTIEQUAL_-1206988310'), (u'LOAD_-1206989918', u'CALL_-1206989878'), (u'PTRSUB_-1206988517', u'PTRSUB_-1206988462'), ('const-16', u'PTRSUB_-1206988665'), (u'INDIRECT_-1206988377', u'MULTIEQUAL_-1206988790'), ('const-433', u'LOAD_-1206990464'), (u'MULTIEQUAL_-1206988946', u'MULTIEQUAL_-1206988310'), (u'INT_EQUAL_-1206990398', u'CBRANCH_-1206990395'), (u'INT_EQUAL_-1206990363', u'BOOL_NEGATE_-1206988607'), ('const-433', u'STORE_-1206990098'), (u'PTRSUB_-1206988620', u'PTRSUB_-1206988560'), (u'INT_NOTEQUAL_-1206989916', u'CBRANCH_-1206989916'), ('const-0', u'INT_NOTEQUAL_-1206990448'), ('const-16', u'PTRSUB_-1206988127'), (u'PTRSUB_-1206988075', u'LOAD_-1206990011'), (u'CALL_-1206990417', u'INDIRECT_-1206988613'), (u'PTRSUB_-1206988326', u'LOAD_-1206989852'), ('tmp_2094', u'BRANCH_-1206989710'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988368'), (u'PTRSUB_-1206988478', u'CAST_-1206988347'), ('const-0', u'INT_EQUAL_-1206990431'), (u'CALL_-1206990716', u'INDIRECT_-1206988894'), (u'MULTIEQUAL_-1206989001', u'COPY_-1206988703'), ('const-0', u'INT_EQUAL_-1206990494'), (u'COPY_-1206988246', u'MULTIEQUAL_-1206989001'), ('const-1159232', u'PTRSUB_-1206988612'), (u'INDIRECT_-1206988472', u'MULTIEQUAL_-1206988310'), (u'PTRSUB_-1206988068', u'PTRSUB_-1206988172'), ('const-0', u'PTRSUB_-1206988462'), ('const-0', u'INT_EQUAL_-1206990164'), ('const-433', u'LOAD_-1206989872'), ('tmp_993', u'CBRANCH_-1206990423'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988565'), (u'INT_ADD_-1206988582', u'PTRADD_-1206990281'), ('const-0', u'PTRSUB_-1206988076'), ('const-433', u'LOAD_-1206990338'), (u'MULTIEQUAL_-1206989233', u'MULTIEQUAL_-1206988797'), (u'INDIRECT_-1206988526', u'MULTIEQUAL_-1206988312'), ('const-0', u'PTRSUB_-1206988074'), ('const-0', u'PTRSUB_-1206988126'), ('const-32', u'PTRSUB_-1206988501'), (u'CALL_-1206989878', u'INDIRECT_-1206988585'), (u'MULTIEQUAL_-1206989039', u'BOOL_NEGATE_-1206988879'), (u'STORE_-1206989869', u'INDIRECT_-1206988579'), (u'LOAD_-1206989769', u'INT_EQUAL_-1206989754'), (u'CALL_-1206989920', u'INDIRECT_-1206988419'), ('const-433', u'LOAD_-1206990513'), (u'MULTIEQUAL_-1206989089', u'MULTIEQUAL_-1206988653'), (u'CAST_-1206988559', u'PTRSUB_-1206988623'), (u'INDIRECT_-1206989112', u'MULTIEQUAL_-1206988313'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988228'), (u'INDIRECT_-1206988664', u'MULTIEQUAL_-1206988946'), (u'INT_LESS_-1206990321', u'MULTIEQUAL_-1206989039'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988558'), (u'CALL_-1206990785', u'INDIRECT_-1206989215'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206987978'), (u'CALL_-1206989878', u'INDIRECT_-1206988448'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988467'), (u'CALL_-1206990791', u'INDIRECT_-1206989112'), (u'MULTIEQUAL_-1206989071', u'LOAD_-1206990338'), ('tmp_1435', u'CBRANCH_-1206990162'), (u'CALL_-1206989849', u'INDIRECT_-1206988526'), ('tmp_2194', u'CALL_-1206989878'), (u'INDIRECT_-1206988525', u'MULTIEQUAL_-1206988973'), ('const-433', u'LOAD_-1206990491'), (u'STORE_-1206990679', u'INDIRECT_-1206988962'), (u'PTRSUB_-1206988384', u'PTRSUB_-1206988517'), ('const-0', u'PTRSUB_-1206988686'), (u'LOAD_-1206989862', u'CAST_-1206988117'), (u'MULTIEQUAL_-1206989062', u'CALL_-1206990791'), (u'INT_EQUAL_-1206990321', u'MULTIEQUAL_-1206988988'), ('const-0', u'PTRSUB_-1206988182'), ('const-1148160', u'PTRSUB_-1206988221'), (u'CAST_-1206988566', u'PTRSUB_-1206988691'), ('tmp_1720', u'BRANCH_-1206989644'), (u'PTRSUB_-1206988147', u'STORE_-1206989874'), ('const-0', u'CALL_-1206990126'), (u'PTRSUB_-1206988419', u'PTRSUB_-1206988410'), ('const-2', u'INT_EQUAL_-1206990760'), ('tmp_8713', u'COPY_-1206988554'), ('const-1', u'PTRADD_-1206990276'), (u'LOAD_-1206990783', u'INT_EQUAL_-1206990760'), (u'CAST_-1206988689', u'INT_ADD_-1206988873'), (u'INT_ZEXT_-1206990331', u'INT_MULT_-1206988889'), (u'PTRSUB_-1206988544', u'PTRSUB_-1206988665'), (u'INDIRECT_-1206988867', u'MULTIEQUAL_-1206988310'), (u'PTRSUB_-1206988565', u'PTRSUB_-1206988692'), (u'INDIRECT_-1206988431', u'MULTIEQUAL_-1206988843'), ('const-433', u'LOAD_-1206990382'), ('tmp_8715', u'COPY_-1206988500'), (u'INDIRECT_-1206988599', u'MULTIEQUAL_-1206988407'), (u'CALL_-1206990446', u'INDIRECT_-1206989000'), (u'CALL_-1206989835', u'INDIRECT_-1206988545'), (u'PTRSUB_-1206987995', u'PTRSUB_-1206988127'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988042'), ('tmp_2194', u'CALL_-1206990446'), (u'INDIRECT_-1206988545', u'MULTIEQUAL_-1206988353'), ('const-433', u'LOAD_-1206990687'), ('const-513', u'COPY_-1206988210'), (u'PTRSUB_-1206988221', u'CALL_-1206989920'), ('const-433', u'LOAD_-1206990798'), ('const-433', u'LOAD_-1206989968'), (u'INDIRECT_-1206989000', u'MULTIEQUAL_-1206988988'), (u'COPY_-1206988402', u'MULTIEQUAL_-1206989001'), (u'INT_EQUAL_-1206990321', u'CBRANCH_-1206990322'), (u'COPY_-1206989020', u'COPY_-1206989018'), ('const-1446588', u'COPY_-1206990356'), (u'MULTIEQUAL_-1206988988', u'INT_ZEXT_-1206990331'), (u'MULTIEQUAL_-1206989233', u'MULTIEQUAL_-1206988313'), ('const-0', u'INT_EQUAL_-1206990398'), ('const-433', u'LOAD_-1206989848'), (u'PTRSUB_-1206988110', u'CAST_-1206987979'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988100'), (u'MULTIEQUAL_-1206988311', u'COPY_-1206989020'), ('const-8', u'PTRSUB_-1206988080'), ('const-0', u'PTRSUB_-1206988565'), ('const-0', u'PTRSUB_-1206988642'), (u'INDIRECT_-1206988667', u'MULTIEQUAL_-1206988312'), (u'PTRSUB_-1206988278', u'STORE_-1206989722'), (u'LOAD_-1206989555', u'MULTIEQUAL_-1206988315'), (u'INDIRECT_-1206988948', u'MULTIEQUAL_-1206988311'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988346'), (u'MULTIEQUAL_-1206989233', u'MULTIEQUAL_-1206988662'), (u'MULTIEQUAL_-1206988310', u'MULTIEQUAL_-1206989035'), (u'INT_EQUAL_-1206990342', u'CBRANCH_-1206990347'), ('const-132', u'PTRSUB_-1206988300'), (u'LOAD_-1206990513', u'PTRSUB_-1206988620'), (u'LOAD_-1206989918', u'INT_NOTEQUAL_-1206989898'), (u'PTRSUB_-1206988501', u'PTRSUB_-1206988630'), ('const-0', u'CALL_-1206989647'), ('const-768', u'COPY_-1206988209'), ('const-0', u'PTRSUB_-1206987984'), (u'LOAD_-1206990280', u'MULTIEQUAL_-1206988529'), (u'CALL_-1206990446', u'INDIRECT_-1206988863'), (u'CALL_-1206990417', u'INDIRECT_-1206988667'), ('const-433', u'LOAD_-1206989769'), ('tmp_2194', u'PTRSUB_-1206988816'), (u'PTRSUB_-1206988784', u'LOAD_-1206990710'), ('const-433', u'STORE_-1206989874'), (u'BOOL_NEGATE_-1206988607', u'CBRANCH_-1206990361'), (u'LOAD_-1206989852', u'CALL_-1206989835'), (u'INT_ADD_-1206988896', u'CAST_-1206988723'), (u'MULTIEQUAL_-1206989361', u'CALL_-1206990716'), (u'COPY_-1206988497', u'COPY_-1206988485'), (u'INDIRECT_-1206988691', u'MULTIEQUAL_-1206988973'), ('const-0', u'PTRSUB_-1206988723'), ('const-0', u'PTRSUB_-1206988234'), ('tmp_2194', u'CALL_-1206990417'), (u'INT_EQUAL_-1206990102', u'CBRANCH_-1206990090'), (u'CALL_-1206990126', u'CALL_-1206990063'), ('const-16', u'PTRSUB_-1206988692'), (u'MULTIEQUAL_-1206989035', u'MULTIEQUAL_-1206988599'), (u'MULTIEQUAL_-1206988315', u'INT_EQUAL_-1206990398'), (u'INDIRECT_-1206988326', u'MULTIEQUAL_-1206988491'), (u'PTRSUB_-1206988770', u'LOAD_-1206990682'), (u'INDIRECT_-1206988543', u'MULTIEQUAL_-1206988313'), ('const-0', u'PTRSUB_-1206988758'), (u'PTRSUB_-1206988126', u'LOAD_-1206989577'), (u'INT_NOTEQUAL_-1206990398', u'CBRANCH_-1206990397'), ('const-112', u'PTRSUB_-1206988172'), (u'INT_LESS_-1206990321', u'MULTIEQUAL_-1206989042'), (u'CALL_-1206990417', u'INDIRECT_-1206988640'), (u'INDIRECT_-1206988880', u'MULTIEQUAL_-1206989143'), ('const-8', u'PTRSUB_-1206988620'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206987984'), (u'PTRSUB_-1206988443', u'PTRSUB_-1206988576'), ('const-433', u'LOAD_-1206990280'), (u'MULTIEQUAL_-1206988529', u'PTRSUB_-1206988384'), (u'INDIRECT_-1206988585', u'MULTIEQUAL_-1206988988'), (u'PTRSUB_-1206988382', u'CAST_-1206988253'), ('const-56', u'PTRSUB_-1206988257'), (u'MULTIEQUAL_-1206988315', u'MULTIEQUAL_-1206989473'), (u'INT_OR_-1206989845', u'STORE_-1206989869'), ('tmp_8715', u'MULTIEQUAL_-1206989035'), (u'MULTIEQUAL_-1206989229', u'INT_EQUAL_-1206990342'), ('const-0', u'PTRSUB_-1206988707'), (u'INDIRECT_-1206988659', u'MULTIEQUAL_-1206988946'), (u'COPY_-1206988512', u'MULTIEQUAL_-1206989071'), (u'INDIRECT_-1206988718', u'COPY_-1206988419'), (u'CAST_-1206988406', u'COPY_-1206988512'), ('const-0', u'PTRSUB_-1206988109'), (u'MULTIEQUAL_-1206988843', u'INT_EQUAL_-1206990431'), (u'INT_MULT_-1206988888', u'INT_ADD_-1206988581'), (u'CAST_-1206988117', u'CALL_-1206989849'), ('const-0', u'PTRSUB_-1206988501'), (u'PTRSUB_-1206988346', u'PTRSUB_-1206988478'), ('const-0', u'PTRSUB_-1206988467'), (u'MULTIEQUAL_-1206989062', u'MULTIEQUAL_-1206988311'), ('const-8', u'PTRSUB_-1206988075'), ('const-433', u'LOAD_-1206990715'), (u'CAST_-1206988335', u'CALL_-1206990126'), (u'CALL_-1206990126', u'INDIRECT_-1206988743'), (u'CALL_-1206990791', u'INDIRECT_-1206988948'), (u'INDIRECT_-1206988736', u'MULTIEQUAL_-1206989143'), (u'MULTIEQUAL_-1206988988', u'INT_ZEXT_-1206990326'), ('const-144', u'INT_ADD_-1206989817'), ('const-0', u'PTRSUB_-1206988100'), (u'MULTIEQUAL_-1206989097', u'PTRADD_-1206990276'), (u'COPY_-1206988791', u'MULTIEQUAL_-1206989001'), ('const-433', u'LOAD_-1206989918'), (u'LOAD_-1206990011', u'INT_EQUAL_-1206989996'), (u'CAST_-1206988200', u'LOAD_-1206989872'), ('tmp_874', u'CBRANCH_-1206989990'), (u'MULTIEQUAL_-1206989233', u'MULTIEQUAL_-1206989143'), ('const-1', u'INT_ADD_-1206988582'), ('const-433', u'LOAD_-1206989886'), ('const-433', u'LOAD_-1206990898'), ('tmp_1755', u'CBRANCH_-1206989916'), (u'INDIRECT_-1206988663', u'MULTIEQUAL_-1206988313'), (u'LOAD_-1206990338', u'INT_LESS_-1206990321'), (u'LOAD_-1206990338', u'INT_EQUAL_-1206990321'), (u'PTRSUB_-1206988587', u'LOAD_-1206990715'), (u'MULTIEQUAL_-1206988529', u'CAST_-1206988422'), ('const-0', u'INT_EQUAL_-1206990186'), (u'COPY_-1206990377', u'MULTIEQUAL_-1206989042'), (u'MULTIEQUAL_-1206989229', u'INT_ADD_-1206990332'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206989039'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206987995'), (u'CAST_-1206987979', u'PTRSUB_-1206988076'), ('const-0', u'INT_NOTEQUAL_-1206990398'), (u'PTRSUB_-1206988642', u'LOAD_-1206990790'), ('const-0', u'PTRSUB_-1206988120'), ('const-433', u'LOAD_-1206990790'), (u'PTRSUB_-1206988770', u'STORE_-1206990679'), ('const-0', u'PTRSUB_-1206988190'), ('tmp_8713', u'MULTIEQUAL_-1206989089'), (u'LOAD_-1206990682', u'INT_OR_-1206990655'), (u'PTRSUB_-1206988327', u'PTRSUB_-1206988460'), (u'CALL_-1206989920', u'INDIRECT_-1206988610'), ('const-0', u'INT_NOTEQUAL_-1206989898'), ('const-1', u'INT_ADD_-1206988581'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988688'), (u'MULTIEQUAL_-1206988310', u'COPY_-1206988993'), (u'LOAD_-1206989848', u'MULTIEQUAL_-1206988315'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988109'), ('const-0', u'PTRSUB_-1206988612'), (u'PTRSUB_-1206988691', u'LOAD_-1206990687'), (u'CALL_-1206989556', u'INDIRECT_-1206988543'), ('tmp_460', u'CBRANCH_-1206990469'), (u'CALL_-1206990063', u'INDIRECT_-1206988850'), (u'INDIRECT_-1206988894', u'MULTIEQUAL_-1206988311'), ('const-433', u'STORE_-1206990679'), (u'PTRSUB_-1206988363', u'LOAD_-1206989939'), (u'STORE_-1206989869', u'INDIRECT_-1206988552'), (u'INDIRECT_-1206988299', u'MULTIEQUAL_-1206988464'), ('const-0', u'INT_EQUAL_-1206990342'), (u'INT_ADD_-1206990332', u'MULTIEQUAL_-1206989229'), ('const-0', u'PTRSUB_-1206988544'), (u'CALL_-1206989849', u'INDIRECT_-1206988663'), (u'INDIRECT_-1206988836', u'MULTIEQUAL_-1206988817'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988120'), (u'PTRSUB_-1206988076', u'LOAD_-1206989555'), (u'LOAD_-1206990382', u'COPY_-1206988514'), (u'LOAD_-1206990798', u'CALL_-1206990785'), ('const-16', u'PTRSUB_-1206988560'), (u'LOAD_-1206990183', u'INT_EQUAL_-1206990164'), (u'INDIRECT_-1206989215', u'MULTIEQUAL_-1206988797'), ('const-112', u'PTRSUB_-1206988147'), ('const-433', u'LOAD_-1206990157'), (u'BOOL_NEGATE_-1206988879', u'BOOL_AND_-1206990284'), (u'LOAD_-1206990790', u'MULTIEQUAL_-1206988315'), (u'PTRSUB_-1206988758', u'CAST_-1206988583'), ('const-0', u'PTRSUB_-1206988110'), ('const-433', u'LOAD_-1206990681'), (u'CALL_-1206990785', u'INDIRECT_-1206989051'), (u'COPY_-1206990293', u'MULTIEQUAL_-1206989233'), (u'CAST_-1206988529', u'PTRSUB_-1206988587'), ('const-433', u'LOAD_-1206991001'), (u'LOAD_-1206990124', u'STORE_-1206990098'), (u'PTRSUB_-1206988257', u'LOAD_-1206989886'), (u'STORE_-1206989874', u'INDIRECT_-1206988404'), ('const-8', u'INT_ADD_-1206988896'), (u'LOAD_-1206990783', u'INT_NOTEQUAL_-1206990727'), ('const-433', u'LOAD_-1206990124'), ('const-0', u'INT_EQUAL_-1206990471'), (u'INT_EQUAL_-1206990431', u'CBRANCH_-1206990423'), (u'CAST_-1206988201', u'INT_ADD_-1206989858'), (u'MULTIEQUAL_-1206989062', u'MULTIEQUAL_-1206988491'), (u'MULTIEQUAL_-1206989035', u'MULTIEQUAL_-1206988464'), (u'CALL_-1206989849', u'INDIRECT_-1206988499'), (u'CALL_-1206990417', u'INDIRECT_-1206988804'), (u'CAST_-1206988585', u'PTRSUB_-1206988642'), ('const-80', u'PTRSUB_-1206988630'), (u'LOAD_-1206989968', u'INT_NOTEQUAL_-1206989948'), ('const-0', u'PTRSUB_-1206988068'), (u'INT_EQUAL_-1206990321', u'MULTIEQUAL_-1206988985'), ('const-0', u'PTRSUB_-1206988161'), (u'CALL_-1206990126', u'PTRSUB_-1206988455'), ('const-3', u'INT_MULT_-1206988850'), (u'MULTIEQUAL_-1206989062', u'MULTIEQUAL_-1206988626'), (u'PTRSUB_-1206988410', u'LOAD_-1206990183'), ('tmp_2194', u'PTRSUB_-1206988404'), (u'CAST_-1206988369', u'PTRSUB_-1206988419'), ('const-0', u'PTRSUB_-1206988368'), ('const-7', u'COPY_-1206990362'), (u'INT_ADD_-1206988601', u'CAST_-1206988421'), ('const-0', u'COPY_-1206988516'), ('tmp_2192', u'MULTIEQUAL_-1206989473'), ('const-0', u'RETURN_-1206990820'), (u'INDIRECT_-1206989215', u'MULTIEQUAL_-1206989143'), ('const-1', u'INT_NOTEQUAL_-1206990475'), (u'PTRSUB_-1206988127', u'PTRSUB_-1206988126'), (u'CAST_-1206988369', u'INT_EQUAL_-1206990186'), (u'PTRSUB_-1206988190', u'PTRSUB_-1206988327'), (u'BOOL_NEGATE_-1206988878', u'BOOL_AND_-1206990284'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988161'), ('const-0', u'PTRSUB_-1206988048'), ('tmp_1027', u'CBRANCH_-1206990397'), (u'CAST_-1206988565', u'MULTIEQUAL_-1206988316'), ('const-433', u'STORE_-1206989722'), (u'MULTIEQUAL_-1206988843', u'COPY_-1206988532'), (u'MULTIEQUAL_-1206989089', u'MULTIEQUAL_-1206988312'), ('tmp_2194', u'CALL_-1206989647'), (u'INDIRECT_-1206988419', u'MULTIEQUAL_-1206988790'), (u'PTRSUB_-1206988404', u'LOAD_-1206990464'), (u'INDIRECT_-1206988686', u'MULTIEQUAL_-1206988973'), (u'CALL_-1206989835', u'INDIRECT_-1206988599'), (u'MULTIEQUAL_-1206988823', u'MULTIEQUAL_-1206988456'), (u'CAST_-1206988149', u'INT_EQUAL_-1206989730'), ('const-0', u'CALL_-1206990063'), ('const-433', u'LOAD_-1206989939'), (u'CALL_-1206989878', u'INDIRECT_-1206988421'), (u'INDIRECT_-1206989051', u'MULTIEQUAL_-1206988626'), (u'PTRSUB_-1206988686', u'CAST_-1206988559'), (u'MULTIEQUAL_-1206988312', u'MULTIEQUAL_-1206989089'), (u'CAST_-1206988723', u'LOAD_-1206991001'), (u'INDIRECT_-1206988610', u'MULTIEQUAL_-1206988988'), (u'MULTIEQUAL_-1206988313', u'MULTIEQUAL_-1206989233'), ('const-0', u'PTRSUB_-1206988327'), (u'CAST_-1206988688', u'LOAD_-1206990798'), ('const-0', u'RETURN_-1206990327'), (u'PTRSUB_-1206988100', u'PTRSUB_-1206988202'), ('tmp_911', u'CBRANCH_-1206990492'), (u'INT_EQUAL_-1206990494', u'CBRANCH_-1206990492'), ('tmp_2194', u'COPY_-1206988497'), (u'STORE_-1206989869', u'INDIRECT_-1206988606'), (u'LOAD_-1206990513', u'INT_EQUAL_-1206990494'), ('const-433', u'LOAD_-1206989862'), ('const-433', u'LOAD_-1206989577'), (u'MULTIEQUAL_-1206989143', u'MULTIEQUAL_-1206988313'), (u'CALL_-1206990126', u'INDIRECT_-1206988880'), ('const-0', u'COPY_-1206990293'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988544'), ('const-0', u'PTRSUB_-1206988623'), (u'CALL_-1206989556', u'INDIRECT_-1206988406'), ('const-433', u'LOAD_-1206990183'), (u'MULTIEQUAL_-1206988973', u'MULTIEQUAL_-1206988311'), (u'MULTIEQUAL_-1206989035', u'MULTIEQUAL_-1206988310'), (u'MULTIEQUAL_-1206989473', u'CAST_-1206988178'), (u'INT_OR_-1206990655', u'STORE_-1206990679'), (u'CALL_-1206989556', u'INDIRECT_-1206988352'), ('const-433', u'STORE_-1206989869'), ('const-24', u'PTRSUB_-1206988202'), (u'LOAD_-1206989833', u'INT_RIGHT_-1206989793'), ('tmp_1818', u'CBRANCH_-1206989879'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988068'), ('const-5', u'INT_EQUAL_-1206989996'), (u'COPY_-1206988514', u'MULTIEQUAL_-1206989097'), ('const-4', u'INT_OR_-1206989845'), (u'INT_ZEXT_-1206989412', u'INT_MULT_-1206988850'), (u'MULTIEQUAL_-1206989089', u'MULTIEQUAL_-1206988518'), (u'LOAD_-1206990464', u'INT_NOTEQUAL_-1206990448'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988182'), ('const-32', u'PTRSUB_-1206988770'), ('tmp_1571', u'BRANCH_-1206990060'), ('tmp_2194', u'INT_EQUAL_-1206990471'), (u'INDIRECT_-1206988921', u'MULTIEQUAL_-1206988312'), (u'INDIRECT_-1206988473', u'MULTIEQUAL_-1206988843'), (u'MULTIEQUAL_-1206988817', u'MULTIEQUAL_-1206988973'), (u'INT_EQUAL_-1206991105', u'CBRANCH_-1206991103'), ('const-0', u'PTRSUB_-1206988517'), ('const-4294967295', u'STORE_-1206989722'), (u'COPY_-1206988209', u'MULTIEQUAL_-1206988823'), (u'PTRSUB_-1206988327', u'PTRSUB_-1206988326'), ('tmp_1294', u'CBRANCH_-1206989947'), (u'CALL_-1206990791', u'INDIRECT_-1206988921'), (u'MULTIEQUAL_-1206988529', u'INT_NOTEQUAL_-1206990398'), ('const-56', u'PTRSUB_-1206988404'), (u'INDIRECT_-1206988863', u'MULTIEQUAL_-1206988843'), (u'LOAD_-1206990416', u'MULTIEQUAL_-1206988315'), ('const-0', u'PTRSUB_-1206988587'), ('const-16', u'PTRSUB_-1206988245'), ('tmp_2194', u'PTRSUB_-1206988784'), (u'CALL_-1206990716', u'INDIRECT_-1206988867'), (u'STORE_-1206990098', u'INDIRECT_-1206988664'), ('const-132', u'PTRSUB_-1206988363'), (u'STORE_-1206990098', u'INDIRECT_-1206988718'), (u'CALL_-1206989647', u'INDIRECT_-1206988490'), (u'PTRSUB_-1206988109', u'PTRSUB_-1206988234'), (u'LOAD_-1206990710', u'INT_EQUAL_-1206990691'), (u'LOAD_-1206990117', u'INT_EQUAL_-1206990102'), ('tmp_24', u'CBRANCH_-1206991103'), (u'INDIRECT_-1206988989', u'MULTIEQUAL_-1206988973'), ('const-1', u'INT_AND_-1206988646'), (u'LOAD_-1206989886', u'INT_EQUAL_-1206989871'), (u'PTRSUB_-1206988074', u'CALL_-1206989920'), (u'MULTIEQUAL_-1206989361', u'CALL_-1206990791'), (u'MULTIEQUAL_-1206989097', u'LOAD_-1206990336'), ('tmp_567', u'CBRANCH_-1206990395'), ('const-0', u'INT_EQUAL_-1206990691'), (u'PTRSUB_-1206988612', u'CALL_-1206990446'), (u'INT_ZEXT_-1206990326', u'INT_MULT_-1206988888'), (u'PTRSUB_-1206988693', u'LOAD_-1206990898'), (u'STORE_-1206990679', u'INDIRECT_-1206988989'), (u'INDIRECT_-1206988404', u'MULTIEQUAL_-1206988817'), ('tmp_1533', u'CBRANCH_-1206990090'), (u'COPY_-1206988720', u'MULTIEQUAL_-1206989001'), (u'LOAD_-1206989577', u'CALL_-1206989556'), ('const-0', u'PTRSUB_-1206988134'), ('const-433', u'LOAD_-1206990783'), (u'COPY_-1206988546', u'MULTIEQUAL_-1206989001'), ('const-0', u'PTRSUB_-1206988693'), (u'INDIRECT_-1206989024', u'MULTIEQUAL_-1206988599'), (u'PTRSUB_-1206988501', u'LOAD_-1206990205'), (u'CAST_-1206988177', u'LOAD_-1206989833'), ('const-56', u'PTRSUB_-1206988784'), (u'STORE_-1206989874', u'INDIRECT_-1206988431'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988723'), (u'INT_EQUAL_-1206989996', u'CBRANCH_-1206989990'), (u'CALL_-1206990785', u'INDIRECT_-1206989078'), ('const-56', u'PTRSUB_-1206988455'), ('const-140', u'PTRSUB_-1206988816'), ('const-433', u'LOAD_-1206990018'), (u'MULTIEQUAL_-1206989089', u'COPY_-1206988791'), ('tmp_2084', u'CBRANCH_-1206989729'), ('const-144', u'INT_ADD_-1206989858'), (u'CALL_-1206990063', u'INDIRECT_-1206988659'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988584'), (u'LOAD_-1206990710', u'PTRSUB_-1206988770'), (u'PTRSUB_-1206988630', u'LOAD_-1206990513'), ('tmp_2194', u'CALL_-1206989920'), ('const-0', u'PTRSUB_-1206987978'), (u'CALL_-1206990716', u'INDIRECT_-1206989058'), (u'COPY_-1206988419', u'MULTIEQUAL_-1206989001'), ('const-0', u'PTRSUB_-1206988664'), (u'COPY_-1206990362', u'MULTIEQUAL_-1206989229'), (u'INT_EQUAL_-1206990285', u'CBRANCH_-1206990284'), ('const-1', u'CALL_-1206990126'), (u'CALL_-1206989920', u'INDIRECT_-1206988446'), (u'STORE_-1206990679', u'INDIRECT_-1206989016'), (u'INT_EQUAL_-1206990164', u'CBRANCH_-1206990162'), (u'COPY_-1206988210', u'MULTIEQUAL_-1206988823'), ('const-0', u'PTRSUB_-1206988244'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988190'), (u'PTRSUB_-1206987978', u'PTRSUB_-1206988110'), ('const-0', u'INT_EQUAL_-1206991105'), ('tmp_2193', u'MULTIEQUAL_-1206989361'), (u'INT_AND_-1206988646', u'CAST_-1206988149'), ('const-0', u'INT_NOTEQUAL_-1206989948'), (u'PTRSUB_-1206988368', u'PTRSUB_-1206988501'), (u'INDIRECT_-1206988552', u'COPY_-1206988246'), ('tmp_666', u'CBRANCH_-1206990758'), (u'LOAD_-1206990157', u'CAST_-1206988335'), (u'INT_LESS_-1206989871', u'CBRANCH_-1206989879'), (u'PTRSUB_-1206988477', u'LOAD_-1206990157'), (u'PTRSUB_-1206988558', u'PTRSUB_-1206988686'), (u'INDIRECT_-1206989024', u'PTRSUB_-1206988080'), (u'STORE_-1206989722', u'INDIRECT_-1206988552'), ('const-433', u'LOAD_-1206990418'), (u'INT_ADD_-1206989858', u'CAST_-1206988200'), (u'PTRSUB_-1206988120', u'PTRSUB_-1206988245'), ('tmp_1397', u'CBRANCH_-1206990184'), ('const-0', u'PTRSUB_-1206988335'), (u'INDIRECT_-1206988640', u'MULTIEQUAL_-1206988311'), ('const-0', u'PTRSUB_-1206988691'), ('const-0', u'INT_EQUAL_-1206990363'), (u'INDIRECT_-1206988353', u'MULTIEQUAL_-1206988518'), (u'PTRSUB_-1206988202', u'LOAD_-1206989968'), (u'INT_NOTEQUAL_-1206990475', u'CBRANCH_-1206990473'), (u'MULTIEQUAL_-1206988312', u'COPY_-1206989047'), (u'LOAD_-1206990681', u'MULTIEQUAL_-1206988315'), (u'COPY_-1206988485', u'MULTIEQUAL_-1206989001'), (u'INT_MULT_-1206988889', u'INT_ADD_-1206988582'), (u'INT_ADD_-1206988865', u'MULTIEQUAL_-1206988823'), (u'INDIRECT_-1206988379', u'MULTIEQUAL_-1206988311'), (u'PTRSUB_-1206988584', u'PTRSUB_-1206988707'), ('const-2', u'INT_RIGHT_-1206989793'), (u'COPY_-1206988532', u'MULTIEQUAL_-1206989001'), ('tmp_772', u'CBRANCH_-1206990689'), ('const-0', u'PTRSUB_-1206988443'), ('tmp_947', u'CBRANCH_-1206990473'), ('tmp_1596', u'CBRANCH_-1206989887'), (u'LOAD_-1206990418', u'CAST_-1206988444'), ('const-8', u'PTRSUB_-1206988419'), ('const-433', u'LOAD_-1206989555'), (u'COPY_-1206988703', u'MULTIEQUAL_-1206988312'), ('const-0', u'STORE_-1206989874'), (u'CALL_-1206990126', u'PTRSUB_-1206988449'), (u'PTRSUB_-1206988228', u'PTRSUB_-1206988363'), ('const-0', u'PTRSUB_-1206988221'), ('const-0', u'PTRSUB_-1206987995'), (u'PTRSUB_-1206988455', u'LOAD_-1206990117'), ('const-433', u'LOAD_-1206990205'), ('const-3', u'INT_NOTEQUAL_-1206990727'), ('const-433', u'LOAD_-1206990117'), (u'MULTIEQUAL_-1206988316', u'MULTIEQUAL_-1206989361'), ('const--2', u'INT_MULT_-1206988888'), (u'CALL_-1206990126', u'INDIRECT_-1206988689'), ('const-380', u'INT_EQUAL_-1206989754'), (u'CAST_-1206988253', u'PTRSUB_-1206988335'), (u'MULTIEQUAL_-1206989473', u'PTRSUB_-1206988501'), (u'INDIRECT_-1206988499', u'MULTIEQUAL_-1206988311'), (u'CALL_-1206989849', u'INDIRECT_-1206988472'), ('tmp_1364', u'BRANCH_-1206989864'), ('const-433', u'LOAD_-1206990011'), (u'LOAD_-1206990715', u'MULTIEQUAL_-1206988315'), (u'INT_NOTEQUAL_-1206989898', u'CBRANCH_-1206989897'), ('tmp_1632', u'CBRANCH_-1206989867'), (u'CAST_-1206988200', u'STORE_-1206989869'), (u'PTRSUB_-1206988467', u'CALL_-1206990446'), ('const-0', u'INT_EQUAL_-1206990102'), (u'MULTIEQUAL_-1206988843', u'COPY_-1206988546'), (u'INT_EQUAL_-1206989754', u'INT_EQUAL_-1206989730'), ('tmp_1076', u'CBRANCH_-1206990347'), ('const-132', u'PTRSUB_-1206988278'), (u'PTRSUB_-1206988195', u'LOAD_-1206989848'), (u'COPY_-1206990356', u'CAST_-1206988406'), (u'INT_ADD_-1206988581', u'PTRADD_-1206990276')]
|
[(u'MULTIEQUAL_-1206988992', u'INT_ZEXT_-1206990326'), ('const-0', u'PTRSUB_-1206988227'), (u'MULTIEQUAL_-1206989101', u'PTRADD_-1206990276'), (u'INDIRECT_-1206988479', u'MULTIEQUAL_-1206988359'), (u'MULTIEQUAL_-1206989237', u'MULTIEQUAL_-1206989147'), (u'INT_EQUAL_-1206990471', u'CBRANCH_-1206990469'), (u'INT_ZEXT_-1206989416', u'INT_MULT_-1206988839'), (u'MULTIEQUAL_-1206988361', u'MULTIEQUAL_-1206989096'), (u'INDIRECT_-1206988816', u'MULTIEQUAL_-1206988797'), ('const-0', u'STORE_-1206989874'), (u'MULTIEQUAL_-1206989008', u'COPY_-1206988753'), ('const-8', u'PTRADD_-1206988354'), (u'INDIRECT_-1206988667', u'MULTIEQUAL_-1206988362'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988275'), (u'INT_ADD_-1206990448', u'CAST_-1206988342'), (u'LOAD_-1206990416', u'CAST_-1206988320'), (u'INT_ADD_-1206990101', u'CAST_-1206988393'), (u'INDIRECT_-1206988843', u'MULTIEQUAL_-1206988824'), ('const-433', u'LOAD_-1206990715'), (u'LOAD_-1206989872', u'INT_OR_-1206989845'), (u'PTRSUB_-1206988618', u'CALL_-1206990446'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206988953'), (u'LOAD_-1206990280', u'CAST_-1206988450'), (u'INDIRECT_-1206988620', u'MULTIEQUAL_-1206988359'), ('const-8', u'PTRADD_-1206988204'), (u'INT_EQUAL_-1206990691', u'CBRANCH_-1206990689'), (u'MULTIEQUAL_-1206989069', u'MULTIEQUAL_-1206988498'), ('const-8', u'PTRADD_-1206988483'), ('tmp_8787', u'MULTIEQUAL_-1206989069'), (u'INT_EQUAL_-1206989871', u'CBRANCH_-1206989867'), ('const-433', u'LOAD_-1206989577'), ('const-2', u'PTRADD_-1206988159'), ('const-433', u'LOAD_-1206989886'), ('tmp_7352', u'INT_EQUAL_-1206991105'), (u'CALL_-1206990417', u'INDIRECT_-1206988620'), (u'PTRADD_-1206988159', u'LOAD_-1206989577'), (u'CALL_-1206989647', u'INDIRECT_-1206988494'), (u'INT_ADD_-1206990332', u'MULTIEQUAL_-1206989228'), (u'BOOL_AND_-1206990284', u'INT_EQUAL_-1206990285'), (u'INT_ZEXT_-1206990326', u'INT_MULT_-1206988892'), ('const-433', u'LOAD_-1206990737'), (u'MULTIEQUAL_-1206989096', u'MULTIEQUAL_-1206988361'), (u'INT_EQUAL_-1206990760', u'CBRANCH_-1206990758'), (u'LOAD_-1206989939', u'INT_NOTEQUAL_-1206989916'), ('const-8', u'PTRADD_-1206988856'), ('const-0', u'INT_NOTEQUAL_-1206989888'), (u'CAST_-1206988179', u'MULTIEQUAL_-1206988364'), (u'LOAD_-1206989862', u'CALL_-1206989849'), (u'MULTIEQUAL_-1206989473', u'CAST_-1206988234'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988234'), (u'LOAD_-1206990491', u'INT_NOTEQUAL_-1206990475'), (u'INT_SUB_-1206989892', u'INT_LESS_-1206989871'), ('tmp_1219', u'CBRANCH_-1206990284'), (u'INDIRECT_-1206988928', u'MULTIEQUAL_-1206988361'), (u'MULTIEQUAL_-1206988797', u'MULTIEQUAL_-1206988953'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206988606'), (u'LOAD_-1206990681', u'CAST_-1206988618'), ('const-14', u'PTRADD_-1206988204'), (u'PTRADD_-1206988362', u'CAST_-1206988268'), ('const-433', u'LOAD_-1206990018'), ('const-1', u'INT_ADD_-1206988599'), (u'CALL_-1206990791', u'INDIRECT_-1206988928'), (u'LOAD_-1206991001', u'BRANCHIND_-1206990971'), (u'CALL_-1206989556', u'INDIRECT_-1206988413'), (u'LOAD_-1206990898', u'CAST_-1206988656'), (u'INDIRECT_-1206988547', u'MULTIEQUAL_-1206988362'), (u'COPY_-1206988193', u'MULTIEQUAL_-1206988807'), (u'INT_RIGHT_-1206989793', u'INT_AND_-1206988652'), (u'LOAD_-1206990336', u'INT_LESS_-1206990321'), (u'LOAD_-1206990336', u'INT_EQUAL_-1206990321'), (u'INT_EQUAL_-1206989730', u'CBRANCH_-1206989729'), (u'INT_ADD_-1206990767', u'CAST_-1206988740'), (u'CAST_-1206988638', u'MULTIEQUAL_-1206988364'), ('const-2', u'PTRADD_-1206988704'), (u'CAST_-1206988268', u'STORE_-1206989869'), (u'INT_NOTEQUAL_-1206989948', u'CBRANCH_-1206989947'), (u'BOOL_NEGATE_-1206988621', u'CBRANCH_-1206990361'), ('tmp_1143', u'CBRANCH_-1206990322'), (u'INT_EQUAL_-1206990186', u'CBRANCH_-1206990184'), (u'COPY_-1206988560', u'MULTIEQUAL_-1206989101'), (u'CAST_-1206988692', u'LOAD_-1206990682'), (u'CAST_-1206988043', u'LOAD_-1206990011'), (u'STORE_-1206989869', u'INDIRECT_-1206988559'), (u'CAST_-1206988298', u'LOAD_-1206989939'), (u'MULTIEQUAL_-1206989473', u'CALL_-1206989878'), ('const-3', u'PTRADD_-1206988833'), ('tmp_7355', u'CALL_-1206989920'), (u'CALL_-1206990126', u'INDIRECT_-1206988884'), (u'INT_NOTEQUAL_-1206990448', u'CBRANCH_-1206990444'), (u'CALL_-1206989920', u'INDIRECT_-1206988614'), (u'CAST_-1206988200', u'LOAD_-1206989886'), ('const-4', u'PTRADD_-1206988594'), (u'INDIRECT_-1206988720', u'COPY_-1206988452'), (u'LOAD_-1206990737', u'CALL_-1206990716'), ('const-8', u'PTRADD_-1206988704'), (u'STORE_-1206990098', u'INDIRECT_-1206988698'), (u'MULTIEQUAL_-1206989147', u'MULTIEQUAL_-1206988362'), (u'INDIRECT_-1206988725', u'COPY_-1206988469'), (u'CALL_-1206989920', u'INDIRECT_-1206988453'), ('tmp_1067', u'CBRANCH_-1206990361'), ('const-433', u'STORE_-1206989869'), ('const-433', u'LOAD_-1206990183'), (u'MULTIEQUAL_-1206989237', u'MULTIEQUAL_-1206988362'), (u'LOAD_-1206990018', u'INT_ADD_-1206989995'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206990790'), (u'INT_ADD_-1206989923', u'CAST_-1206988298'), (u'CALL_-1206989849', u'INDIRECT_-1206988506'), (u'MULTIEQUAL_-1206989096', u'MULTIEQUAL_-1206988414'), (u'MULTIEQUAL_-1206989101', u'LOAD_-1206990336'), (u'CAST_-1206988320', u'MULTIEQUAL_-1206988364'), (u'MULTIEQUAL_-1206988362', u'MULTIEQUAL_-1206989237'), (u'MULTIEQUAL_-1206989069', u'MULTIEQUAL_-1206988633'), (u'INT_EQUAL_-1206990363', u'MULTIEQUAL_-1206988992'), ('const-0', u'COPY_-1206990377'), (u'CALL_-1206989878', u'INDIRECT_-1206988401'), (u'CALL_-1206990716', u'INDIRECT_-1206989062'), ('const-24', u'INT_ADD_-1206990475'), (u'CALL_-1206990126', u'INT_ADD_-1206990101'), ('tmp_7355', u'INT_ADD_-1206990767'), (u'CAST_-1206988425', u'LOAD_-1206990183'), ('const-433', u'LOAD_-1206990710'), ('const-1', u'PTRADD_-1206988572'), ('tmp_498', u'CBRANCH_-1206990444'), ('const-0', u'INT_NOTEQUAL_-1206989916'), (u'CAST_-1206988219', u'INT_EQUAL_-1206989730'), (u'INT_NOTEQUAL_-1206989888', u'CBRANCH_-1206989887'), (u'CALL_-1206990791', u'INDIRECT_-1206988955'), (u'INT_ADD_-1206990475', u'CAST_-1206988551'), (u'CALL_-1206990063', u'INDIRECT_-1206988693'), (u'CAST_-1206988159', u'LOAD_-1206989968'), ('const-433', u'LOAD_-1206990336'), ('tmp_1342', u'CBRANCH_-1206989897'), (u'LOAD_-1206989939', u'INT_SUB_-1206989892'), (u'CALL_-1206990446', u'INDIRECT_-1206988816'), (u'MULTIEQUAL_-1206989069', u'MULTIEQUAL_-1206988360'), (u'BOOL_NEGATE_-1206988882', u'BOOL_AND_-1206990284'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206988360'), (u'PTRADD_-1206988646', u'LOAD_-1206990513'), (u'MULTIEQUAL_-1206989473', u'CALL_-1206989556'), (u'LOAD_-1206989918', u'CALL_-1206989878'), ('const-5', u'INT_EQUAL_-1206989996'), (u'INDIRECT_-1206988453', u'MULTIEQUAL_-1206988824'), (u'MULTIEQUAL_-1206989237', u'MULTIEQUAL_-1206988801'), ('const-433', u'LOAD_-1206990011'), (u'CAST_-1206988299', u'INT_ADD_-1206989923'), (u'CAST_-1206988208', u'STORE_-1206989722'), (u'INDIRECT_-1206988505', u'MULTIEQUAL_-1206988953'), ('const-1446588', u'COPY_-1206990356'), ('const-8', u'PTRADD_-1206988500'), ('const-256', u'INT_ADD_-1206988854'), (u'MULTIEQUAL_-1206988992', u'MULTIEQUAL_-1206988989'), (u'INT_EQUAL_-1206990398', u'CBRANCH_-1206990395'), ('const-8', u'PTRADD_-1206988362'), (u'LOAD_-1206989848', u'CAST_-1206988179'), (u'CALL_-1206989849', u'INDIRECT_-1206988533'), (u'LOAD_-1206990382', u'CAST_-1206988485'), (u'PTRADD_-1206988179', u'STORE_-1206989874'), (u'INDIRECT_-1206989219', u'MULTIEQUAL_-1206988801'), (u'INT_NOTEQUAL_-1206989916', u'CBRANCH_-1206989916'), (u'MULTIEQUAL_-1206988807', u'INT_OR_-1206990655'), ('const-0', u'INT_NOTEQUAL_-1206990448'), ('const-433', u'STORE_-1206989722'), (u'STORE_-1206990679', u'INDIRECT_-1206988969'), (u'INT_MULT_-1206988892', u'INT_ADD_-1206988599'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206990715'), ('tmp_2094', u'BRANCH_-1206989710'), (u'INDIRECT_-1206988413', u'MULTIEQUAL_-1206988361'), ('const-4', u'PTRADD_-1206988521'), (u'INDIRECT_-1206988870', u'MULTIEQUAL_-1206988850'), ('const-56', u'INT_ADD_-1206990448'), ('const-0', u'INT_EQUAL_-1206990494'), (u'INT_EQUAL_-1206990321', u'MULTIEQUAL_-1206988989'), ('const-88', u'INT_ADD_-1206990084'), ('const-433', u'LOAD_-1206989968'), (u'MULTIEQUAL_-1206988564', u'PTRADD_-1206988572'), (u'MULTIEQUAL_-1206989096', u'MULTIEQUAL_-1206988525'), ('tmp_7355', u'CALL_-1206990417'), ('const-433', u'LOAD_-1206989833'), ('tmp_7355', u'CALL_-1206990446'), ('const-0', u'INT_EQUAL_-1206990164'), (u'CAST_-1206988584', u'MULTIEQUAL_-1206988364'), (u'MULTIEQUAL_-1206989069', u'MULTIEQUAL_-1206988980'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988500'), ('tmp_993', u'CBRANCH_-1206990423'), ('const-433', u'LOAD_-1206990280'), (u'PTRADD_-1206988704', u'LOAD_-1206990687'), ('const-0', u'INT_EQUAL_-1206990431'), (u'COPY_-1206990356', u'CAST_-1206988470'), (u'CALL_-1206990063', u'INDIRECT_-1206988720'), ('const-8', u'PTRADD_-1206988341'), (u'MULTIEQUAL_-1206989046', u'MULTIEQUAL_-1206989043'), ('const-1148160', u'PTRSUB_-1206988227'), ('const-1', u'PTRADD_-1206988856'), (u'LOAD_-1206989769', u'INT_EQUAL_-1206989754'), (u'MULTIEQUAL_-1206988992', u'MULTIEQUAL_-1206989147'), (u'INDIRECT_-1206988666', u'MULTIEQUAL_-1206988953'), ('tmp_7360', u'MULTIEQUAL_-1206989365'), (u'CAST_-1206988551', u'LOAD_-1206990491'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206990898'), ('const-433', u'LOAD_-1206990205'), (u'CALL_-1206989849', u'INDIRECT_-1206988479'), (u'CALL_-1206990063', u'INDIRECT_-1206988854'), ('tmp_1435', u'CBRANCH_-1206990162'), (u'INDIRECT_-1206988411', u'MULTIEQUAL_-1206988824'), ('const-8', u'PTRADD_-1206988646'), ('const-433', u'STORE_-1206989874'), ('tmp_1720', u'BRANCH_-1206989644'), (u'CALL_-1206990417', u'INDIRECT_-1206988647'), (u'CAST_-1206988775', u'LOAD_-1206991001'), (u'MULTIEQUAL_-1206988364', u'MULTIEQUAL_-1206989473'), (u'LOAD_-1206990783', u'INT_EQUAL_-1206990760'), (u'MULTIEQUAL_-1206988564', u'INT_NOTEQUAL_-1206990398'), (u'INT_ADD_-1206988600', u'PTRADD_-1206990281'), ('const-4294967295', u'STORE_-1206989722'), (u'LOAD_-1206990418', u'CAST_-1206988507'), (u'STORE_-1206990098', u'INDIRECT_-1206988671'), ('const-56', u'INT_ADD_-1206990101'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206989555'), (u'INDIRECT_-1206988506', u'MULTIEQUAL_-1206988360'), (u'MULTIEQUAL_-1206988365', u'MULTIEQUAL_-1206989365'), ('const-433', u'LOAD_-1206990681'), ('tmp_8788', u'MULTIEQUAL_-1206989042'), (u'COPY_-1206988547', u'COPY_-1206988535'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206988471'), (u'MULTIEQUAL_-1206988359', u'MULTIEQUAL_-1206989042'), (u'INT_MULT_-1206988839', u'INT_ADD_-1206988854'), (u'MULTIEQUAL_-1206989043', u'INT_EQUAL_-1206990285'), ('const-8', u'PTRADD_-1206988234'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988679'), (u'CALL_-1206990446', u'INDIRECT_-1206988843'), (u'INDIRECT_-1206988740', u'MULTIEQUAL_-1206989147'), (u'CAST_-1206988342', u'LOAD_-1206990464'), (u'CAST_-1206988450', u'MULTIEQUAL_-1206988564'), (u'PTRADD_-1206988204', u'LOAD_-1206989918'), (u'INT_EQUAL_-1206990321', u'CBRANCH_-1206990322'), ('const-18', u'PTRADD_-1206988362'), ('tmp_7355', u'CALL_-1206990791'), (u'COPY_-1206988562', u'MULTIEQUAL_-1206989075'), (u'MULTIEQUAL_-1206989473', u'CALL_-1206989920'), ('const-0', u'INT_EQUAL_-1206990398'), (u'COPY_-1206988194', u'MULTIEQUAL_-1206988807'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988704'), ('const-433', u'LOAD_-1206990790'), ('const-8', u'PTRADD_-1206988159'), (u'INT_NOTEQUAL_-1206990727', u'INT_ZEXT_-1206989416'), (u'INDIRECT_-1206988306', u'MULTIEQUAL_-1206988471'), (u'CALL_-1206989647', u'INDIRECT_-1206988333'), (u'INDIRECT_-1206988533', u'MULTIEQUAL_-1206988361'), (u'INDIRECT_-1206988674', u'MULTIEQUAL_-1206988361'), ('const-0', u'INT_EQUAL_-1206989871'), (u'INDIRECT_-1206988589', u'MULTIEQUAL_-1206988992'), (u'INT_EQUAL_-1206990342', u'CBRANCH_-1206990347'), ('const-2', u'PTRADD_-1206988500'), (u'LOAD_-1206989918', u'INT_NOTEQUAL_-1206989898'), (u'STORE_-1206989869', u'INDIRECT_-1206988586'), (u'INT_ADD_-1206989708', u'CAST_-1206988208'), (u'CAST_-1206988233', u'LOAD_-1206989769'), (u'CALL_-1206989878', u'INDIRECT_-1206988455'), (u'CAST_-1206988692', u'STORE_-1206990679'), (u'PTRADD_-1206988500', u'LOAD_-1206990157'), ('const-132', u'INT_ADD_-1206989753'), ('const-433', u'LOAD_-1206990157'), ('const-8', u'PTRADD_-1206988572'), ('tmp_7355', u'INT_ADD_-1206990448'), ('const-1', u'CALL_-1206990126'), ('const-433', u'LOAD_-1206989862'), (u'INT_LESS_-1206990321', u'MULTIEQUAL_-1206989043'), (u'COPY_-1206988535', u'MULTIEQUAL_-1206989008'), ('const-10', u'PTRADD_-1206988646'), (u'STORE_-1206990679', u'INDIRECT_-1206989023'), (u'COPY_-1206990362', u'MULTIEQUAL_-1206989228'), (u'LOAD_-1206989852', u'CALL_-1206989835'), (u'PTRADD_-1206988594', u'LOAD_-1206990418'), ('const-56', u'INT_ADD_-1206989870'), ('tmp_8786', u'COPY_-1206988561'), ('const-433', u'LOAD_-1206990513'), (u'INDIRECT_-1206988559', u'COPY_-1206988296'), ('const-433', u'LOAD_-1206991001'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206989848'), ('const-1', u'INT_NOTEQUAL_-1206990475'), (u'COPY_-1206988296', u'MULTIEQUAL_-1206989008'), (u'CALL_-1206990446', u'INDIRECT_-1206988870'), (u'INT_EQUAL_-1206990102', u'CBRANCH_-1206990090'), (u'CALL_-1206990126', u'CALL_-1206990063'), (u'CALL_-1206990063', u'INDIRECT_-1206988666'), (u'MULTIEQUAL_-1206988824', u'MULTIEQUAL_-1206988980'), (u'COPY_-1206989027', u'COPY_-1206989025'), (u'CALL_-1206990791', u'INDIRECT_-1206989116'), (u'LOAD_-1206990715', u'CAST_-1206988584'), ('const-18', u'PTRADD_-1206988341'), (u'INT_ADD_-1206989995', u'CAST_-1206988043'), (u'CAST_-1206988485', u'INT_EQUAL_-1206990363'), (u'INT_NOTEQUAL_-1206990398', u'CBRANCH_-1206990397'), ('tmp_8787', u'COPY_-1206988534'), (u'INDIRECT_-1206988647', u'MULTIEQUAL_-1206988360'), (u'INDIRECT_-1206988671', u'MULTIEQUAL_-1206988953'), (u'MULTIEQUAL_-1206988850', u'COPY_-1206988596'), ('const--2', u'INT_MULT_-1206988892'), (u'CALL_-1206990417', u'INDIRECT_-1206988674'), (u'MULTIEQUAL_-1206989473', u'CAST_-1206988299'), (u'COPY_-1206988452', u'MULTIEQUAL_-1206989008'), (u'CALL_-1206989849', u'INDIRECT_-1206988667'), (u'PTRADD_-1206990276', u'COPY_-1206988560'), (u'INT_OR_-1206989845', u'STORE_-1206989869'), ('const-433', u'LOAD_-1206990117'), (u'INDIRECT_-1206988901', u'MULTIEQUAL_-1206988360'), (u'INDIRECT_-1206989085', u'MULTIEQUAL_-1206988660'), (u'INDIRECT_-1206988552', u'MULTIEQUAL_-1206988360'), (u'MULTIEQUAL_-1206988359', u'COPY_-1206989000'), (u'CALL_-1206990716', u'INDIRECT_-1206988874'), ('tmp_7352', u'MULTIEQUAL_-1206989473'), (u'MULTIEQUAL_-1206989069', u'CALL_-1206990791'), (u'PTRADD_-1206988521', u'LOAD_-1206990205'), (u'MULTIEQUAL_-1206988953', u'MULTIEQUAL_-1206988359'), ('const-3', u'PTRADD_-1206988234'), ('const-8', u'INT_ADD_-1206989995'), (u'INDIRECT_-1206989219', u'MULTIEQUAL_-1206989147'), ('const-2', u'INT_RIGHT_-1206989793'), (u'CAST_-1206988209', u'INT_ADD_-1206989708'), (u'MULTIEQUAL_-1206989365', u'CALL_-1206989556'), ('const-140', u'INT_ADD_-1206990767'), (u'CALL_-1206990785', u'INDIRECT_-1206989058'), (u'PTRADD_-1206988856', u'CAST_-1206988775'), (u'LOAD_-1206990710', u'INT_ADD_-1206990668'), ('const-1', u'INT_AND_-1206988652'), ('tmp_7355', u'INT_ADD_-1206990694'), (u'INT_EQUAL_-1206990321', u'MULTIEQUAL_-1206988992'), (u'INDIRECT_-1206988955', u'MULTIEQUAL_-1206988360'), ('const-1', u'PTRADD_-1206990276'), (u'INDIRECT_-1206989031', u'INT_ADD_-1206990002'), (u'CALL_-1206989647', u'INDIRECT_-1206988306'), (u'LOAD_-1206990011', u'INT_EQUAL_-1206989996'), ('const-8', u'PTRADD_-1206988833'), (u'INDIRECT_-1206988854', u'MULTIEQUAL_-1206989147'), (u'CALL_-1206989835', u'INDIRECT_-1206988579'), ('tmp_874', u'CBRANCH_-1206989990'), ('tmp_1755', u'CBRANCH_-1206989916'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988204'), (u'LOAD_-1206990338', u'INT_LESS_-1206990321'), (u'LOAD_-1206990338', u'INT_EQUAL_-1206990321'), (u'CALL_-1206989878', u'INDIRECT_-1206988428'), (u'COPY_-1206988558', u'MULTIEQUAL_-1206989075'), ('const-0', u'INT_EQUAL_-1206990186'), (u'CALL_-1206990785', u'INDIRECT_-1206989031'), (u'INDIRECT_-1206988426', u'MULTIEQUAL_-1206988797'), (u'INDIRECT_-1206988969', u'MULTIEQUAL_-1206988953'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206990416'), ('const-24', u'INT_ADD_-1206990167'), ('const-0', u'INT_NOTEQUAL_-1206990398'), (u'MULTIEQUAL_-1206989042', u'MULTIEQUAL_-1206988359'), (u'INDIRECT_-1206989058', u'MULTIEQUAL_-1206988633'), (u'LOAD_-1206990682', u'INT_OR_-1206990655'), ('const-0', u'INT_NOTEQUAL_-1206989898'), (u'LOAD_-1206990687', u'MULTIEQUAL_-1206988365'), ('tmp_460', u'CBRANCH_-1206990469'), (u'MULTIEQUAL_-1206989237', u'MULTIEQUAL_-1206988556'), (u'MULTIEQUAL_-1206989075', u'LOAD_-1206990338'), ('const-0', u'INT_EQUAL_-1206990342'), (u'INDIRECT_-1206988698', u'MULTIEQUAL_-1206988980'), (u'INT_EQUAL_-1206990363', u'BOOL_NEGATE_-1206988621'), (u'INDIRECT_-1206988384', u'MULTIEQUAL_-1206988797'), (u'CALL_-1206990716', u'INDIRECT_-1206988901'), (u'CALL_-1206990126', u'INDIRECT_-1206988696'), (u'LOAD_-1206990798', u'CALL_-1206990785'), (u'CAST_-1206988048', u'LOAD_-1206990018'), (u'LOAD_-1206990183', u'INT_EQUAL_-1206990164'), ('const-433', u'LOAD_-1206990418'), (u'PTRSUB_-1206988227', u'CALL_-1206989920'), (u'COPY_-1206990377', u'MULTIEQUAL_-1206989046'), (u'INDIRECT_-1206988928', u'MULTIEQUAL_-1206988359'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988341'), (u'MULTIEQUAL_-1206989473', u'LOAD_-1206990681'), (u'INT_ADD_-1206990694', u'CAST_-1206988706'), (u'INDIRECT_-1206988606', u'MULTIEQUAL_-1206988414'), ('tmp_7355', u'CALL_-1206990716'), ('const-1159232', u'PTRSUB_-1206988618'), (u'MULTIEQUAL_-1206988360', u'MULTIEQUAL_-1206989069'), (u'LOAD_-1206990124', u'STORE_-1206990098'), (u'INDIRECT_-1206988438', u'MULTIEQUAL_-1206988850'), (u'STORE_-1206989869', u'INDIRECT_-1206988613'), (u'PTRADD_-1206988483', u'LOAD_-1206990124'), (u'INDIRECT_-1206989116', u'MULTIEQUAL_-1206988362'), ('const-2', u'PTRADD_-1206988354'), ('const-433', u'LOAD_-1206990798'), (u'INDIRECT_-1206988360', u'MULTIEQUAL_-1206988525'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988179'), ('const-2', u'PTRADD_-1206988275'), (u'LOAD_-1206990783', u'INT_NOTEQUAL_-1206990727'), (u'CALL_-1206990785', u'INDIRECT_-1206989085'), ('const-8', u'PTRADD_-1206988275'), ('const-0', u'INT_EQUAL_-1206990471'), ('const-433', u'LOAD_-1206990682'), (u'INT_LESS_-1206990321', u'MULTIEQUAL_-1206989046'), ('const-433', u'LOAD_-1206989769'), (u'LOAD_-1206990205', u'INT_EQUAL_-1206990186'), ('const-2', u'PTRADD_-1206988679'), (u'INT_EQUAL_-1206990431', u'CBRANCH_-1206990423'), ('const-380', u'INT_SUB_-1206989892'), (u'MULTIEQUAL_-1206989228', u'INT_ADD_-1206990332'), (u'INT_ADD_-1206989753', u'CAST_-1206988233'), (u'LOAD_-1206989968', u'INT_NOTEQUAL_-1206989948'), (u'CAST_-1206988740', u'LOAD_-1206990783'), (u'LOAD_-1206990205', u'INT_ADD_-1206990167'), (u'PTRADD_-1206988234', u'CAST_-1206988159'), (u'MULTIEQUAL_-1206989096', u'MULTIEQUAL_-1206988660'), ('const-433', u'STORE_-1206990679'), ('const-433', u'LOAD_-1206989848'), ('const-433', u'LOAD_-1206990783'), (u'MULTIEQUAL_-1206989473', u'CALL_-1206990446'), ('const-433', u'LOAD_-1206989555'), (u'MULTIEQUAL_-1206989365', u'CALL_-1206990791'), ('const-7', u'COPY_-1206990362'), (u'PTRADD_-1206988341', u'CAST_-1206988248'), ('const-433', u'LOAD_-1206990687'), ('const-433', u'LOAD_-1206989852'), (u'CALL_-1206990126', u'INT_ADD_-1206990084'), (u'PTRADD_-1206988833', u'LOAD_-1206990798'), ('const-8', u'PTRADD_-1206988594'), ('const-0', u'RETURN_-1206990820'), ('const-3', u'INT_NOTEQUAL_-1206990727'), (u'CALL_-1206990126', u'INDIRECT_-1206988750'), (u'COPY_-1206988841', u'MULTIEQUAL_-1206989008'), (u'STORE_-1206989874', u'INDIRECT_-1206988438'), ('tmp_1027', u'CBRANCH_-1206990397'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988521'), (u'MULTIEQUAL_-1206989473', u'CAST_-1206988209'), (u'INT_ADD_-1206990668', u'CAST_-1206988692'), (u'PTRADD_-1206988275', u'LOAD_-1206989862'), (u'INT_ADD_-1206988854', u'MULTIEQUAL_-1206988807'), (u'CALL_-1206990791', u'INDIRECT_-1206988982'), (u'MULTIEQUAL_-1206988360', u'COPY_-1206989027'), (u'MULTIEQUAL_-1206989365', u'CALL_-1206990716'), (u'COPY_-1206989054', u'COPY_-1206989052'), ('const-3', u'INT_MULT_-1206988839'), (u'INDIRECT_-1206988494', u'MULTIEQUAL_-1206988666'), (u'INDIRECT_-1206988982', u'MULTIEQUAL_-1206988361'), (u'CAST_-1206988248', u'LOAD_-1206989833'), (u'CAST_-1206988234', u'INT_ADD_-1206989753'), ('const-0', u'RETURN_-1206990327'), ('tmp_911', u'CBRANCH_-1206990492'), (u'INT_EQUAL_-1206990494', u'CBRANCH_-1206990492'), (u'CAST_-1206988470', u'COPY_-1206988562'), (u'PTRADD_-1206988362', u'CAST_-1206988269'), (u'LOAD_-1206990513', u'INT_EQUAL_-1206990494'), (u'INDIRECT_-1206988874', u'MULTIEQUAL_-1206988359'), ('const-0', u'COPY_-1206990293'), (u'LOAD_-1206990157', u'CALL_-1206990126'), (u'CALL_-1206989556', u'INDIRECT_-1206988386'), (u'CALL_-1206989556', u'INDIRECT_-1206988359'), (u'STORE_-1206990098', u'INDIRECT_-1206988725'), (u'INT_OR_-1206990655', u'STORE_-1206990679'), ('const-433', u'LOAD_-1206990898'), (u'MULTIEQUAL_-1206988364', u'INT_EQUAL_-1206990398'), (u'COPY_-1206988596', u'MULTIEQUAL_-1206989008'), (u'LOAD_-1206989833', u'INT_RIGHT_-1206989793'), ('const-433', u'LOAD_-1206989939'), ('tmp_1818', u'CBRANCH_-1206989879'), (u'CALL_-1206989835', u'INDIRECT_-1206988552'), ('const-4', u'INT_OR_-1206989845'), (u'INDIRECT_-1206988614', u'MULTIEQUAL_-1206988992'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988594'), (u'MULTIEQUAL_-1206988361', u'COPY_-1206989054'), (u'LOAD_-1206990790', u'CAST_-1206988638'), (u'CALL_-1206989556', u'INDIRECT_-1206988547'), (u'LOAD_-1206990464', u'INT_NOTEQUAL_-1206990448'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988362'), ('tmp_1571', u'BRANCH_-1206990060'), (u'CALL_-1206990417', u'INDIRECT_-1206988808'), (u'CALL_-1206990446', u'INDIRECT_-1206989004'), (u'MULTIEQUAL_-1206989043', u'BOOL_NEGATE_-1206988883'), (u'CAST_-1206988618', u'MULTIEQUAL_-1206988364'), (u'CAST_-1206988269', u'LOAD_-1206989872'), (u'STORE_-1206989722', u'INDIRECT_-1206988505'), (u'INT_EQUAL_-1206991105', u'CBRANCH_-1206991103'), (u'INDIRECT_-1206988333', u'MULTIEQUAL_-1206988498'), ('tmp_1294', u'CBRANCH_-1206989947'), (u'COPY_-1206989000', u'COPY_-1206988998'), (u'STORE_-1206989874', u'INDIRECT_-1206988384'), (u'STORE_-1206990679', u'INDIRECT_-1206988996'), (u'COPY_-1206988753', u'MULTIEQUAL_-1206988361'), ('const-132', u'INT_ADD_-1206989708'), (u'MULTIEQUAL_-1206988564', u'LOAD_-1206990280'), (u'MULTIEQUAL_-1206988989', u'BOOL_NEGATE_-1206988882'), (u'INT_AND_-1206988652', u'CAST_-1206988219'), (u'COPY_-1206988582', u'MULTIEQUAL_-1206989008'), ('tmp_7355', u'COPY_-1206988547'), ('const-14', u'PTRADD_-1206988179'), (u'COPY_-1206990293', u'MULTIEQUAL_-1206989237'), (u'LOAD_-1206990710', u'INT_EQUAL_-1206990691'), (u'LOAD_-1206990117', u'INT_EQUAL_-1206990102'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988833'), ('tmp_24', u'CBRANCH_-1206991103'), (u'MULTIEQUAL_-1206989237', u'MULTIEQUAL_-1206988666'), (u'STORE_-1206989874', u'INDIRECT_-1206988411'), ('const-8', u'PTRADD_-1206988521'), (u'LOAD_-1206989886', u'INT_EQUAL_-1206989871'), (u'INT_ADD_-1206989870', u'CAST_-1206988200'), (u'INDIRECT_-1206988480', u'MULTIEQUAL_-1206988850'), ('const-1', u'PTRADD_-1206990281'), ('tmp_7355', u'INT_EQUAL_-1206990471'), ('tmp_567', u'CBRANCH_-1206990395'), ('const-0', u'INT_EQUAL_-1206990691'), (u'INT_MULT_-1206988893', u'INT_ADD_-1206988600'), (u'MULTIEQUAL_-1206988850', u'COPY_-1206988582'), (u'INDIRECT_-1206988808', u'MULTIEQUAL_-1206988362'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988483'), (u'BOOL_NEGATE_-1206988883', u'BOOL_AND_-1206990284'), ('const-32', u'INT_ADD_-1206990668'), ('tmp_1533', u'CBRANCH_-1206990090'), ('const-8', u'PTRADD_-1206988679'), (u'LOAD_-1206989577', u'CALL_-1206989556'), ('const-3', u'PTRADD_-1206988483'), (u'LOAD_-1206990513', u'INT_ADD_-1206990475'), ('const-513', u'COPY_-1206988194'), (u'PTRADD_-1206988572', u'LOAD_-1206990382'), ('const-2', u'INT_EQUAL_-1206990760'), (u'CAST_-1206988052', u'MULTIEQUAL_-1206988364'), (u'CAST_-1206988387', u'STORE_-1206990098'), (u'INDIRECT_-1206988884', u'MULTIEQUAL_-1206989147'), (u'INT_EQUAL_-1206989996', u'CBRANCH_-1206989990'), ('const-433', u'LOAD_-1206990382'), ('tmp_2084', u'CBRANCH_-1206989729'), (u'STORE_-1206989722', u'INDIRECT_-1206988559'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988646'), ('const-132', u'INT_ADD_-1206989923'), (u'INDIRECT_-1206989062', u'MULTIEQUAL_-1206988362'), (u'PTRADD_-1206990281', u'COPY_-1206988558'), (u'PTRADD_-1206988354', u'LOAD_-1206989852'), (u'CALL_-1206989920', u'INDIRECT_-1206988480'), (u'CAST_-1206988393', u'LOAD_-1206990117'), (u'INDIRECT_-1206989004', u'MULTIEQUAL_-1206988992'), (u'INDIRECT_-1206988693', u'MULTIEQUAL_-1206988980'), ('const-433', u'LOAD_-1206990464'), ('const-433', u'LOAD_-1206990416'), (u'CALL_-1206989920', u'INDIRECT_-1206988426'), ('const-433', u'LOAD_-1206989918'), ('const--1', u'INT_ADD_-1206990332'), (u'INT_ADD_-1206990084', u'CAST_-1206988387'), (u'INT_EQUAL_-1206990285', u'CBRANCH_-1206990284'), ('const-0', u'CALL_-1206990126'), ('const-768', u'COPY_-1206988193'), (u'INDIRECT_-1206989023', u'COPY_-1206988770'), (u'INT_EQUAL_-1206990164', u'CBRANCH_-1206990162'), (u'INDIRECT_-1206988386', u'MULTIEQUAL_-1206988360'), (u'CAST_-1206988656', u'MULTIEQUAL_-1206988364'), ('const-1', u'INT_ADD_-1206988600'), ('tmp_7355', u'INT_NOTEQUAL_-1206989888'), ('const-0', u'INT_EQUAL_-1206991105'), ('const-0', u'INT_NOTEQUAL_-1206989948'), (u'CALL_-1206990785', u'INDIRECT_-1206989219'), ('tmp_666', u'CBRANCH_-1206990758'), (u'CAST_-1206988507', u'MULTIEQUAL_-1206988564'), (u'INDIRECT_-1206988532', u'MULTIEQUAL_-1206988980'), (u'MULTIEQUAL_-1206989228', u'INT_EQUAL_-1206990342'), ('tmp_7355', u'CALL_-1206989878'), ('const-0', u'PTRSUB_-1206988618'), (u'INT_LESS_-1206989871', u'CBRANCH_-1206989879'), ('const-433', u'LOAD_-1206989872'), ('const-8', u'INT_ADD_-1206990002'), (u'INT_ADD_-1206990002', u'CAST_-1206988048'), (u'INDIRECT_-1206988579', u'MULTIEQUAL_-1206988387'), ('tmp_1397', u'CBRANCH_-1206990184'), ('tmp_8786', u'MULTIEQUAL_-1206989096'), (u'MULTIEQUAL_-1206989096', u'COPY_-1206988841'), ('const-56', u'INT_ADD_-1206990694'), (u'MULTIEQUAL_-1206988992', u'INT_ZEXT_-1206990331'), (u'CALL_-1206989878', u'INDIRECT_-1206988589'), ('const-0', u'INT_EQUAL_-1206990363'), ('const--2', u'INT_MULT_-1206988893'), (u'MULTIEQUAL_-1206988980', u'MULTIEQUAL_-1206988360'), (u'INT_NOTEQUAL_-1206990475', u'CBRANCH_-1206990473'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988354'), ('tmp_7355', u'INT_ADD_-1206989870'), (u'INT_ADD_-1206990167', u'CAST_-1206988425'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988159'), ('tmp_772', u'CBRANCH_-1206990689'), (u'INT_ZEXT_-1206990331', u'INT_MULT_-1206988893'), (u'INDIRECT_-1206988359', u'MULTIEQUAL_-1206988359'), (u'CAST_-1206988706', u'LOAD_-1206990710'), (u'MULTIEQUAL_-1206989075', u'PTRADD_-1206990281'), (u'INDIRECT_-1206989031', u'MULTIEQUAL_-1206988606'), ('tmp_947', u'CBRANCH_-1206990473'), (u'COPY_-1206988469', u'MULTIEQUAL_-1206989008'), ('tmp_1596', u'CBRANCH_-1206989887'), (u'INDIRECT_-1206988996', u'MULTIEQUAL_-1206988980'), (u'INT_ADD_-1206988599', u'PTRADD_-1206990276'), ('const-433', u'LOAD_-1206990338'), (u'CALL_-1206989835', u'INDIRECT_-1206988740'), (u'STORE_-1206989722', u'INDIRECT_-1206988532'), (u'CALL_-1206990126', u'INDIRECT_-1206988723'), (u'CALL_-1206989835', u'INDIRECT_-1206988606'), (u'MULTIEQUAL_-1206988850', u'INT_EQUAL_-1206990431'), ('const-2', u'INT_LESS_-1206989871'), (u'COPY_-1206988770', u'MULTIEQUAL_-1206989008'), (u'COPY_-1206988564', u'MULTIEQUAL_-1206989101'), (u'PTRADD_-1206988679', u'LOAD_-1206990737'), ('tmp_8788', u'COPY_-1206988507'), (u'CAST_-1206988485', u'COPY_-1206988564'), ('const-8', u'PTRADD_-1206988179'), (u'LOAD_-1206989555', u'CAST_-1206988052'), ('const-380', u'INT_EQUAL_-1206989754'), ('tmp_1364', u'BRANCH_-1206989864'), (u'INT_NOTEQUAL_-1206989898', u'CBRANCH_-1206989897'), (u'INDIRECT_-1206988740', u'MULTIEQUAL_-1206988556'), ('tmp_1632', u'CBRANCH_-1206989867'), ('const-0', u'INT_EQUAL_-1206990102'), ('const-433', u'STORE_-1206990098'), (u'CALL_-1206989647', u'INDIRECT_-1206988360'), (u'MULTIEQUAL_-1206989473', u'PTRADD_-1206988856'), (u'INT_EQUAL_-1206989754', u'INT_EQUAL_-1206989730'), ('tmp_1076', u'CBRANCH_-1206990347'), ('tmp_7355', u'CALL_-1206989647'), ('const-433', u'LOAD_-1206990491'), (u'MULTIEQUAL_-1206989365', u'MULTIEQUAL_-1206988365'), (u'MULTIEQUAL_-1206989069', u'MULTIEQUAL_-1206988387'), (u'CALL_-1206990716', u'INDIRECT_-1206988928'), ('const-433', u'LOAD_-1206990124')]
| null | null |
0011c6f0
|
x64
|
O2
|
(translation_unit "void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" { (declaration "uint *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "byte bVar10;" type_identifier identifier ;) (expression_statement "bVar10 = 0;" (assignment_expression "bVar10 = 0" identifier = number_literal) ;) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(param_1 == (undefined8 *)0x0)" ( (binary_expression "param_1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );" do (compound_statement "{\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n }" { (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (switch_statement "switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" switch (parenthesized_expression "(*(undefined4 *)(param_1 + 1))" ( (pointer_expression "*(undefined4 *)(param_1 + 1)" * (cast_expression "(undefined4 *)(param_1 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) )) (compound_statement "{\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" { (case_statement "case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x84) != 0)" ( (binary_expression "*(int *)((long)param_1 + 0x84) != 0" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" { (if_statement "if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x84) - 0x17cU < 2)" ( (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU < 2" (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) - number_literal) < number_literal) )) (compound_statement "{\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" { (expression_statement "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;" (assignment_expression "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "FUN_0011c650(param_1[2]);" (call_expression "FUN_0011c650(param_1[2])" identifier (argument_list "(param_1[2])" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) ))) ;) (if_statement "if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;" if (parenthesized_expression "((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c))" ( (binary_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)" (cast_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(*(byte *)(param_1 + 0x12) >> 2 & 1)" ( (binary_expression "*(byte *)(param_1 + 0x12) >> 2 & 1" (binary_expression "*(byte *)(param_1 + 0x12) >> 2" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) >> number_literal) & number_literal) ))) == (parenthesized_expression "(*(int *)((long)param_1 + 0x84) == 0x17c)" ( (binary_expression "*(int *)((long)param_1 + 0x84) == 0x17c" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) )) (goto_statement "goto LAB_0011c9d0;" goto statement_identifier ;)) (expression_statement "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)param_1 + 0x84)" * (cast_expression "(undefined4 *)((long)param_1 + 0x84)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;) })) (labeled_statement "LAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);" statement_identifier : (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_1);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_1)" identifier (argument_list "(param_1[2],param_2,param_1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , identifier ))) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }" if (parenthesized_expression "((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0))" ( (binary_expression "(param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)" (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" ( (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0011a300(param_3);\n }" { (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;) })) (expression_statement "FUN_0011a250(param_1[2]);" (call_expression "FUN_0011a250(param_1[2])" identifier (argument_list "(param_1[2])" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:" case number_literal :) (case_statement "case 9:" case number_literal :) (case_statement "case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;" if (parenthesized_expression "((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0))" ( (binary_expression "(param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)" (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(long *)(param_3 + 0x38) != 0)" ( (binary_expression "*(long *)(param_3 + 0x38) != 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) != number_literal) ))) )) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (labeled_statement "LAB_0011c8d6:\n FUN_0011a300(param_3);" statement_identifier : (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" case number_literal : (if_statement "if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" if (parenthesized_expression "((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0))" ( (binary_expression "(param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)" (parenthesized_expression "(param_1[4] == 0)" ( (binary_expression "param_1[4] == 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(*(int *)(param_1[4] + 0x18) == 0)" ( (binary_expression "*(int *)(param_1[4] + 0x18) == 0" (pointer_expression "*(int *)(param_1[4] + 0x18)" * (cast_expression "(int *)(param_1[4] + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[4] + 0x18)" ( (binary_expression "param_1[4] + 0x18" (subscript_expression "param_1[4]" identifier [ number_literal ]) + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" { (expression_statement "lVar3 = FUN_00119ff0(param_1[2],0,1);" (assignment_expression "lVar3 = FUN_00119ff0(param_1[2],0,1)" identifier = (call_expression "FUN_00119ff0(param_1[2],0,1)" identifier (argument_list "(param_1[2],0,1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , number_literal , number_literal )))) ;) (expression_statement "*(undefined8 *)(lVar3 + 0x58) = param_1[3];" (assignment_expression "*(undefined8 *)(lVar3 + 0x58) = param_1[3]" (pointer_expression "*(undefined8 *)(lVar3 + 0x58)" * (cast_expression "(undefined8 *)(lVar3 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x58)" ( (binary_expression "lVar3 + 0x58" identifier + number_literal) )))) = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (if_statement "if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" if (parenthesized_expression "(*(long *)(lVar3 + 0x38) == 0)" ( (binary_expression "*(long *)(lVar3 + 0x38) == 0" (pointer_expression "*(long *)(lVar3 + 0x38)" * (cast_expression "(long *)(lVar3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x38)" ( (binary_expression "lVar3 + 0x38" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" { (expression_statement "FUN_0011a300(lVar3);" (call_expression "FUN_0011a300(lVar3)" identifier (argument_list "(lVar3)" ( identifier ))) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) })) }))) (case_statement "default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;" default : (labeled_statement "switchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;" statement_identifier : (expression_statement "DAT_002a59f8 = lVar4;" (assignment_expression "DAT_002a59f8 = lVar4" identifier = identifier) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;" case number_literal : (if_statement "if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" if (parenthesized_expression "(((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0))" ( (binary_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)" (parenthesized_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1))" ( (binary_expression "(param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)" (parenthesized_expression "(param_1[10] == 0)" ( (binary_expression "param_1[10] == 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(*(int *)(param_1[10] + 0x18) != 1)" ( (binary_expression "*(int *)(param_1[10] + 0x18) != 1" (pointer_expression "*(int *)(param_1[10] + 0x18)" * (cast_expression "(int *)(param_1[10] + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[10] + 0x18)" ( (binary_expression "param_1[10] + 0x18" (subscript_expression "param_1[10]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 3) != 0)" ( (binary_expression "*(int *)(param_1 + 3) != 0" (pointer_expression "*(int *)(param_1 + 3)" * (cast_expression "(int *)(param_1 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }" { (expression_statement "FUN_0011c460(param_1,FUN_0011b040,param_3);" (call_expression "FUN_0011c460(param_1,FUN_0011b040,param_3)" identifier (argument_list "(param_1,FUN_0011b040,param_3)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" else (compound_statement "{\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" { (expression_statement "FUN_0011c460(param_1,FUN_00118500,param_3);" (call_expression "FUN_0011c460(param_1,FUN_00118500,param_3)" identifier (argument_list "(param_1,FUN_00118500,param_3)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" if (parenthesized_expression "(param_1[0xe] != 0)" ( (binary_expression "param_1[0xe] != 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" { (expression_statement "FUN_0011b2d0(param_1,param_1[0xe],param_3);" (call_expression "FUN_0011b2d0(param_1,param_1[0xe],param_3)" identifier (argument_list "(param_1,param_1[0xe],param_3)" ( identifier , (subscript_expression "param_1[0xe]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) })) }))) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (if_statement "if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" if (parenthesized_expression "(DAT_002a59f8 == 0)" ( (binary_expression "DAT_002a59f8 == 0" identifier == number_literal) )) (compound_statement "{\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" { (for_statement "for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" for ( (assignment_expression "puVar2 = (undefined8 *)param_1[4]" identifier = (cast_expression "(undefined8 *)param_1[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ; (comma_expression "lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) , (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" { (expression_statement "bVar8 = false;" (assignment_expression "bVar8 = false" identifier = false) ;) (expression_statement "bVar9 = (byte *)puVar2[1] == (byte *)0x0;" (assignment_expression "bVar9 = (byte *)puVar2[1] == (byte *)0x0" identifier = (binary_expression "(byte *)puVar2[1] == (byte *)0x0" (cast_expression "(byte *)puVar2[1]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ])) == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" if (parenthesized_expression "(!bVar9)" ( (unary_expression "!bVar9" ! identifier) )) (compound_statement "{\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" { (expression_statement "lVar4 = 7;" (assignment_expression "lVar4 = 7" identifier = number_literal) ;) (expression_statement "pbVar6 = (byte *)puVar2[1];" (assignment_expression "pbVar6 = (byte *)puVar2[1]" identifier = (cast_expression "(byte *)puVar2[1]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ]))) ;) (expression_statement "pbVar7 = (byte *)"COMMON";" (assignment_expression "pbVar7 = (byte *)"COMMON"" identifier = (cast_expression "(byte *)"COMMON"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""COMMON"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar8 = *pbVar6 < *pbVar7;" (assignment_expression "bVar8 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1" identifier = (binary_expression "pbVar6 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar10 * -2" identifier + (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1" identifier = (binary_expression "pbVar7 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar7 + (ulong)bVar10 * -2" identifier + (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (expression_statement "lVar4 = param_3;" (assignment_expression "lVar4 = param_3" identifier = identifier) ;) (if_statement "if ((!bVar8 && !bVar9) == bVar8) break;" if (parenthesized_expression "((!bVar8 && !bVar9) == bVar8)" ( (binary_expression "(!bVar8 && !bVar9) == bVar8" (parenthesized_expression "(!bVar8 && !bVar9)" ( (binary_expression "!bVar8 && !bVar9" (unary_expression "!bVar8" ! identifier) && (unary_expression "!bVar9" ! identifier)) )) == identifier) )) (break_statement "break;" break ;)) })) })) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;" case number_literal : (expression_statement "FUN_0011a250(param_1[3]);" (call_expression "FUN_0011a250(param_1[3])" identifier (argument_list "(param_1[3])" ( (subscript_expression "param_1[3]" identifier [ number_literal ]) ))) ;) (if_statement "if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" if (parenthesized_expression "(*(int *)(param_3 + 0x8c) == 2)" ( (binary_expression "*(int *)(param_3 + 0x8c) == 2" (pointer_expression "*(int *)(param_3 + 0x8c)" * (cast_expression "(int *)(param_3 + 0x8c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x8c)" ( (binary_expression "param_3 + 0x8c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }" { (expression_statement "uVar5 = 0x300;" (assignment_expression "uVar5 = 0x300" identifier = number_literal) ;) (if_statement "if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }" if (parenthesized_expression "(*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5)" ( (binary_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5" (pointer_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8)" * (cast_expression "(int *)(*(long *)(DAT_002a6810 + 8) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_002a6810 + 8) + 8)" ( (binary_expression "*(long *)(DAT_002a6810 + 8) + 8" (pointer_expression "*(long *)(DAT_002a6810 + 8)" * (cast_expression "(long *)(DAT_002a6810 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6810 + 8)" ( (binary_expression "DAT_002a6810 + 8" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar5 = 0x201;\n }" { (expression_statement "uVar5 = 0x201;" (assignment_expression "uVar5 = 0x201" identifier = number_literal) ;) })) }) (else_clause "else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" else (compound_statement "{\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" { (expression_statement "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;" (assignment_expression "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" identifier = (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3" (call_expression "(uint)(*(int *)(param_3 + 0x8c) != 3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_3 + 0x8c) != 3)" ( (binary_expression "*(int *)(param_3 + 0x8c) != 3" (pointer_expression "*(int *)(param_3 + 0x8c)" * (cast_expression "(int *)(param_3 + 0x8c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x8c)" ( (binary_expression "param_3 + 0x8c" identifier + number_literal) )))) != number_literal) ))) * number_literal) + number_literal)) ;) }))) (if_statement "if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;" if (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" ( (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0011c8d6;" goto statement_identifier ;)) (expression_statement "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);" (assignment_expression "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20)" identifier = (cast_expression "(uint *)(*(long *)(param_3 + 0x38) + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_3 + 0x38) + 0x20)" ( (binary_expression "*(long *)(param_3 + 0x38) + 0x20" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "*puVar1 = *puVar1 | uVar5;" (assignment_expression "*puVar1 = *puVar1 | uVar5" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | uVar5" (pointer_expression "*puVar1" * identifier) | identifier)) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (expression_statement "param_2 = param_1[2];" (assignment_expression "param_2 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_3);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_3)" identifier (argument_list "(param_1[2],param_2,param_3)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , identifier ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;" case number_literal : (expression_statement "FUN_0011c6f0(DAT_002a6780,param_2,param_3);" (call_expression "FUN_0011c6f0(DAT_002a6780,param_2,param_3)" identifier (argument_list "(DAT_002a6780,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(param_1 == (undefined8 *)0x0)" ( (binary_expression "param_1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "void map_input_to_output_sections\n (lang_statement_union_type *s,char *target,lang_output_section_statement_type *os)\n\n{\n flagword *pfVar1;\n lang_statement_union *plVar2;\n lang_output_section_statement_type *plVar3;\n lang_output_section_statement_type *s_00;\n long lVar4;\n uint flags;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n \n bVar9 = 0;\n if (s == (lang_statement_union_type *)0x0) {\n return;\n }\n do {\n plVar3 = default_common_section;\n switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }\n if (s == (lang_statement_union *)0x0) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void map_input_to_output_sections\n (lang_statement_union_type *s,char *target,lang_output_section_statement_type *os)\n\n{\n flagword *pfVar1;\n lang_statement_union *plVar2;\n lang_output_section_statement_type *plVar3;\n lang_output_section_statement_type *s_00;\n long lVar4;\n uint flags;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n \n bVar9 = 0;\n if (s == (lang_statement_union_type *)0x0) {\n return;\n }\n do {\n plVar3 = default_common_section;\n switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }\n if (s == (lang_statement_union *)0x0) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "map_input_to_output_sections\n (lang_statement_union_type *s,char *target,lang_output_section_statement_type *os)" identifier (parameter_list "(lang_statement_union_type *s,char *target,lang_output_section_statement_type *os)" ( (parameter_declaration "lang_statement_union_type *s" type_identifier (pointer_declarator "*s" * identifier)) , (parameter_declaration "char *target" primitive_type (pointer_declarator "*target" * identifier)) , (parameter_declaration "lang_output_section_statement_type *os" type_identifier (pointer_declarator "*os" * identifier)) ))) (compound_statement "{\n flagword *pfVar1;\n lang_statement_union *plVar2;\n lang_output_section_statement_type *plVar3;\n lang_output_section_statement_type *s_00;\n long lVar4;\n uint flags;\n byte *pbVar5;\n byte *pbVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n \n bVar9 = 0;\n if (s == (lang_statement_union_type *)0x0) {\n return;\n }\n do {\n plVar3 = default_common_section;\n switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }\n if (s == (lang_statement_union *)0x0) {\n return;\n }\n } while( true );\n}" { (declaration "flagword *pfVar1;" type_identifier (pointer_declarator "*pfVar1" * identifier) ;) (declaration "lang_statement_union *plVar2;" type_identifier (pointer_declarator "*plVar2" * identifier) ;) (declaration "lang_output_section_statement_type *plVar3;" type_identifier (pointer_declarator "*plVar3" * identifier) ;) (declaration "lang_output_section_statement_type *s_00;" type_identifier (pointer_declarator "*s_00" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uint flags;" type_identifier identifier ;) (declaration "byte *pbVar5;" type_identifier (pointer_declarator "*pbVar5" * identifier) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "byte bVar9;" type_identifier identifier ;) (expression_statement "bVar9 = 0;" (assignment_expression "bVar9 = 0" identifier = number_literal) ;) (if_statement "if (s == (lang_statement_union_type *)0x0) {\n return;\n }" if (parenthesized_expression "(s == (lang_statement_union_type *)0x0)" ( (binary_expression "s == (lang_statement_union_type *)0x0" identifier == (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n plVar3 = default_common_section;\n switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }\n if (s == (lang_statement_union *)0x0) {\n return;\n }\n } while( true );" do (compound_statement "{\n plVar3 = default_common_section;\n switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }\n if (s == (lang_statement_union *)0x0) {\n return;\n }\n }" { (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) (switch_statement "switch(*(statement_enum *)((long)&s->header + 8)) {\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }" switch (parenthesized_expression "(*(statement_enum *)((long)&s->header + 8))" ( (pointer_expression "*(statement_enum *)((long)&s->header + 8)" * (cast_expression "(statement_enum *)((long)&s->header + 8)" ( (type_descriptor "statement_enum *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&s->header + 8)" ( (binary_expression "(long)&s->header + 8" (cast_expression "(long)&s->header" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&s->header" & (field_expression "s->header" identifier -> field_identifier))) + number_literal) )))) )) (compound_statement "{\n case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_input_statement_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;\n case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;\n case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n }" { (case_statement "case lang_output_section_statement_enum:\n if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" case identifier : (if_statement "if ((s->output_section_statement).constraint != 0) {\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }" if (parenthesized_expression "((s->output_section_statement).constraint != 0)" ( (binary_expression "(s->output_section_statement).constraint != 0" (field_expression "(s->output_section_statement).constraint" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) != number_literal) )) (compound_statement "{\n if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }\n goto switchD_0011c734_caseD_5;\n }" { (if_statement "if ((s->output_section_statement).constraint - 0x17cU < 2) {\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }" if (parenthesized_expression "((s->output_section_statement).constraint - 0x17cU < 2)" ( (binary_expression "(s->output_section_statement).constraint - 0x17cU < 2" (binary_expression "(s->output_section_statement).constraint - 0x17cU" (field_expression "(s->output_section_statement).constraint" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) - number_literal) < number_literal) )) (compound_statement "{\n *(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;\n check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);\n if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;\n (s->output_section_statement).constraint = -1;\n plVar3 = default_common_section;\n }" { (expression_statement "*(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4;" (assignment_expression "*(byte *)((long)s + 0x90) = *(byte *)((long)s + 0x90) | 4" (pointer_expression "*(byte *)((long)s + 0x90)" * (cast_expression "(byte *)((long)s + 0x90)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)s + 0x90)" ( (binary_expression "(long)s + 0x90" (cast_expression "(long)s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)s + 0x90) | 4" (pointer_expression "*(byte *)((long)s + 0x90)" * (cast_expression "(byte *)((long)s + 0x90)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)s + 0x90)" ( (binary_expression "(long)s + 0x90" (cast_expression "(long)s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) | number_literal)) ;) (expression_statement "check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement);" (call_expression "check_input_sections\n ((s->output_section_statement).children.head,&s->output_section_statement)" identifier (argument_list "((s->output_section_statement).children.head,&s->output_section_statement)" ( (field_expression "(s->output_section_statement).children.head" (field_expression "(s->output_section_statement).children" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier) , (pointer_expression "&s->output_section_statement" & (field_expression "s->output_section_statement" identifier -> field_identifier)) ))) ;) (if_statement "if ((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;" if (parenthesized_expression "((bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c))" ( (binary_expression "(bool)(*(byte *)((long)s + 0x90) >> 2 & 1) ==\n ((s->output_section_statement).constraint == 0x17c)" (cast_expression "(bool)(*(byte *)((long)s + 0x90) >> 2 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(*(byte *)((long)s + 0x90) >> 2 & 1)" ( (binary_expression "*(byte *)((long)s + 0x90) >> 2 & 1" (binary_expression "*(byte *)((long)s + 0x90) >> 2" (pointer_expression "*(byte *)((long)s + 0x90)" * (cast_expression "(byte *)((long)s + 0x90)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)s + 0x90)" ( (binary_expression "(long)s + 0x90" (cast_expression "(long)s" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) >> number_literal) & number_literal) ))) == (parenthesized_expression "((s->output_section_statement).constraint == 0x17c)" ( (binary_expression "(s->output_section_statement).constraint == 0x17c" (field_expression "(s->output_section_statement).constraint" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) == number_literal) ))) )) (goto_statement "goto LAB_0011c9d0;" goto statement_identifier ;)) (expression_statement "(s->output_section_statement).constraint = -1;" (assignment_expression "(s->output_section_statement).constraint = -1" (field_expression "(s->output_section_statement).constraint" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;) })) (labeled_statement "LAB_0011c9d0:\n map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);" statement_identifier : (expression_statement "map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement);" (call_expression "map_input_to_output_sections\n ((s->output_section_statement).children.head,target,&s->output_section_statement)" identifier (argument_list "((s->output_section_statement).children.head,target,&s->output_section_statement)" ( (field_expression "(s->output_section_statement).children.head" (field_expression "(s->output_section_statement).children" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier) , identifier , (pointer_expression "&s->output_section_statement" & (field_expression "s->output_section_statement" identifier -> field_identifier)) ))) ;)) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_assignment_statement_enum:\n if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }\n exp_init_os((etree_type *)(s->output_section_statement).children.head);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" case identifier : (if_statement "if ((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))\n {\n init_os(os,0);\n }" if (parenthesized_expression "((os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0))" ( (binary_expression "(os != (lang_output_section_statement_type *)0x0) && (os->bfd_section == (asection *)0x0)" (parenthesized_expression "(os != (lang_output_section_statement_type *)0x0)" ( (binary_expression "os != (lang_output_section_statement_type *)0x0" identifier != (cast_expression "(lang_output_section_statement_type *)0x0" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(os->bfd_section == (asection *)0x0)" ( (binary_expression "os->bfd_section == (asection *)0x0" (field_expression "os->bfd_section" identifier -> field_identifier) == (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n init_os(os,0);\n }" { (expression_statement "init_os(os,0);" (call_expression "init_os(os,0)" identifier (argument_list "(os,0)" ( identifier , number_literal ))) ;) })) (expression_statement "exp_init_os((etree_type *)(s->output_section_statement).children.head);" (call_expression "exp_init_os((etree_type *)(s->output_section_statement).children.head)" identifier (argument_list "((etree_type *)(s->output_section_statement).children.head)" ( (cast_expression "(etree_type *)(s->output_section_statement).children.head" ( (type_descriptor "etree_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(s->output_section_statement).children.head" (field_expression "(s->output_section_statement).children" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ))) ;) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_input_statement_enum:" case identifier :) (case_statement "case lang_object_symbols_statement_enum:" case identifier :) (case_statement "case lang_fill_statement_enum:" case identifier :) (case_statement "case lang_reloc_statement_enum:" case identifier :) (case_statement "case lang_padding_statement_enum:\n if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;\n flags = 0;\nLAB_0011c8d6:\n init_os(os,flags);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" case identifier : (if_statement "if ((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))\n goto switchD_0011c734_caseD_5;" if (parenthesized_expression "((os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0))" ( (binary_expression "(os == (lang_output_section_statement_type *)0x0) || (os->bfd_section != (asection *)0x0)" (parenthesized_expression "(os == (lang_output_section_statement_type *)0x0)" ( (binary_expression "os == (lang_output_section_statement_type *)0x0" identifier == (cast_expression "(lang_output_section_statement_type *)0x0" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(os->bfd_section != (asection *)0x0)" ( (binary_expression "os->bfd_section != (asection *)0x0" (field_expression "os->bfd_section" identifier -> field_identifier) != (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (expression_statement "flags = 0;" (assignment_expression "flags = 0" identifier = number_literal) ;) (labeled_statement "LAB_0011c8d6:\n init_os(os,flags);" statement_identifier : (expression_statement "init_os(os,flags);" (call_expression "init_os(os,flags)" identifier (argument_list "(os,flags)" ( identifier , identifier ))) ;)) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_address_statement_enum:\n if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }" case identifier : (if_statement "if (((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)) {\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }" if (parenthesized_expression "(((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none))" ( (binary_expression "((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0) ||\n ((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)" (parenthesized_expression "((wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0)" ( (binary_expression "(wildcard_list *)(s->address_statement).segment == (wildcard_list *)0x0" (cast_expression "(wildcard_list *)(s->address_statement).segment" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(s->address_statement).segment" (parenthesized_expression "(s->address_statement)" ( (field_expression "s->address_statement" identifier -> field_identifier) )) . field_identifier)) == (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "((((wildcard_list *)(s->address_statement).segment)->spec).sorted == none)" ( (binary_expression "(((wildcard_list *)(s->address_statement).segment)->spec).sorted == none" (field_expression "(((wildcard_list *)(s->address_statement).segment)->spec).sorted" (parenthesized_expression "(((wildcard_list *)(s->address_statement).segment)->spec)" ( (field_expression "((wildcard_list *)(s->address_statement).segment)->spec" (parenthesized_expression "((wildcard_list *)(s->address_statement).segment)" ( (cast_expression "(wildcard_list *)(s->address_statement).segment" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(s->address_statement).segment" (parenthesized_expression "(s->address_statement)" ( (field_expression "s->address_statement" identifier -> field_identifier) )) . field_identifier)) )) -> field_identifier) )) . field_identifier) == identifier) ))) )) (compound_statement "{\n s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);\n s_00->addr_tree = (s->data_statement).exp;\n plVar3 = default_common_section;\n if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }\n }" { (expression_statement "s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1);" (assignment_expression "s_00 = lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1)" identifier = (call_expression "lang_output_section_statement_lookup\n ((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1)" identifier (argument_list "((char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head,\n 0,1)" ( (cast_expression "(char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "((lang_statement_list_type *)&(s->wild_statement).filename)->head" (parenthesized_expression "((lang_statement_list_type *)&(s->wild_statement).filename)" ( (cast_expression "(lang_statement_list_type *)&(s->wild_statement).filename" ( (type_descriptor "lang_statement_list_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->wild_statement).filename" & (field_expression "(s->wild_statement).filename" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) , number_literal , number_literal )))) ;) (expression_statement "s_00->addr_tree = (s->data_statement).exp;" (assignment_expression "s_00->addr_tree = (s->data_statement).exp" (field_expression "s_00->addr_tree" identifier -> field_identifier) = (field_expression "(s->data_statement).exp" (parenthesized_expression "(s->data_statement)" ( (field_expression "s->data_statement" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) (if_statement "if (s_00->bfd_section == (asection *)0x0) {\n init_os(s_00,0);\n plVar3 = default_common_section;\n }" if (parenthesized_expression "(s_00->bfd_section == (asection *)0x0)" ( (binary_expression "s_00->bfd_section == (asection *)0x0" (field_expression "s_00->bfd_section" identifier -> field_identifier) == (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n init_os(s_00,0);\n plVar3 = default_common_section;\n }" { (expression_statement "init_os(s_00,0);" (call_expression "init_os(s_00,0)" identifier (argument_list "(s_00,0)" ( identifier , number_literal ))) ;) (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) })) }))) (case_statement "default:\nswitchD_0011c734_caseD_5:\n default_common_section = plVar3;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" default : (labeled_statement "switchD_0011c734_caseD_5:\n default_common_section = plVar3;" statement_identifier : (expression_statement "default_common_section = plVar3;" (assignment_expression "default_common_section = plVar3" identifier = identifier) ;)) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_wild_statement_enum:\n if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }\n plVar3 = default_common_section;\n if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;" case identifier : (if_statement "if ((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)) {\n walk_wild(&s->wild_statement,output_section_callback,os);\n }\n else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }" if (parenthesized_expression "((((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0))" ( (binary_expression "(((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)) ||\n ((s->wild_statement).filenames_sorted != 0)" (parenthesized_expression "(((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name))" ( (binary_expression "((s->wild_statement).handler_data[0] == (wildcard_list *)0x0) ||\n (((s->wild_statement).handler_data[0]->spec).sorted != by_name)" (parenthesized_expression "((s->wild_statement).handler_data[0] == (wildcard_list *)0x0)" ( (binary_expression "(s->wild_statement).handler_data[0] == (wildcard_list *)0x0" (subscript_expression "(s->wild_statement).handler_data[0]" (field_expression "(s->wild_statement).handler_data" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) == (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(((s->wild_statement).handler_data[0]->spec).sorted != by_name)" ( (binary_expression "((s->wild_statement).handler_data[0]->spec).sorted != by_name" (field_expression "((s->wild_statement).handler_data[0]->spec).sorted" (parenthesized_expression "((s->wild_statement).handler_data[0]->spec)" ( (field_expression "(s->wild_statement).handler_data[0]->spec" (subscript_expression "(s->wild_statement).handler_data[0]" (field_expression "(s->wild_statement).handler_data" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) -> field_identifier) )) . field_identifier) != identifier) ))) )) || (parenthesized_expression "((s->wild_statement).filenames_sorted != 0)" ( (binary_expression "(s->wild_statement).filenames_sorted != 0" (field_expression "(s->wild_statement).filenames_sorted" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) != number_literal) ))) )) (compound_statement "{\n walk_wild(&s->wild_statement,output_section_callback,os);\n }" { (expression_statement "walk_wild(&s->wild_statement,output_section_callback,os);" (call_expression "walk_wild(&s->wild_statement,output_section_callback,os)" identifier (argument_list "(&s->wild_statement,output_section_callback,os)" ( (pointer_expression "&s->wild_statement" & (field_expression "s->wild_statement" identifier -> field_identifier)) , identifier , identifier ))) ;) }) (else_clause "else {\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }" else (compound_statement "{\n walk_wild(&s->wild_statement,output_section_callback_fast,os);\n if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }\n }" { (expression_statement "walk_wild(&s->wild_statement,output_section_callback_fast,os);" (call_expression "walk_wild(&s->wild_statement,output_section_callback_fast,os)" identifier (argument_list "(&s->wild_statement,output_section_callback_fast,os)" ( (pointer_expression "&s->wild_statement" & (field_expression "s->wild_statement" identifier -> field_identifier)) , identifier , identifier ))) ;) (if_statement "if ((s->wild_statement).tree != (lang_section_bst_type *)0x0) {\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }" if (parenthesized_expression "((s->wild_statement).tree != (lang_section_bst_type *)0x0)" ( (binary_expression "(s->wild_statement).tree != (lang_section_bst_type *)0x0" (field_expression "(s->wild_statement).tree" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) != (cast_expression "(lang_section_bst_type *)0x0" ( (type_descriptor "lang_section_bst_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);\n (s->wild_statement).tree = (lang_section_bst_type *)0x0;\n }" { (expression_statement "output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os);" (call_expression "output_section_callback_tree_to_list(&s->wild_statement,(s->wild_statement).tree,os)" identifier (argument_list "(&s->wild_statement,(s->wild_statement).tree,os)" ( (pointer_expression "&s->wild_statement" & (field_expression "s->wild_statement" identifier -> field_identifier)) , (field_expression "(s->wild_statement).tree" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) , identifier ))) ;) (expression_statement "(s->wild_statement).tree = (lang_section_bst_type *)0x0;" (assignment_expression "(s->wild_statement).tree = (lang_section_bst_type *)0x0" (field_expression "(s->wild_statement).tree" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(lang_section_bst_type *)0x0" ( (type_descriptor "lang_section_bst_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) }))) (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) (if_statement "if (default_common_section == (lang_output_section_statement_type *)0x0) {\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }" if (parenthesized_expression "(default_common_section == (lang_output_section_statement_type *)0x0)" ( (binary_expression "default_common_section == (lang_output_section_statement_type *)0x0" identifier == (cast_expression "(lang_output_section_statement_type *)0x0" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }\n }" { (for_statement "for (plVar2 = (lang_statement_union *)(s->wild_statement).section_list;\n plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0;\n plVar2 = (plVar2->wild_statement).header.next) {\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }" for ( (assignment_expression "plVar2 = (lang_statement_union *)(s->wild_statement).section_list" identifier = (cast_expression "(lang_statement_union *)(s->wild_statement).section_list" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(s->wild_statement).section_list" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier))) ; (comma_expression "plVar3 = default_common_section, plVar2 != (lang_statement_union *)0x0" (assignment_expression "plVar3 = default_common_section" identifier = identifier) , (binary_expression "plVar2 != (lang_statement_union *)0x0" identifier != (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "plVar2 = (plVar2->wild_statement).header.next" identifier = (field_expression "(plVar2->wild_statement).header.next" (field_expression "(plVar2->wild_statement).header" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ) (compound_statement "{\n bVar7 = false;\n bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;\n if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }\n }" { (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0;" (assignment_expression "bVar8 = *(byte **)((long)plVar2 + 8) == (byte *)0x0" identifier = (binary_expression "*(byte **)((long)plVar2 + 8) == (byte *)0x0" (pointer_expression "*(byte **)((long)plVar2 + 8)" * (cast_expression "(byte **)((long)plVar2 + 8)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)plVar2 + 8)" ( (binary_expression "(long)plVar2 + 8" (cast_expression "(long)plVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (!bVar8) {\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }" if (parenthesized_expression "(!bVar8)" ( (unary_expression "!bVar8" ! identifier) )) (compound_statement "{\n lVar4 = 7;\n pbVar5 = *(byte **)((long)plVar2 + 8);\n pbVar6 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);\n plVar3 = os;\n if ((!bVar7 && !bVar8) == bVar7) break;\n }" { (expression_statement "lVar4 = 7;" (assignment_expression "lVar4 = 7" identifier = number_literal) ;) (expression_statement "pbVar5 = *(byte **)((long)plVar2 + 8);" (assignment_expression "pbVar5 = *(byte **)((long)plVar2 + 8)" identifier = (pointer_expression "*(byte **)((long)plVar2 + 8)" * (cast_expression "(byte **)((long)plVar2 + 8)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)plVar2 + 8)" ( (binary_expression "(long)plVar2 + 8" (cast_expression "(long)plVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "pbVar6 = (byte *)"COMMON";" (assignment_expression "pbVar6 = (byte *)"COMMON"" identifier = (cast_expression "(byte *)"COMMON"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""COMMON"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n } while (bVar8);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar7 = *pbVar5 < *pbVar6;\n bVar8 = *pbVar5 == *pbVar6;\n pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;\n pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar7 = *pbVar5 < *pbVar6;" (assignment_expression "bVar7 = *pbVar5 < *pbVar6" identifier = (binary_expression "*pbVar5 < *pbVar6" (pointer_expression "*pbVar5" * identifier) < (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "bVar8 = *pbVar5 == *pbVar6;" (assignment_expression "bVar8 = *pbVar5 == *pbVar6" identifier = (binary_expression "*pbVar5 == *pbVar6" (pointer_expression "*pbVar5" * identifier) == (pointer_expression "*pbVar6" * identifier))) ;) (expression_statement "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar5 = pbVar5 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar5 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar5 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar9 * -2 + 1" identifier = (binary_expression "pbVar6 + (ulong)bVar9 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar9 * -2" identifier + (binary_expression "(ulong)bVar9 * -2" (cast_expression "(ulong)bVar9" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar8)" ( identifier )) ;) (expression_statement "plVar3 = os;" (assignment_expression "plVar3 = os" identifier = identifier) ;) (if_statement "if ((!bVar7 && !bVar8) == bVar7) break;" if (parenthesized_expression "((!bVar7 && !bVar8) == bVar7)" ( (binary_expression "(!bVar7 && !bVar8) == bVar7" (parenthesized_expression "(!bVar7 && !bVar8)" ( (binary_expression "!bVar7 && !bVar8" (unary_expression "!bVar7" ! identifier) && (unary_expression "!bVar8" ! identifier)) )) == identifier) )) (break_statement "break;" break ;)) })) })) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case lang_data_statement_enum:\n exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));\n if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }\n if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;\n pfVar1 = &os->bfd_section->flags;\n *pfVar1 = *pfVar1 | flags;\n plVar3 = default_common_section;\n goto switchD_0011c734_caseD_5;" case identifier : (expression_statement "exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18));" (call_expression "exp_init_os(*(etree_type **)((long)&s->data_statement + 0x18))" identifier (argument_list "(*(etree_type **)((long)&s->data_statement + 0x18))" ( (pointer_expression "*(etree_type **)((long)&s->data_statement + 0x18)" * (cast_expression "(etree_type **)((long)&s->data_statement + 0x18)" ( (type_descriptor "etree_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)&s->data_statement + 0x18)" ( (binary_expression "(long)&s->data_statement + 0x18" (cast_expression "(long)&s->data_statement" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&s->data_statement" & (field_expression "s->data_statement" identifier -> field_identifier))) + number_literal) )))) ))) ;) (if_statement "if (os->sectype == noload_section) {\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }\n else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }" if (parenthesized_expression "(os->sectype == noload_section)" ( (binary_expression "os->sectype == noload_section" (field_expression "os->sectype" identifier -> field_identifier) == identifier) )) (compound_statement "{\n flags = 0x300;\n if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }\n }" { (expression_statement "flags = 0x300;" (assignment_expression "flags = 0x300" identifier = number_literal) ;) (if_statement "if ((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour) {\n flags = 0x201;\n }" if (parenthesized_expression "((link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour)" ( (binary_expression "(link_info.output_bfd)->xvec->flavour == bfd_target_elf_flavour" (field_expression "(link_info.output_bfd)->xvec->flavour" (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) == identifier) )) (compound_statement "{\n flags = 0x201;\n }" { (expression_statement "flags = 0x201;" (assignment_expression "flags = 0x201" identifier = number_literal) ;) })) }) (else_clause "else {\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }" else (compound_statement "{\n flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;\n }" { (expression_statement "flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100;" (assignment_expression "flags = (uint)(os->sectype != noalloc_section) * 3 + 0x100" identifier = (binary_expression "(uint)(os->sectype != noalloc_section) * 3 + 0x100" (binary_expression "(uint)(os->sectype != noalloc_section) * 3" (call_expression "(uint)(os->sectype != noalloc_section)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(os->sectype != noalloc_section)" ( (binary_expression "os->sectype != noalloc_section" (field_expression "os->sectype" identifier -> field_identifier) != identifier) ))) * number_literal) + number_literal)) ;) }))) (if_statement "if (os->bfd_section == (asection *)0x0) goto LAB_0011c8d6;" if (parenthesized_expression "(os->bfd_section == (asection *)0x0)" ( (binary_expression "os->bfd_section == (asection *)0x0" (field_expression "os->bfd_section" identifier -> field_identifier) == (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011c8d6;" goto statement_identifier ;)) (expression_statement "pfVar1 = &os->bfd_section->flags;" (assignment_expression "pfVar1 = &os->bfd_section->flags" identifier = (pointer_expression "&os->bfd_section->flags" & (field_expression "os->bfd_section->flags" (field_expression "os->bfd_section" identifier -> field_identifier) -> field_identifier))) ;) (expression_statement "*pfVar1 = *pfVar1 | flags;" (assignment_expression "*pfVar1 = *pfVar1 | flags" (pointer_expression "*pfVar1" * identifier) = (binary_expression "*pfVar1 | flags" (pointer_expression "*pfVar1" * identifier) | identifier)) ;) (expression_statement "plVar3 = default_common_section;" (assignment_expression "plVar3 = default_common_section" identifier = identifier) ;) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case lang_target_statement_enum:\n target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" case identifier : (expression_statement "target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head;" (assignment_expression "target = (char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head" identifier = (cast_expression "(char *)((lang_statement_list_type *)&(s->wild_statement).filename)->head" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "((lang_statement_list_type *)&(s->wild_statement).filename)->head" (parenthesized_expression "((lang_statement_list_type *)&(s->wild_statement).filename)" ( (cast_expression "(lang_statement_list_type *)&(s->wild_statement).filename" ( (type_descriptor "lang_statement_list_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->wild_statement).filename" & (field_expression "(s->wild_statement).filename" (parenthesized_expression "(s->wild_statement)" ( (field_expression "s->wild_statement" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier))) ;) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_group_statement_enum:\n map_input_to_output_sections((s->output_section_statement).children.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;\n break;" case identifier : (expression_statement "map_input_to_output_sections((s->output_section_statement).children.head,target,os);" (call_expression "map_input_to_output_sections((s->output_section_statement).children.head,target,os)" identifier (argument_list "((s->output_section_statement).children.head,target,os)" ( (field_expression "(s->output_section_statement).children.head" (field_expression "(s->output_section_statement).children" (parenthesized_expression "(s->output_section_statement)" ( (field_expression "s->output_section_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier) , identifier , identifier ))) ;) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_constructors_statement_enum:\n map_input_to_output_sections(constructor_list.head,target,os);\n s = ((lang_statement_header_type *)&(s->header).next)->next;" case identifier : (expression_statement "map_input_to_output_sections(constructor_list.head,target,os);" (call_expression "map_input_to_output_sections(constructor_list.head,target,os)" identifier (argument_list "(constructor_list.head,target,os)" ( (field_expression "constructor_list.head" identifier . field_identifier) , identifier , identifier ))) ;) (expression_statement "s = ((lang_statement_header_type *)&(s->header).next)->next;" (assignment_expression "s = ((lang_statement_header_type *)&(s->header).next)->next" identifier = (field_expression "((lang_statement_header_type *)&(s->header).next)->next" (parenthesized_expression "((lang_statement_header_type *)&(s->header).next)" ( (cast_expression "(lang_statement_header_type *)&(s->header).next" ( (type_descriptor "lang_statement_header_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->header).next" & (field_expression "(s->header).next" (parenthesized_expression "(s->header)" ( (field_expression "s->header" identifier -> field_identifier) )) . field_identifier))) )) -> field_identifier)) ;)) })) (if_statement "if (s == (lang_statement_union *)0x0) {\n return;\n }" if (parenthesized_expression "(s == (lang_statement_union *)0x0)" ( (binary_expression "s == (lang_statement_union *)0x0" identifier == (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" { (declaration "uint *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "bool bVar8;" primitive_type identifier ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "byte bVar10;" type_identifier identifier ;) (expression_statement "bVar10 = 0;" (assignment_expression "bVar10 = 0" identifier = number_literal) ;) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(param_1 == (undefined8 *)0x0)" ( (binary_expression "param_1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );" do (compound_statement "{\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n }" { (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (switch_statement "switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" switch (parenthesized_expression "(*(undefined4 *)(param_1 + 1))" ( (pointer_expression "*(undefined4 *)(param_1 + 1)" * (cast_expression "(undefined4 *)(param_1 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) )) (compound_statement "{\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" { (case_statement "case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x84) != 0)" ( (binary_expression "*(int *)((long)param_1 + 0x84) != 0" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" { (if_statement "if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x84) - 0x17cU < 2)" ( (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU < 2" (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) - number_literal) < number_literal) )) (compound_statement "{\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" { (expression_statement "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;" (assignment_expression "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "FUN_0011c650(param_1[2]);" (call_expression "FUN_0011c650(param_1[2])" identifier (argument_list "(param_1[2])" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) ))) ;) (if_statement "if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;" if (parenthesized_expression "((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c))" ( (binary_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)" (cast_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(*(byte *)(param_1 + 0x12) >> 2 & 1)" ( (binary_expression "*(byte *)(param_1 + 0x12) >> 2 & 1" (binary_expression "*(byte *)(param_1 + 0x12) >> 2" (pointer_expression "*(byte *)(param_1 + 0x12)" * (cast_expression "(byte *)(param_1 + 0x12)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x12)" ( (binary_expression "param_1 + 0x12" identifier + number_literal) )))) >> number_literal) & number_literal) ))) == (parenthesized_expression "(*(int *)((long)param_1 + 0x84) == 0x17c)" ( (binary_expression "*(int *)((long)param_1 + 0x84) == 0x17c" (pointer_expression "*(int *)((long)param_1 + 0x84)" * (cast_expression "(int *)((long)param_1 + 0x84)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) )) (goto_statement "goto LAB_0011c9d0;" goto statement_identifier ;)) (expression_statement "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)param_1 + 0x84)" * (cast_expression "(undefined4 *)((long)param_1 + 0x84)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x84)" ( (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;) })) (labeled_statement "LAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);" statement_identifier : (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_1);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_1)" identifier (argument_list "(param_1[2],param_2,param_1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , identifier ))) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }" if (parenthesized_expression "((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0))" ( (binary_expression "(param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)" (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" ( (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0011a300(param_3);\n }" { (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;) })) (expression_statement "FUN_0011a250(param_1[2]);" (call_expression "FUN_0011a250(param_1[2])" identifier (argument_list "(param_1[2])" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:" case number_literal :) (case_statement "case 9:" case number_literal :) (case_statement "case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (if_statement "if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;" if (parenthesized_expression "((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0))" ( (binary_expression "(param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)" (parenthesized_expression "(param_3 == 0)" ( (binary_expression "param_3 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(long *)(param_3 + 0x38) != 0)" ( (binary_expression "*(long *)(param_3 + 0x38) != 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) != number_literal) ))) )) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (labeled_statement "LAB_0011c8d6:\n FUN_0011a300(param_3);" statement_identifier : (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" case number_literal : (if_statement "if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" if (parenthesized_expression "((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0))" ( (binary_expression "(param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)" (parenthesized_expression "(param_1[4] == 0)" ( (binary_expression "param_1[4] == 0" (subscript_expression "param_1[4]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(*(int *)(param_1[4] + 0x18) == 0)" ( (binary_expression "*(int *)(param_1[4] + 0x18) == 0" (pointer_expression "*(int *)(param_1[4] + 0x18)" * (cast_expression "(int *)(param_1[4] + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[4] + 0x18)" ( (binary_expression "param_1[4] + 0x18" (subscript_expression "param_1[4]" identifier [ number_literal ]) + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" { (expression_statement "lVar3 = FUN_00119ff0(param_1[2],0,1);" (assignment_expression "lVar3 = FUN_00119ff0(param_1[2],0,1)" identifier = (call_expression "FUN_00119ff0(param_1[2],0,1)" identifier (argument_list "(param_1[2],0,1)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , number_literal , number_literal )))) ;) (expression_statement "*(undefined8 *)(lVar3 + 0x58) = param_1[3];" (assignment_expression "*(undefined8 *)(lVar3 + 0x58) = param_1[3]" (pointer_expression "*(undefined8 *)(lVar3 + 0x58)" * (cast_expression "(undefined8 *)(lVar3 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x58)" ( (binary_expression "lVar3 + 0x58" identifier + number_literal) )))) = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (if_statement "if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" if (parenthesized_expression "(*(long *)(lVar3 + 0x38) == 0)" ( (binary_expression "*(long *)(lVar3 + 0x38) == 0" (pointer_expression "*(long *)(lVar3 + 0x38)" * (cast_expression "(long *)(lVar3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x38)" ( (binary_expression "lVar3 + 0x38" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" { (expression_statement "FUN_0011a300(lVar3);" (call_expression "FUN_0011a300(lVar3)" identifier (argument_list "(lVar3)" ( identifier ))) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) })) }))) (case_statement "default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;" default : (labeled_statement "switchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;" statement_identifier : (expression_statement "DAT_002a59f8 = lVar4;" (assignment_expression "DAT_002a59f8 = lVar4" identifier = identifier) ;)) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;" case number_literal : (if_statement "if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" if (parenthesized_expression "(((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0))" ( (binary_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)" (parenthesized_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1))" ( (binary_expression "(param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)" (parenthesized_expression "(param_1[10] == 0)" ( (binary_expression "param_1[10] == 0" (subscript_expression "param_1[10]" identifier [ number_literal ]) == number_literal) )) || (parenthesized_expression "(*(int *)(param_1[10] + 0x18) != 1)" ( (binary_expression "*(int *)(param_1[10] + 0x18) != 1" (pointer_expression "*(int *)(param_1[10] + 0x18)" * (cast_expression "(int *)(param_1[10] + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[10] + 0x18)" ( (binary_expression "param_1[10] + 0x18" (subscript_expression "param_1[10]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 3) != 0)" ( (binary_expression "*(int *)(param_1 + 3) != 0" (pointer_expression "*(int *)(param_1 + 3)" * (cast_expression "(int *)(param_1 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }" { (expression_statement "FUN_0011c460(param_1,FUN_0011b040,param_3);" (call_expression "FUN_0011c460(param_1,FUN_0011b040,param_3)" identifier (argument_list "(param_1,FUN_0011b040,param_3)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" else (compound_statement "{\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" { (expression_statement "FUN_0011c460(param_1,FUN_00118500,param_3);" (call_expression "FUN_0011c460(param_1,FUN_00118500,param_3)" identifier (argument_list "(param_1,FUN_00118500,param_3)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" if (parenthesized_expression "(param_1[0xe] != 0)" ( (binary_expression "param_1[0xe] != 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" { (expression_statement "FUN_0011b2d0(param_1,param_1[0xe],param_3);" (call_expression "FUN_0011b2d0(param_1,param_1[0xe],param_3)" identifier (argument_list "(param_1,param_1[0xe],param_3)" ( identifier , (subscript_expression "param_1[0xe]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" identifier [ number_literal ]) = number_literal) ;) })) }))) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (if_statement "if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" if (parenthesized_expression "(DAT_002a59f8 == 0)" ( (binary_expression "DAT_002a59f8 == 0" identifier == number_literal) )) (compound_statement "{\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" { (for_statement "for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" for ( (assignment_expression "puVar2 = (undefined8 *)param_1[4]" identifier = (cast_expression "(undefined8 *)param_1[4]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ; (comma_expression "lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) , (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ) (compound_statement "{\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" { (expression_statement "bVar8 = false;" (assignment_expression "bVar8 = false" identifier = false) ;) (expression_statement "bVar9 = (byte *)puVar2[1] == (byte *)0x0;" (assignment_expression "bVar9 = (byte *)puVar2[1] == (byte *)0x0" identifier = (binary_expression "(byte *)puVar2[1] == (byte *)0x0" (cast_expression "(byte *)puVar2[1]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ])) == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (if_statement "if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" if (parenthesized_expression "(!bVar9)" ( (unary_expression "!bVar9" ! identifier) )) (compound_statement "{\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" { (expression_statement "lVar4 = 7;" (assignment_expression "lVar4 = 7" identifier = number_literal) ;) (expression_statement "pbVar6 = (byte *)puVar2[1];" (assignment_expression "pbVar6 = (byte *)puVar2[1]" identifier = (cast_expression "(byte *)puVar2[1]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ]))) ;) (expression_statement "pbVar7 = (byte *)"COMMON";" (assignment_expression "pbVar7 = (byte *)"COMMON"" identifier = (cast_expression "(byte *)"COMMON"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""COMMON"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar8 = *pbVar6 < *pbVar7;" (assignment_expression "bVar8 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1" identifier = (binary_expression "pbVar6 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar10 * -2" identifier + (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1" identifier = (binary_expression "pbVar7 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar7 + (ulong)bVar10 * -2" identifier + (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (expression_statement "lVar4 = param_3;" (assignment_expression "lVar4 = param_3" identifier = identifier) ;) (if_statement "if ((!bVar8 && !bVar9) == bVar8) break;" if (parenthesized_expression "((!bVar8 && !bVar9) == bVar8)" ( (binary_expression "(!bVar8 && !bVar9) == bVar8" (parenthesized_expression "(!bVar8 && !bVar9)" ( (binary_expression "!bVar8 && !bVar9" (unary_expression "!bVar8" ! identifier) && (unary_expression "!bVar9" ! identifier)) )) == identifier) )) (break_statement "break;" break ;)) })) })) })) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;" case number_literal : (expression_statement "FUN_0011a250(param_1[3]);" (call_expression "FUN_0011a250(param_1[3])" identifier (argument_list "(param_1[3])" ( (subscript_expression "param_1[3]" identifier [ number_literal ]) ))) ;) (if_statement "if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" if (parenthesized_expression "(*(int *)(param_3 + 0x8c) == 2)" ( (binary_expression "*(int *)(param_3 + 0x8c) == 2" (pointer_expression "*(int *)(param_3 + 0x8c)" * (cast_expression "(int *)(param_3 + 0x8c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x8c)" ( (binary_expression "param_3 + 0x8c" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }" { (expression_statement "uVar5 = 0x300;" (assignment_expression "uVar5 = 0x300" identifier = number_literal) ;) (if_statement "if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }" if (parenthesized_expression "(*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5)" ( (binary_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5" (pointer_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8)" * (cast_expression "(int *)(*(long *)(DAT_002a6810 + 8) + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_002a6810 + 8) + 8)" ( (binary_expression "*(long *)(DAT_002a6810 + 8) + 8" (pointer_expression "*(long *)(DAT_002a6810 + 8)" * (cast_expression "(long *)(DAT_002a6810 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_002a6810 + 8)" ( (binary_expression "DAT_002a6810 + 8" identifier + number_literal) )))) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar5 = 0x201;\n }" { (expression_statement "uVar5 = 0x201;" (assignment_expression "uVar5 = 0x201" identifier = number_literal) ;) })) }) (else_clause "else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" else (compound_statement "{\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" { (expression_statement "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;" (assignment_expression "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" identifier = (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3" (call_expression "(uint)(*(int *)(param_3 + 0x8c) != 3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_3 + 0x8c) != 3)" ( (binary_expression "*(int *)(param_3 + 0x8c) != 3" (pointer_expression "*(int *)(param_3 + 0x8c)" * (cast_expression "(int *)(param_3 + 0x8c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x8c)" ( (binary_expression "param_3 + 0x8c" identifier + number_literal) )))) != number_literal) ))) * number_literal) + number_literal)) ;) }))) (if_statement "if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;" if (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" ( (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0011c8d6;" goto statement_identifier ;)) (expression_statement "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);" (assignment_expression "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20)" identifier = (cast_expression "(uint *)(*(long *)(param_3 + 0x38) + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_3 + 0x38) + 0x20)" ( (binary_expression "*(long *)(param_3 + 0x38) + 0x20" (pointer_expression "*(long *)(param_3 + 0x38)" * (cast_expression "(long *)(param_3 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x38)" ( (binary_expression "param_3 + 0x38" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "*puVar1 = *puVar1 | uVar5;" (assignment_expression "*puVar1 = *puVar1 | uVar5" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | uVar5" (pointer_expression "*puVar1" * identifier) | identifier)) ;) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" identifier = identifier) ;) (goto_statement "goto switchD_0011c734_caseD_5;" goto statement_identifier ;)) (case_statement "case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (expression_statement "param_2 = param_1[2];" (assignment_expression "param_2 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;" case number_literal : (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_3);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_3)" identifier (argument_list "(param_1[2],param_2,param_3)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier , identifier ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;" case number_literal : (expression_statement "FUN_0011c6f0(DAT_002a6780,param_2,param_3);" (call_expression "FUN_0011c6f0(DAT_002a6780,param_2,param_3)" identifier (argument_list "(DAT_002a6780,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(param_1 == (undefined8 *)0x0)" ( (binary_expression "param_1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (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 { (return_statement return ;) })) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (switch_statement switch (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (compound_statement { (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT , IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) (goto_statement goto statement_identifier ;)) (labeled_statement 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))) ;) (break_statement break ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_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) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) }))) (case_statement default : (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_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) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) })) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (for_statement for ( (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ; (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (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 *)) ) (subscript_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 )) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) (break_statement break ;)) })) })) })) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( (subscript_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 = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_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) + LIT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , 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 *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
|
(function_definition "void FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_0011c6f0(undefined8 *param_1,undefined8 param_2,long param_3)" (identifier "FUN_0011c6f0") (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n uint *puVar1;\n undefined8 *puVar2;\n long lVar3;\n long lVar4;\n uint uVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n bool bVar9;\n byte bVar10;\n \n bVar10 = 0;\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );\n}" ({ "{") (declaration "uint *puVar1;" (type_identifier "uint") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "byte *pbVar6;" (type_identifier "byte") (pointer_declarator "*pbVar6" (* "*") (identifier "pbVar6")) (; ";")) (declaration "byte *pbVar7;" (type_identifier "byte") (pointer_declarator "*pbVar7" (* "*") (identifier "pbVar7")) (; ";")) (declaration "bool bVar8;" (primitive_type "bool") (identifier "bVar8") (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (declaration "byte bVar10;" (type_identifier "byte") (identifier "bVar10") (; ";")) (expression_statement "bVar10 = 0;" (assignment_expression "bVar10 = 0" (identifier "bVar10") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(param_1 == (undefined8 *)0x0)" (( "(") (binary_expression "param_1 == (undefined8 *)0x0" (identifier "param_1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (do_statement "do {\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n } while( true );" (do "do") (compound_statement "{\n lVar4 = DAT_002a59f8;\n switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }\n if (param_1 == (undefined8 *)0x0) {\n return;\n }\n }" ({ "{") (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (switch_statement "switch(*(undefined4 *)(param_1 + 1)) {\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" (switch "switch") (parenthesized_expression "(*(undefined4 *)(param_1 + 1))" (( "(") (pointer_expression "*(undefined4 *)(param_1 + 1)" (* "*") (cast_expression "(undefined4 *)(param_1 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) () ")")) (compound_statement "{\n case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;\n case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;\n case 2:\n case 6:\n case 7:\n case 9:\n case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }\n default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;\n case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;\n case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;\n case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;\n case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n }" ({ "{") (case_statement "case 0:\n if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }\nLAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);\n param_1 = (undefined8 *)*param_1;\n break;" (case "case") (number_literal "0") (: ":") (if_statement "if (*(int *)((long)param_1 + 0x84) != 0) {\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_1 + 0x84) != 0)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x84) != 0" (pointer_expression "*(int *)((long)param_1 + 0x84)" (* "*") (cast_expression "(int *)((long)param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x84)" (( "(") (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x84")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }\n goto switchD_0011c734_caseD_5;\n }" ({ "{") (if_statement "if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_1 + 0x84) - 0x17cU < 2)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU < 2" (binary_expression "*(int *)((long)param_1 + 0x84) - 0x17cU" (pointer_expression "*(int *)((long)param_1 + 0x84)" (* "*") (cast_expression "(int *)((long)param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x84)" (( "(") (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x84")) () ")")))) (- "-") (number_literal "0x17cU")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n *(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;\n FUN_0011c650(param_1[2]);\n if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;\n *(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;\n lVar4 = DAT_002a59f8;\n }" ({ "{") (expression_statement "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;" (assignment_expression "*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" (* "*") (cast_expression "(byte *)(param_1 + 0x12)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x12)" (( "(") (binary_expression "param_1 + 0x12" (identifier "param_1") (+ "+") (number_literal "0x12")) () ")")))) (= "=") (binary_expression "*(byte *)(param_1 + 0x12) | 4" (pointer_expression "*(byte *)(param_1 + 0x12)" (* "*") (cast_expression "(byte *)(param_1 + 0x12)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x12)" (( "(") (binary_expression "param_1 + 0x12" (identifier "param_1") (+ "+") (number_literal "0x12")) () ")")))) (| "|") (number_literal "4"))) (; ";")) (expression_statement "FUN_0011c650(param_1[2]);" (call_expression "FUN_0011c650(param_1[2])" (identifier "FUN_0011c650") (argument_list "(param_1[2])" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) () ")"))) (; ";")) (if_statement "if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;" (if "if") (parenthesized_expression "((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c))" (( "(") (binary_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==\n (*(int *)((long)param_1 + 0x84) == 0x17c)" (cast_expression "(bool)(*(byte *)(param_1 + 0x12) >> 2 & 1)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "(*(byte *)(param_1 + 0x12) >> 2 & 1)" (( "(") (binary_expression "*(byte *)(param_1 + 0x12) >> 2 & 1" (binary_expression "*(byte *)(param_1 + 0x12) >> 2" (pointer_expression "*(byte *)(param_1 + 0x12)" (* "*") (cast_expression "(byte *)(param_1 + 0x12)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x12)" (( "(") (binary_expression "param_1 + 0x12" (identifier "param_1") (+ "+") (number_literal "0x12")) () ")")))) (>> ">>") (number_literal "2")) (& "&") (number_literal "1")) () ")"))) (== "==") (parenthesized_expression "(*(int *)((long)param_1 + 0x84) == 0x17c)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x84) == 0x17c" (pointer_expression "*(int *)((long)param_1 + 0x84)" (* "*") (cast_expression "(int *)((long)param_1 + 0x84)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x84)" (( "(") (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x84")) () ")")))) (== "==") (number_literal "0x17c")) () ")"))) () ")")) (goto_statement "goto LAB_0011c9d0;" (goto "goto") (statement_identifier "LAB_0011c9d0") (; ";"))) (expression_statement "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)param_1 + 0x84)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + 0x84)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x84)" (( "(") (binary_expression "(long)param_1 + 0x84" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x84")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (} "}"))) (goto_statement "goto switchD_0011c734_caseD_5;" (goto "goto") (statement_identifier "switchD_0011c734_caseD_5") (; ";")) (} "}"))) (labeled_statement "LAB_0011c9d0:\n FUN_0011c6f0(param_1[2],param_2,param_1);" (statement_identifier "LAB_0011c9d0") (: ":") (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_1);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_1)" (identifier "FUN_0011c6f0") (argument_list "(param_1[2],param_2,param_1)" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (, ",") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";"))) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 1:\n if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }\n FUN_0011a250(param_1[2]);\n param_1 = (undefined8 *)*param_1;\n break;" (case "case") (number_literal "1") (: ":") (if_statement "if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {\n FUN_0011a300(param_3);\n }" (if "if") (parenthesized_expression "((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0))" (( "(") (binary_expression "(param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)" (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" (( "(") (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" (* "*") (cast_expression "(long *)(param_3 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x38)" (( "(") (binary_expression "param_3 + 0x38" (identifier "param_3") (+ "+") (number_literal "0x38")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_0011a300(param_3);\n }" ({ "{") (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" (identifier "FUN_0011a300") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0011a250(param_1[2]);" (call_expression "FUN_0011a250(param_1[2])" (identifier "FUN_0011a250") (argument_list "(param_1[2])" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) () ")"))) (; ";")) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 2:" (case "case") (number_literal "2") (: ":")) (case_statement "case 6:" (case "case") (number_literal "6") (: ":")) (case_statement "case 7:" (case "case") (number_literal "7") (: ":")) (case_statement "case 9:" (case "case") (number_literal "9") (: ":")) (case_statement "case 0xc:\n if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;\nLAB_0011c8d6:\n FUN_0011a300(param_3);\n param_1 = (undefined8 *)*param_1;\n break;" (case "case") (number_literal "0xc") (: ":") (if_statement "if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;" (if "if") (parenthesized_expression "((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0))" (( "(") (binary_expression "(param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)" (parenthesized_expression "(param_3 == 0)" (( "(") (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_3 + 0x38) != 0)" (( "(") (binary_expression "*(long *)(param_3 + 0x38) != 0" (pointer_expression "*(long *)(param_3 + 0x38)" (* "*") (cast_expression "(long *)(param_3 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x38)" (( "(") (binary_expression "param_3 + 0x38" (identifier "param_3") (+ "+") (number_literal "0x38")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (goto_statement "goto switchD_0011c734_caseD_5;" (goto "goto") (statement_identifier "switchD_0011c734_caseD_5") (; ";"))) (labeled_statement "LAB_0011c8d6:\n FUN_0011a300(param_3);" (statement_identifier "LAB_0011c8d6") (: ":") (expression_statement "FUN_0011a300(param_3);" (call_expression "FUN_0011a300(param_3)" (identifier "FUN_0011a300") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")"))) (; ";"))) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 3:\n if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" (case "case") (number_literal "3") (: ":") (if_statement "if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" (if "if") (parenthesized_expression "((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0))" (( "(") (binary_expression "(param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)" (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")) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1[4] + 0x18) == 0)" (( "(") (binary_expression "*(int *)(param_1[4] + 0x18) == 0" (pointer_expression "*(int *)(param_1[4] + 0x18)" (* "*") (cast_expression "(int *)(param_1[4] + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[4] + 0x18)" (( "(") (binary_expression "param_1[4] + 0x18" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n lVar3 = FUN_00119ff0(param_1[2],0,1);\n *(undefined8 *)(lVar3 + 0x58) = param_1[3];\n lVar4 = DAT_002a59f8;\n if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }\n }" ({ "{") (expression_statement "lVar3 = FUN_00119ff0(param_1[2],0,1);" (assignment_expression "lVar3 = FUN_00119ff0(param_1[2],0,1)" (identifier "lVar3") (= "=") (call_expression "FUN_00119ff0(param_1[2],0,1)" (identifier "FUN_00119ff0") (argument_list "(param_1[2],0,1)" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (, ",") (number_literal "0") (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "*(undefined8 *)(lVar3 + 0x58) = param_1[3];" (assignment_expression "*(undefined8 *)(lVar3 + 0x58) = param_1[3]" (pointer_expression "*(undefined8 *)(lVar3 + 0x58)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x58)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x58)" (( "(") (binary_expression "lVar3 + 0x58" (identifier "lVar3") (+ "+") (number_literal "0x58")) () ")")))) (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (if_statement "if (*(long *)(lVar3 + 0x38) == 0) {\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" (if "if") (parenthesized_expression "(*(long *)(lVar3 + 0x38) == 0)" (( "(") (binary_expression "*(long *)(lVar3 + 0x38) == 0" (pointer_expression "*(long *)(lVar3 + 0x38)" (* "*") (cast_expression "(long *)(lVar3 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x38)" (( "(") (binary_expression "lVar3 + 0x38" (identifier "lVar3") (+ "+") (number_literal "0x38")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0011a300(lVar3);\n lVar4 = DAT_002a59f8;\n }" ({ "{") (expression_statement "FUN_0011a300(lVar3);" (call_expression "FUN_0011a300(lVar3)" (identifier "FUN_0011a300") (argument_list "(lVar3)" (( "(") (identifier "lVar3") () ")"))) (; ";")) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (} "}"))) (} "}")))) (case_statement "default:\nswitchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;\n param_1 = (undefined8 *)*param_1;\n break;" (default "default") (: ":") (labeled_statement "switchD_0011c734_caseD_5:\n DAT_002a59f8 = lVar4;" (statement_identifier "switchD_0011c734_caseD_5") (: ":") (expression_statement "DAT_002a59f8 = lVar4;" (assignment_expression "DAT_002a59f8 = lVar4" (identifier "DAT_002a59f8") (= "=") (identifier "lVar4")) (; ";"))) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 4:\n if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }\n lVar4 = DAT_002a59f8;\n if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }\n goto switchD_0011c734_caseD_5;" (case "case") (number_literal "4") (: ":") (if_statement "if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)) {\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }\n else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" (if "if") (parenthesized_expression "(((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0))" (( "(") (binary_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||\n (*(int *)(param_1 + 3) != 0)" (parenthesized_expression "((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1))" (( "(") (binary_expression "(param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)" (parenthesized_expression "(param_1[10] == 0)" (( "(") (binary_expression "param_1[10] == 0" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1[10] + 0x18) != 1)" (( "(") (binary_expression "*(int *)(param_1[10] + 0x18) != 1" (pointer_expression "*(int *)(param_1[10] + 0x18)" (* "*") (cast_expression "(int *)(param_1[10] + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[10] + 0x18)" (( "(") (binary_expression "param_1[10] + 0x18" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "1")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 3) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 3) != 0" (pointer_expression "*(int *)(param_1 + 3)" (* "*") (cast_expression "(int *)(param_1 + 3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_0011c460(param_1,FUN_0011b040,param_3);\n }" ({ "{") (expression_statement "FUN_0011c460(param_1,FUN_0011b040,param_3);" (call_expression "FUN_0011c460(param_1,FUN_0011b040,param_3)" (identifier "FUN_0011c460") (argument_list "(param_1,FUN_0011b040,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "FUN_0011b040") (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}")) (else_clause "else {\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" (else "else") (compound_statement "{\n FUN_0011c460(param_1,FUN_00118500,param_3);\n if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }\n }" ({ "{") (expression_statement "FUN_0011c460(param_1,FUN_00118500,param_3);" (call_expression "FUN_0011c460(param_1,FUN_00118500,param_3)" (identifier "FUN_0011c460") (argument_list "(param_1,FUN_00118500,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "FUN_00118500") (, ",") (identifier "param_3") () ")"))) (; ";")) (if_statement "if (param_1[0xe] != 0) {\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" (if "if") (parenthesized_expression "(param_1[0xe] != 0)" (( "(") (binary_expression "param_1[0xe] != 0" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0011b2d0(param_1,param_1[0xe],param_3);\n param_1[0xe] = 0;\n }" ({ "{") (expression_statement "FUN_0011b2d0(param_1,param_1[0xe],param_3);" (call_expression "FUN_0011b2d0(param_1,param_1[0xe],param_3)" (identifier "FUN_0011b2d0") (argument_list "(param_1,param_1[0xe],param_3)" (( "(") (identifier "param_1") (, ",") (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "param_1[0xe] = 0;" (assignment_expression "param_1[0xe] = 0" (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (} "}")))) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (if_statement "if (DAT_002a59f8 == 0) {\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" (if "if") (parenthesized_expression "(DAT_002a59f8 == 0)" (( "(") (binary_expression "DAT_002a59f8 == 0" (identifier "DAT_002a59f8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }\n }" ({ "{") (for_statement "for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;\n puVar2 = (undefined8 *)*puVar2) {\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" (for "for") (( "(") (assignment_expression "puVar2 = (undefined8 *)param_1[4]" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)param_1[4]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")))) (; ";") (comma_expression "lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (, ",") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) (; ";") (assignment_expression "puVar2 = (undefined8 *)*puVar2" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*puVar2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) () ")") (compound_statement "{\n bVar8 = false;\n bVar9 = (byte *)puVar2[1] == (byte *)0x0;\n if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }\n }" ({ "{") (expression_statement "bVar8 = false;" (assignment_expression "bVar8 = false" (identifier "bVar8") (= "=") (false "false")) (; ";")) (expression_statement "bVar9 = (byte *)puVar2[1] == (byte *)0x0;" (assignment_expression "bVar9 = (byte *)puVar2[1] == (byte *)0x0" (identifier "bVar9") (= "=") (binary_expression "(byte *)puVar2[1] == (byte *)0x0" (cast_expression "(byte *)puVar2[1]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]"))) (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) (; ";")) (if_statement "if (!bVar9) {\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" (if "if") (parenthesized_expression "(!bVar9)" (( "(") (unary_expression "!bVar9" (! "!") (identifier "bVar9")) () ")")) (compound_statement "{\n lVar4 = 7;\n pbVar6 = (byte *)puVar2[1];\n pbVar7 = (byte *)"COMMON";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);\n lVar4 = param_3;\n if ((!bVar8 && !bVar9) == bVar8) break;\n }" ({ "{") (expression_statement "lVar4 = 7;" (assignment_expression "lVar4 = 7" (identifier "lVar4") (= "=") (number_literal "7")) (; ";")) (expression_statement "pbVar6 = (byte *)puVar2[1];" (assignment_expression "pbVar6 = (byte *)puVar2[1]" (identifier "pbVar6") (= "=") (cast_expression "(byte *)puVar2[1]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "pbVar7 = (byte *)"COMMON";" (assignment_expression "pbVar7 = (byte *)"COMMON"" (identifier "pbVar7") (= "=") (cast_expression "(byte *)"COMMON"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""COMMON"" (" """) (string_content "COMMON") (" """)))) (; ";")) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n } while (bVar9);" (do "do") (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar8 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;\n pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar4 == 0) break;" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" (identifier "lVar4") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar8 = *pbVar6 < *pbVar7;" (assignment_expression "bVar8 = *pbVar6 < *pbVar7" (identifier "bVar8") (= "=") (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (< "<") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" (identifier "bVar9") (= "=") (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (== "==") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar6 + (ulong)bVar10 * -2" (identifier "pbVar6") (+ "+") (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar10")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;" (assignment_expression "pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1" (identifier "pbVar7") (= "=") (binary_expression "pbVar7 + (ulong)bVar10 * -2 + 1" (binary_expression "pbVar7 + (ulong)bVar10 * -2" (identifier "pbVar7") (+ "+") (binary_expression "(ulong)bVar10 * -2" (cast_expression "(ulong)bVar10" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar10")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (; ";")) (expression_statement "lVar4 = param_3;" (assignment_expression "lVar4 = param_3" (identifier "lVar4") (= "=") (identifier "param_3")) (; ";")) (if_statement "if ((!bVar8 && !bVar9) == bVar8) break;" (if "if") (parenthesized_expression "((!bVar8 && !bVar9) == bVar8)" (( "(") (binary_expression "(!bVar8 && !bVar9) == bVar8" (parenthesized_expression "(!bVar8 && !bVar9)" (( "(") (binary_expression "!bVar8 && !bVar9" (unary_expression "!bVar8" (! "!") (identifier "bVar8")) (&& "&&") (unary_expression "!bVar9" (! "!") (identifier "bVar9"))) () ")")) (== "==") (identifier "bVar8")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}"))) (} "}"))) (} "}"))) (goto_statement "goto switchD_0011c734_caseD_5;" (goto "goto") (statement_identifier "switchD_0011c734_caseD_5") (; ";"))) (case_statement "case 8:\n FUN_0011a250(param_1[3]);\n if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }\n if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;\n puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);\n *puVar1 = *puVar1 | uVar5;\n lVar4 = DAT_002a59f8;\n goto switchD_0011c734_caseD_5;" (case "case") (number_literal "8") (: ":") (expression_statement "FUN_0011a250(param_1[3]);" (call_expression "FUN_0011a250(param_1[3])" (identifier "FUN_0011a250") (argument_list "(param_1[3])" (( "(") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) () ")"))) (; ";")) (if_statement "if (*(int *)(param_3 + 0x8c) == 2) {\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }\n else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" (if "if") (parenthesized_expression "(*(int *)(param_3 + 0x8c) == 2)" (( "(") (binary_expression "*(int *)(param_3 + 0x8c) == 2" (pointer_expression "*(int *)(param_3 + 0x8c)" (* "*") (cast_expression "(int *)(param_3 + 0x8c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x8c)" (( "(") (binary_expression "param_3 + 0x8c" (identifier "param_3") (+ "+") (number_literal "0x8c")) () ")")))) (== "==") (number_literal "2")) () ")")) (compound_statement "{\n uVar5 = 0x300;\n if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }\n }" ({ "{") (expression_statement "uVar5 = 0x300;" (assignment_expression "uVar5 = 0x300" (identifier "uVar5") (= "=") (number_literal "0x300")) (; ";")) (if_statement "if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {\n uVar5 = 0x201;\n }" (if "if") (parenthesized_expression "(*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5)" (( "(") (binary_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5" (pointer_expression "*(int *)(*(long *)(DAT_002a6810 + 8) + 8)" (* "*") (cast_expression "(int *)(*(long *)(DAT_002a6810 + 8) + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(DAT_002a6810 + 8) + 8)" (( "(") (binary_expression "*(long *)(DAT_002a6810 + 8) + 8" (pointer_expression "*(long *)(DAT_002a6810 + 8)" (* "*") (cast_expression "(long *)(DAT_002a6810 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_002a6810 + 8)" (( "(") (binary_expression "DAT_002a6810 + 8" (identifier "DAT_002a6810") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "5")) () ")")) (compound_statement "{\n uVar5 = 0x201;\n }" ({ "{") (expression_statement "uVar5 = 0x201;" (assignment_expression "uVar5 = 0x201" (identifier "uVar5") (= "=") (number_literal "0x201")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" (else "else") (compound_statement "{\n uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;\n }" ({ "{") (expression_statement "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;" (assignment_expression "uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" (identifier "uVar5") (= "=") (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100" (binary_expression "(uint)(*(int *)(param_3 + 0x8c) != 3) * 3" (call_expression "(uint)(*(int *)(param_3 + 0x8c) != 3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(param_3 + 0x8c) != 3)" (( "(") (binary_expression "*(int *)(param_3 + 0x8c) != 3" (pointer_expression "*(int *)(param_3 + 0x8c)" (* "*") (cast_expression "(int *)(param_3 + 0x8c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x8c)" (( "(") (binary_expression "param_3 + 0x8c" (identifier "param_3") (+ "+") (number_literal "0x8c")) () ")")))) (!= "!=") (number_literal "3")) () ")"))) (* "*") (number_literal "3")) (+ "+") (number_literal "0x100"))) (; ";")) (} "}")))) (if_statement "if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;" (if "if") (parenthesized_expression "(*(long *)(param_3 + 0x38) == 0)" (( "(") (binary_expression "*(long *)(param_3 + 0x38) == 0" (pointer_expression "*(long *)(param_3 + 0x38)" (* "*") (cast_expression "(long *)(param_3 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x38)" (( "(") (binary_expression "param_3 + 0x38" (identifier "param_3") (+ "+") (number_literal "0x38")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0011c8d6;" (goto "goto") (statement_identifier "LAB_0011c8d6") (; ";"))) (expression_statement "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);" (assignment_expression "puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20)" (identifier "puVar1") (= "=") (cast_expression "(uint *)(*(long *)(param_3 + 0x38) + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_3 + 0x38) + 0x20)" (( "(") (binary_expression "*(long *)(param_3 + 0x38) + 0x20" (pointer_expression "*(long *)(param_3 + 0x38)" (* "*") (cast_expression "(long *)(param_3 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x38)" (( "(") (binary_expression "param_3 + 0x38" (identifier "param_3") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "*puVar1 = *puVar1 | uVar5;" (assignment_expression "*puVar1 = *puVar1 | uVar5" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (binary_expression "*puVar1 | uVar5" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (| "|") (identifier "uVar5"))) (; ";")) (expression_statement "lVar4 = DAT_002a59f8;" (assignment_expression "lVar4 = DAT_002a59f8" (identifier "lVar4") (= "=") (identifier "DAT_002a59f8")) (; ";")) (goto_statement "goto switchD_0011c734_caseD_5;" (goto "goto") (statement_identifier "switchD_0011c734_caseD_5") (; ";"))) (case_statement "case 10:\n param_2 = param_1[2];\n param_1 = (undefined8 *)*param_1;\n break;" (case "case") (number_literal "10") (: ":") (expression_statement "param_2 = param_1[2];" (assignment_expression "param_2 = param_1[2]" (identifier "param_2") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0xd:\n FUN_0011c6f0(param_1[2],param_2,param_3);\n param_1 = (undefined8 *)*param_1;\n break;" (case "case") (number_literal "0xd") (: ":") (expression_statement "FUN_0011c6f0(param_1[2],param_2,param_3);" (call_expression "FUN_0011c6f0(param_1[2],param_2,param_3)" (identifier "FUN_0011c6f0") (argument_list "(param_1[2],param_2,param_3)" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0xf:\n FUN_0011c6f0(DAT_002a6780,param_2,param_3);\n param_1 = (undefined8 *)*param_1;" (case "case") (number_literal "0xf") (: ":") (expression_statement "FUN_0011c6f0(DAT_002a6780,param_2,param_3);" (call_expression "FUN_0011c6f0(DAT_002a6780,param_2,param_3)" (identifier "FUN_0011c6f0") (argument_list "(DAT_002a6780,param_2,param_3)" (( "(") (identifier "DAT_002a6780") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "param_1 = (undefined8 *)*param_1;" (assignment_expression "param_1 = (undefined8 *)*param_1" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";"))) (} "}"))) (if_statement "if (param_1 == (undefined8 *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(param_1 == (undefined8 *)0x0)" (( "(") (binary_expression "param_1 == (undefined8 *)0x0" (identifier "param_1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
|
void function_1
(type_1 *var_1,char *target,type_2 *var_3)
{
type_3 *pfVar1;
type_4 *var_12;
type_2 *plVar3;
type_2 *s_00;
long var_13;
type_5 var_20;
type_6 *var_14;
type_6 *var_15;
bool var_16;
bool bVar8;
type_6 bVar9;
bVar9 = 0;
if (var_1 == (type_1 *)0x0) {
return;
}
do {
plVar3 = var_11;
switch(*(type_7 *)((long)&var_1->header + 8)) {
case lang_output_section_statement_enum:
if ((var_1->output_section_statement).constraint != 0) {
if ((var_1->output_section_statement).constraint - 0x17cU < 2) {
*(type_6 *)((long)var_1 + 0x90) = *(type_6 *)((long)var_1 + 0x90) | 4;
var_2
((var_1->output_section_statement).children.head,&var_1->output_section_statement);
if ((bool)(*(type_6 *)((long)var_1 + 0x90) >> 2 & 1) ==
((var_1->output_section_statement).constraint == 0x17c)) goto LAB_0011c9d0;
(var_1->output_section_statement).constraint = -1;
plVar3 = var_11;
}
goto switchD_0011c734_caseD_5;
}
LAB_0011c9d0:
function_1
((var_1->output_section_statement).children.head,target,&var_1->output_section_statement);
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_assignment_statement_enum:
if ((var_3 != (type_2 *)0x0) && (var_3->bfd_section == (type_9 *)0x0))
{
var_4(var_3,0);
}
var_5((type_10 *)(var_1->output_section_statement).children.head);
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_input_statement_enum:
case lang_object_symbols_statement_enum:
case lang_fill_statement_enum:
case lang_reloc_statement_enum:
case lang_padding_statement_enum:
if ((var_3 == (type_2 *)0x0) || (var_3->bfd_section != (type_9 *)0x0))
goto switchD_0011c734_caseD_5;
var_20 = 0;
LAB_0011c8d6:
var_4(var_3,var_20);
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_address_statement_enum:
if (((type_11 *)(var_1->address_statement).segment == (type_11 *)0x0) ||
((((type_11 *)(var_1->address_statement).segment)->spec).sorted == var_6)) {
s_00 = var_7
((char *)((type_12 *)&(var_1->wild_statement).filename)->head,
0,1);
s_00->addr_tree = (var_1->data_statement).exp;
plVar3 = var_11;
if (s_00->bfd_section == (type_9 *)0x0) {
var_4(s_00,0);
plVar3 = var_11;
}
}
default:
switchD_0011c734_caseD_5:
var_11 = plVar3;
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_wild_statement_enum:
if ((((var_1->wild_statement).handler_data[0] == (type_11 *)0x0) ||
(((var_1->wild_statement).handler_data[0]->spec).sorted != var_8)) ||
((var_1->wild_statement).filenames_sorted != 0)) {
var_9(&var_1->wild_statement,output_section_callback,var_3);
}
else {
var_9(&var_1->wild_statement,output_section_callback_fast,var_3);
if ((var_1->wild_statement).tree != (type_13 *)0x0) {
var_10(&var_1->wild_statement,(var_1->wild_statement).tree,var_3);
(var_1->wild_statement).tree = (type_13 *)0x0;
}
}
plVar3 = var_11;
if (var_11 == (type_2 *)0x0) {
for (var_12 = (type_4 *)(var_1->wild_statement).section_list;
plVar3 = var_11, var_12 != (type_4 *)0x0;
var_12 = (var_12->wild_statement).header.next) {
var_16 = false;
bVar8 = *(type_6 **)((long)var_12 + 8) == (type_6 *)0x0;
if (!bVar8) {
var_13 = 7;
var_14 = *(type_6 **)((long)var_12 + 8);
var_15 = (type_6 *)"COMMON";
do {
if (var_13 == 0) break;
var_13 = var_13 + -1;
var_16 = *var_14 < *var_15;
bVar8 = *var_14 == *var_15;
var_14 = var_14 + (type_14)bVar9 * -2 + 1;
var_15 = var_15 + (type_14)bVar9 * -2 + 1;
} while (bVar8);
plVar3 = var_3;
if ((!var_16 && !bVar8) == var_16) break;
}
}
}
goto switchD_0011c734_caseD_5;
case lang_data_statement_enum:
var_5(*(type_10 **)((long)&var_1->data_statement + 0x18));
if (var_3->sectype == var_17) {
var_20 = 0x300;
if ((link_info.output_bfd)->xvec->flavour == var_18) {
var_20 = 0x201;
}
}
else {
var_20 = (type_5)(var_3->sectype != var_19) * 3 + 0x100;
}
if (var_3->bfd_section == (type_9 *)0x0) goto LAB_0011c8d6;
pfVar1 = &var_3->bfd_section->var_20;
*pfVar1 = *pfVar1 | var_20;
plVar3 = var_11;
goto switchD_0011c734_caseD_5;
case lang_target_statement_enum:
target = (char *)((type_12 *)&(var_1->wild_statement).filename)->head;
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_group_statement_enum:
function_1((var_1->output_section_statement).children.head,target,var_3);
var_1 = ((type_8 *)&(var_1->header).next)->next;
break;
case lang_constructors_statement_enum:
function_1(constructor_list.head,target,var_3);
var_1 = ((type_8 *)&(var_1->header).next)->next;
}
if (var_1 == (type_4 *)0x0) {
return;
}
} while( true );
}
| 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (switch_statement condition: (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: (number_literal)))))) body: (compound_statement (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (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))))) (break_statement)) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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))))) (break_statement)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (labeled_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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (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: (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))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (number_literal) (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: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))))) (case_statement (labeled_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: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (number_literal) (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 (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))))) 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 (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))) (expression_statement (assignment_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: (identifier) right: (number_literal))) consequence: (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: (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)))) 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: (false))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (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: (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: (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: (break_statement)))))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (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 (assignment_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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier))) (case_statement value: (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: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (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))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (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: (compound_statement (return_statement)))) condition: (parenthesized_expression (true))))))
| null |
void MASKED(undefined8 *param_1,undefined8 param_2,long param_3)
{
uint *puVar1;
undefined8 *puVar2;
long lVar3;
long lVar4;
uint uVar5;
byte *pbVar6;
byte *pbVar7;
bool bVar8;
bool bVar9;
byte bVar10;
bVar10 = 0;
if (param_1 == (undefined8 *)0x0) {
return;
}
do {
lVar4 = DAT_002a59f8;
switch(*(undefined4 *)(param_1 + 1)) {
case 0:
if (*(int *)((long)param_1 + 0x84) != 0) {
if (*(int *)((long)param_1 + 0x84) - 0x17cU < 2) {
*(byte *)(param_1 + 0x12) = *(byte *)(param_1 + 0x12) | 4;
FUN_0011c650(param_1[2]);
if ((bool)(*(byte *)(param_1 + 0x12) >> 2 & 1) ==
(*(int *)((long)param_1 + 0x84) == 0x17c)) goto LAB_0011c9d0;
*(undefined4 *)((long)param_1 + 0x84) = 0xffffffff;
lVar4 = DAT_002a59f8;
}
goto switchD_0011c734_caseD_5;
}
LAB_0011c9d0:
MASKED(param_1[2],param_2,param_1);
param_1 = (undefined8 *)*param_1;
break;
case 1:
if ((param_3 != 0) && (*(long *)(param_3 + 0x38) == 0)) {
FUN_0011a300(param_3);
}
FUN_0011a250(param_1[2]);
param_1 = (undefined8 *)*param_1;
break;
case 2:
case 6:
case 7:
case 9:
case 0xc:
if ((param_3 == 0) || (*(long *)(param_3 + 0x38) != 0)) goto switchD_0011c734_caseD_5;
LAB_0011c8d6:
FUN_0011a300(param_3);
param_1 = (undefined8 *)*param_1;
break;
case 3:
if ((param_1[4] == 0) || (*(int *)(param_1[4] + 0x18) == 0)) {
lVar3 = FUN_00119ff0(param_1[2],0,1);
*(undefined8 *)(lVar3 + 0x58) = param_1[3];
lVar4 = DAT_002a59f8;
if (*(long *)(lVar3 + 0x38) == 0) {
FUN_0011a300(lVar3);
lVar4 = DAT_002a59f8;
}
}
default:
switchD_0011c734_caseD_5:
DAT_002a59f8 = lVar4;
param_1 = (undefined8 *)*param_1;
break;
case 4:
if (((param_1[10] == 0) || (*(int *)(param_1[10] + 0x18) != 1)) ||
(*(int *)(param_1 + 3) != 0)) {
FUN_0011c460(param_1,FUN_0011b040,param_3);
}
else {
FUN_0011c460(param_1,FUN_00118500,param_3);
if (param_1[0xe] != 0) {
FUN_0011b2d0(param_1,param_1[0xe],param_3);
param_1[0xe] = 0;
}
}
lVar4 = DAT_002a59f8;
if (DAT_002a59f8 == 0) {
for (puVar2 = (undefined8 *)param_1[4]; lVar4 = DAT_002a59f8, puVar2 != (undefined8 *)0x0;
puVar2 = (undefined8 *)*puVar2) {
bVar8 = false;
bVar9 = (byte *)puVar2[1] == (byte *)0x0;
if (!bVar9) {
lVar4 = 7;
pbVar6 = (byte *)puVar2[1];
pbVar7 = (byte *)"COMMON";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar8 = *pbVar6 < *pbVar7;
bVar9 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + (ulong)bVar10 * -2 + 1;
pbVar7 = pbVar7 + (ulong)bVar10 * -2 + 1;
} while (bVar9);
lVar4 = param_3;
if ((!bVar8 && !bVar9) == bVar8) break;
}
}
}
goto switchD_0011c734_caseD_5;
case 8:
FUN_0011a250(param_1[3]);
if (*(int *)(param_3 + 0x8c) == 2) {
uVar5 = 0x300;
if (*(int *)(*(long *)(DAT_002a6810 + 8) + 8) == 5) {
uVar5 = 0x201;
}
}
else {
uVar5 = (uint)(*(int *)(param_3 + 0x8c) != 3) * 3 + 0x100;
}
if (*(long *)(param_3 + 0x38) == 0) goto LAB_0011c8d6;
puVar1 = (uint *)(*(long *)(param_3 + 0x38) + 0x20);
*puVar1 = *puVar1 | uVar5;
lVar4 = DAT_002a59f8;
goto switchD_0011c734_caseD_5;
case 10:
param_2 = param_1[2];
param_1 = (undefined8 *)*param_1;
break;
case 0xd:
MASKED(param_1[2],param_2,param_3);
param_1 = (undefined8 *)*param_1;
break;
case 0xf:
MASKED(DAT_002a6780,param_2,param_3);
param_1 = (undefined8 *)*param_1;
}
if (param_1 == (undefined8 *)0x0) {
return;
}
} while( true );
}
|
9943_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
do_get
|
FUN_0036e430
|
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string
const&) const */
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *
std::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get
(int param_1,int param_2,int param_3,string *param_4)
{
undefined4 in_register_00000014;
undefined4 in_register_00000034;
undefined4 in_register_0000003c;
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *pbVar1;
undefined8 in_R8;
undefined8 *in_R9;
long local_48;
long local_40;
code *local_28;
pbVar1 = (basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)
CONCAT44(in_register_0000003c,param_1);
local_28 = (code *)0x0;
/* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */
__messages_get<char>
(*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,
CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]);
if (local_28 != (code *)0x0) {
(pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;
__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>(pbVar1,local_48,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return pbVar1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */
__throw_logic_error("uninitialized __any_string");
}
|
long * FUN_0036e430(long *param_1,long param_2)
{
long local_48;
long local_40;
code *local_28;
local_28 = (code *)0x0;
/* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */
FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);
if (local_28 != (code *)0x0) {
*param_1 = (long)(param_1 + 2);
FUN_001bc4c0(param_1,local_48,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */
FUN_003772c0("uninitialized __any_string");
}
|
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA RAX,[RBP + -0x40]
MOV R14,RAX
SUB RSP,0x38
MOV RDI,qword ptr [RSI + 0x20]
PUSH qword ptr [R9 + 0x8]
MOV RSI,RAX
MOV R9,qword ptr [R9]
MOV qword ptr [RBP + -0x20],0x0
CALL 0x00375000
CMP qword ptr [RBP + -0x20],0x0
POP RAX
POP RDX
JZ 0x0036e49d
LEA RAX,[RBX + 0x10]
MOV RSI,qword ptr [RBP + -0x40]
MOV RDX,qword ptr [RBP + -0x38]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
ADD RDX,RSI
CALL 0x001bc4c0
MOV RAX,qword ptr [RBP + -0x20]
TEST RAX,RAX
JZ 0x0036e491
MOV RDI,R14
CALL RAX
LEA RSP,[RBP + -0x10]
MOV RAX,RBX
POP RBX
POP R14
POP RBP
RET
LEA RDI,[0x400464]
CALL 0x003772c0
| null | null | null | null |
[(u'LOAD_-1205214113', u'CALL_-1205214071'), (u'LOAD_-1205214106', u'CALL_-1205214071'), (u'CALL_-1205213914', u'INDIRECT_-1205213738'), (u'CAST_-1205213797', u'LOAD_-1205214113'), ('tmp_426', u'PIECE_-1205213941'), ('const-1', u'PTRADD_-1205213797'), (u'INDIRECT_-1205213817', u'INT_ADD_-1205213992'), (u'CAST_-1205213819', u'PTRSUB_-1205213763'), (u'COPY_-1205213954', u'RETURN_-1205213923'), (u'PIECE_-1205213935', u'CAST_-1205213819'), (u'CAST_-1205213745', u'STORE_-1205214014'), ('const-0', u'INT_NOTEQUAL_-1205213970'), (u'PTRADD_-1205213797', u'LOAD_-1205214106'), (u'LOAD_-1205214094', u'CALL_-1205214071'), ('tmp_402', u'PIECE_-1205213948'), (u'PTRSUB_-1205213812', u'CALL_-1205214071'), ('const-8', u'PTRADD_-1205213797'), ('tmp_160', u'CBRANCH_-1205214040'), (u'PTRSUB_-1205213812', u'CALLIND_-1205213956'), ('const-433', u'LOAD_-1205214094'), (u'CALL_-1205214071', u'INDIRECT_-1205213812'), ('const-16', u'PTRSUB_-1205213763'), ('const-1', u'RETURN_-1205213909'), ('const-32', u'INT_ADD_-1205214097'), ('tmp_342', u'PIECE_-1205213948'), ('tmp_340', u'PIECE_-1205213935'), ('tmp_343', u'CALL_-1205214071'), ('tmp_882', u'CALL_-1205214071'), ('tmp_341', u'PIECE_-1205213941'), ('tmp_593', u'PTRADD_-1205213797'), ('const-0', u'PTRSUB_-1205213747'), (u'PIECE_-1205213941', u'INT_ADD_-1205214097'), (u'PIECE_-1205213948', u'CALL_-1205214071'), (u'INDIRECT_-1205213775', u'CALLIND_-1205213956'), (u'PTRSUB_-1205213746', u'STORE_-1205214014'), ('const--72', u'PTRSUB_-1205213812'), ('tmp_446', u'PIECE_-1205213935'), (u'CAST_-1205213819', u'COPY_-1205213954'), ('tmp_593', u'LOAD_-1205214094'), (u'CALL_-1205213992', u'INDIRECT_-1205213775'), ('tmp_256', u'CBRANCH_-1205213969'), (u'INDIRECT_-1205213822', u'INT_ADD_-1205213992'), (u'INDIRECT_-1205213822', u'CALL_-1205213992'), (u'INT_NOTEQUAL_-1205213970', u'CBRANCH_-1205213969'), ('const-0', u'COPY_-1205214088'), (u'PTRSUB_-1205213763', u'CAST_-1205213745'), (u'CALLIND_-1205213956', u'INDIRECT_-1205213757'), (u'COPY_-1205213772', u'CALL_-1205213914'), (u'INDIRECT_-1205213812', u'INT_NOTEQUAL_-1205214053'), (u'PTRSUB_-1205213747', u'PTRSUB_-1205213746'), ('const-0', u'RETURN_-1205213923'), (u'CAST_-1205213819', u'CALL_-1205213992'), (u'CAST_-1205213819', u'PTRSUB_-1205213747'), ('const-0', u'INT_NOTEQUAL_-1205214053'), (u'CALL_-1205214071', u'INDIRECT_-1205213822'), ('const-4195428', u'COPY_-1205213772'), ('const-433', u'LOAD_-1205214113'), (u'CALL_-1205214071', u'INDIRECT_-1205213817'), ('const-0', u'PTRSUB_-1205213746'), ('const-433', u'LOAD_-1205214106'), (u'INT_ADD_-1205214097', u'CAST_-1205213797'), ('tmp_590', u'PTRSUB_-1205213812'), (u'INT_NOTEQUAL_-1205214053', u'CBRANCH_-1205214040'), (u'INT_ADD_-1205213992', u'CALL_-1205213992'), ('const-433', u'STORE_-1205214014'), (u'INDIRECT_-1205213775', u'INT_NOTEQUAL_-1205213970')]
|
[(u'CALL_-1205213914', u'INDIRECT_-1205213746'), (u'LOAD_-1205214113', u'CALL_-1205214071'), ('tmp_256', u'CBRANCH_-1205213969'), ('const-0', u'INT_NOTEQUAL_-1205214053'), (u'INT_ADD_-1205214097', u'CAST_-1205213814'), (u'COPY_-1205213954', u'RETURN_-1205213923'), ('const-433', u'LOAD_-1205214113'), (u'CALLIND_-1205213956', u'INDIRECT_-1205213765'), ('const-2', u'PTRADD_-1205213778'), ('const-0', u'INT_NOTEQUAL_-1205213970'), (u'INT_NOTEQUAL_-1205213970', u'CBRANCH_-1205213969'), (u'CAST_-1205213814', u'LOAD_-1205214113'), (u'PTRSUB_-1205213825', u'CALLIND_-1205213956'), (u'CALL_-1205213992', u'INDIRECT_-1205213783'), (u'CALL_-1205214071', u'INDIRECT_-1205213825'), (u'INDIRECT_-1205213830', u'INT_ADD_-1205213992'), (u'INDIRECT_-1205213830', u'CALL_-1205213992'), ('const-433', u'STORE_-1205214014'), ('tmp_565', u'PTRSUB_-1205213825'), ('tmp_160', u'CBRANCH_-1205214040'), ('tmp_568', u'CALL_-1205213992'), ('tmp_568', u'STORE_-1205214014'), ('const-0', u'RETURN_-1205213923'), (u'CALL_-1205214071', u'INDIRECT_-1205213820'), ('const-0', u'COPY_-1205214088'), (u'INDIRECT_-1205213783', u'INT_NOTEQUAL_-1205213970'), ('const-1', u'RETURN_-1205213909'), (u'PTRADD_-1205213778', u'CAST_-1205213762'), ('const-4195428', u'COPY_-1205213785'), (u'PTRSUB_-1205213825', u'CALL_-1205214071'), ('const-32', u'INT_ADD_-1205214097'), (u'INDIRECT_-1205213783', u'CALLIND_-1205213956'), ('const--72', u'PTRSUB_-1205213825'), (u'CALL_-1205214071', u'INDIRECT_-1205213830'), (u'INDIRECT_-1205213820', u'INT_NOTEQUAL_-1205214053'), ('tmp_568', u'COPY_-1205213954'), (u'INDIRECT_-1205213825', u'INT_ADD_-1205213992'), (u'CAST_-1205213762', u'STORE_-1205214014'), (u'INT_NOTEQUAL_-1205214053', u'CBRANCH_-1205214040'), ('tmp_568', u'PTRADD_-1205213778'), (u'INT_ADD_-1205213992', u'CALL_-1205213992'), (u'COPY_-1205213785', u'CALL_-1205213914'), ('tmp_569', u'INT_ADD_-1205214097'), ('const-8', u'PTRADD_-1205213778')]
| null | null |
0036e430
|
x64
|
O2
|
(translation_unit "long * FUN_0036e430(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */\n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */\n FUN_003772c0("uninitialized __any_string");\n}\n\n" (function_definition "long * FUN_0036e430(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */\n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */\n FUN_003772c0("uninitialized __any_string");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_0036e430(long *param_1,long param_2)" * (function_declarator "FUN_0036e430(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n /* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */\n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */\n FUN_003772c0("uninitialized __any_string");\n}" { (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) comment (expression_statement "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);" (call_expression "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x20),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x20)" * (cast_expression "(undefined8 *)(param_2 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001bc4c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001bc4c0(param_1,local_48,local_40 + local_48)" identifier (argument_list "(param_1,local_48,local_40 + local_48)" ( identifier , identifier , (binary_expression "local_40 + local_48" identifier + identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "FUN_003772c0("uninitialized __any_string");" (call_expression "FUN_003772c0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
|
(translation_unit "/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string\n const&) const */\n\nbasic_string<char,_std::char_traits<char>,_std::allocator<char>_> *\nstd::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get\n (int param_1,int param_2,int param_3,string *param_4)\n\n{\n undefined4 in_register_00000014;\n undefined4 in_register_00000034;\n undefined4 in_register_0000003c;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *pbVar1;\n undefined8 in_R8;\n undefined8 *in_R9;\n long local_48;\n long local_40;\n code *local_28;\n \n pbVar1 = (basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)\n CONCAT44(in_register_0000003c,param_1);\n local_28 = (code *)0x0;\n /* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */\n __messages_get<char>\n (*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]);\n if (local_28 != (code *)0x0) {\n (pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(pbVar1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return pbVar1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */\n __throw_logic_error("uninitialized __any_string");\n}\n\n" comment (ERROR "basic_string<char," (binary_expression "basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_> *\nstd::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get\n (int param_1,int param_2,int param_3,string *param_4)\n\n{\n undefined4 in_register_00000014;" statement_identifier (ERROR "::char_traits<char>,_std::allocator<char>_> *\nstd:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_> *\nstd" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*\nstd" * identifier)) :) : (labeled_statement "__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get\n (int param_1,int param_2,int param_3,string *param_4)\n\n{\n undefined4 in_register_00000014;" statement_identifier (ERROR "::(anonymous_namespace)::messages_shim<char>:" : : (parenthesized_expression "(anonymous_namespace)" ( identifier )) : : (binary_expression "messages_shim<char" identifier < identifier) > :) : (declaration "do_get\n (int param_1,int param_2,int param_3,string *param_4)\n\n{\n undefined4 in_register_00000014;" (macro_type_specifier "do_get\n (int" identifier ( (type_descriptor "int" primitive_type) )) identifier , (ERROR "int" identifier) identifier , (ERROR "int" identifier) identifier , (ERROR "string *param_4)\n\n{\n undefined4" identifier (pointer_declarator "*param_4" * identifier) ) { identifier) identifier ;))) (declaration "undefined4 in_register_00000034;" type_identifier identifier ;) (declaration "undefined4 in_register_0000003c;" type_identifier identifier ;) (ERROR "basic_string<char," (binary_expression "basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_> *pbVar1;" 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>_> *pbVar1;" (binary_expression "allocator<char>_> *pbVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*pbVar1" * identifier)) ;)) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 *in_R9;" type_identifier (pointer_declarator "*in_R9" * identifier) ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "pbVar1 = (basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)\n CONCAT44(in_register_0000003c,param_1);\n local_28 = (code *)0x0;" (assignment_expression "pbVar1 = (basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)\n CONCAT44(in_register_0000003c,param_1);\n local_28 = (code *)0x0" identifier = (parenthesized_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)\n CONCAT44(in_register_0000003c,param_1);\n local_28 = (code *)0x0" ( (ERROR "basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)\n CONCAT44(in_register_0000003c,param_1);" (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 CONCAT44(in_register_0000003c,param_1)" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*)\n CONCAT44(in_register_0000003c,param_1)" * (ERROR ")" )) (call_expression "CONCAT44(in_register_0000003c,param_1)" identifier (argument_list "(in_register_0000003c,param_1)" ( identifier , identifier ))))) ;) (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) ;) comment (expression_statement "__messages_get<char>\n (*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]);" (update_expression "__messages_get<char>\n (*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1])" (binary_expression "__messages_get<char>\n (*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1])" (binary_expression "__messages_get<char" identifier < identifier) > (parenthesized_expression "(*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1])" ( (comma_expression "*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20),&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]" (pointer_expression "*(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20)" * (cast_expression "(undefined8 *)(CONCAT44(in_register_00000034,param_2) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(CONCAT44(in_register_00000034,param_2) + 0x20)" ( (binary_expression "CONCAT44(in_register_00000034,param_2) + 0x20" (call_expression "CONCAT44(in_register_00000034,param_2)" identifier (argument_list "(in_register_00000034,param_2)" ( identifier , identifier ))) + number_literal) )))) , (comma_expression "&local_48,\n CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]" (pointer_expression "&local_48" & identifier) , (comma_expression "CONCAT44(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]" (call_expression "CONCAT44(in_register_00000014,param_3)" identifier (argument_list "(in_register_00000014,param_3)" ( identifier , identifier ))) , (comma_expression "param_4,in_R8,*in_R9,in_R9[1]" identifier , (comma_expression "in_R8,*in_R9,in_R9[1]" identifier , (comma_expression "*in_R9,in_R9[1]" (pointer_expression "*in_R9" * identifier) , (subscript_expression "in_R9[1]" identifier [ number_literal ]))))))) ))) --) ;) (if_statement "if (local_28 != (code *)0x0) {\n (pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(pbVar1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return pbVar1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;\n __cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(pbVar1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return pbVar1;\n }" { (expression_statement "(pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;" (assignment_expression "(pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2" (field_expression "(pbVar1->_M_dataplus)._M_p" (parenthesized_expression "(pbVar1->_M_dataplus)" ( (field_expression "pbVar1->_M_dataplus" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&pbVar1->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "pbVar1->field_2" identifier -> field_identifier))) ;) (ERROR "__cxx11::basic_string<char,_std::char_traits<char>,_std::" (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_construct<char_const*>(pbVar1,local_48,local_40 + local_48);" (binary_expression "allocator<char>_>::\n _M_construct<char_const*>(pbVar1,local_48,local_40 + local_48)" (binary_expression "allocator<char>_>::\n _M_construct<char_const" (binary_expression "allocator<char>_>::\n _M_construct" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "*" *) > (parenthesized_expression "(pbVar1,local_48,local_40 + local_48)" ( (comma_expression "pbVar1,local_48,local_40 + local_48" identifier , (comma_expression "local_48,local_40 + local_48" identifier , (binary_expression "local_40 + local_48" identifier + identifier))) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return pbVar1;" return identifier ;) })) comment comment (expression_statement "__throw_logic_error("uninitialized __any_string");" (call_expression "__throw_logic_error("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "long * FUN_0036e430(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003772c0("uninitialized __any_string");\n}\n\n" (function_definition "long * FUN_0036e430(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003772c0("uninitialized __any_string");\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_0036e430(long *param_1,long param_2)" * (function_declarator "FUN_0036e430(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003772c0("uninitialized __any_string");\n}" { (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (declaration "code *local_28;" type_identifier (pointer_declarator "*local_28" * identifier) ;) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" identifier = (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);" (call_expression "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48)" identifier (argument_list "(*(undefined8 *)(param_2 + 0x20),&local_48)" ( (pointer_expression "*(undefined8 *)(param_2 + 0x20)" * (cast_expression "(undefined8 *)(param_2 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) , (pointer_expression "&local_48" & identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" { (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_001bc4c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001bc4c0(param_1,local_48,local_40 + local_48)" identifier (argument_list "(param_1,local_48,local_40 + local_48)" ( identifier , identifier , (binary_expression "local_40 + local_48" identifier + identifier) ))) ;) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" if (parenthesized_expression "(local_28 != (code *)0x0)" ( (binary_expression "local_28 != (code *)0x0" identifier != (cast_expression "(code *)0x0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_28)(&local_48);\n }" { (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" ( (pointer_expression "*local_28" * identifier) )) (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_003772c0("uninitialized __any_string");" (call_expression "FUN_003772c0("uninitialized __any_string")" identifier (argument_list "("uninitialized __any_string")" ( (string_literal ""uninitialized __any_string"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( (pointer_expression & IDENT) ))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })))
|
(function_definition "long * FUN_0036e430(long *param_1,long param_2)\n\n{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003772c0("uninitialized __any_string");\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_0036e430(long *param_1,long param_2)" (* "*") (function_declarator "FUN_0036e430(long *param_1,long param_2)" (identifier "FUN_0036e430") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")")))) (compound_statement "{\n long local_48;\n long local_40;\n code *local_28;\n \n local_28 = (code *)0x0;\n \n FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);\n if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }\n \n \n FUN_003772c0("uninitialized __any_string");\n}" ({ "{") (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (declaration "code *local_28;" (type_identifier "code") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (expression_statement "local_28 = (code *)0x0;" (assignment_expression "local_28 = (code *)0x0" (identifier "local_28") (= "=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);" (call_expression "FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48)" (identifier "FUN_00375000") (argument_list "(*(undefined8 *)(param_2 + 0x20),&local_48)" (( "(") (pointer_expression "*(undefined8 *)(param_2 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *param_1 = (long)(param_1 + 2);\n FUN_001bc4c0(param_1,local_48,local_40 + local_48);\n if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }\n return param_1;\n }" ({ "{") (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_001bc4c0(param_1,local_48,local_40 + local_48);" (call_expression "FUN_001bc4c0(param_1,local_48,local_40 + local_48)" (identifier "FUN_001bc4c0") (argument_list "(param_1,local_48,local_40 + local_48)" (( "(") (identifier "param_1") (, ",") (identifier "local_48") (, ",") (binary_expression "local_40 + local_48" (identifier "local_40") (+ "+") (identifier "local_48")) () ")"))) (; ";")) (if_statement "if (local_28 != (code *)0x0) {\n (*local_28)(&local_48);\n }" (if "if") (parenthesized_expression "(local_28 != (code *)0x0)" (( "(") (binary_expression "local_28 != (code *)0x0" (identifier "local_28") (!= "!=") (cast_expression "(code *)0x0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (*local_28)(&local_48);\n }" ({ "{") (expression_statement "(*local_28)(&local_48);" (call_expression "(*local_28)(&local_48)" (parenthesized_expression "(*local_28)" (( "(") (pointer_expression "*local_28" (* "*") (identifier "local_28")) () ")")) (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_003772c0("uninitialized __any_string");" (call_expression "FUN_003772c0("uninitialized __any_string")" (identifier "FUN_003772c0") (argument_list "("uninitialized __any_string")" (( "(") (string_literal ""uninitialized __any_string"" (" """) (string_content "uninitialized __any_string") (" """)) () ")"))) (; ";")) (} "}")))
|
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string
const&) const */
basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> *
std::__facet_shims::(anonymous_namespace)::messages_shim<var_2>::type_1
(int param_1,int param_2,int param_3,string *param_4)
{
type_2 in_register_00000014;
type_2 in_register_00000034;
type_2 in_register_0000003c;
basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> *pbVar1;
type_3 in_R8;
type_3 *in_R9;
long var_10;
long var_9;
type_4 *var_6;
pbVar1 = (basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> *)
var_5(in_register_0000003c,param_1);
var_6 = (type_4 *)0x0;
/* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */
var_4<var_2>
(*(type_3 *)(var_5(in_register_00000034,param_2) + 0x20),&var_10,
var_5(in_register_00000014,param_3),param_4,in_R8,*in_R9,in_R9[1]);
if (var_6 != (type_4 *)0x0) {
(pbVar1->_M_dataplus)._M_p = (pointer)&pbVar1->field_2;
__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>::
var_7<var_8*>(pbVar1,var_10,var_9 + var_10);
if (var_6 != (type_4 *)0x0) {
(*var_6)(&var_10);
}
return pbVar1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */
var_11("uninitialized __any_string");
}
| null |
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (pointer_expression argument: (identifier))))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))))
| null |
long * MASKED(long *param_1,long param_2)
{
long local_48;
long local_40;
code *local_28;
local_28 = (code *)0x0;
/* try { // try from 0036e45b to 0036e482 has its CatchHandler @ 0036e4a9 */
FUN_00375000(*(undefined8 *)(param_2 + 0x20),&local_48);
if (local_28 != (code *)0x0) {
*param_1 = (long)(param_1 + 2);
FUN_001bc4c0(param_1,local_48,local_40 + local_48);
if (local_28 != (code *)0x0) {
(*local_28)(&local_48);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 0036e4a4 to 0036e4a8 has its CatchHandler @ 0036e4a9 */
FUN_003772c0("uninitialized __any_string");
}
|
43_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c
|
bfd_get_error
|
bfd_get_error
|
void bfd_get_error(void)
{
(*(code *)PTR_bfd_get_error_00194168)();
return;
}
|
void bfd_get_error(void)
{
(*(code *)PTR_bfd_get_error_00194168)();
return;
}
|
JMP qword ptr [0x00194168]
| null | null | null | null |
[(u'CAST_-1206934759', u'CALLIND_-1206934824'), (u'INDIRECT_-1206934764', u'COPY_-1206934823'), ('tmp_22', u'CAST_-1206934759'), (u'CALLIND_-1206934824', u'INDIRECT_-1206934764'), ('const-0', u'RETURN_-1206934821')]
|
[(u'CAST_-1206934759', u'CALLIND_-1206934824'), (u'INDIRECT_-1206934764', u'COPY_-1206934823'), ('tmp_22', u'CAST_-1206934759'), (u'CALLIND_-1206934824', u'INDIRECT_-1206934764'), ('const-0', u'RETURN_-1206934821')]
| null | null |
0010a2d0
|
x64
|
O2
|
(translation_unit "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}\n\n" (function_definition "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" primitive_type (function_declarator "bfd_get_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_error_00194168)();" (call_expression "(*(code *)PTR_bfd_get_error_00194168)()" (parenthesized_expression "(*(code *)PTR_bfd_get_error_00194168)" ( (pointer_expression "*(code *)PTR_bfd_get_error_00194168" * (cast_expression "(code *)PTR_bfd_get_error_00194168" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}\n\n" (function_definition "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" primitive_type (function_declarator "bfd_get_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_error_00194168)();" (call_expression "(*(code *)PTR_bfd_get_error_00194168)()" (parenthesized_expression "(*(code *)PTR_bfd_get_error_00194168)" ( (pointer_expression "*(code *)PTR_bfd_get_error_00194168" * (cast_expression "(code *)PTR_bfd_get_error_00194168" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}\n\n" (function_definition "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" primitive_type (function_declarator "bfd_get_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_error_00194168)();" (call_expression "(*(code *)PTR_bfd_get_error_00194168)()" (parenthesized_expression "(*(code *)PTR_bfd_get_error_00194168)" ( (pointer_expression "*(code *)PTR_bfd_get_error_00194168" * (cast_expression "(code *)PTR_bfd_get_error_00194168" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_get_error(void)\n\n{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_error(void)" (identifier "bfd_get_error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_get_error_00194168)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_get_error_00194168)();" (call_expression "(*(code *)PTR_bfd_get_error_00194168)()" (parenthesized_expression "(*(code *)PTR_bfd_get_error_00194168)" (( "(") (pointer_expression "*(code *)PTR_bfd_get_error_00194168" (* "*") (cast_expression "(code *)PTR_bfd_get_error_00194168" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_get_error_00194168"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_get_error_00194168)();
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_00194168)();
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.