Advertisement
Guest User

Untitled

a guest
Sep 4th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. [nix-shell:~/apps/rpi/lk-overlay]$ aarch64-none-elf-objdump -D rpnx-kernel.elf | less
  2. rpnx-kernel.elf: file format elf64-littleaarch64
  3.  
  4.  
  5. Disassembly of section .rodata.str1.1:
  6.  
  7. 0000000000080000 <__start>:
  8. 80000: 6c6c6548 .word 0x6c6c6548
  9. 80004: 6b202c6f .word 0x6b202c6f
  10. 80008: 656e7265 .word 0x656e7265
  11. 8000c: 6f57206c .word 0x6f57206c
  12. 80010: 21646c72 .word 0x21646c72
  13. 80014: Address 0x0000000000080014 is out of bounds.
  14.  
  15.  
  16. Disassembly of section .eh_frame:
  17.  
  18. 0000000000080018 <.eh_frame>:
  19. 80018: 00000014 .word 0x00000014
  20. 8001c: 00000000 .word 0x00000000
  21. 80020: 00527a01 .word 0x00527a01
  22. 80024: 011e7c01 .word 0x011e7c01
  23. 80028: 001f0c1b .word 0x001f0c1b
  24. 8002c: 00000000 .word 0x00000000
  25. 80030: 0000001c .word 0x0000001c
  26. 80034: 0000001c .word 0x0000001c
  27. 80038: 000000e4 .word 0x000000e4
  28. 8003c: 00000180 .word 0x00000180
  29. 80040: 1d0c4c00 .word 0x1d0c4c00
  30. 80044: 9d029e10 .word 0x9d029e10
  31. 80048: 00000004 .word 0x00000004
  32. 8004c: 00000000 .word 0x00000000
  33. 80050: 0000001c .word 0x0000001c
  34. 80054: 0000003c .word 0x0000003c
  35. 80058: 0000031c .word 0x0000031c
  36. 8005c: 00000048 .word 0x00000048
  37. 80060: 1d0c4c00 .word 0x1d0c4c00
  38. 80064: 9d029e10 .word 0x9d029e10
  39. 80068: 00000004 .word 0x00000004
  40. 8006c: 00000000 .word 0x00000000
  41. 80070: 0000001c .word 0x0000001c
  42. 80074: 0000005c .word 0x0000005c
  43. 80078: 00000344 .word 0x00000344
  44. 8007c: 00000038 .word 0x00000038
  45. 80080: 1d0c4800 .word 0x1d0c4800
  46. 80084: 9d029e10 .word 0x9d029e10
  47. 80088: 00000004 .word 0x00000004
  48. 8008c: 00000000 .word 0x00000000
  49. 80090: 0000001c .word 0x0000001c
  50. 80094: 0000007c .word 0x0000007c
  51. 80098: 0000035c .word 0x0000035c
  52. 8009c: 0000005c .word 0x0000005c
  53. 800a0: 1d0c4c00 .word 0x1d0c4c00
  54. 800a4: 9d029e10 .word 0x9d029e10
  55. 800a8: 00000004 .word 0x00000004
  56. 800ac: 00000000 .word 0x00000000
  57. 800b0: 0000001c .word 0x0000001c
  58. 800b4: 0000009c .word 0x0000009c
  59. 800b8: 00000398 .word 0x00000398
  60. 800bc: 00000040 .word 0x00000040
  61. 800c0: 1d0c4c00 .word 0x1d0c4c00
  62. 800c4: 9d029e10 .word 0x9d029e10
  63. 800c8: 00000004 .word 0x00000004
  64. ...
  65.  
  66. Disassembly of section .text:
  67.  
  68. 00000000000800d8 <_start>:
  69. 800d8: 58000185 ldr x5, 80108 <halt+0xc>
  70. 800dc: 910000bf mov sp, x5
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement