Home
last modified time | relevance | path

Searched refs:createPhdrs (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h321 SmallVector<PhdrEntry *, 0> createPhdrs();
DWriter.cpp67 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part);
2042 part.phdrs = script->hasPhdrsCommands() ? script->createPhdrs() in finalizeSections()
2043 : createPhdrs(part); in finalizeSections()
2268 SmallVector<PhdrEntry *, 0> Writer<ELFT>::createPhdrs(Partition &part) { in createPhdrs() function in Writer
DLinkerScript.cpp1342 SmallVector<PhdrEntry *, 0> LinkerScript::createPhdrs() { in createPhdrs() function in LinkerScript