/third_party/musl/arch/s390x/ |
H A D | reloc.h | 5 #define REL_PLT R_390_JMP_SLOT macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
H A D | reloc.h | 21 #define REL_PLT R_ARM_JUMP_SLOT macro
|
/third_party/musl/arch/aarch64/ |
H A D | reloc.h | 15 #define REL_PLT R_AARCH64_JUMP_SLOT macro
|
/third_party/musl/arch/loongarch64/ |
H A D | reloc.h | 13 #define REL_PLT R_LARCH_JUMP_SLOT macro
|
/third_party/musl/arch/or1k/ |
H A D | reloc.h | 7 #define REL_PLT R_OR1K_JMP_SLOT macro
|
/third_party/musl/arch/i386/ |
H A D | reloc.h | 6 #define REL_PLT R_386_JMP_SLOT macro
|
/third_party/musl/arch/microblaze/ |
H A D | reloc.h | 13 #define REL_PLT R_MICROBLAZE_JUMP_SLOT macro
|
/third_party/musl/arch/riscv32/ |
H A D | reloc.h | 14 #define REL_PLT R_RISCV_JUMP_SLOT macro
|
/third_party/musl/arch/riscv64/ |
H A D | reloc.h | 14 #define REL_PLT R_RISCV_JUMP_SLOT macro
|
/third_party/musl/arch/x32/ |
H A D | reloc.h | 18 #define REL_PLT R_X86_64_JUMP_SLOT macro
|
/third_party/musl/arch/x86_64/ |
H A D | reloc.h | 6 #define REL_PLT R_X86_64_JUMP_SLOT macro
|
/third_party/musl/arch/m68k/ |
H A D | reloc.h | 16 #define REL_PLT R_68K_JMP_SLOT macro
|
/third_party/musl/arch/mipsn32/ |
H A D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/powerpc64/ |
H A D | reloc.h | 14 #define REL_PLT R_PPC64_JMP_SLOT macro
|
/third_party/musl/arch/arm/ |
H A D | reloc.h | 21 #define REL_PLT R_ARM_JUMP_SLOT macro
|
/third_party/musl/arch/mips/ |
H A D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/powerpc/ |
H A D | reloc.h | 14 #define REL_PLT R_PPC_JMP_SLOT macro
|
/third_party/musl/arch/mips64/ |
H A D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/sh/ |
H A D | reloc.h | 26 #define REL_PLT R_SH_JMP_SLOT macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 48 REL_PLT, enumerator
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 58 REL_PLT, enumerator
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 387 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 390 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 424 case REL_PLT: in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 367 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 387 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 390 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 424 case REL_PLT: in do_relocs()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 416 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 436 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 439 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 473 case REL_PLT: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1054 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 1083 : dso != &ldso ? find_sym_by_saved_so_list(type, ctx, &vinfo, type==REL_PLT, dso) in do_relocs() 1084 : find_sym2(ctx, &vinfo, type==REL_PLT, 0, dso->namespace); in do_relocs() 1092 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 1129 case REL_PLT: in do_relocs()
|