Home
last modified time | relevance | path

Searched refs:FirstSec (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp148 if (!P->FirstSec) in removeEmptyPTLoad()
902 if (!FirstSec) in add()
903 FirstSec = Sec; in add()
1975 if (TlsHdr->FirstSec) in createPhdrs()
2004 if (RelRo->FirstSec) in createPhdrs()
2076 if (P->p_type == PT_LOAD && P->FirstSec) in fixSectionAlignments()
2077 PageAlign(P->FirstSec); in fixSectionAlignments()
2083 if (P->FirstSec) in fixSectionAlignments()
2084 PageAlign(P->FirstSec); in fixSectionAlignments()
2114 OutputSection *First = OS->PtLoad->FirstSec; in computeFileOffset()
[all …]
H A DSymbols.cpp99 if (!Out::TlsPhdr || !Out::TlsPhdr->FirstSec) in getSymVA()
102 return VA - Out::TlsPhdr->FirstSec->Addr; in getSymVA()
H A DWriter.h43 OutputSection *FirstSec = nullptr; member
H A DInputSection.cpp542 if (!OS || !OS->PtLoad || !OS->PtLoad->FirstSec) in getARMStaticBase()
544 return OS->PtLoad->FirstSec->Addr; in getARMStaticBase()
H A DLinkerScript.cpp1004 FirstPTLoad->FirstSec = findFirstSection(FirstPTLoad); in allocateHeaders()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp485 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
487 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()