Home
last modified time | relevance | path

Searched refs:DefinedIn (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-objcopy/
H A DObject.cpp207 if (DefinedIn != nullptr) { in getShndx()
208 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
210 return DefinedIn->Index; in getShndx()
236 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
243 Sym.DefinedIn = DefinedIn; in addSymbol()
244 if (DefinedIn != nullptr) in addSymbol()
245 DefinedIn->HasSymbol = true; in addSymbol()
246 if (DefinedIn == nullptr) { in addSymbol()
268 removeSymbols([Sec](const Symbol &Sym) { return Sym.DefinedIn == Sec; }); in removeSectionReferences()
320 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in prepareForLayout()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dextension.go17 DefinedIn() ParentEntity methodSpec
38 func (e *ext) DefinedIn() ParentEntity { return e.parent } func
H A Dextension_test.go56 assert.Equal(t, msg, e.DefinedIn())
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dextension.go17 DefinedIn() ParentEntity methodSpec
38 func (e *ext) DefinedIn() ParentEntity { return e.parent } func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dextension.go17 DefinedIn() ParentEntity methodSpec
38 func (e *ext) DefinedIn() ParentEntity { return e.parent } func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dextension.go17 DefinedIn() ParentEntity methodSpec
38 func (e *ext) DefinedIn() ParentEntity { return e.parent } func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dextension.go17 DefinedIn() ParentEntity methodSpec
38 func (e *ext) DefinedIn() ParentEntity { return e.parent } func
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp625 if (DefinedIn != nullptr) { in getShndx()
626 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
628 return DefinedIn->Index; in getShndx()
659 Sym.DefinedIn = DefinedIn; in addSymbol()
660 if (DefinedIn != nullptr) in addSymbol()
661 DefinedIn->HasSymbol = true; in addSymbol()
662 if (DefinedIn == nullptr) { in addSymbol()
718 Sym->DefinedIn = To; in replaceSectionReferences()
766 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
822 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp625 if (DefinedIn != nullptr) { in getShndx()
626 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
628 return DefinedIn->Index; in getShndx()
659 Sym.DefinedIn = DefinedIn; in addSymbol()
660 if (DefinedIn != nullptr) in addSymbol()
661 DefinedIn->HasSymbol = true; in addSymbol()
662 if (DefinedIn == nullptr) { in addSymbol()
718 Sym->DefinedIn = To; in replaceSectionReferences()
766 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
822 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp621 if (DefinedIn != nullptr) { in getShndx()
622 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
624 return DefinedIn->Index; in getShndx()
655 Sym.DefinedIn = DefinedIn; in addSymbol()
656 if (DefinedIn != nullptr) in addSymbol()
657 DefinedIn->HasSymbol = true; in addSymbol()
658 if (DefinedIn == nullptr) { in addSymbol()
713 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
714 Sym->DefinedIn = To; in replaceSectionReferences()
762 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp621 if (DefinedIn != nullptr) { in getShndx()
622 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
624 return DefinedIn->Index; in getShndx()
655 Sym.DefinedIn = DefinedIn; in addSymbol()
656 if (DefinedIn != nullptr) in addSymbol()
657 DefinedIn->HasSymbol = true; in addSymbol()
658 if (DefinedIn == nullptr) { in addSymbol()
714 Sym->DefinedIn = To; in replaceSectionReferences()
762 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
818 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp621 if (DefinedIn != nullptr) { in getShndx()
622 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
624 return DefinedIn->Index; in getShndx()
655 Sym.DefinedIn = DefinedIn; in addSymbol()
656 if (DefinedIn != nullptr) in addSymbol()
657 DefinedIn->HasSymbol = true; in addSymbol()
658 if (DefinedIn == nullptr) { in addSymbol()
714 Sym->DefinedIn = To; in replaceSectionReferences()
762 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
818 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp374 if (DefinedIn != nullptr) { in getShndx()
375 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
377 return DefinedIn->Index; in getShndx()
405 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
412 Sym.DefinedIn = DefinedIn; in addSymbol()
413 if (DefinedIn != nullptr) in addSymbol()
414 DefinedIn->HasSymbol = true; in addSymbol()
415 if (DefinedIn == nullptr) { in addSymbol()
437 removeSymbols([Sec](const Symbol &Sym) { return Sym.DefinedIn == Sec; }); in removeSectionReferences()
489 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in prepareForLayout()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DLabelInfo.cs101 if (DefinedIn(j)) in ValidateJump()
174 private bool DefinedIn(LabelScopeInfo scope) in DefinedIn() method in System.Linq.Expressions.Interpreter.LabelInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
920 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
793 Sym->DefinedIn = To; in replaceSectionReferences()
847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/t/
H A D012throwables.t152 DefinedIn($errtype, $errtag, $lang);
224 sub DefinedIn {
/dports/devel/bugzilla50/bugzilla-5.0.4/t/
H A D012throwables.t155 DefinedIn($errtype, $errtag, $lang);
227 sub DefinedIn {

123