Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created July 22, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcrichton/55d4b521e4a1b22ab62d193bb5a29e65 to your computer and use it in GitHub Desktop.
Save alexcrichton/55d4b521e4a1b22ab62d193bb5a29e65 to your computer and use it in GitHub Desktop.
foo.o: file format mach-o 64-bit x86-64
Disassembly of section __TEXT,__text:
0000000000000000 <_foo>:
./build/bin/llvm-objdump: warning: 'foo.o': failed to parse debug information for foo.o
0: b8 08 20 00 00 movl $8200, %eax
5: e8 00 00 00 00 callq 0xa <_foo+0xa>
a: 48 29 c4 subq %rax, %rsp
d: e8 00 00 00 00 callq 0x12 <_foo+0x12>
12: 48 81 c4 08 20 00 00 addq $8200, %rsp
19: c3 retq
Unwind info:
Contents of __compact_unwind section:
Entry at offset 0x0:
start: 0x0 _foo
length: 0x1a
compact encoding: 0x03032000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment