Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1831 std::vector<Elf_Rela> relatives, nonRelatives; in updateAllocSize() local
1841 relatives.push_back(r); in updateAllocSize()
1846 llvm::sort(relatives, [](const Elf_Rel &a, const Elf_Rel &b) { in updateAllocSize()
1858 for (auto i = relatives.begin(), e = relatives.end(); i != e;) { in updateAllocSize()
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc762 getstr() or one of its relatives to simulate cooked mode. The noraw()
/freebsd/contrib/ncurses/
H A DNEWS15607 * added waddnstr() and relatives.