| /freebsd/lib/csu/powerpc64/ |
| H A D | crti.S | 38 .quad .L._init,.TOC.@tocbase,0 49 addis %r2, %r12, (.TOC.-_init)@ha 50 addi %r2, %r2, (.TOC.-_init)@l 65 .quad .L._fini,.TOC.@tocbase,0 76 addis %r2, %r12, (.TOC.-_fini)@ha 77 addi %r2, %r2, (.TOC.-_fini)@l
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_ppc64.cpp | 105 ppc64::TOCTableManager<Endianness> &TOC) { in createELFGOTHeader() argument 125 return TOC.getEntryForTarget(G, *TOCSymbol); in createELFGOTHeader() 132 ppc64::TOCTableManager<Endianness> &TOC) { in registerExistingGOTEntries() argument 140 TOC.registerPreExistingEntry(E.getTarget(), in registerExistingGOTEntries() 150 ppc64::TOCTableManager<Endianness> TOC; in buildTables_ELF_ppc64() local 156 createELFGOTHeader(G, TOC); in buildTables_ELF_ppc64() 159 registerExistingGOTEntries(G, TOC); in buildTables_ELF_ppc64() 161 ppc64::PLTTableManager<Endianness> PLT(TOC); in buildTables_ELF_ppc64() 163 visitExistingEdges(G, TOC, PLT, TLSInfo); in buildTables_ELF_ppc64() 170 if (Section *TOCSection = G.findSectionByName(TOC.getSectionName())) { in buildTables_ELF_ppc64() [all …]
|
| H A D | ppc64.cpp | 109 case TOC: in getEdgeKindName()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_ppc64.S | 14 .quad .L._setjmp,.TOC.@tocbase,0 36 addis r2,r2,.TOC.-0b@ha 37 addi r2,r2,.TOC.-0b@l 157 .quad .L.__sigsetjmp,.TOC.@tocbase,0 180 addis r2,r2,.TOC.-1b@ha 181 addi r2,r2,.TOC.-1b@l
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 48 TOC, enumerator 203 PLTTableManager(TOCTableManager<Endianness> &TOC) : TOC(TOC) {} in PLTTableManager() argument 243 G, getOrCreateStubsSection(G), TOC.getEntryForTarget(G, Target), in createEntry() 256 TOCTableManager<Endianness> &TOC; variable 392 case TOC: in applyFixup()
|
| /freebsd/crypto/krb5/src/windows/leash/htmlhelp/ |
| H A D | MITKerberosHelp.hhp | 5 Contents file=TOC.hhc 16 Leash Help="MIT Kerberos Help","TOC.hhc","Index.hhk",,,,,,,0x62420,,0x100e,[0,0,585,559],,,,,,,0 17 MIT Kerberos Help="MIT Kerberos Help","TOC.hhc","Index.hhk","Html\Getting_Started.htm",,,,,,0x20,,0…
|
| /freebsd/sys/powerpc/include/ |
| H A D | asm.h | 111 .quad DOT_LABEL(name),.TOC.@tocbase,0; \ 126 addis %r2, %r12, (.TOC.-name)@ha; \ 127 addi %r2, %r2, (.TOC.-name)@l; \
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | assembly.h | 76 .quad .TOC.@tocbase SEPARATOR \ 242 .vbyte VBYTE_LEN, TOC[TC0] SEPARATOR \ 267 .vbyte VBYTE_LEN, TOC[TC0] SEPARATOR \
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/blake3/ |
| H A D | b3_ppc64le_sse2.S | 254 addis 2, 12, .TOC.-.Lfunc_gep0@ha 255 addi 2, 2, .TOC.-.Lfunc_gep0@l 919 addis 2, 12, .TOC.-.Lfunc_gep1@ha 920 addi 2, 2, .TOC.-.Lfunc_gep1@l 1376 addis 2, 12, .TOC.-.Lfunc_gep2@ha 1377 addi 2, 2, .TOC.-.Lfunc_gep2@l 1576 addis 2, 12, .TOC.-.Lfunc_gep3@ha 1577 addi 2, 2, .TOC.-.Lfunc_gep3@l
|
| H A D | b3_ppc64le_sse41.S | 278 addis 2, 12, .TOC.-.Lfunc_gep0@ha 279 addi 2, 2, .TOC.-.Lfunc_gep0@l 967 addis 2, 12, .TOC.-.Lfunc_gep1@ha 968 addi 2, 2, .TOC.-.Lfunc_gep1@l 1422 addis 2, 12, .TOC.-.Lfunc_gep2@ha 1423 addi 2, 2, .TOC.-.Lfunc_gep2@l 1673 addis 2, 12, .TOC.-.Lfunc_gep3@ha 1674 addi 2, 2, .TOC.-.Lfunc_gep3@l
|
| /freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_ppc.S | 73 .quad .TOC.@tocbase; \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 153 MapVector<std::pair<const MCSymbol *, PPCMCExpr::Specifier>, MCSymbol *> TOC; member in __anon7ffd0f7d0111::PPCAsmPrinter 182 if (!TOC.empty()) in doInitialization() 183 TOC.clear(); in doInitialization() 517 auto [It, Inserted] = TOC.try_emplace({Sym, Spec}); in lookUpOrCreateTOCEntry() 863 const auto TOCEntryIter = TOC.find({MOSymbol, VK}); in emitInstruction() 864 assert(TOCEntryIter != TOC.end() && in emitInstruction() 867 (TOCEntryIter - TOC.begin()) * EntryByteSize; in emitInstruction() 2037 if (!TOC.empty()) { in emitEndOfAsmFile() 2045 for (const auto &TOCMapPair : TOC) { in emitEndOfAsmFile() 2984 for (auto &I : TOC) { in emitEndOfAsmFile()
|
| H A D | PPCCallingConv.td | 350 // Do not include r2, since it is the TOC register and is added depending 351 // on whether or not the function uses the TOC and is a non-leaf.
|
| H A D | PPC.td | 322 // attribute should use the optimized TOC-free sequence (where the offset is an 329 "Produce a TOC-free local-exec TLS sequence for this function "
|
| H A D | PPCInstr64Bit.td | 147 // BL8_NOTOC means that the caller does not use the TOC pointer and if 198 // BL8_NOTOC means that the caller does not use the TOC pointer and if 1948 // TLS variable from the TOC, prior to adding it to r13.
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_xar.c | 234 TOC, enumerator 2030 xar->xmlsts = TOC; in xml_start() 2035 case TOC: in xml_start() 2317 case TOC: in xml_end() 2323 xar->xmlsts = TOC; in xml_end() 2327 xar->xmlsts = TOC; in xml_end() 2344 xar->xmlsts = TOC; in xml_end() 2960 case TOC: in xml_data()
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-ppc64/sha2/ |
| H A D | sha512-p8.S | 34 .quad .zfs_sha512_power8,.TOC.@tocbase,0
|
| H A D | sha256-p8.S | 34 .quad .zfs_sha256_power8,.TOC.@tocbase,0
|
| H A D | sha256-ppc.S | 34 .quad .zfs_sha256_ppc,.TOC.@tocbase,0
|
| H A D | sha512-ppc.S | 34 .quad .zfs_sha512_ppc,.TOC.@tocbase,0
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_asm.S | 1629 addis 2, 12, .TOC.-.Lfunc_gep0@ha 1630 addi 2, 2, .TOC.-.Lfunc_gep0@l 1638 .quad .TOC.@tocbase
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 503 "(PowerPC64) Enable TOC related optimizations (default)", 504 "(PowerPC64) Disable TOC related optimizations">; 539 …HelpText<"Whether to use Power10 instructions in call stubs for R_PPC64_REL24_NOTOC and TOC/NOTOC "
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | audio | 249 # TOC sound files -Trevor Johnson <trevor@jpj.net> 251 0 string TOC TOC sound file
|
| H A D | games | 347 >10 string TOC\020 Empire Deluxe for DOS saved game
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 1568 auto TOC = std::make_shared<TriggerOnComplete>(std::move(OnComplete)); in lookupInitSymbolsAsync() local 1577 [TOC](Expected<SymbolMap> Result) { in lookupInitSymbolsAsync() 1578 TOC->reportResult(Result.takeError()); in lookupInitSymbolsAsync()
|