Home
last modified time | relevance | path

Searched refs:programHeaders (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DOutputSections.h132 static OutputSection *programHeaders; member
DWriter.cpp363 Out::programHeaders = make<OutputSection>("", 0, SHF_ALLOC); in createSyntheticSections()
364 Out::programHeaders->alignment = config->wordsize; in createSyntheticSections()
411 part.programHeaders = make<PartitionProgramHeadersSection<ELFT>>(); in createSyntheticSections()
412 add(part.programHeaders); in createSyntheticSections()
2111 Out::programHeaders->size = sizeof(Elf_Phdr) * mainPart->phdrs.size(); in finalizeSections()
2331 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs()
2333 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
2345 load->add(Out::programHeaders); in createPhdrs()
2400 (sameLMARegion || load->lastSec == Out::programHeaders))) { in createPhdrs()
2620 off = setFileOffset(Out::programHeaders, off); in assignFileOffsets()
DLinkerScript.cpp1172 Out::programHeaders->addr = min + Out::elfHeader->size; in allocateHeaders()
1181 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
1209 Out::programHeaders->addr = dot + Out::elfHeader->size; in assignAddresses()
1245 phdr->add(Out::programHeaders); in createPhdrs()
DOutputSections.cpp39 OutputSection *Out::programHeaders; member in Out
237 return Out::elfHeader->size + Out::programHeaders->size; in getHeaderSize()
DSyntheticSections.h1172 SyntheticSection *programHeaders; member