/third_party/musl/arch/s390x/ |
D | reloc.h | 5 #define REL_PLT R_390_JMP_SLOT macro
|
/third_party/musl/arch/riscv64/ |
D | reloc.h | 14 #define REL_PLT R_RISCV_JUMP_SLOT macro
|
/third_party/musl/arch/or1k/ |
D | reloc.h | 7 #define REL_PLT R_OR1K_JMP_SLOT macro
|
/third_party/musl/arch/aarch64/ |
D | reloc.h | 15 #define REL_PLT R_AARCH64_JUMP_SLOT macro
|
/third_party/musl/arch/microblaze/ |
D | reloc.h | 13 #define REL_PLT R_MICROBLAZE_JUMP_SLOT macro
|
/third_party/musl/arch/x86_64/ |
D | reloc.h | 6 #define REL_PLT R_X86_64_JUMP_SLOT macro
|
/third_party/musl/arch/x32/ |
D | reloc.h | 18 #define REL_PLT R_X86_64_JUMP_SLOT macro
|
/third_party/musl/arch/arm/ |
D | reloc.h | 21 #define REL_PLT R_ARM_JUMP_SLOT macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/ |
D | reloc.h | 21 #define REL_PLT R_ARM_JUMP_SLOT macro
|
/third_party/musl/arch/i386/ |
D | reloc.h | 6 #define REL_PLT R_386_JMP_SLOT macro
|
/third_party/musl/arch/powerpc/ |
D | reloc.h | 14 #define REL_PLT R_PPC_JMP_SLOT macro
|
/third_party/musl/arch/powerpc64/ |
D | reloc.h | 14 #define REL_PLT R_PPC64_JMP_SLOT macro
|
/third_party/musl/arch/m68k/ |
D | reloc.h | 16 #define REL_PLT R_68K_JMP_SLOT macro
|
/third_party/musl/arch/mips/ |
D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/mipsn32/ |
D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/mips64/ |
D | reloc.h | 24 #define REL_PLT R_MIPS_JUMP_SLOT macro
|
/third_party/musl/arch/sh/ |
D | reloc.h | 26 #define REL_PLT R_SH_JMP_SLOT macro
|
/third_party/musl/src/internal/ |
D | dynlink.h | 33 REL_PLT, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 41 REL_PLT, enumerator
|
/third_party/musl/ldso/ |
D | dynlink.c | 365 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 385 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 388 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/ldso/ |
D | dynlink.c | 363 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 383 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 386 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 422 case REL_PLT: 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() 383 : find_sym(ctx, name, type==REL_PLT); in do_relocs() 386 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 422 case REL_PLT: in do_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 986 } else if (type==REL_GOT || type==REL_PLT|| type==REL_COPY) { in do_relocs() 1011 : dso != &ldso ? find_sym_by_saved_so_list(type, ctx, &vinfo, type==REL_PLT, dso) in do_relocs() 1012 : find_sym2(ctx, &vinfo, type==REL_PLT, 0, dso->namespace); in do_relocs() 1020 if (dso->lazy && (type==REL_PLT || type==REL_GOT)) { in do_relocs() 1059 case REL_PLT: in do_relocs()
|