Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: libklib.a the table of contents is empty (no object file members in the library define global symbols)
- .section ".text"
- .global mmu_set_translation_table_base0_address
- mmu_set_translation_table_base0_address:
- msr ttbr0_el1, x1
- isb
- ret
- "/opt/local/bin/clang-mp-14 --target=arm64-v8-none -ffreestanding -nostdlib -static -static -o CMakeFiles/klib.dir/src/arm64v8/cpu.asm.obj -c /Users/rnicholl/testos/klib/src/arm64v8/cpu.asm"
- rnicholl@rpnx-lt-04 arm64v8 % objdump -T ./cpu.asm.obj
- ./cpu.asm.obj: file format elf64-littleaarch64
- DYNAMIC SYMBOL TABLE:
- rnicholl@rpnx-lt-04 arm64v8 %
- /opt/local/bin/ar qc libklib.a CMakeFiles/klib.dir/src/empty.c.obj CMakeFiles/klib.dir/src/arm64v8/cpu.asm.obj
- /opt/local/bin/ranlib libklib.a
- rnicholl@rpnx-lt-04 arm64v8 % objdump -x ./cpu.asm.obj
- ./cpu.asm.obj: file format elf64-littleaarch64
- architecture: aarch64
- start address: 0x0000000000000000
- Program Header:
- Dynamic Section:
- Sections:
- Idx Name Size VMA Type
- 0 00000000 0000000000000000
- 1 .strtab 00000044 0000000000000000
- 2 .text 0000000c 0000000000000000 TEXT
- 3 .symtab 00000048 0000000000000000
- SYMBOL TABLE:
- 0000000000000000 l .text 0000000000000000 $x.0
- 0000000000000000 g .text 0000000000000000 mmu_set_translation_table_base0_address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement