; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/assume @ 0x432990 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice.selectionName___const () | int32_t method_BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice::selectionName() const */ 0x00432990 mov eax, dword [rdi + 0x60] | eax = *((rdi + 0x60)); 0x00432993 test eax, eax | | if (eax != 0) { 0x00432995 je 0x4329a2 | 0x00432997 cmp eax, 1 | | if (eax != 1) { 0x0043299a jne 0x4329a8 | goto label_0; | } 0x0043299c mov eax, 0x4a215d | eax = "restriction"; 0x004329a1 ret | return eax; | } 0x004329a2 mov eax, 0x4a210e | eax = "annotation"; 0x004329a7 ret | return eax; | label_0: 0x004329a8 mov eax, 0x4a212e | eax = "(* UNDEFINED *)"; 0x004329ad ret | return eax; | }