Home
last modified time | relevance | path

Searched refs:REL_COPY (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/arch/s390x/
Dreloc.h7 #define REL_COPY R_390_COPY macro
/third_party/musl/arch/riscv64/
Dreloc.h16 #define REL_COPY R_RISCV_COPY macro
/third_party/musl/arch/or1k/
Dreloc.h9 #define REL_COPY R_OR1K_COPY macro
/third_party/musl/arch/aarch64/
Dreloc.h17 #define REL_COPY R_AARCH64_COPY macro
/third_party/musl/arch/microblaze/
Dreloc.h15 #define REL_COPY R_MICROBLAZE_COPY macro
/third_party/musl/arch/x86_64/
Dreloc.h8 #define REL_COPY R_X86_64_COPY macro
/third_party/musl/arch/x32/
Dreloc.h20 #define REL_COPY R_X86_64_COPY macro
/third_party/musl/arch/arm/
Dreloc.h23 #define REL_COPY R_ARM_COPY macro
/third_party/musl/porting/liteos_a/user/arch/arm/
Dreloc.h23 #define REL_COPY R_ARM_COPY macro
/third_party/musl/arch/i386/
Dreloc.h8 #define REL_COPY R_386_COPY macro
/third_party/musl/arch/powerpc/
Dreloc.h16 #define REL_COPY R_PPC_COPY macro
/third_party/musl/arch/powerpc64/
Dreloc.h16 #define REL_COPY R_PPC64_COPY macro
/third_party/musl/arch/m68k/
Dreloc.h18 #define REL_COPY R_68K_COPY macro
/third_party/musl/arch/mips/
Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/mipsn32/
Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/mips64/
Dreloc.h25 #define REL_COPY R_MIPS_COPY macro
/third_party/musl/arch/sh/
Dreloc.h28 #define REL_COPY R_SH_COPY macro
/third_party/musl/src/internal/
Ddynlink.h37 REL_COPY, enumerator
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h45 REL_COPY, enumerator
/third_party/musl/ldso/
Ddynlink.c365 } 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/
Ddynlink.c363 } 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/
Ddynlink.c363 } 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/
Ddynlink.c877 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()