|
Lines 192-198
pthread_rwlock_timedwrlock:
|
Link Here
|
|---|
|
| 192 |
|
192 |
|
| 193 |
7: movq %rdx, %rax |
193 |
7: movq %rdx, %rax |
| 194 |
|
194 |
|
| 195 |
#ifndef __ASSUME_PRIVATE_FUTEX |
195 |
#ifndef __ASSUME_FUTEX_CLOCK_REALTIME |
| 196 |
addq $16, %rsp |
196 |
addq $16, %rsp |
| 197 |
cfi_adjust_cfa_offset(-16) |
197 |
cfi_adjust_cfa_offset(-16) |
| 198 |
popq %r14 |
198 |
popq %r14 |
|
Lines 207-213
pthread_rwlock_timedwrlock:
|
Link Here
|
|---|
|
| 207 |
cfi_restore(%r12) |
207 |
cfi_restore(%r12) |
| 208 |
retq |
208 |
retq |
| 209 |
|
209 |
|
| 210 |
#ifdef __ASSUME_PRIVATE_FUTEX |
210 |
#ifdef __ASSUME_FUTEX_CLOCK_REALTIME |
| 211 |
cfi_adjust_cfa_offset(16) |
211 |
cfi_adjust_cfa_offset(16) |
| 212 |
cfi_rel_offset(%r12, 8) |
212 |
cfi_rel_offset(%r12, 8) |
| 213 |
cfi_rel_offset(%r13, 0) |
213 |
cfi_rel_offset(%r13, 0) |