Lines Matching refs:programHeaders
285 Out::programHeaders = make<OutputSection>("", 0, SHF_ALLOC); in createSyntheticSections()
286 Out::programHeaders->addralign = config->wordsize; in createSyntheticSections()
333 part.programHeaders = in createSyntheticSections()
335 add(*part.programHeaders); in createSyntheticSections()
2055 Out::programHeaders->size = sizeof(Elf_Phdr) * mainPart->phdrs.size(); in finalizeSections()
2288 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs()
2290 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
2302 load->add(Out::programHeaders); in createPhdrs()
2357 (sameLMARegion || load->lastSec == Out::programHeaders))) { in createPhdrs()
2606 Out::programHeaders->offset = Out::elfHeader->size; in assignFileOffsets()
2607 uint64_t off = Out::elfHeader->size + Out::programHeaders->size; in assignFileOffsets()