Searched refs:createPhdrs (Results 1 – 3 of 3) sorted by relevance
310 std::vector<PhdrEntry *> createPhdrs();
68 std::vector<PhdrEntry *> createPhdrs(Partition &part);2098 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()2099 : createPhdrs(part); in finalizeSections()2311 std::vector<PhdrEntry *> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
1234 std::vector<PhdrEntry *> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript