| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 18 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 D | sigsetjmp.S | 50 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 D | setjmp.S | 59 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.S | 127 bl PIC_SYM(_C_LABEL(longjmperror), PLT) 128 bl PIC_SYM(_C_LABEL(abort), PLT)
|
| /freebsd/sys/libkern/arm/ |
| H A D | ldivmod.S | 47 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 D | DynamicTags.def | 46 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 D | vfork.S | 52 bcs PIC_SYM(CERROR, PLT)
|
| H A D | cerror.S | 41 bl PIC_SYM(_C_LABEL(__error), PLT)
|
| H A D | SYS.h | 52 bcs PIC_SYM(CERROR, PLT); \
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_loongarch.cpp | 142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local 143 visitExistingEdges(G, GOT, PLT); in buildTables_ELF_loongarch()
|
| H A D | ELF_i386.cpp | 33 i386::PLTTableManager PLT(GOT); in buildTables_ELF_i386() local 34 visitExistingEdges(G, GOT, PLT); in buildTables_ELF_i386()
|
| H A D | ELF_x86_64.cpp | 92 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64() local 94 visitExistingEdges(G, GOT, PLT, TLSInfo); in buildTables_ELF_x86_64()
|
| H A D | ELF_ppc64.cpp | 161 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 D | MachO_x86_64.cpp | 461 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64() local 462 visitExistingEdges(G, GOT, PLT); in buildGOTAndStubs_MachO_x86_64()
|
| H A D | ELF_aarch64.cpp | 573 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64() local 576 visitExistingEdges(G, GOT, PLT, TLSDesc, TLSInfo); in buildTables_ELF_aarch64()
|
| H A D | MachO_arm64.cpp | 539 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 D | sanitizer_common_interceptors_vfork_x86_64.inc.S | 32 call COMMON_INTERCEPTOR_HANDLE_VFORK@PLT
|
| H A D | sanitizer_common_interceptors_vfork_i386.inc.S | 52 call COMMON_INTERCEPTOR_HANDLE_VFORK@PLT
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | memcpy_likely_aligned.S | 56 jump memcpy@PLT
|
| /freebsd/lib/csu/i386/ |
| H A D | crt1_s.S | 82 calll __libc_start1@PLT
|
| /freebsd/sys/amd64/include/ |
| H A D | asm.h | 45 #define PIC_PLT(x) x@PLT
|
| /freebsd/sys/i386/include/ |
| H A D | asm.h | 49 #define PIC_PLT(x) x@PLT
|
| /freebsd/sys/arm/include/ |
| H A D | asm.h | 117 #define PLT_SYM(x) PIC_SYM(x, PLT)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 43 case CSKYCP::PLT: in getModifierText()
|
| H A D | CSKYConstantPoolValue.h | 40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
|