Home
last modified time | relevance | path

Searched refs:REL_COPY (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/arch/s390x/
H A Dreloc.h7 #define REL_COPY R_390_COPY macro
/third_party/musl/porting/liteos_a/user/arch/arm/
H A Dreloc.h23 #define REL_COPY R_ARM_COPY macro
/third_party/musl/arch/aarch64/
H A Dreloc.h17 #define REL_COPY R_AARCH64_COPY macro
/third_party/musl/arch/loongarch64/
H A Dreloc.h14 #define REL_COPY R_LARCH_COPY macro
/third_party/musl/arch/or1k/
H A Dreloc.h9 #define REL_COPY R_OR1K_COPY macro
/third_party/musl/arch/i386/
H A Dreloc.h8 #define REL_COPY R_386_COPY macro
/third_party/musl/arch/microblaze/
H A Dreloc.h15 #define REL_COPY R_MICROBLAZE_COPY macro
/third_party/musl/arch/riscv32/
H A Dreloc.h16 #define REL_COPY R_RISCV_COPY macro
/third_party/musl/arch/riscv64/
H A Dreloc.h16 #define REL_COPY R_RISCV_COPY macro
/third_party/musl/arch/x32/
H A Dreloc.h20 #define REL_COPY R_X86_64_COPY macro
/third_party/musl/arch/x86_64/
H A Dreloc.h8 #define REL_COPY R_X86_64_COPY macro
/third_party/musl/arch/m68k/
H A Dreloc.h18 #define REL_COPY R_68K_COPY macro
/third_party/musl/arch/mipsn32/
H A Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/powerpc64/
H A Dreloc.h16 #define REL_COPY R_PPC64_COPY macro
/third_party/musl/arch/arm/
H A Dreloc.h23 #define REL_COPY R_ARM_COPY macro
/third_party/musl/arch/mips/
H A Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/powerpc/
H A Dreloc.h16 #define REL_COPY R_PPC_COPY macro
/third_party/musl/arch/mips64/
H A Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/sh/
H A Dreloc.h28 #define REL_COPY R_SH_COPY macro
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h52 REL_COPY, enumerator
/third_party/musl/src/internal/
H A Ddynlink.h62 REL_COPY, enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
384 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_debug/ldso/
H A Ddynlink.c367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
384 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
437 case REL_COPY: in do_relocs()
/third_party/musl/ldso/
H A Ddynlink.c416 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
433 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
486 case REL_COPY: in do_relocs()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c913 int start_search_index = sym_type==REL_COPY ? 1 : 0; in find_sym_by_saved_so_list()
1054 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs()
1071 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
1142 case REL_COPY: in do_relocs()

Completed in 23 milliseconds

12