Lines Matching defs:fsym
1022 GElf_Sym rsym, fsym, dsym;
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) {
1359 shdr_rel.sh_info, &fsym) != 0)
1362 if (fsym.st_name > data_str->d_size)
1365 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC);
1376 s = (char *)data_str->d_buf + fsym.st_name;
1379 if (GELF_ST_BIND(fsym.st_info) == STB_LOCAL) {
1380 dsym = fsym;
1420 assert(fsym.st_value <= rela.r_offset);
1422 off = rela.r_offset - fsym.st_value;