Home
last modified time | relevance | path

Searched defs:isec (Results 1 – 25 of 79) sorted by relevance

1234

/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp308 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub()
494 void AArch64ABSLongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
520 void AArch64ADRPThunk::addSymbols(ThunkSection &isec) { in addSymbols()
564 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
610 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
632 void ARMV7ABSLongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
650 void ThumbV7ABSLongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
671 void ARMV7PILongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
692 void ThumbV7PILongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
715 void ThumbV6MABSLongThunk::addSymbols(ThunkSection &isec) { in addSymbols()
[all …]
H A DARMErrataFix.cpp206 static bool branchDestInFirstRegion(const InputSection *isec, uint64_t off, in branchDestInFirstRegion()
229 static bool patchInRange(const InputSection *isec, uint64_t off, in patchInRange()
255 static ScanResult scanCortexA8Errata657417(InputSection *isec, uint64_t &off, in scanCortexA8Errata657417()
377 for (const InputSection *isec : isd.sections) { in insertPatches() local
413 static void implementPatch(ScanResult sr, InputSection *isec, in implementPatch()
H A DTarget.h54 virtual void addPltHeaderSymbols(InputSection &isec) const {} in addPltHeaderSymbols()
55 virtual void addPltSymbols(InputSection &isec, uint64_t off) const {} in addPltSymbols()
185 InputSectionBase *isec; member
H A DInputSection.cpp173 if (InputSection *isec = es->getParent()) in getOffset() local
179 if (InputSection *isec = ms->getParent()) in getOffset() local
193 if (auto *isec = dyn_cast<InputSection>(this)) in getOutputSection() local
553 InputSection *isec = cast<InputSection>(d->section); in getRISCVPCRelHi20() local
1060 if (InputSection *isec = cast_or_null<InputSection>(d->section)) in adjustSplitStackFunctionPrologues() local
H A DAArch64ErrataFix.cpp336 static uint64_t scanCortexA53Errata843419(InputSection *isec, uint64_t &off, in scanCortexA53Errata843419()
493 for (const InputSection *isec : isd.sections) { in insertPatches() local
531 InputSection *isec, in implementPatch()
H A DOutputSections.cpp102 void OutputSection::recordSection(InputSectionBase *isec) { in recordSection()
114 void OutputSection::commitSection(InputSection *isec) { in commitSection()
491 InputSection *isec = sections[i]; in writeTo() local
H A DICF.cpp441 static void combineRelocHashes(unsigned cnt, InputSection *isec, in combineRelocHashes()
577 [](InputSection *isec) { return !isec->isLive(); }); in run()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.cpp229 auto isec = make<ConcatInputSection>(section, data, align); in makeSyntheticInputSection() local
304 bool macho::isCodeSection(const InputSection *isec) { in isCodeSection()
321 bool macho::isCfStringSection(const InputSection *isec) { in isCfStringSection()
326 bool macho::isClassRefsSection(const InputSection *isec) { in isClassRefsSection()
331 bool macho::isSelRefsSection(const InputSection *isec) { in isSelRefsSection()
336 bool macho::isEhFrameSection(const InputSection *isec) { in isEhFrameSection()
341 bool macho::isGccExceptTabSection(const InputSection *isec) { in isGccExceptTabSection()
346 std::string lld::toString(const InputSection *isec) { in toString()
H A DMarkLive.cpp27 InputSection *isec; member
54 void enqueue(InputSection *isec, uint64_t off) override { in enqueue()
76 InputSection *isec, uint64_t off, in enqueue()
132 InputSection *isec, in makeEntry()
155 auto *isec = cast<ConcatInputSection>(getInputSection(entry)); in markTransitively() local
H A DRelocations.cpp25 const InputSection *isec, const Reloc &r) { in validateSymbolRelocation()
73 const ConcatInputSection *isec = osec->inputs[isecIdx]; in offsetToInputSection() local
78 ConcatInputSection *isec = osec->inputs[isecIdx - 1]; in offsetToInputSection() local
89 const InputSection *isec = offsetToInputSection(&off); in reportRangeError() local
H A DConcatOutputSection.cpp174 InputSection *isec = inputs[i]; in estimateStubsInRangeVA() local
196 void ConcatOutputSection::finalizeOne(ConcatInputSection *isec) { in finalizeOne()
238 ConcatInputSection *isec = inputs[callIdx]; in finalize() local
406 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput()
H A DInputFiles.cpp346 auto *isec = make<ConcatInputSection>( in parseSections() local
359 InputSection *isec = in parseSections() local
368 InputSection *isec = make<WordLiteralInputSection>(section, data, align); in parseSections() local
391 auto *isec = make<ConcatInputSection>(section, data, align); in parseSections() local
465 static Defined *findSymbolAtOffset(const ConcatInputSection *isec, in findSymbolAtOffset()
644 InputSection *isec, uint64_t value, in createDefined()
828 InputSection *isec = in parseSymbols() local
867 InputSection *isec = subsec.isec; in parseSymbols() local
942 ConcatInputSection *isec = make<ConcatInputSection>(section, data); in OpaqueFile() local
1109 ConcatInputSection *isec = cast<ConcatInputSection>(subsection.isec); in registerCompactUnwind() local
[all …]
H A DICF.cpp287 parallelForEach(icfInputs, [&](ConcatInputSection *isec) { in run()
351 [&](ConcatInputSection *isec) { in segregate()
387 const InputSection *isec = addrSigSection->subsections[0].isec; in markAddrSigSymbols() local
456 parallelForEach(foldable, [](ConcatInputSection *isec) { in foldIdenticalSections()
H A DInputSection.h126 static bool classof(const InputSection *isec) { in classof()
158 inline bool shouldOmitFromOutput(InputSection *isec) { in shouldOmitFromOutput()
163 inline bool isCoalescedWeak(InputSection *isec) { in isCoalescedWeak()
229 static bool classof(const InputSection *isec) { in classof()
249 static bool classof(const InputSection *isec) { in classof()
H A DSymbolTable.cpp65 InputSection *isec, uint64_t value, in addDefined()
252 Defined *SymbolTable::addSynthetic(StringRef name, InputSection *isec, in addSynthetic()
297 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol() local
376 const InputSection *isec; member
603 void macho::treatUndefinedSymbol(const Undefined &sym, const InputSection *isec, in treatUndefinedSymbol()
H A DMapFile.cpp93 if (auto isec = dyn_cast<CStringInputSection>(subsec.isec)) { in gatherMapInfo() local
194 for (const InputSection *isec : concatOsec->inputs) { in writeMapFile() local
H A DDwarf.cpp28 for (const InputSection *isec : obj->debugSections) { in create() local
H A DSyntheticSections.h53 InputSection *isec; variable
144 const InputSection *isec; member
163 void addEntry(const InputSection *isec, uint64_t offset) { in addEntry()
678 void addInput(ConcatInputSection *isec) { sections.push_back(isec); } in addInput()
741 void addRebase(const InputSection *isec, uint64_t offset) { in addRebase()
H A DSyntheticSections.cpp315 const InputSection *isec, uint64_t offset, in addNonLazyBindingEntries()
1011 const InputSection *isec = subsec.isec; in collectDataInCodeEntries() local
1179 InputSection *isec = defined->isec; in emitStabs() local
1617 void CStringSection::addInput(CStringInputSection *isec) { in addInput()
1625 for (const CStringInputSection *isec : inputs) { in writeTo() local
1695 for (const CStringInputSection *isec : inputs) { in finalizeContents() local
1758 void WordLiteralSection::addInput(WordLiteralInputSection *isec) { in addInput()
1907 for (const ConcatInputSection *isec : sections) in getSize() local
1939 for (const ConcatInputSection *isec : sections) { in setUp() local
2033 const InputSection *isec, uint64_t offset, in addBinding()
H A DEhFrame.h93 EhRelocator(InputSection *isec) : isec(isec) {} in EhRelocator()
H A DConcatOutputSection.h94 ConcatInputSection *isec = nullptr; // input section for active thunk member
H A DSymbols.cpp55 Defined::Defined(StringRefZ name, InputFile *file, InputSection *isec, in Defined()
H A DSectionPriorities.cpp85 auto getOrCreateCluster = [&](const InputSection *isec) -> int { in CallGraphSort()
233 const InputSection *isec = sections[i]; in run() local
H A DDriver.cpp588 auto *isec = make<ConcatInputSection>(*section, data, common->align); in replaceCommonSymbols() local
1196 if (auto *isec = dyn_cast<ConcatInputSection>(subsection.isec)) { in gatherInputSections() local
1209 } else if (auto *isec = in gatherInputSections() local
1220 } else if (auto *isec = in gatherInputSections() local
1263 auto *isec = in addSynthenticMethnames() local
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp334 static void applyAdrpAdd(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpAdd()
363 static void applyAdrpAdrp(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpAdrp()
390 static void applyAdrpLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdr()
415 static void applyAdrpLdrGot(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdrGot()
433 static void applyAdrpAddLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpAddLdr()
501 static void applyAdrpLdrGotLdr(uint8_t *buf, const ConcatInputSection *isec, in applyAdrpLdrGotLdr()
614 const ConcatInputSection *isec = in applyOptimizationHints() local

1234