Searched refs:TP_OFFSET (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h43 #define TP_OFFSET 0x7010 macro
45 #define TP_OFFSET 0x7008 macro
63 "r"((uint8_t *)tcb + TP_OFFSET));
66 "r"((uint8_t *)tcb + TP_OFFSET));
80 return ((struct tcb *)(_tp - TP_OFFSET));
/freebsd-11.0-release/lib/libthr/arch/riscv/include/
H A Dpthread_md.h49 #define TP_OFFSET sizeof(struct tcb) macro
65 __asm __volatile("mv tp, %0" :: "r"((uint8_t *)tcb + TP_OFFSET));
78 return ((struct tcb *)(_tp - TP_OFFSET));
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c157 #define TP_OFFSET 0x7000 macro
6404 value += DTP_OFFSET - TP_OFFSET;
6499 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
6506 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
H A Delf64-ppc.c128 #define TP_OFFSET 0x7000 macro
6987 ok_tprel = (value + TP_OFFSET + ((bfd_vma) 1 << 31)
11017 relocation += DTP_OFFSET - TP_OFFSET;
11127 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
11154 addend -= htab->elf.tls_sec->vma + TP_OFFSET;
H A Delfxx-mips.c787 #define TP_OFFSET 0x7000
805 return elf_hash_table (info)->tls_sec->vma + TP_OFFSET;
782 #define TP_OFFSET macro

Completed in 122 milliseconds