Searched defs:isec (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp39 Symbol *SymbolTable::addDefined(StringRef name, InputSection *isec, argument
H A DSymbols.h61 Defined(StringRefZ name, InputSection *isec, uint32_t value) argument
64 InputSection *isec; member in class:lld::macho::Defined
H A DDriver.cpp437 InputSection *isec = p.second; local
H A DInputFiles.cpp136 InputSection *isec = make<InputSection>(); local
[all...]
H A DSyntheticSections.h99 const InputSection *isec; member in struct:lld::macho::BindingEntry
102 BindingEntry(const DylibSymbol *dysym, const InputSection *isec, argument
120 void addEntry(const DylibSymbol *dysym, const InputSection *isec, argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp54 InputSectionBase *isec; member in class:__anon2698::EhReader
H A DTarget.cpp97 auto *isec = cast<InputSection>(d); local
[all...]
H A DICF.cpp436 static void combineRelocHashes(unsigned cnt, InputSection *isec, argument
H A DOutputSections.cpp98 void OutputSection::recordSection(InputSectionBase *isec) { argument
111 void OutputSection::commitSection(InputSection *isec) { argument
[all...]
H A DSymbols.cpp73 SectionBase *isec = d.section; local
H A DTarget.h53 virtual void addPltSymbols(InputSection &isec, uint64_t off) const {} argument
187 InputSectionBase *isec; member in struct:lld::elf::ErrorPlace
H A DThunks.cpp245 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, Symbol &dest) argument
371 addSymbols(ThunkSection &isec) argument
397 addSymbols(ThunkSection &isec) argument
441 isCompatibleWith(const InputSection &isec, const Relocation &rel) const argument
479 isCompatibleWith(const InputSection &isec, const Relocation &rel) const argument
497 addSymbols(ThunkSection &isec) argument
515 addSymbols(ThunkSection &isec) argument
536 addSymbols(ThunkSection &isec) argument
557 addSymbols(ThunkSection &isec) argument
572 addSymbols(ThunkSection &isec) argument
579 isCompatibleWith(const InputSection &isec, const Relocation &rel) const argument
598 addSymbols(ThunkSection &isec) argument
605 isCompatibleWith(const InputSection &isec, const Relocation &rel) const argument
628 addSymbols(ThunkSection &isec) argument
654 addSymbols(ThunkSection &isec) argument
672 addSymbols(ThunkSection &isec) argument
695 addSymbols(ThunkSection &isec) argument
719 addSymbols(ThunkSection &isec) argument
769 addSymbols(ThunkSection &isec) argument
783 isCompatibleWith(const InputSection &isec, const Relocation &rel) const argument
788 addSymbols(ThunkSection &isec) argument
832 addSymbols(ThunkSection &isec) argument
848 addSymbols(ThunkSection &isec) argument
860 addSymbols(ThunkSection &isec) argument
966 addThunkPPC32(const InputSection &isec, const Relocation &rel, Symbol &s) argument
993 addThunk(const InputSection &isec, Relocation &rel) argument
[all...]
H A DARMErrataFix.cpp197 static bool branchDestInFirstRegion(const InputSection *isec, uint64_t off, argument
220 static bool patchInRange(const InputSection *isec, uint64_t off, argument
246 static ScanResult scanCortexA8Errata657417(InputSection *isec, uint64_ argument
405 implementPatch(ScanResult sr, InputSection *isec, std::vector<Patch657417Section *> &patches) argument
[all...]
H A DAArch64ErrataFix.cpp337 static uint64_t scanCortexA53Errata843419(InputSection *isec, uint64_t &off, argument
534 implementPatch(uint64_t adrpAddr, uint64_t patcheeOffset, InputSection *isec, std::vector<Patch843419Section *> &patches) argument
[all...]
H A DInputFiles.cpp670 InputSection *isec = cast<InputSection>(this->sections[i]); local
874 auto *isec = make<InputSection>(*this, sec, name); local
H A DInputSection.cpp592 InputSection *isec = cast<InputSection>(d->section); local
[all...]
H A DLinkerScript.cpp587 static OutputSection *createSection(InputSectionBase *isec, argument
595 addInputSec(StringMap<TinyPtrVector<OutputSection *>> &map, InputSectionBase *isec, StringRef outsecName) argument
[all...]
H A DRelocations.cpp1026 static void addRelativeReloc(InputSectionBase *isec, uint64_t offsetInSec, argument
1691 ThunkSection *ThunkCreator::getISDThunkSec(OutputSection *os, InputSection *isec, argument
1719 getISThunkSec(InputSection *isec) argument
1858 getThunk(InputSection *isec, Relocation &rel, uint64_t src) argument
[all...]
H A DWriter.cpp682 InputSection *isec = dyn_cast_or_null<InputSection>(s); local
797 InputSectionBase *isec = cast<InputSectionDescription>(*i)->sections[0]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp212 prepareSymbolRelocation(lld::macho::Symbol &sym, const InputSection *isec, const Reloc &r) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp275 void ARM::addPltSymbols(InputSection &isec, uint64_t off) const { argument
/freebsd-13-stable/contrib/mandoc/
H A Dmain.c881 size_t ipath, isec, lastsz; local

Completed in 105 milliseconds