Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp929 std::vector<StringRef> DefPhdrs; in adjustSectionsAfterSorting() local
934 DefPhdrs.push_back(FirstPtLoad->Name); in adjustSectionsAfterSorting()
947 Sec->Phdrs = DefPhdrs; in adjustSectionsAfterSorting()
949 DefPhdrs = Sec->Phdrs; in adjustSectionsAfterSorting()