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

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c3996 unsigned char hvis, symvis, other, nvis;
4004 symvis = ELF_ST_VISIBILITY (isym->st_other);
4006 nvis = symvis;
4007 else if (! symvis)
4010 nvis = hvis < symvis ? hvis : symvis;
3987 unsigned char hvis, symvis, other, nvis; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c977 unsigned symvis = ELF_ST_VISIBILITY (isym->st_other);
982 if (symvis - 1 < hvis - 1)
983 h->other = symvis | (h->other & ~ELF_ST_VISIBILITY (-1));
974 unsigned symvis = ELF_ST_VISIBILITY (isym->st_other); local

Completed in 397 milliseconds