/third_party/musl/arch/s390x/ |
D | reloc.h | 9 #define REL_DTPOFF R_390_TLS_DTPOFF macro
|
/third_party/musl/arch/riscv64/ |
D | reloc.h | 18 #define REL_DTPOFF R_RISCV_TLS_DTPREL64 macro
|
/third_party/musl/arch/or1k/ |
D | reloc.h | 11 #define REL_DTPOFF R_OR1K_TLS_DTPOFF macro
|
/third_party/musl/arch/aarch64/ |
D | reloc.h | 19 #define REL_DTPOFF R_AARCH64_TLS_DTPREL64 macro
|
/third_party/musl/arch/microblaze/ |
D | reloc.h | 17 #define REL_DTPOFF R_MICROBLAZE_TLSDTPREL32 macro
|
/third_party/musl/arch/x86_64/ |
D | reloc.h | 10 #define REL_DTPOFF R_X86_64_DTPOFF64 macro
|
/third_party/musl/arch/x32/ |
D | reloc.h | 22 #define REL_DTPOFF R_X86_64_DTPOFF64 macro
|
/third_party/musl/arch/arm/ |
D | reloc.h | 25 #define REL_DTPOFF R_ARM_TLS_DTPOFF32 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | reloc.h | 25 #define REL_DTPOFF R_ARM_TLS_DTPOFF32 macro
|
/third_party/musl/arch/i386/ |
D | reloc.h | 10 #define REL_DTPOFF R_386_TLS_DTPOFF32 macro
|
/third_party/musl/arch/powerpc/ |
D | reloc.h | 18 #define REL_DTPOFF R_PPC_DTPREL32 macro
|
/third_party/musl/arch/powerpc64/ |
D | reloc.h | 18 #define REL_DTPOFF R_PPC64_DTPREL64 macro
|
/third_party/musl/arch/m68k/ |
D | reloc.h | 20 #define REL_DTPOFF R_68K_TLS_DTPREL32 macro
|
/third_party/musl/arch/mips/ |
D | reloc.h | 27 #define REL_DTPOFF R_MIPS_TLS_DTPREL32 macro
|
/third_party/musl/arch/mipsn32/ |
D | reloc.h | 27 #define REL_DTPOFF R_MIPS_TLS_DTPREL32 macro
|
/third_party/musl/arch/mips64/ |
D | reloc.h | 27 #define REL_DTPOFF R_MIPS_TLS_DTPREL64 macro
|
/third_party/musl/arch/sh/ |
D | reloc.h | 30 #define REL_DTPOFF R_SH_TLS_DTPOFF32 macro
|
/third_party/musl/src/internal/ |
D | dynlink.h | 40 REL_DTPOFF, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 48 REL_DTPOFF, enumerator
|
/third_party/musl/ldso/ |
D | dynlink.c | 456 case REL_DTPOFF: in do_relocs()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 454 case REL_DTPOFF: in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 454 case REL_DTPOFF: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1091 case REL_DTPOFF: in do_relocs()
|