Guest User

Untitled

a guest
May 2nd, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. vagrant@vagrant-ubuntu-trusty-64:~/MITgcm_c66g/verification/exp2/build$ readelf -a eeboot.o
  2. ELF Header:
  3. Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  4. Class: ELF64
  5. Data: 2's complement, little endian
  6. Version: 1 (current)
  7. OS/ABI: UNIX - System V
  8. ABI Version: 0
  9. Type: REL (Relocatable file)
  10. Machine: Advanced Micro Devices X86-64
  11. Version: 0x1
  12. Entry point address: 0x0
  13. Start of program headers: 0 (bytes into file)
  14. Start of section headers: 184 (bytes into file)
  15. Flags: 0x0
  16. Size of this header: 64 (bytes)
  17. Size of program headers: 0 (bytes)
  18. Number of program headers: 0
  19. Size of section headers: 64 (bytes)
  20. Number of section headers: 9
  21. Section header string table index: 6
  22.  
  23. Section Headers:
  24. [Nr] Name Type Address Offset
  25. Size EntSize Flags Link Info Align
  26. [ 0] NULL 0000000000000000 00000000
  27. 0000000000000000 0000000000000000 0 0 0
  28. [ 1] .text PROGBITS 0000000000000000 00000040
  29. 0000000000000000 0000000000000000 AX 0 0 1
  30. [ 2] .data PROGBITS 0000000000000000 00000040
  31. 0000000000000000 0000000000000000 WA 0 0 1
  32. [ 3] .bss NOBITS 0000000000000000 00000040
  33. 0000000000000000 0000000000000000 WA 0 0 1
  34. [ 4] .comment PROGBITS 0000000000000000 00000040
  35. 000000000000002c 0000000000000001 MS 0 0 1
  36. [ 5] .note.GNU-stack PROGBITS 0000000000000000 0000006c
  37. 0000000000000000 0000000000000000 0 0 1
  38. [ 6] .shstrtab STRTAB 0000000000000000 0000006c
  39. 0000000000000045 0000000000000000 0 0 1
  40. [ 7] .symtab SYMTAB 0000000000000000 000002f8
  41. 00000000000000a8 0000000000000018 8 7 8
  42. [ 8] .strtab STRTAB 0000000000000000 000003a0
  43. 000000000000000a 0000000000000000 0 0 1
  44. Key to Flags:
  45. W (write), A (alloc), X (execute), M (merge), S (strings), l (large)
  46. I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
  47. O (extra OS processing required) o (OS specific), p (processor specific)
  48.  
  49. There are no section groups in this file.
  50.  
  51. There are no program headers in this file.
  52.  
  53. There are no relocations in this file.
  54.  
  55. The decoding of unwind sections for machine type Advanced Micro Devices X86-64 is not currently supported.
  56.  
  57. Symbol table '.symtab' contains 7 entries:
  58. Num: Value Size Type Bind Vis Ndx Name
  59. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  60. 1: 0000000000000000 0 FILE LOCAL DEFAULT ABS eeboot.f
  61. 2: 0000000000000000 0 SECTION LOCAL DEFAULT 1
  62. 3: 0000000000000000 0 SECTION LOCAL DEFAULT 2
  63. 4: 0000000000000000 0 SECTION LOCAL DEFAULT 3
  64. 5: 0000000000000000 0 SECTION LOCAL DEFAULT 5
  65. 6: 0000000000000000 0 SECTION LOCAL DEFAULT 4
  66.  
  67. No version information found in this file.
Advertisement
Add Comment
Please, Sign In to add comment