Searched refs:findSection (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp80 const Section *Object::findSection(ssize_t UniqueId) const { function in class:llvm::objcopy::coff::Object
H A DObject.h132 const Section *findSection(ssize_t UniqueId) const;
H A DWriter.cpp47 const Section *Sec = Obj.findSection(Sym.TargetSectionId);
65 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp330 static OutputSection *findSection(StringRef name, unsigned partition = 1) { function
374 script->hasSectionsCommand && findSection(".data.rel.ro", 0);
1181 ElfSym::bss->section = findSection(".bss");
1877 Out::preinitArray = findSection(".preinit_array");
1878 Out::initArray = findSection(".init_array");
1879 Out::finiArray = findSection(".fini_array");
1908 OutputSection *sec = findSection(".sdata");
2200 OutputSection *Default = findSection(".text");
2218 if (OutputSection *sec = findSection(".ARM.exidx"))
2292 if (OutputSection *cmd = findSection("
[all...]
H A DDriver.cpp777 auto findSection = [&](StringRef name) -> InputSectionBase * { local
801 if (InputSectionBase *from = findSection(fields[0]))
802 if (InputSectionBase *to = findSection(fields[1]))
H A DInputFiles.cpp336 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { function
359 findSection(sections, isDSO ? SHT_DYNSYM : SHT_SYMTAB);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp243 OutputSection *findSection(StringRef name);
1230 OutputSection *from = findSection(p.first);
1231 OutputSection *to = findSection(toName);
1929 OutputSection *Writer::findSection(StringRef name) { function in class:Writer
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp748 SectionBase *Sec = Obj.findSection(SI.SectionName);
H A DObject.h1054 SectionBase *findSection(StringRef Name) { function in class:llvm::objcopy::elf::Object
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4061 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( function in class:BindRebaseSegInfo
4079 return findSection(SegIndex, SegOffset).SectionName;
4085 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);

Completed in 312 milliseconds