Home
last modified time | relevance | path

Searched refs:findSection (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lld/ELF/
DWriter.cpp335 static OutputSection *findSection(StringRef name, unsigned partition = 1) { in findSection() function
379 script->hasSectionsCommand && findSection(".data.rel.ro", 0); in createSyntheticSections()
1194 ElfSym::bss->section = findSection(".bss"); in setReservedSymbolSections()
1899 Out::preinitArray = findSection(".preinit_array"); in finalizeSections()
1900 Out::initArray = findSection(".init_array"); in finalizeSections()
1901 Out::finiArray = findSection(".fini_array"); in finalizeSections()
1930 OutputSection *sec = findSection(".sdata"); in finalizeSections()
2244 OutputSection *Default = findSection(".text"); in addStartEndSymbols()
2262 if (OutputSection *sec = findSection(".ARM.exidx")) in addStartEndSymbols()
2336 if (OutputSection *cmd = findSection(".interp", partNo)) in createPhdrs()
[all …]
DDriver.cpp809 auto findSection = [&](StringRef name) -> InputSectionBase * { in readCallGraph() local
833 if (InputSectionBase *from = findSection(fields[0])) in readCallGraph()
834 if (InputSectionBase *to = findSection(fields[1])) in readCallGraph()
DInputFiles.cpp350 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection() function
373 findSection(sections, isDSO ? SHT_DYNSYM : SHT_SYMTAB); in init()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp91 const Section *Object::findSection(ssize_t UniqueId) const { in findSection() function in llvm::objcopy::coff::Object
DWriter.cpp47 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
65 Sec = Obj.findSection(Sym.AssociativeComdatTargetSectionId); in finalizeSymbolContents()
DObject.h132 const Section *findSection(ssize_t UniqueId) const;
/external/llvm-project/lld/COFF/
DWriter.cpp251 OutputSection *findSection(StringRef name);
1255 OutputSection *from = findSection(p.first); in mergeSections()
1256 OutputSection *to = findSection(toName); in mergeSections()
1984 OutputSection *Writer::findSection(StringRef name) { in findSection() function in Writer
DDriver.cpp954 auto findSection = [&](StringRef name) -> SectionChunk * { in parseCallGraphFile() local
977 if (SectionChunk *from = findSection(fields[0])) in parseCallGraphFile()
978 if (SectionChunk *to = findSection(fields[1])) in parseCallGraphFile()
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp756 SectionBase *Sec = Obj.findSection(SI.SectionName); in handleArgs()
DObject.h1066 SectionBase *findSection(StringRef Name) { in findSection() function
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4087 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo
4105 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
4111 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4078 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo
4096 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
4102 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() function in SegInfo
9201 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
9205 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()