Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dis/
H A Ddis_target.c157 const sym_entry_t *symb = b; in sym_compare() local
159 const char *bname = symb->se_name; in sym_compare()
161 if (syma->se_sym.st_value < symb->se_sym.st_value) in sym_compare()
164 if (syma->se_sym.st_value > symb->se_sym.st_value) in sym_compare()
171 GELF_ST_TYPE(symb->se_sym.st_info)) { in sym_compare()
174 if (GELF_ST_TYPE(symb->se_sym.st_info) == STT_FUNC) in sym_compare()
187 GELF_ST_BIND(symb->se_sym.st_info)) { in sym_compare()
190 if (GELF_ST_BIND(symb->se_sym.st_info) == STB_WEAK) in sym_compare()
195 if (GELF_ST_BIND(symb->se_sym.st_info) == STB_GLOBAL) in sym_compare()
221 if (syma->se_sym.st_size < symb->se_sym.st_size) in sym_compare()
[all …]
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y559 member(int symb, int set, int torf) in member() argument
562 if(symb == RIGHT || symb == LEFT) in member()
568 symb = tolower(symb); in member()
573 if(lc <= symb && symb <= c) in member()
576 if (symb == c) in member()