Guest User

Untitled

a guest
Aug 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. /Users/ranha/c_misc/embed% ~/gcc/gcc461/bin/gcc --version
  2. gcc (GCC) 4.6.1
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. /Users/ranha/c_misc/embed% ~/gcc/gcc461/bin/gcc -fno-toplevel-reorder -c prog.c
  8. /Users/ranha/c_misc/embed% gobjdump -s prog.o
  9.  
  10. prog.o: ファイル形式 mach-o-x86-64
  11.  
  12. セクション .text の内容:
  13. 0000 554889e5 b8000000 005dc3 UH.......].
  14. セクション __TEXT.__fsc_typeinfo の内容:
  15. 000b 6d657461 64617461 00 metadata.
  16. セクション .eh_frame の内容:
  17. 0018 14000000 00000000 017a5200 01781001 .........zR..x..
  18. 0028 100c0708 90010000 34000000 1c000000 ........4.......
  19. 0038 e0ffffff ffffffff 0b000000 00000000 ................
  20. 0048 00040100 00000e10 86020403 0000000d ................
  21. 0058 06040600 00000c07 08000000 00000000 ................
Add Comment
Please, Sign In to add comment