Searched refs:FirstSec (Results 1 – 6 of 6) sorted by relevance
148 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 …]
99 if (!Out::TlsPhdr || !Out::TlsPhdr->FirstSec) in getSymVA()102 return VA - Out::TlsPhdr->FirstSec->Addr; in getSymVA()
43 OutputSection *FirstSec = nullptr; member
542 if (!OS || !OS->PtLoad || !OS->PtLoad->FirstSec) in getARMStaticBase()544 return OS->PtLoad->FirstSec->Addr; in getARMStaticBase()
1004 FirstPTLoad->FirstSec = findFirstSection(FirstPTLoad); in allocateHeaders()
485 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local487 if (&Loc.getLabel()->getSection() != FirstSec) { in encodeInlineLineTable()