Home
last modified time | relevance | path

Searched refs:PLT (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DM68k.def18 ELF_RELOC(R_68K_PLT32, 13) /* 32 bit PC relative PLT address */
19 ELF_RELOC(R_68K_PLT16, 14) /* 16 bit PC relative PLT address */
20 ELF_RELOC(R_68K_PLT8, 15) /* 8 bit PC relative PLT address */
21 ELF_RELOC(R_68K_PLTOFF32, 16) /* 32 bit PLT offset */
22 ELF_RELOC(R_68K_PLTOFF16, 17) /* 16 bit PLT offset */
23 ELF_RELOC(R_68K_PLTOFF8, 18) /* 8 bit PLT offset */
26 ELF_RELOC(R_68K_JMP_SLOT, 21) /* Create PLT entry */
/freebsd/lib/libc/arm/gen/
H A Dsigsetjmp.S50 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
51 b PIC_SYM(_C_LABEL(setjmp), PLT)
64 beq PIC_SYM(_C_LABEL(_longjmp), PLT)
65 b PIC_SYM(_C_LABEL(longjmp), PLT)
H A Dsetjmp.S59 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
102 bl PIC_SYM(_C_LABEL(sigprocmask), PLT)
137 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
138 bl PIC_SYM(_C_LABEL(abort), PLT)
H A D_setjmp.S127 bl PIC_SYM(_C_LABEL(longjmperror), PLT)
128 bl PIC_SYM(_C_LABEL(abort), PLT)
/freebsd/sys/libkern/arm/
H A Dldivmod.S47 bl PIC_SYM(_C_LABEL(__kern_ldivmod), PLT)
57 bl PIC_SYM(_C_LABEL(__qdivrem), PLT)
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def46 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT.
67 DYNAMIC_TAG(JMPREL, 23) // Address of relocations associated with PLT.
112 DYNAMIC_TAG(TLSDESC_PLT, 0x6FFFFEF6) // Location of PLT entry for TLS
115 // descriptor resolver PLT entry.
224 // of a writable PLT.
230 PPC_DYNAMIC_TAG(PPC_GOT, 0x70000000) // Uses Secure PLT ABI.
/freebsd/lib/libsys/arm/
H A Dvfork.S52 bcs PIC_SYM(CERROR, PLT)
H A Dcerror.S41 bl PIC_SYM(_C_LABEL(__error), PLT)
H A DSYS.h52 bcs PIC_SYM(CERROR, PLT); \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local
143 visitExistingEdges(G, GOT, PLT); in buildTables_ELF_loongarch()
H A DELF_i386.cpp33 i386::PLTTableManager PLT(GOT); in buildTables_ELF_i386() local
34 visitExistingEdges(G, GOT, PLT); in buildTables_ELF_i386()
H A DELF_x86_64.cpp92 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64() local
94 visitExistingEdges(G, GOT, PLT, TLSInfo); in buildTables_ELF_x86_64()
H A DELF_ppc64.cpp161 ppc64::PLTTableManager<Endianness> PLT(TOC); in addSingleRelocation()
163 visitExistingEdges(G, TOC, PLT, TLSInfo); in addSingleRelocation()
93 ppc64::PLTTableManager<Endianness> PLT(TOC); buildTables_ELF_ppc64() local
H A DMachO_x86_64.cpp461 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64() local
462 visitExistingEdges(G, GOT, PLT); in buildGOTAndStubs_MachO_x86_64()
H A DELF_aarch64.cpp573 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64() local
576 visitExistingEdges(G, GOT, PLT, TLSDesc, TLSInfo); in buildTables_ELF_aarch64()
H A DMachO_arm64.cpp539 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64() local
540 visitExistingEdges(G, GOT, PLT); in buildTables_MachO_arm64()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S32 call COMMON_INTERCEPTOR_HANDLE_VFORK@PLT
H A Dsanitizer_common_interceptors_vfork_i386.inc.S52 call COMMON_INTERCEPTOR_HANDLE_VFORK@PLT
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dmemcpy_likely_aligned.S56 jump memcpy@PLT
/freebsd/lib/csu/i386/
H A Dcrt1_s.S82 calll __libc_start1@PLT
/freebsd/sys/amd64/include/
H A Dasm.h45 #define PIC_PLT(x) x@PLT
/freebsd/sys/i386/include/
H A Dasm.h49 #define PIC_PLT(x) x@PLT
/freebsd/sys/arm/include/
H A Dasm.h117 #define PLT_SYM(x) PIC_SYM(x, PLT)
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp43 case CSKYCP::PLT: in getModifierText()
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator

12