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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c1022 GElf_Sym rsym, fsym, dsym; local
1200 shdr_rel.sh_info, &fsym) != 0) {
1205 if (GELF_ST_BIND(fsym.st_info) != STB_LOCAL)
1208 if (fsym.st_name > data_str->d_size) {
1213 s = (char *)data_str->d_buf + fsym.st_name;
1219 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
1361 shdr_rel.sh_info, &fsym) != 0)
1364 if (fsym.st_name > data_str->d_size)
1367 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC);
1378 s = (char *)data_str->d_buf + fsym
[all...]

Completed in 685 milliseconds