; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/assume @ 0x431540 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice.selectionName___const () | int32_t method_BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaRestrictionElementChoice::selectionName() const */ 0x00431540 mov eax, dword [rdi + 0x60] | eax = *((rdi + 0x60)); 0x00431543 test eax, eax | | if (eax != 0) { 0x00431545 je 0x431552 | 0x00431547 cmp eax, 1 | | if (eax != 1) { 0x0043154a jne 0x431558 | goto label_0; | } 0x0043154c mov eax, 0x4a214c | eax = "enumeration"; 0x00431551 ret | return eax; | } 0x00431552 mov eax, 0x4a210e | eax = "annotation"; 0x00431557 ret | return eax; | label_0: 0x00431558 mov eax, 0x4a212e | eax = "(* UNDEFINED *)"; 0x0043155d ret | return eax; | }