Home
last modified time | relevance | path

Searched refs:TargetSection (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/
H A Dcomprrlc.h34 BOOLEAN InsertCompressedRelocs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c…
42 BOOLEAN InsertCompressedSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSecti…
51 BOOLEAN InsertPreOSSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c…
74 BOOLEAN InsertFargo021SectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection…
86 BOOLEAN InsertMlinkRelocs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, const …
94 BOOLEAN InsertMlinkSectionRefs (SECTION *Section, SECTION *TargetSection, SECTION *MergedSection, c…
H A Dcomprrlc.c263 if (TargetSection) in InsertCompressedRelocs()
264 TargetSection->Frozen = TargetSection->Essential = TRUE; in InsertCompressedRelocs()
272 if (TargetSection) in InsertCompressedRelocs()
273 TargetSection->Handled = TRUE; in InsertCompressedRelocs()
286 if (TargetSection) in InsertCompressedSectionRefs()
403 if (TargetSection) in InsertPreOSSectionRefs()
732 if (TargetSection) in InsertFargo021SectionRefs()
1050 if (TargetSection) in InsertMlinkRelocs()
1051 TargetSection->Frozen = TargetSection->Essential = TRUE; in InsertMlinkRelocs()
1059 if (TargetSection) in InsertMlinkRelocs()
[all …]
H A Dkernel.c80 BOOLEAN InsertKernelRelocs (SECTION *Section, SECTION *TargetSection) in InsertKernelRelocs() argument
85 RELOC_USER_DATA UserData = {TargetSection}; in InsertKernelRelocs()
88 if (TargetSection) in InsertKernelRelocs()
89 TargetSection->Essential = TRUE; in InsertKernelRelocs()
113 if (TargetSection) in InsertKernelRelocs()
114 TargetSection->Handled = TRUE; in InsertKernelRelocs()
124 BOOLEAN InsertKernelSectionRefs (SECTION *Section, SECTION *TargetSection, BOOLEAN AlwaysTerminate) in InsertKernelSectionRefs() argument
130 if (TargetSection) in InsertKernelSectionRefs()
131 return InsertKernelRelocs (Section, TargetSection); in InsertKernelSectionRefs()
H A Dins_def.c28 RELOC *CreateProgramRelativeReloc (SECTION *Section, I1 **NewData, SECTION *TargetSection, OFFSET T… in CreateProgramRelativeReloc() argument
36 Reloc->Target.Symbol = TargetSection->SectionSymbol; in CreateProgramRelativeReloc()
37 Reloc->Target.SymbolName = TargetSection->SectionSymbol->Name; in CreateProgramRelativeReloc()
H A Dkernel.h33 BOOLEAN InsertKernelRelocs (SECTION *Section, SECTION *TargetSection);
40 BOOLEAN InsertKernelSectionRefs (SECTION *Section, SECTION *TargetSection, BOOLEAN AlwaysTerminate);
H A Dins_def.h29 RELOC *CreateProgramRelativeReloc (SECTION *Section, I1 **NewData, SECTION *TargetSection, OFFSET T…
/dports/devel/objconv/objconv-2.52/source/
H A Dmac2elf.cpp535 uint32_t TargetSection; // New section index of relocation target in MakeRelocationTables() local
628 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
643 if (TargetSection == 0) { in MakeRelocationTables()
645 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
664 if (RefSection == 0 || TargetSection == 0) { in MakeRelocationTables()
674 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
725 TargetSection = NewSectIndex[secold]; in MakeRelocationTables()
726 NewRelocEntry.r_sym = SectionSymbols[TargetSection]; in MakeRelocationTables()
744 if (TargetSection == 0) { // Target not found in MakeRelocationTables()
790 uint32_t TargetSection; // New section index of relocation target in MakeRelocationTables() local
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/insert/model/
H A Dlist.c88 …if (UserData->TargetSection ? (CurReloc->Target.Symbol && (CurReloc->Target.Symbol->Parent == User… in RelocListModel()
101 SetRelocRelation (CurReloc, UserData->TargetSection, 0); in RelocListModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm80/llvm-8.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
82 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/dports/devel/llvm70/llvm-7.0.1.src/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
82 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()

123456