Home
last modified time | relevance | path

Searched refs:PC_OFS (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/arm/
Dsysdep.h177 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 …]
Dmemcpy.S128 add r10, #(6f - (0b + PC_OFS))
157 add r10, #(66f - (0b + PC_OFS))
Dmemmove.S144 add r10, #(6f - (0b + PC_OFS))
173 add r10, #(66f - (0b + PC_OFS))
/glibc-2.36/sysdeps/unix/arm/
Dsysdep.S52 1: .word errno(gottpoff) + (. - 2b - PC_OFS)
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dsetcontext.S105 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
Dgetcontext.S106 1: .long _GLOBAL_OFFSET_TABLE_ - 0b - PC_OFS
/glibc-2.36/sysdeps/arm/armv7/multiarch/
Dmemcpy_impl.S97 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/
DChangeLog.ports-arm517 (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.