repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Instrumentation] Fix a warning
[llvm-project.git]
/
lld
/
test
/
ELF
/
Inputs
/
aarch64-bti1.s
blob
032eea6bec3640dad6e9f9458df5bbdcd4866b38
1
.section
".note.gnu.property"
,
"a"
2
.long 4
3
.long 0x10
4
.long 0x5
5
.asciz
"GNU"
6
7
.long 0xc0000000 // GNU_PROPERTY_AARCH64_FEATURE_1_AND
8
.long 4
9
.long 1 // GNU_PROPERTY_AARCH64_FEATURE_1_BTI
10
.long 0
11
12
.text
13
.globl func2
14
.type func2,@function
15
func2
:
16
.globl func3
17
.type func3, @function
18
bl
func3
19
ret