Searched refs:createPhdrs (Results 1 – 3 of 3) sorted by relevance
343 SmallVector<PhdrEntry *, 0> createPhdrs();
68 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part);1924 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()1925 : createPhdrs(part); in finalizeSections()2157 SmallVector<PhdrEntry *, 0> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
1537 SmallVector<PhdrEntry *, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript