Advertisement
Guest User

Untitled

a guest
Apr 26th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. readelf -Ah test
  2. ELF Header:
  3. Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  4. Class: ELF32
  5. Data: 2's complement, little endian
  6. Version: 1 (current)
  7. OS/ABI: UNIX - System V
  8. ABI Version: 0
  9. Type: EXEC (Executable file)
  10. Machine: ARM
  11. Version: 0x1
  12. Entry point address: 0x8315
  13. Start of program headers: 52 (bytes into file)
  14. Start of section headers: 4500 (bytes into file)
  15. Flags: 0x5000402, has entry point, Version5 EABI, hard-float ABI
  16. Size of this header: 52 (bytes)
  17. Size of program headers: 32 (bytes)
  18. Number of program headers: 9
  19. Size of section headers: 40 (bytes)
  20. Number of section headers: 30
  21. Section header string table index: 27
  22. Attribute Section: aeabi
  23. File Attributes
  24. Tag_CPU_name: "7-A"
  25. Tag_CPU_arch: v7
  26. Tag_CPU_arch_profile: Application
  27. Tag_ARM_ISA_use: Yes
  28. Tag_THUMB_ISA_use: Thumb-2
  29. Tag_FP_arch: VFPv3-D16
  30. Tag_ABI_PCS_wchar_t: 4
  31. Tag_ABI_FP_rounding: Needed
  32. Tag_ABI_FP_denormal: Needed
  33. Tag_ABI_FP_exceptions: Needed
  34. Tag_ABI_FP_number_model: IEEE 754
  35. Tag_ABI_align_needed: 8-byte
  36. Tag_ABI_align_preserved: 8-byte, except leaf SP
  37. Tag_ABI_enum_size: int
  38. Tag_ABI_HardFP_use: SP and DP
  39. Tag_ABI_VFP_args: VFP registers
  40. Tag_CPU_unaligned_access: v6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement