Searched refs:fsym (Results 1 – 3 of 3) sorted by relevance
1022 GElf_Sym rsym, fsym, dsym; in process_obj() local1200 shdr_rel.sh_info, &fsym) != 0) { in process_obj()1205 if (GELF_ST_BIND(fsym.st_info) != STB_LOCAL) in process_obj()1208 if (fsym.st_name > data_str->d_size) { in process_obj()1213 s = (char *)data_str->d_buf + fsym.st_name; in process_obj()1219 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) { in process_obj()1359 shdr_rel.sh_info, &fsym) != 0) in process_obj()1362 if (fsym.st_name > data_str->d_size) in process_obj()1365 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC); in process_obj()1376 s = (char *)data_str->d_buf + fsym.st_name; in process_obj()[all …]
1451 Sym *fsym = symtabptr + capchain[ochainndx]; in cap_match() local1452 const char *fname = strtabptr + fsym->st_name; in cap_match()1457 srp->sr_sym = fsym; in cap_match()
2642 static const Sym fsym = { 0, 0, 0, local2644 *info = (void *) &fsym;