Advertisement
fsb4000

clang asm

Sep 2nd, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. .text
  2. .def @feat.00;
  3. .scl 3;
  4. .type 0;
  5. .endef
  6. .globl @feat.00
  7. .set @feat.00, 1
  8. .intel_syntax noprefix
  9. .file "main.cpp"
  10. .def "?GetTestValueProxy@@YA?AUTestType@@XZ";
  11. .scl 2;
  12. .type 32;
  13. .endef
  14. .section .text,"xr",one_only,"?GetTestValueProxy@@YA?AUTestType@@XZ"
  15. .globl "?GetTestValueProxy@@YA?AUTestType@@XZ" # -- Begin function ?GetTestValueProxy@@YA?AUTestType@@XZ
  16. .p2align 4, 0x90
  17. "?GetTestValueProxy@@YA?AUTestType@@XZ": # @"?GetTestValueProxy@@YA?AUTestType@@XZ"
  18. # %bb.0:
  19. push esi
  20. mov esi, dword ptr [esp + 8]
  21. push esi
  22. call "?GetTestValue@@YA?AUTestType@@XZ"
  23. add esp, 4
  24. mov eax, esi
  25. pop esi
  26. ret
  27. # -- End function
  28. .section .drectve,"yn"
  29. .ascii " /DEFAULTLIB:libcmt.lib"
  30. .ascii " /DEFAULTLIB:oldnames.lib"
  31. .addrsig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement