| /freebsd-12.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | FrameworkTarget.xcconfig | 10 // Dynamic libs need to be position independent 13 // Dynamic libs should not have their external symbols stripped.
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | engine.pod | 72 (dynamic) Dynamic engine loading support 94 (dynamic) Dynamic engine loading support
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 743 Elf_Dyn *Dynamic = in dynamic_relocation_sections() local 745 for (; Dynamic->d_tag != ELF::DT_NULL; Dynamic++) { in dynamic_relocation_sections() 746 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections() 747 Dynamic->d_tag == ELF::DT_JMPREL) { in dynamic_relocation_sections() 748 Offsets.push_back(Dynamic->d_un.d_val); in dynamic_relocation_sections()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 156 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() 235 Roles |= (unsigned)SymbolRole::Dynamic; in VisitFunctionDecl() 528 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl() 533 SymbolRoleSet(SymbolRole::Dynamic) | SymbolRoleSet(SymbolRole::Implicit); in VisitObjCPropertyImplDecl()
|
| H A D | IndexBody.cpp | 100 Roles |= (unsigned)SymbolRole::Dynamic; in getRolesForRef() 262 Roles |= (unsigned)SymbolRole::Dynamic; in VisitObjCMessageExpr()
|
| H A D | IndexSymbol.cpp | 377 APPLY_FOR_ROLE(Dynamic); in applyForEachSymbolRoleInterruptible() 419 case SymbolRole::Dynamic: OS << "Dyn"; break; in printSymbolRoles()
|
| H A D | IndexingContext.cpp | 317 case SymbolRole::Dynamic: in shouldReportOccurrenceForSystemDeclOnlyMode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 104 Dynamic = 1 << 6, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.h | 389 StringTableSection(StringRef Name, bool Dynamic); 393 bool isDynamic() const { return Dynamic; } in isDynamic() 396 const bool Dynamic; 1005 SyntheticSection *Dynamic; member
|
| H A D | Writer.cpp | 279 In.Dynamic = make<DynamicSection<ELFT>>(); in createSyntheticSections() 358 Add(In.Dynamic); in createSyntheticSections() 716 if (Sec == In.Dynamic->getParent()) in isRelroSection() 1641 if (In.Dynamic->Parent) in finalizeSections() 1643 /*Size=*/0, STB_WEAK, In.Dynamic, in finalizeSections() 1792 finalizeSynthetic(In.Dynamic); in finalizeSections() 1979 if (OutputSection *Sec = In.Dynamic->getParent()) in createPhdrs()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | libapr.dsp | 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 20 !MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 22 !MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library") 23 !MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library") 24 !MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library") 25 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
| H A D | README | 27 Dynamic Shared Object loading
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_new.pod | 30 settings are inherited from the original B<SSL> structure. Dynamic data (i.e.
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/sparc64/ |
| H A D | divmod.m4 | 51 * Dynamic input: 56 * Dynamic output:
|
| /freebsd-12.1/contrib/llvm/tools/clang/ |
| H A D | FREEBSD-Xlist | 32 lib/ASTMatchers/Dynamic/CMakeLists.txt
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 53 <!-- x86 Dynamic libraries (.dll) --> 77 <!-- x64 Dynamic libraries (.dll) --> 255 <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" />
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.dsp | 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 20 !MESSAGE "libisc - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "libisc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | README.txt | 140 Dynamic stack allocations round the size to 8 bytes and then allocate
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 511 // Dynamic width 515 // Dynamic precision
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | strstream | 106 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun.
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86.cpp | 168 write32le(Buf, In.Dynamic->getVA()); in writeGotPltHeader()
|
| H A D | X86_64.cpp | 131 write64le(Buf, In.Dynamic->getVA()); in writeGotPltHeader()
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 117 SRCS_MIN+= ASTMatchers/Dynamic/Diagnostics.cpp 118 SRCS_MIN+= ASTMatchers/Dynamic/Parser.cpp 119 SRCS_MIN+= ASTMatchers/Dynamic/Registry.cpp 120 SRCS_MIN+= ASTMatchers/Dynamic/VariantValue.cpp
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | predicates.md | 120 ;; Return true if OP is a symbolic operand for the TLS Global Dynamic model. 125 ;; Return true if OP is a symbolic operand for the TLS Local Dynamic model.
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | protocols | 58 dsr 48 DSR # Dynamic Source Routing Protocol
|