Home | History | Annotate | Download | only in libiberty

Lines Matching refs:st_other

220   unsigned char st_other;               /* Symbol visibility */
228 unsigned char st_other; /* Symbol visibility */
1448 unsigned char *st_other;
1452 st_other = &((Elf32_External_Sym *) ent)->st_other;
1457 st_other = &((Elf64_External_Sym *) ent)->st_other;
1471 && *st_other == STV_HIDDEN)
1487 unsigned char *st_other;
1493 st_other = &((Elf32_External_Sym *) ent)->st_other;
1498 st_other = &((Elf64_External_Sym *) ent)->st_other;
1564 *st_other = other;