Lines Matching defs:PhdrEntry
1022 static OutputSection *findFirstSection(PhdrEntry *load) {
1094 if (PhdrEntry *l = sec->ptLoad)
1341 void LinkerScript::allocateHeaders(SmallVector<PhdrEntry *, 0> &phdrs) {
1348 phdrs, [](const PhdrEntry *e) { return e->p_type == PT_LOAD; });
1351 PhdrEntry *firstPTLoad = *it;
1376 [](const PhdrEntry *e) { return e->p_type == PT_PHDR; });
1537 SmallVector<PhdrEntry *, 0> LinkerScript::createPhdrs() {
1538 SmallVector<PhdrEntry *, 0> ret;
1543 PhdrEntry *phdr = make<PhdrEntry>(cmd.type, cmd.flags.value_or(PF_R));