==> Without Symbol Resolution
0000000000000000 01c0             add eax, eax
0000000000000002 eb11             jmp 0x15
0000000000000004 01c0             add eax, eax
0000000000000006 e814000000       call 0x1f
000000000000000b 01c0             add eax, eax
000000000000000d 01c0             add eax, eax
000000000000000f 7402             jz 0x13
0000000000000011 01c0             add eax, eax
0000000000000013 90               nop
0000000000000014 90               nop
0000000000000015 ebfe             jmp 0x15
0000000000000017 90               nop
0000000000000018 90               nop
0000000000000019 ebf8             jmp 0x13
000000000000001b 90               nop
000000000000001c 90               nop
000000000000001d 74f6             jz 0x15
000000000000001f 90               nop
0000000000000020 90               nop
0000000000000021 e8f4ffffff       call 0x1a
==> With Symbol Resolution
0000000000000000 01c0             add eax, eax
0000000000000002 eb11             jmp target
0000000000000004 01c0             add eax, eax
0000000000000006 e814000000       call target+10
000000000000000b 01c0             add eax, eax
000000000000000d 01c0             add eax, eax
000000000000000f 7402             jz target-2
0000000000000011 01c0             add eax, eax
0000000000000013 90               nop
0000000000000014 90               nop
0000000000000015 ebfe             jmp target
0000000000000017 90               nop
0000000000000018 90               nop
0000000000000019 ebf8             jmp target-2
000000000000001b 90               nop
000000000000001c 90               nop
000000000000001d 74f6             jz target
000000000000001f 90               nop
0000000000000020 90               nop
0000000000000021 e8f4ffffff       call target+5