| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | backward | 24 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 25 # "Link Australia/Canberra Australia/ACT" were it not that data lines 33 # Link TARGET LINK-NAME #= TARGET1 34 Link Australia/Sydney Australia/ACT #= Australia/Canberra 35 Link Australia/Lord_Howe Australia/LHI 36 Link Australia/Sydney Australia/NSW 37 Link Australia/Darwin Australia/North 38 Link Australia/Brisbane Australia/Queensland 39 Link Australia/Adelaide Australia/South 40 Link Australi [all...] |
| H A D | ziguard.awk | 154 # "Zone Etc/GMT 0 - GMT" and adjust Link lines accordingly. 156 if (/^#?(Zone|Link)[\t ]+(Etc\/)?GMT[\t ]/) { 318 oldprefix = "Link\t" oldtarget "\t" 336 return "Link\t" target "\t" replsuffix comment 339 /^Link/ && $4 == "#=" && DATAFORM == "vanguard" { 343 # If a Link line is followed by a Link or Zone line for the same data, comment 344 # out the Link line. This can happen if backzone overrides a Link 345 # with a Zone or a different Link [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Types.def | 38 … INVALID, "i", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 39 … "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 40 … "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 41 … "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 42 …, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 43 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 44 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 45 … INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 46 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) 47 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 186 return Link.hasAbove(); in hasAbove() 191 return Link.hasBelow(); in hasBelow() 196 Link.Below = I; in setBelow() 201 Link.Above = I; in setAbove() 206 Link.clearBelow(); in clearBelow() 211 Link.clearAbove(); in clearAbove() 217 return Link.Below; in getBelow() 223 return Link.Above; in getAbove() 228 return Link.Attrs; in getAttrs() 233 Link.Attrs |= Other; in setAttrs() [all …]
|
| H A D | CFLSteensAliasAnalysis.cpp | 148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo() local 150 auto ExternalAttrs = getExternallyVisibleAttrs(Link.Attrs); in FunctionInfo() 155 if (!Link.hasBelow()) in FunctionInfo() 159 SetIndex = Link.Below; in FunctionInfo()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
| H A D | vm.c | 81 LIST_ENTRY *Link; in RtConvertList() local 91 Link = ListHead; in RtConvertList() 93 NextLink = Link->Flink; in RtConvertList() 96 Link->Flink == ListHead ? DebugDisposition : 0, in RtConvertList() 97 (VOID **)&Link->Flink in RtConvertList() 101 Link->Blink == ListHead ? DebugDisposition : 0, in RtConvertList() 102 (VOID **)&Link->Blink in RtConvertList() 105 Link = NextLink; in RtConvertList() 106 } while (Link != ListHead); in RtConvertList()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable 112 : Link(NotKnownLatest(reinterpret_cast<UninitializedLatest>(&Ctx))) {} in DeclLink() 113 DeclLink(PreviousTag, decl_type *D) : Link(NotKnownLatest(Previous(D))) {} in DeclLink() 116 return Link.is<KnownLatest>() || in isFirst() 119 Link.get<NotKnownLatest>().template is<UninitializedLatest>(); in isFirst() 123 if (Link.is<NotKnownLatest>()) { in getPrevious() 124 NotKnownLatest NKL = Link.get<NotKnownLatest>(); in getPrevious() 129 Link = KnownLatest(*reinterpret_cast<const ASTContext *>( in getPrevious() 134 return static_cast<decl_type*>(Link.get<KnownLatest>().get(D)); in getPrevious() 139 Link = Previous(D); in setPrevious() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Globals.cpp | 333 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() argument 339 InitVal != nullptr, Link, Name, AddressSpace), in GlobalVariable() 353 LinkageTypes Link, Constant *InitVal, in GlobalVariable() argument 360 InitVal != nullptr, Link, Name, in GlobalVariable() 476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() argument 479 : GlobalIndirectSymbol(Ty, Value::GlobalAliasVal, AddressSpace, Link, Name, in GlobalAlias() 486 LinkageTypes Link, const Twine &Name, in create() argument 488 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 503 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() argument 505 return create(Aliasee->getValueType(), Aliasee->getAddressSpace(), Link, Name, in create() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cc | 40 struct Link { struct 47 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument 60 Link pending[kMaxMutex]; 61 Link path[kMaxMutex]; 79 Link link[kMaxLink]; 230 Link *link = &mtx1->link[li]; in MutexBeforeLock() 246 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() 369 Link link = pt->pending[--npending]; in CycleCheck() 384 pt->pending[npending++] = Link(kEndId); in CycleCheck() 388 Link *link1 = &mtx1->link[li]; in CycleCheck() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 41 struct Link { struct 48 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() argument 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; 229 Link *link = &mtx1->link[li]; in MutexBeforeLock() 245 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() 368 Link link = pt->pending[--npending]; in CycleCheck() 383 pt->pending[npending++] = Link(kEndId); in CycleCheck() 387 Link *link1 = &mtx1->link[li]; in CycleCheck() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cc | 42 struct Link { struct 49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0) in Link() function 62 Link pending[kMaxMutex]; 63 Link path[kMaxMutex]; 81 Link link[kMaxLink]; 232 Link *link = &mtx1->link[li]; in MutexBeforeLock() 248 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() 371 Link link = pt->pending[--npending]; in CycleCheck() 386 pt->pending[npending++] = Link(kEndId); in CycleCheck() 390 Link *link1 = &mtx1->link[li]; in CycleCheck() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | SuffixTree.h | 83 SuffixTreeNode *Link = nullptr; member 109 SuffixTreeNode(unsigned StartIdx, unsigned *EndIdx, SuffixTreeNode *Link) in SuffixTreeNode() 110 : StartIdx(StartIdx), EndIdx(EndIdx), Link(Link) {} in SuffixTreeNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | SuffixTree.cpp | 121 NeedsLink->Link = Active.Node; in extend() 152 NeedsLink->Link = Active.Node; in extend() 189 NeedsLink->Link = SplitNode; in extend() 205 Active.Node = Active.Node->Link; in extend()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 110 Value *Link = nullptr; member in __anon02607c880111::WinEHStatePass 294 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 1); in emitExceptionRegistrationRecord() 349 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 2); in emitExceptionRegistrationRecord() 428 Builder.CreateStore(HandlerI8, Builder.CreateStructGEP(LinkTy, Link, 1)); in linkExceptionRegistration() 433 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); in linkExceptionRegistration() 435 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration() 440 if (auto *GEP = dyn_cast<GetElementPtrInst>(Link)) { in unlinkExceptionRegistration() 443 Link = GEP; in unlinkExceptionRegistration() 448 Builder.CreateStructGEP(LinkTy, Link, 0)); in unlinkExceptionRegistration()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | sysv4.opt | 121 Link with libsim.a, libc.a and sim-crt0.o. 125 Link with libads.a, libc.a and crt0.o. 129 Link with libyk.a, libc.a and crt0.o. 133 Link with libmvme.a, libc.a and crt0.o.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | sysv4.opt | 121 Link with libsim.a, libc.a and sim-crt0.o. 125 Link with libads.a, libc.a and crt0.o. 129 Link with libyk.a, libc.a and crt0.o. 133 Link with libmvme.a, libc.a and crt0.o.
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | pcmciadevs | 67 vendor DLINK_2 0x0143 D-Link 68 vendor DLINK_3 0x0149 D-Link 216 /* D-Link Products */ 217 product DLINK_2 DMF560TX 0xc0ab D-Link DMF-650TX 289 product LINKSYS ECARD_1 0x0265 Linksys EthernetCard or D-Link DE-650 455 vendor DLINK -1 D-Link 502 product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650 503 product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660 504 product DLINK DE660PLUS { "D-Link", "DE-660+", NULL, NULL } D-Link DE-660+ 505 product DLINK DFE670TXD { "D-Link", "DFE-670TXD", NULL, NULL } D-Link DFE-670TXD [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 79 Shdr.sh_link = Sec.Link; in writeShdr() 652 Link, in initialize() 653 "Link field value " + Twine(Link) + " in section " + Name + in initialize() 655 "Link field value " + Twine(Link) + " in section " + Name + in initialize() 665 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize() 802 Link, in initialize() 803 "Symbol table has link index of " + Twine(Link) + in initialize() 805 "Symbol table has link index of " + Twine(Link) + in initialize() 823 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index; in finalize() 928 if (Link != SHN_UNDEF) { in initialize() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
| H A D | SupportHelpers.h | 178 TempLink(StringRef Target, StringRef Link) { in TempLink() argument 179 Path = Link; in TempLink() 180 std::error_code EC = sys::fs::create_link(Target, Link); in TempLink()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| H A D | elf.opt | 26 Link with a limited version of the C library. 38 Link with HAL BSP.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| H A D | elf.opt | 26 Link with a limited version of the C library. 38 Link with HAL BSP.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.h | 41 class LLVM_LIBRARY_VISIBILITY Link : public Tool { 43 Link(const ToolChain &TC) : Tool("PS4cpu::Link", "linker", TC) {} in Link() function
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | bcm47094-dlink-dir-885l.dts | 4 * DTS for D-Link DIR-885L 16 model = "D-Link DIR-885L";
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | libbz2.dsp | 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 20 !MESSAGE "libbz2 - Win32 Release" ("Win32 (x86) Dynamic-Link Library" �p) 21 !MESSAGE "libbz2 - Win32 Debug" ("Win32 (x86) Dynamic-Link Library" �p)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
| H A D | visium.opt | 25 Link with libc.a and libdebug.a. 29 Link with libc.a and libsim.a.
|