Searched defs:phdrs (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | OutputSections.h | 88 SmallVector<StringRef, 0> phdrs; global() variable |
H A D | LinkerScript.cpp | 1188 maybePropagatePhdrs(OutputSection & sec,SmallVector<StringRef,0> & phdrs) maybePropagatePhdrs() argument |
H A D | ScriptParser.cpp | 1604 SmallVector<StringRef, 0> phdrs; readOutputSectionPhdrs() local |
H A D | Writer.cpp | 98 removeEmptyPTLoad(SmallVector<PhdrEntry *,0> & phdrs) removeEmptyPTLoad() argument |
H A D | SyntheticSections.h | 1451 SmallVector<PhdrEntry *, 0> phdrs; global() member |
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_linux.cpp | 1237 char *phdrs = base + ehdr->e_phoff; ForEachMappedRegion() local |