Home
last modified time | relevance | path

Searched defs:PLT (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libffi/src/x86/
H A Dasmnames.h19 # define PLT(X) X@PLT macro
21 # define PLT(X) X macro
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DPLT.cpp20 PLT::PLT(LDSection& pSection) : m_Section(pSection) { in PLT() function in mcld::PLT
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp142 PLTTableManager PLT(GOT); in buildTables_ELF_loongarch() local
H A DMachO_arm64.cpp517 aarch64::PLTTableManager PLT(GOT); in buildTables_MachO_arm64() local
H A DMachO_x86_64.cpp439 x86_64::PLTTableManager PLT(GOT); in buildGOTAndStubs_MachO_x86_64() local
H A DELF_x86_64.cpp93 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64() local
H A DELF_aarch64.cpp512 aarch64::PLTTableManager PLT(GOT); in buildTables_ELF_aarch64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dlib.go113 PLT loader.Sym member
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2044 ArrayRef<uint8_t> PLT = unwrapOrError(Obj->getSectionContents(PLTShdr)); in parsePLT() local