Home
last modified time | relevance | path

Searched refs:st_bind (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg209 The sym:st_bind command is used to display or alter symbol\n\
210 binding. Symbol binding is found in the st_bind portion of the\n\
217 If sym:st_bind is called without arguments, the value of\n\
218 st_bind for every symbol in the symbol table is shown. If\n\
220 index is displayed. If both arguments are present, the st_bind\n\
227 to the entire st_info value. Normally, the sym:st_bind or sym:st_type\n\
404 @ MSG_CMD_ST_BIND "st_bind"
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c47 static int st_bind(void);
97 { "bind", st_bind },
469 st_bind(void) in st_bind() function