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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c1020 GElf_Sym rsym, fsym, dsym; local
1202 shdr_rel.sh_info, &fsym) != 0) {
1207 if (GELF_ST_BIND(fsym.st_info) != STB_LOCAL)
1210 if (fsym.st_name > data_str->d_size) {
1215 s = (char *)data_str->d_buf + fsym.st_name;
1221 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
1363 shdr_rel.sh_info, &fsym) != 0)
1366 if (fsym.st_name > data_str->d_size)
1369 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC);
1380 s = (char *)data_str->d_buf + fsym
[all...]

Completed in 17 milliseconds