59 lines
920 B
ArmAsm
59 lines
920 B
ArmAsm
.file "vframe.c"
|
|
.text
|
|
.p2align 4
|
|
.globl create_on_stack
|
|
.type create_on_stack, @function
|
|
create_on_stack:
|
|
.LFB39:
|
|
.cfi_startproc
|
|
endbr64
|
|
xorl %eax, %eax
|
|
ret
|
|
.cfi_endproc
|
|
.LFE39:
|
|
.size create_on_stack, .-create_on_stack
|
|
.p2align 4
|
|
.globl create_on_heap
|
|
.type create_on_heap, @function
|
|
create_on_heap:
|
|
.LFB40:
|
|
.cfi_startproc
|
|
endbr64
|
|
movslq %edi, %rdi
|
|
salq $2, %rdi
|
|
jmp malloc@PLT
|
|
.cfi_endproc
|
|
.LFE40:
|
|
.size create_on_heap, .-create_on_heap
|
|
.section .text.startup,"ax",@progbits
|
|
.p2align 4
|
|
.globl main
|
|
.type main, @function
|
|
main:
|
|
.LFB41:
|
|
.cfi_startproc
|
|
endbr64
|
|
xorl %eax, %eax
|
|
ret
|
|
.cfi_endproc
|
|
.LFE41:
|
|
.size main, .-main
|
|
.ident "GCC: (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0"
|
|
.section .note.GNU-stack,"",@progbits
|
|
.section .note.gnu.property,"a"
|
|
.align 8
|
|
.long 1f - 0f
|
|
.long 4f - 1f
|
|
.long 5
|
|
0:
|
|
.string "GNU"
|
|
1:
|
|
.align 8
|
|
.long 0xc0000002
|
|
.long 3f - 2f
|
|
2:
|
|
.long 0x3
|
|
3:
|
|
.align 8
|
|
4:
|