Searched defs:se_sym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c59 GElf_Sym se_sym; /* value of symbol */ member in struct:sym_entry
161 if (syma->se_sym.st_value < symb->se_sym.st_value)
164 if (syma->se_sym.st_value > symb->se_sym.st_value)
170 if (GELF_ST_TYPE(syma->se_sym.st_info) !=
171 GELF_ST_TYPE(symb->se_sym.st_info)) {
172 if (GELF_ST_TYPE(syma->se_sym.st_info) == STT_FUNC)
174 if (GELF_ST_TYPE(symb->se_sym.st_info) == STT_FUNC)
186 if (GELF_ST_BIND(syma->se_sym
[all...]

Completed in 57 milliseconds