Lines Matching refs:programHeaders
346 Out::programHeaders = make<OutputSection>("", 0, SHF_ALLOC); in createSyntheticSections()
347 Out::programHeaders->addralign = config->wordsize; in createSyntheticSections()
394 part.programHeaders = in createSyntheticSections()
396 add(*part.programHeaders); in createSyntheticSections()
2159 Out::programHeaders->size = sizeof(Elf_Phdr) * mainPart->phdrs.size(); in finalizeSections()
2400 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs()
2402 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
2414 load->add(Out::programHeaders); in createPhdrs()
2479 (sameLMARegion || load->lastSec == Out::programHeaders) && in createPhdrs()
2689 Out::programHeaders->offset = Out::elfHeader->size; in assignFileOffsets()
2690 uint64_t off = Out::elfHeader->size + Out::programHeaders->size; in assignFileOffsets()