Searched refs:createPhdrs (Results 1 – 3 of 3) sorted by relevance
376 SmallVector<std::unique_ptr<PhdrEntry>, 0> createPhdrs();
70 SmallVector<std::unique_ptr<PhdrEntry>, 0> createPhdrs(Partition &part);2042 part.phdrs = ctx.script->hasPhdrsCommands() ? ctx.script->createPhdrs() in finalizeSections()2043 : createPhdrs(part); in finalizeSections()2309 Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
1700 SmallVector<std::unique_ptr<PhdrEntry>, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript