projects
/
apple
/
ld64.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ld64-409.12.tar.gz
[apple/ld64.git]
/
unit-tests
/
test-cases
/
weak_import-addend
/
test.s
Commit
Line
Data
afe874b1
A
1
2
3
.text
4
_foo:
5
#if __x86_64__
6
.weak_reference _malloc
7
.weak_reference _free
8
cmpq $0, _malloc@GOTPCREL(%rip)
9
cmpq $0xFFFF, _free@GOTPCREL(%rip)
10
#endif
11
nop
12