Lines Matching refs:programHeaders
304 Out::programHeaders = make<OutputSection>("", 0, SHF_ALLOC); in createSyntheticSections()
305 Out::programHeaders->alignment = config->wordsize; in createSyntheticSections()
351 part.programHeaders = in createSyntheticSections()
353 add(*part.programHeaders); in createSyntheticSections()
2077 Out::programHeaders->size = sizeof(Elf_Phdr) * mainPart->phdrs.size(); in finalizeSections()
2306 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs()
2308 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
2320 load->add(Out::programHeaders); in createPhdrs()
2375 (sameLMARegion || load->lastSec == Out::programHeaders))) { in createPhdrs()
2583 Out::programHeaders->offset = Out::elfHeader->size; in assignFileOffsets()
2584 uint64_t off = Out::elfHeader->size + Out::programHeaders->size; in assignFileOffsets()