Searched defs:bind (Results 1 – 3 of 3) sorted by relevance
101 fn bind(&mut self, _endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
430 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method737 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
573 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument578 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument