Home
last modified time | relevance | path

Searched refs:getOutputSection (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lld/ELF/
DInputSection.h79 OutputSection *getOutputSection();
80 const OutputSection *getOutputSection() const { in getOutputSection() function
81 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
DCallGraphSort.cpp127 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
DMapFile.cpp90 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings()
133 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
DInputSection.cpp193 const OutputSection *out = getOutputSection(); in getVA()
197 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
400 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup()
493 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations()
580 OutputSection *os = sym.getOutputSection(); in getARMStaticBase()
956 if (!sym.getOutputSection() || in relocateNonAlloc()
1017 uint64_t addrLoc = getOutputSection()->addr + offset; in relocateAlloc()
DLinkerScript.cpp53 OutputSection *os = sec->getOutputSection(); in getOutputSectionVA()
663 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
731 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
733 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
765 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
DSymbols.cpp197 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
200 return sec->repl->getOutputSection(); in getOutputSection()
DOutputSections.cpp393 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup()
428 info = s->getOutputSection()->sectionIndex; in finalize()
DSymbols.h201 OutputSection *getOutputSection() const;
DSyntheticSections.cpp719 if (const OutputSection *os = sym.getOutputSection()) in addEntry()
779 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset()
2122 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2131 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()
2153 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex()
2260 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
DWriter.cpp107 OutputSection *out = rel->getOutputSection(); in getOutputSectionName()
824 /*value=*/0, /*size=*/0, isec->getOutputSection()); in addSectionSymbols()
/external/llvm-project/lld/COFF/
DCallGraphSort.cpp98 if (fromSec->getOutputSection() != toSec->getOutputSection()) in CallGraphSort()
DMapFile.cpp164 if (OutputSection *sec = chunk->getOutputSection()) in getSymbolStrings()
306 entry->getRVA() - chunk->getOutputSection()->header.VirtualAddress; in writeMapFile()
DWriter.cpp87 OutputSection *Chunk::getOutputSection() const { in getOutputSection() function in Chunk
110 OutputSection *os = c->getOutputSection(); in writeTo()
1151 OutputSection *os = c->getOutputSection(); in createSymbol()
1917 OutputSection *os = c->getOutputSection(); in sortExceptionTable()
2058 OutputSection *sec = tlsSym->getChunk()->getOutputSection(); in fixTlsAlignment()
DPDB.cpp609 OutputSection *os = c ? c->getOutputSection() : nullptr; in createSectionContrib()
936 OutputSection *os = def->getChunk()->getOutputSection(); in createPublic()
1307 OutputSection *thunkOS = thunkChunk->getOutputSection(); in addImportFilesToPDB()
DChunks.h104 OutputSection *getOutputSection() const;
DChunks.cpp381 OutputSection *os = c ? c->getOutputSection() : nullptr; in writeTo()
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp183 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation()
190 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()