Searched refs:bind (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | elf32.h | 199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
| H A D | elf64.h | 206 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 245 if (bind(ctx->fd, cur->ai_addr, MSVC_INT_CAST cur->ai_addrlen) != 0) { in mbedtls_net_bind() 394 if (bind(bind_ctx->fd, (struct sockaddr *) &local_addr, n) != 0) { in mbedtls_net_accept()
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 49 separable from, or merely link (or bind by name) to the interfaces of,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 53 separable from, or merely link (or bind by name) to the interfaces of,
|