/third_party/musl/arch/sh/ |
D | reloc.h | 27 #define REL_RELATIVE R_SH_RELATIVE macro 38 #undef REL_RELATIVE
|
/third_party/musl/src/internal/ |
D | dynlink.h | 34 REL_RELATIVE, enumerator 78 (R_TYPE(x) == REL_RELATIVE) || \
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 42 REL_RELATIVE, enumerator 86 (R_TYPE(x) == REL_RELATIVE) || \
|
/third_party/musl/arch/s390x/ |
D | reloc.h | 6 #define REL_RELATIVE R_390_RELATIVE macro
|
/third_party/musl/arch/riscv64/ |
D | reloc.h | 15 #define REL_RELATIVE R_RISCV_RELATIVE macro
|
/third_party/musl/arch/or1k/ |
D | reloc.h | 8 #define REL_RELATIVE R_OR1K_RELATIVE macro
|
/third_party/musl/arch/aarch64/ |
D | reloc.h | 16 #define REL_RELATIVE R_AARCH64_RELATIVE macro
|
/third_party/musl/arch/microblaze/ |
D | reloc.h | 14 #define REL_RELATIVE R_MICROBLAZE_REL macro
|
/third_party/musl/arch/x86_64/ |
D | reloc.h | 7 #define REL_RELATIVE R_X86_64_RELATIVE macro
|
/third_party/musl/arch/x32/ |
D | reloc.h | 19 #define REL_RELATIVE R_X86_64_RELATIVE macro
|
/third_party/musl/arch/arm/ |
D | reloc.h | 22 #define REL_RELATIVE R_ARM_RELATIVE macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | reloc.h | 22 #define REL_RELATIVE R_ARM_RELATIVE macro
|
/third_party/musl/arch/i386/ |
D | reloc.h | 7 #define REL_RELATIVE R_386_RELATIVE macro
|
/third_party/musl/arch/powerpc/ |
D | reloc.h | 15 #define REL_RELATIVE R_PPC_RELATIVE macro
|
/third_party/musl/arch/powerpc64/ |
D | reloc.h | 15 #define REL_RELATIVE R_PPC64_RELATIVE macro
|
/third_party/musl/arch/m68k/ |
D | reloc.h | 17 #define REL_RELATIVE R_68K_RELATIVE macro
|
/third_party/musl/ldso/ |
D | dynlink.c | 430 case REL_RELATIVE: in do_relocs()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 428 case REL_RELATIVE: in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 428 case REL_RELATIVE: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1065 case REL_RELATIVE: in do_relocs()
|