Searched refs:PC_OFS (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sysdeps/arm/ |
D | sysdep.h | 177 98: .word EXPR - 99f - PC_OFS; \ 183 movw T, #:lower16:EXPR - 99f - PC_OFS; \ 184 movt T, #:upper16:EXPR - 99f - PC_OFS; \ 190 98: .word EXPR - 99f - PC_OFS; \ 203 movw R, #:lower16:_GLOBAL_OFFSET_TABLE_ - 97f - PC_OFS; \ 204 movw T, #:lower16:99f - 98f - PC_OFS; \ 205 movt R, #:upper16:_GLOBAL_OFFSET_TABLE_ - 97f - PC_OFS; \ 206 movt T, #:upper16:99f - 98f - PC_OFS; \ 222 99: .word _GLOBAL_OFFSET_TABLE_ - 98b - PC_OFS; \ 292 # define PC_OFS 4 macro [all …]
|
D | memcpy.S | 128 add r10, #(6f - (0b + PC_OFS)) 157 add r10, #(66f - (0b + PC_OFS))
|
D | memmove.S | 144 add r10, #(6f - (0b + PC_OFS)) 173 add r10, #(66f - (0b + PC_OFS))
|
/glibc-2.36/sysdeps/unix/arm/ |
D | sysdep.S | 52 1: .word errno(gottpoff) + (. - 2b - PC_OFS)
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | setcontext.S | 105 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
|
D | getcontext.S | 106 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
|
/glibc-2.36/sysdeps/arm/armv7/multiarch/ |
D | memcpy_impl.S | 97 rsb tmp1, tmp1, #((7 * 8) - PC_OFS + INSN_SIZE) 110 rsb tmp1, tmp1, #((15 * 4) - PC_OFS/2 + INSN_SIZE/2) 141 + ((1f - PC_OFS - 0f) \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-arm | 517 (PC_OFS): Respect __thumb__ if __ASSEMBLER__. 568 * sysdeps/arm/sysdep.h (PC_OFS): New macros. 569 * sysdeps/arm/__longjmp.S (__longjmp): Use PC_OFS. 579 (_Unwind_Resume): Use stringified PC_OFS.
|