repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
nptl
/
pthread_equal.shared.s
blob
816146387769c67b7317df6fc0b3701caa7c2240
1
.text
2
#APP
3
memmove
=
__GI_memmove
4
memset
=
__GI_memset
5
memcpy
=
__GI_memcpy
6
#NO_APP
7
.p2align 4,,15
8
.globl __pthread_equal
9
.type __pthread_equal, @function
10
__pthread_equal
:
11
xorl
%
eax
, %
eax
12
cmpq
%
rsi
, %
rdi
13
sete
%
al
14
ret
15
.size __pthread_equal, .-__pthread_equal
16
.weak pthread_equal
17
.set pthread_equal,__pthread_equal