blob: 2532480e5f0e169edb752d9b425bbcf98a5c618d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.text
.p2align 4
.globl get_bar
.type get_bar, @function
get_bar:
.cfi_startproc
movq bar@GOTPCREL(%rip), %rax
ret
.cfi_endproc
.size get_bar, .-get_bar
bar = 0xffffffffffffff0
.section .note.GNU-stack,"",@progbits
|