Home
last modified time | relevance | path

Searched refs:CurSection (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/
H A Dother.c40 SECTION *CurSection; in InsertNostubComments() local
44 for_each (CurSection, Program->Sections) in InsertNostubComments()
46 for_each (CurSymbol, CurSection->Symbols) in InsertNostubComments()
77 for_each (CurSection, Program->Sections) in InsertNostubComments()
80 for_each (CurSymbol, CurSection->Symbols) in InsertNostubComments()
H A Dkernel.c43 SECTION *CurSection; in EmitKernelFormatRelocs() local
48 …for (CurSection = (SourceSection ? : GetFirst (Program->Sections)); CurSection; CurSection = GetNe… in EmitKernelFormatRelocs()
53 Offset = Model (CurSection, &NextItem, UserData, FALSE, TRUE); in EmitKernelFormatRelocs()
59 if (!(CreateProgramRelativeReloc (Section, NewData, CurSection, Offset, 2))) in EmitKernelFormatRelocs()
505 SECTION *CurSection; in InsertKernelExports() local
510 for_each (CurSection, Program->Sections) in InsertKernelExports()
512 for_each (CurSymbol, CurSection->Symbols) in InsertKernelExports()
532 for_each (CurSection, Program->Sections) in InsertKernelExports()
535 for_each (CurSymbol, CurSection->Symbols) in InsertKernelExports()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/MC/
H A DMCNullStreamer.cpp29 PrevSection = CurSection; in SwitchSection()
30 CurSection = Section; in SwitchSection()
35 assert(CurSection && "Cannot emit before setting section!"); in EmitLabel()
36 Symbol->setSection(*CurSection); in EmitLabel()
H A DMCObjectStreamer.cpp78 if (Section == CurSection) return; in SwitchSection()
80 PrevSection = CurSection; in SwitchSection()
81 CurSection = Section; in SwitchSection()
H A DMCAsmStreamer.cpp219 if (Section != CurSection) { in SwitchSection()
220 PrevSection = CurSection; in SwitchSection()
221 CurSection = Section; in SwitchSection()
229 assert(CurSection && "Cannot emit before setting section!"); in EmitLabel()
233 Symbol->setSection(*CurSection); in EmitLabel()
422 assert(CurSection && "Cannot emit contents before setting section!"); in EmitBytes()
450 assert(CurSection && "Cannot emit contents before setting section!"); in EmitIntValue()
478 assert(CurSection && "Cannot emit contents before setting section!"); in EmitValue()
667 assert(CurSection && "Cannot emit contents before setting section!"); in EmitInstruction()
/dports/devel/p5-Config-Setting/Config-Setting-0.04/lib/Config/Setting/
H A DXMLParser.pm148 my $CurSection;
164 $CurSection = $CurItem = $CurVal = "";
176 $CurSection = $section;
198 $chunk->set_item( $CurSection, $CurItem, $CurVal );
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp49 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
50 if (CurSection) { in addPendingLabel()
54 CurSection->addPendingLabel(Sym); in addPendingLabel()
59 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.push_back(CurSection); in addPendingLabel()
73 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
74 if (!CurSection) { in flushPendingLabels()
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
96 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
97 assert(CurSection); in flushPendingLabels()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp49 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
50 if (CurSection) { in addPendingLabel()
54 CurSection->addPendingLabel(Sym); in addPendingLabel()
59 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.push_back(CurSection); in addPendingLabel()
73 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
74 if (!CurSection) { in flushPendingLabels()
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
96 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
97 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp49 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
50 if (CurSection) { in addPendingLabel()
54 CurSection->addPendingLabel(Sym); in addPendingLabel()
59 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.push_back(CurSection); in addPendingLabel()
73 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
74 if (!CurSection) { in flushPendingLabels()
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
96 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
97 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
[all …]
/dports/editors/lazarus/lazarus/ide/
H A Dmakeresstrdlg.pas377 CurSection: TCodeXYPosition;
387 CurSection:=Positions[i]^;
389 CurSection.Code,CurSection.X,CurSection.Y,
395 CurSection:=StringConstPositions[i]^;
396 CodeToolBoss.GetIdentifierAt(CurSection.Code,CurSection.X,CurSection.Y,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dmakeresstrdlg.pas377 CurSection: TCodeXYPosition;
387 CurSection:=Positions[i]^;
389 CurSection.Code,CurSection.X,CurSection.Y,
395 CurSection:=StringConstPositions[i]^;
396 CodeToolBoss.GetIdentifierAt(CurSection.Code,CurSection.X,CurSection.Y,
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dmakeresstrdlg.pas377 CurSection: TCodeXYPosition;
387 CurSection:=Positions[i]^;
389 CurSection.Code,CurSection.X,CurSection.Y,
395 CurSection:=StringConstPositions[i]^;
396 CodeToolBoss.GetIdentifierAt(CurSection.Code,CurSection.X,CurSection.Y,
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dmakeresstrdlg.pas377 CurSection: TCodeXYPosition;
387 CurSection:=Positions[i]^;
389 CurSection.Code,CurSection.X,CurSection.Y,
395 CurSection:=StringConstPositions[i]^;
396 CodeToolBoss.GetIdentifierAt(CurSection.Code,CurSection.X,CurSection.Y,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
93 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
94 assert(CurSection); in flushPendingLabels()
[all …]
/dports/finance/weberp/webERP/
H A DPDFProdSpec.php125 $CurSection='NULL'; variable
153 if ($CurSection!=$myrow['groupby']) {
155 if ($CurSection!='NULL' AND $PrintTrailer==1) {
159 $CurSection=$myrow['groupby']; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in initMachOMCObjectFileInfo()
53 if (CurSection) { in initMachOMCObjectFileInfo()
57 CurSection->addPendingLabel(Sym); in initMachOMCObjectFileInfo()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in initMachOMCObjectFileInfo()
65 PendingLabelSections.insert(CurSection); in initMachOMCObjectFileInfo()
72 MCSection *CurSection = getCurrentSectionOnly();
73 if (!CurSection) {
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
95 MCSection *CurSection = getCurrentSectionOnly();
96 assert(CurSection);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
96 assert(CurSection); in flushPendingLabels()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
96 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
96 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
95 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
96 assert(CurSection); in flushPendingLabels()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly();
53 if (CurSection) {
57 CurSection->addPendingLabel(Sym);
62 CurSection->addPendingLabel(S, CurSubsectionIdx);
65 PendingLabelSections.insert(CurSection);
72 MCSection *CurSection = getCurrentSectionOnly();
73 if (!CurSection) {
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
95 MCSection *CurSection = getCurrentSectionOnly(); in incorporateType()
96 assert(CurSection); in incorporateType()
[all …]

12345678