Home
last modified time | relevance | path

Searched refs:ObjSection (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp145 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
146 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
148 ObjSection.getName(NewYAMLSection.Name); in dumpSections()
150 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()
167 if (!ObjSection.isBSS()) in dumpSections()
183 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm11/llvm-11.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp155 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
156 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
159 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
182 if (!ObjSection.isBSS()) in dumpSections()
198 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm10/llvm-10.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp154 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
155 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
158 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
181 if (!ObjSection.isBSS()) in dumpSections()
197 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp154 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
155 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
158 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
181 if (!ObjSection.isBSS()) in dumpSections()
197 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm80/llvm-8.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp158 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
159 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
161 ObjSection.getName(NewYAMLSection.Name); in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm90/llvm-9.0.1.src/tools/obj2yaml/
H A Dcoff2yaml.cpp155 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
156 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
158 ObjSection.getName(NewYAMLSection.Name); in dumpSections()
177 if (!ObjSection.isBSS()) in dumpSections()
193 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp153 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
157 if (Expected<StringRef> NameOrErr = ObjSection.getName()) in dumpSections()
180 if (!ObjSection.isBSS()) in dumpSections()
196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dogbase.pas850 ObjSection:=nil;
863 ObjSection:=aobjsec;
874 ObjSection:=nil;
886 ObjSection:=nil;
2125 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2142 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2947 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
2982 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
3097 relocsec:=hstabreloc.Symbol.ObjSection
3099 relocsec:=hstabreloc.ObjSection;
[all …]
H A Dogomf.pas408 if ObjSection<>nil then
430 FOmfFixup.TargetDatum:=ObjSection.Index;
431 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
434 FOmfFixup.FrameDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
442 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
445 FOmfFixup.TargetDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
450 FOmfFixup.TargetDatum:=ObjSection.Index;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dogbase.pas850 ObjSection:=nil;
863 ObjSection:=aobjsec;
874 ObjSection:=nil;
886 ObjSection:=nil;
2125 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2142 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2947 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
2982 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
3097 relocsec:=hstabreloc.Symbol.ObjSection
3099 relocsec:=hstabreloc.ObjSection;
[all …]
H A Dogomf.pas408 if ObjSection<>nil then
430 FOmfFixup.TargetDatum:=ObjSection.Index;
431 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
434 FOmfFixup.FrameDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
442 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
445 FOmfFixup.TargetDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
450 FOmfFixup.TargetDatum:=ObjSection.Index;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dogbase.pas850 ObjSection:=nil;
863 ObjSection:=aobjsec;
874 ObjSection:=nil;
886 ObjSection:=nil;
2125 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2142 CurrExeSec.AddObjSection(objsym.ObjSection,True);
2947 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
2982 objsym.ObjSection:=objsym.ExeSymbol.ObjSymbol.ObjSection;
3097 relocsec:=hstabreloc.Symbol.ObjSection
3099 relocsec:=hstabreloc.ObjSection;
[all …]
H A Dogomf.pas408 if ObjSection<>nil then
430 FOmfFixup.TargetDatum:=ObjSection.Index;
431 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
434 FOmfFixup.FrameDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
442 if TOmfObjSection(ObjSection).PrimaryGroup<>nil then
445 FOmfFixup.TargetDatum:=TOmfObjSection(ObjSection).PrimaryGroup.index;
450 FOmfFixup.TargetDatum:=ObjSection.Index;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DMinor.cs94 ObjSection, enumerator
/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Dcpuelf.pas413 if (exesym.dynindex>0) and (exesym.ObjSymbol.ObjSection=nil) then
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Dcpuelf.pas413 if (exesym.dynindex>0) and (exesym.ObjSymbol.ObjSection=nil) then

12