; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/none @ 0x43a6c0 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaSequenceElementChoice.selectionName___const () | int64_t method_BloombergLP::s_baltst::BasicSchemaSequenceElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaSequenceElementChoice::selectionName() const */ 0x0043a6c0 mov eax, dword [rdi + 0x40] | eax = *((rdi + 0x40)); 0x0043a6c3 cmp eax, 1 | 0x0043a6c6 mov ecx, 0x4a0a5a | ecx = 0x4a0a5a; 0x0043a6cb mov edx, 0x4a249e | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x0043a6d0 cmove rdx, rcx | rdx = rcx; | } 0x0043a6d4 test eax, eax | 0x0043a6d6 mov eax, 0x4a247e | eax = "annotation"; | if (eax != 0) { 0x0043a6db cmovne rax, rdx | rax = rdx; | } 0x0043a6df ret | return rax; | }