/third_party/musl/arch/s390x/ |
D | reloc.h | 7 #define REL_COPY R_390_COPY macro
|
/third_party/musl/arch/riscv64/ |
D | reloc.h | 16 #define REL_COPY R_RISCV_COPY macro
|
/third_party/musl/arch/or1k/ |
D | reloc.h | 9 #define REL_COPY R_OR1K_COPY macro
|
/third_party/musl/arch/aarch64/ |
D | reloc.h | 17 #define REL_COPY R_AARCH64_COPY macro
|
/third_party/musl/arch/microblaze/ |
D | reloc.h | 15 #define REL_COPY R_MICROBLAZE_COPY macro
|
/third_party/musl/arch/x86_64/ |
D | reloc.h | 8 #define REL_COPY R_X86_64_COPY macro
|
/third_party/musl/arch/x32/ |
D | reloc.h | 20 #define REL_COPY R_X86_64_COPY macro
|
/third_party/musl/arch/arm/ |
D | reloc.h | 23 #define REL_COPY R_ARM_COPY macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | reloc.h | 23 #define REL_COPY R_ARM_COPY macro
|
/third_party/musl/arch/i386/ |
D | reloc.h | 8 #define REL_COPY R_386_COPY macro
|
/third_party/musl/arch/powerpc/ |
D | reloc.h | 16 #define REL_COPY R_PPC_COPY macro
|
/third_party/musl/arch/powerpc64/ |
D | reloc.h | 16 #define REL_COPY R_PPC64_COPY macro
|
/third_party/musl/arch/m68k/ |
D | reloc.h | 18 #define REL_COPY R_68K_COPY macro
|
/third_party/musl/arch/mips/ |
D | reloc.h | 25 #define REL_COPY R_MIPS_COPY macro
|
/third_party/musl/arch/mipsn32/ |
D | reloc.h | 25 #define REL_COPY R_MIPS_COPY macro
|
/third_party/musl/arch/mips64/ |
D | reloc.h | 25 #define REL_COPY R_MIPS_COPY macro
|
/third_party/musl/arch/sh/ |
D | reloc.h | 28 #define REL_COPY R_SH_COPY macro
|
/third_party/musl/src/internal/ |
D | dynlink.h | 37 REL_COPY, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 45 REL_COPY, enumerator
|
/third_party/musl/ldso/ |
D | dynlink.c | 365 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 382 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs() 437 case REL_COPY: in do_relocs()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 363 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 380 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs() 435 case REL_COPY: in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 363 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 380 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs() 435 case REL_COPY: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 877 int start_search_index = sym_type==REL_COPY ? 1 : 0; in find_sym_by_saved_so_list() 986 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 1003 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs() 1072 case REL_COPY: in do_relocs()
|