Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/lld/ELF/
H A DMarkLive.cpp76 getAddend(InputSectionBase & sec,const typename ELFT::Rel & rel) getAddend() argument
83 getAddend(InputSectionBase & sec,const typename ELFT::Rela & rel) getAddend() argument
90 resolveReloc(InputSectionBase & sec,RelTy & rel,bool fromFDE) resolveReloc() argument
162 isReserved(InputSectionBase * sec) isReserved() argument
182 enqueue(InputSectionBase * sec,uint64_t offset) enqueue() argument
306 InputSectionBase &sec = *queue.pop_back_val(); mark() local
[all...]
H A DLinkerScript.cpp135 OutputDesc *sec; createOutputSection() local
211 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; addSymbol() local
354 const OutputSection &sec = cast<OutputDesc>(cmd)->osec; declareSymbols() local
428 __anonc40a2c1e0302(InputSectionBase *sec) matchConstraints() argument
514 InputSectionBase *sec = sections[i]; computeInputSections() local
790 auto *sec = cast<InputSection>(isec); addInputSec() local
886 } else if (OutputSection *sec = findByName(sectionCommands, name)) { addOrphanSections() local
913 if (auto *sec = dyn_cast<InputSection>(isec)) addOrphanSections() local
941 for (const InputSectionBase *sec : orphanSections) { diagnoseOrphanHandling() local
964 OutputSection *sec = findByName(sectionCommands, ".gnu.sgstubs"); diagnoseMissingSGSectionAddress() local
975 findMemoryRegion(OutputSection * sec,MemoryRegion * hint) findMemoryRegion() argument
1029 assignOffsets(OutputSection * sec) assignOffsets() argument
1158 isDiscardable(const OutputSection & sec) isDiscardable() argument
1187 maybePropagatePhdrs(OutputSection & sec,SmallVector<StringRef,0> & phdrs) maybePropagatePhdrs() argument
1229 auto *sec = &cast<OutputDesc>(cmd)->osec; adjustOutputSections() local
1292 OutputSection *sec = &osd->osec; adjustSectionsAfterSorting() local
1677 for (const OutputSection *sec : outputSections) { checkFinalScriptConditions() local
[all...]
H A DWriter.cpp141 addOptionalRegular(StringRef name,SectionBase * sec,uint64_t val,uint8_t stOther=STV_HIDDEN) addOptionalRegular() argument
450 SectionBase *sec = d->section; includeInSymtab() local
535 isRelroSection(const OutputSection * sec) isRelroSection() argument
765 add(OutputSection * sec) add() argument
802 InputSection *sec = in.gotPlt.get(); setReservedSymbolSections() local
924 OutputSection *sec = &cast<OutputDesc>(*e)->osec; findOrphanPos() local
1072 if (auto *sec = dyn_cast_or_null<InputSectionBase>(d->section)) { buildSectionOrder() local
1395 finalizeSynthetic(SyntheticSection * sec) finalizeSynthetic() argument
1549 const SectionBase *sec = def->section; fixSymbolsAfterShrinking() local
1606 InputSection &sec = *sections[i]; optimizeBasicBlockJumps() local
1648 auto *sec = cast<SyntheticSection>(s); removeUnusedSyntheticSections() local
1666 for (auto *sec : unused) removeUnusedSyntheticSections() local
1673 __anon72a0e0a11402(const InputSectionBase *sec) removeUnusedSyntheticSections() argument
1714 OutputSection *sec = findSection(".sdata"); finalizeSections() local
2091 if (OutputSection *sec = findSection(".ARM.exidx")) addStartEndSymbols() local
2113 needsPtLoad(OutputSection * sec) needsPtLoad() argument
2264 if (OutputSection *sec = part.dynamic->getParent()) createPhdrs() local
2430 __anon72a0e0a11f02(OutputSection &sec) assignFileOffsetsBinary() argument
2557 OutputSection *sec; global() member
[all...]
H A DInputFiles.cpp377 getSrcMsgAux(ObjFile<ELFT> & file,const Symbol & sym,const InputSectionBase & sec,uint64_t offset) getSrcMsgAux() argument
392 getSrcMsg(const Symbol & sym,const InputSectionBase & sec,uint64_t offset) getSrcMsg() argument
525 for (const Elf_Shdr &sec : sections) findSection() local
606 const Elf_Shdr &sec = objSections[i]; parse() local
704 getShtGroupSignature(ArrayRef<Elf_Shdr> sections,const Elf_Shdr & sec) getShtGroupSignature() argument
713 shouldMerge(const Elf_Shdr & sec,StringRef name) shouldMerge() argument
788 const Elf_Shdr &sec = objSections[i]; initializeSections() local
881 const Elf_Shdr &sec = objSections[i]; initializeSections() local
958 readGnuProperty(const InputSection & sec,ObjFile<ELFT> & f) readGnuProperty() argument
1050 createInputSection(uint32_t idx,const Elf_Shdr & sec,StringRef name) createInputSection() argument
1212 InputSectionBase *sec = sections[secIdx]; initSectionsAndLocalSyms() local
1268 InputSectionBase *sec = sections[secIdx]; postParse() local
1372 parseVerdefs(const uint8_t * base,const typename ELFT::Shdr * sec) parseVerdefs() argument
1397 parseVerneed(const ELFFile<ELFT> & obj,const typename ELFT::Shdr * sec) parseVerneed() argument
1471 for (const Elf_Shdr &sec : sections) { parse() local
[all...]
H A DDWARF.cpp106 findAux(const InputSectionBase & sec,uint64_t pos,ArrayRef<RelTy> rels) const findAux() argument
138 auto &sec = static_cast<const LLDDWARFSection &>(s); find() local
[all...]
H A DInputSection.cpp40 return (toStr(ctx, sec->file) + ":(" + sec->name + ")").str(); in toString() argument
111 decompressAux(const InputSectionBase & sec,uint8_t * out,size_t size) decompressAux() argument
194 InputSection *sec; getOutputSection() local
370 InputSectionBase *sec = getRelocatedSection(); copyRelocations() local
403 InputSectionBase *sec = getRelocatedSection(); copyRelocations() local
442 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; copyRelocations() local
1068 auto *sec = cast<InputSection>(this); relocate() local
[all...]
H A DInputSection.h352 InputSectionBase *sec; global() member
448 classof(const SectionBase * sec) classof() argument
471 classof(const SectionBase * sec) classof() argument
480 isDebugSection(const InputSectionBase & sec) isDebugSection() argument
[all...]
H A DSyntheticSections.cpp91 auto *sec = in createCommentSection() local
410 auto *sec = cast<EhInputSection>(fde.sec); isFdeLive() local
437 addRecords(EhInputSection * sec,ArrayRef<RelTy> rels) addRecords() argument
455 addSectionAux(EhInputSection * sec) addSectionAux() argument
469 iterateFDEWithLSDAAux(EhInputSection & sec,ArrayRef<RelTy> rels,DenseSet<size_t> & ciesWithLSDA,llvm::function_ref<void (InputSection &)> fn) iterateFDEWithLSDAAux() argument
1322 __anone464dde70802(int32_t tag, const InputSection &sec) computeContents() argument
1572 if (OutputSection *sec = getPartition().dynStrTab->getParent()) finalizeContents() local
1640 addAddendOnlyRelocIfNonPreemptible(RelType dynType,GotSection & sec,uint64_t offsetInSec,Symbol & sym,RelType addendRelType) addAddendOnlyRelocIfNonPreemptible() argument
2126 if (OutputSection *sec = strTabSec.getParent()) finalizeContents() local
2391 if (OutputSection *sec = getPartition().dynSymTab->getParent()) finalizeContents() local
2503 if (OutputSection *sec = symTab->getParent()) finalizeContents() local
3206 getNameRelocs(InputSection * sec,ArrayRef<RelTy> rels,DenseMap<uint32_t,uint32_t> & relocs) getNameRelocs() argument
3218 InputSection *sec = inputSections[i]; finalizeContents() local
3345 readAddressAreas(DWARFContext & dwarf,InputSection * sec) readAddressAreas() argument
3682 if (OutputSection *sec = getPartition().dynStrTab->getParent()) finalizeContents() local
3810 if (OutputSection *sec = getPartition().dynStrTab->getParent()) finalizeContents() local
3939 __anone464dde72902(MergeInputSection *sec) finalizeContents() argument
4638 addOptionalRegular(StringRef name,SectionBase * sec,uint64_t val,uint8_t stOther=STV_HIDDEN) addOptionalRegular() argument
4664 InputSection *sec = createInterpSection(); createSyntheticSections() local
4670 __anone464dde73102(SyntheticSection &sec) createSyntheticSections() argument
4712 __anone464dde73202(SyntheticSection &sec) createSyntheticSections() argument
[all...]
H A DRelocations.cpp383 osec->commitSection(sec); in addCopyRelSymbol() local
317 replaceWithDefined(Symbol & sym,SectionBase & sec,uint64_t value,uint64_t size) replaceWithDefined() argument
420 OffsetGetter(InputSectionBase & sec) OffsetGetter() argument
465 InputSectionBase *sec; global() member in __anona32bdc270111::RelocationScanner
566 InputSectionBase *sec; global() member
751 InputSectionBase &sec = *l.sec; reportUndefinedSymbol() local
818 maybeReportUndefined(Undefined & sym,InputSectionBase & sec,uint64_t offset) maybeReportUndefined() argument
1545 checkPPC64TLSRelax(InputSectionBase & sec,ArrayRef<RelTy> rels) checkPPC64TLSRelax() argument
[all...]
H A DDWARF.h24 InputSectionBase *sec = nullptr; member
/llvm-project/lld/wasm/
H A DOutputSections.h61 static bool classof(const OutputSection *sec) { in classof()
84 static bool classof(const OutputSection *sec) { in classof()
115 static bool classof(const OutputSection *sec) { in classof()
/llvm-project/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s21 sec: label
/llvm-project/llvm/test/MC/CSKY/
H A Djsri.s6 sec: label
H A Dlrw.s6 sec: label
H A Dlrs.s6 sec: label
H A Dbsr.s5 sec: label
/llvm-project/libc/test/src/time/
H A DTmHelper.h24 struct tm temp = {.tm_sec = sec, in initialize_tm_data() argument
H A Dasctime_r_test.cpp18 call_asctime_r(struct tm * tm_data,int year,int month,int mday,int hour,int min,int sec,int wday,int yday,char * buffer) call_asctime_r() argument
/llvm-project/lld/MachO/
H A DDwarf.h25 std::optional<llvm::RelocAddrEntry> find(const llvm::DWARFSection &sec, in find()
H A DConcatOutputSection.h48 classof(const OutputSection * sec) classof() argument
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp593 relocateAlloc(InputSectionBase & sec,uint8_t * buf) const relocateAlloc() argument
711 if (auto *sec = dyn_cast_or_null<InputSection>(d->section)) initSymbolAnchors() local
735 relaxCall(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxCall() argument
762 relaxTlsLe(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxTlsLe() argument
790 relaxHi20Lo12(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxHi20Lo12() argument
814 relax(InputSection & sec) relax() argument
1061 mergeArch(RISCVISAUtils::OrderedExtensionMap & mergedExts,unsigned & mergedXlen,const InputSectionBase * sec,StringRef s) mergeArch() argument
1183 for (const InputSectionBase *sec : sections) { mergeAttributesSection() local
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DDNBTimer.h63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime()
/llvm-project/lld/COFF/
H A DMapFile.cpp48 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { in writeHeader() argument
163 if (OutputSection *sec = ctx.getOutputSection(chunk)) getSymbolStrings() local
[all...]
H A DChunks.cpp77 checkSecRel(const SectionChunk * sec,OutputSection * os) checkSecRel() argument
86 applySecRel(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRel() argument
282 applySecRelLow12A(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelLow12A() argument
288 applySecRelHigh12A(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelHigh12A() argument
301 applySecRelLdr(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelLdr() argument
481 writeAndRelocateSubsection(ArrayRef<uint8_t> sec,ArrayRef<uint8_t> subsec,uint32_t & nextRelocIndex,uint8_t * buf) const writeAndRelocateSubsection() argument
[all...]
/llvm-project/llvm/test/MC/AVR/
H A Dinst-family-set-clr-flag.s10 sec label

123