Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/nis/
Dnis_findserv.c72 __nis_findfastest_with_timeout (dir_binding *bind, in __nis_findfastest_with_timeout()
202 __nis_findfastest (dir_binding *bind) in __nis_findfastest()
Dnis_call.c59 __nisbind_destroy (dir_binding *bind) in __nisbind_destroy()
/glibc-2.36/elf/
Delf.h575 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
580 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument