Lines Matching refs:fsym
1020 GElf_Sym rsym, fsym, dsym;
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.st_name;
1383 if (GELF_ST_BIND(fsym.st_info) == STB_LOCAL) {
1384 dsym = fsym;
1416 assert(fsym.st_value <= rela.r_offset);
1418 off = rela.r_offset - fsym.st_value;