Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1496 ctx.out.programHeaders->addr = min + ctx.out.elfHeader->size; in allocateHeaders()
1505 ctx.out.programHeaders->ptLoad = nullptr; in allocateHeaders()
1533 ctx.out.programHeaders->addr = dot + ctx.out.elfHeader->size; in assignAddresses()
1712 phdr->add(ctx.out.programHeaders.get()); in createPhdrs()
H A DWriter.cpp2058 ctx.out.programHeaders->size = in finalizeSections()
2329 addHdr(PT_PHDR, PF_R)->add(ctx.out.programHeaders.get()); in createPhdrs()
2331 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
2343 load->add(ctx.out.programHeaders.get()); in createPhdrs()
2421 (sameLMARegion || load->lastSec == ctx.out.programHeaders.get()) && in createPhdrs()
2649 ctx.out.programHeaders->offset = ctx.out.elfHeader->size; in assignFileOffsets()
2650 uint64_t off = ctx.out.elfHeader->size + ctx.out.programHeaders->size; in assignFileOffsets()
H A DConfig.h617 std::unique_ptr<OutputSection> programHeaders; member
H A DOutputSections.cpp292 return ctx.out.elfHeader->size + ctx.out.programHeaders->size; in getHeaderSize()
H A DSyntheticSections.cpp4740 ctx.out.programHeaders = in createSyntheticSections()
4742 ctx.out.programHeaders->addralign = ctx.arg.wordsize; in createSyntheticSections()
4791 part.programHeaders = in createSyntheticSections()
4793 add(*part.programHeaders); in createSyntheticSections()
H A DSyntheticSections.h1506 std::unique_ptr<SyntheticSection> programHeaders; member