Home
last modified time | relevance | path

Searched refs:symst (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dldgeneric.c3701 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument
3712 sym->st_info = XELF_ST_INFO (symst->local ? STB_LOCAL : STB_GLOBAL, in fillin_special_symbol()
3713 symst->type); in fillin_special_symbol()
3714 sym->st_other = symst->hidden ? STV_HIDDEN : STV_DEFAULT; in fillin_special_symbol()
3743 ndxtosym[nsym] = symst; in fillin_special_symbol()
3744 symst->outsymidx = nsym; in fillin_special_symbol()
3747 symstrent[nsym] = ebl_strtabadd (strtab, symst->name, 0); in fillin_special_symbol()