Home | History | Annotate | Download | only in libiberty

Lines Matching defs:st_info

219   unsigned char st_info;                /* Symbol type and binding */
227 unsigned char st_info; /* Symbol type and binding */
1447 unsigned char *st_info;
1451 st_info = &((Elf32_External_Sym *) ent)->st_info;
1456 st_info = &((Elf64_External_Sym *) ent)->st_info;
1470 && ELF_ST_BIND (*st_info) == STB_WEAK
1486 unsigned char *st_info;
1492 st_info = &((Elf32_External_Sym *) ent)->st_info;
1497 st_info = &((Elf64_External_Sym *) ent)->st_info;
1527 && ELF_ST_BIND (*st_info) == STB_GLOBAL)
1534 int bind = ELF_ST_BIND (*st_info);
1565 *st_info = ELF_ST_INFO (bind, STT_NOTYPE);