HelenOS sources
bind 177 abi/include/abi/elf.h static inline uint8_t elf_st_info(uint8_t bind, uint8_t type)
bind 179 abi/include/abi/elf.h return (bind << 4) | (type & 0x0f);
bind 128 uspace/lib/cpp/src/__bits/test/functional.cpp auto f1 = std::bind(aux::f1, _1, 1);
bind 133 uspace/lib/cpp/src/__bits/test/functional.cpp auto f2 = std::bind(aux::f2, _2, _1);
bind 140 uspace/lib/cpp/src/__bits/test/functional.cpp auto f3 = std::bind(aux::f3, _1, std::ref(y));
bind 146 uspace/lib/cpp/src/__bits/test/functional.cpp auto f4 = std::bind(aux::f2, x, y);
HelenOS homepage, sources at GitHub