/third_party/musl/arch/s390x/ |
D | reloc.h | 10 #define REL_TPOFF R_390_TLS_TPOFF macro
|
/third_party/musl/arch/riscv64/ |
D | reloc.h | 19 #define REL_TPOFF R_RISCV_TLS_TPREL64 macro
|
/third_party/musl/arch/or1k/ |
D | reloc.h | 12 #define REL_TPOFF R_OR1K_TLS_TPOFF macro
|
/third_party/musl/arch/aarch64/ |
D | reloc.h | 20 #define REL_TPOFF R_AARCH64_TLS_TPREL64 macro
|
/third_party/musl/arch/x86_64/ |
D | reloc.h | 11 #define REL_TPOFF R_X86_64_TPOFF64 macro
|
/third_party/musl/arch/x32/ |
D | reloc.h | 23 #define REL_TPOFF R_X86_64_TPOFF64 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | reloc.h | 26 #define REL_TPOFF R_ARM_TLS_TPOFF32 macro
|
/third_party/musl/arch/i386/ |
D | reloc.h | 11 #define REL_TPOFF R_386_TLS_TPOFF macro
|
/third_party/musl/arch/arm/ |
D | reloc.h | 26 #define REL_TPOFF R_ARM_TLS_TPOFF32 macro
|
/third_party/musl/arch/powerpc/ |
D | reloc.h | 19 #define REL_TPOFF R_PPC_TPREL32 macro
|
/third_party/musl/arch/powerpc64/ |
D | reloc.h | 19 #define REL_TPOFF R_PPC64_TPREL64 macro
|
/third_party/musl/arch/m68k/ |
D | reloc.h | 21 #define REL_TPOFF R_68K_TLS_TPREL32 macro
|
/third_party/musl/arch/mipsn32/ |
D | reloc.h | 28 #define REL_TPOFF R_MIPS_TLS_TPREL32 macro
|
/third_party/musl/arch/mips/ |
D | reloc.h | 28 #define REL_TPOFF R_MIPS_TLS_TPREL32 macro
|
/third_party/musl/arch/sh/ |
D | reloc.h | 31 #define REL_TPOFF R_SH_TLS_TPOFF32 macro
|
/third_party/musl/arch/mips64/ |
D | reloc.h | 28 #define REL_TPOFF R_MIPS_TLS_TPREL64 macro
|
/third_party/musl/src/internal/ |
D | dynlink.h | 41 REL_TPOFF, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 54 REL_TPOFF, enumerator
|
/third_party/musl/ldso/ |
D | dynlink.c | 413 if ((type == REL_TPOFF || type == REL_TPOFF_NEG) in do_relocs() 462 case REL_TPOFF: in do_relocs() 466 case REL_TPOFF: in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 411 if ((type == REL_TPOFF || type == REL_TPOFF_NEG) in do_relocs() 460 case REL_TPOFF: in do_relocs() 464 case REL_TPOFF: in do_relocs()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 411 if ((type == REL_TPOFF || type == REL_TPOFF_NEG) in do_relocs() 460 case REL_TPOFF: in do_relocs() 464 case REL_TPOFF: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1051 if ((type == REL_TPOFF || type == REL_TPOFF_NEG) in do_relocs() 1100 case REL_TPOFF: in do_relocs() 1104 case REL_TPOFF: in do_relocs()
|