Searched refs:st_other (Results 1 – 10 of 10) sorted by relevance
53 int lsb = !!((SYMTAB)->st_other & STO_SH5_ISA32); \
181 lsb = !!(symtab[symtab_index].st_other & STO_SH5_ISA32); in _dl_do_reloc()308 lsb = !!(symtab[symtab_index].st_other & STO_SH5_ISA32); in _dl_do_lazy_reloc()
155 if (sym->st_other == 0) \
117 ((sym)->st_shndx == SHN_UNDEF && !((sym)->st_other & STO_MIPS_PLT))
375 if (sym->st_other == 0) in _dl_perform_mips_global_got_relocations()
71 symtab[symtab_index].st_other, in debug_sym()
299 …if ((sym_ref) && (sym_ref->sym) && (ELFW(ST_VISIBILITY)(sym_ref->sym->st_other) == STV_PROTECTED))… in _dl_find_hash()
809 unsigned char st_other; /**< undefined */ member817 unsigned char st_other; /**< undefined */ member
362 && ELFW(ST_VISIBILITY)(sym_ref.sym->st_other) == 0) in _dl_tlsdesc_resolver_rela()
508 unsigned char st_other; /* Symbol visibility */ member516 unsigned char st_other; /* Symbol visibility */ member
Completed in 46 milliseconds