Searched refs:st_other (Results 1 – 13 of 13) sorted by relevance
92 || ELF32_ST_VISIBILITY (sym->st_other) != STV_DEFAULT) in test()96 (int) ELF32_ST_VISIBILITY (sym->st_other)); in test()221 || ELF32_ST_VISIBILITY (sym->st_other) != STV_DEFAULT) in test()225 (int) ELF32_ST_VISIBILITY (sym->st_other)); in test()
83 || ELF32_ST_VISIBILITY (sym->st_other) != STV_DEFAULT) in do_test()87 (int) ELF32_ST_VISIBILITY (sym->st_other)); in do_test()
40 return sym->st_shndx == SHN_UNDEF && !(sym->st_other & STO_MIPS_PLT); in elf_machine_sym_no_match()
207 if (sym->st_other == 0) \781 && !(sym->st_other & STO_MIPS_PLT)) in elf_machine_got_rel()807 if (sym->st_other == 0) in elf_machine_got_rel()
139 if (__builtin_expect (ELFW(ST_VISIBILITY) (sym->st_other), 0) == 0) in __dl_runtime_resolve()
67 if (__builtin_expect (ELFW(ST_VISIBILITY) (sym->st_other), 0) == 0) in attribute_hidden()254 if (__builtin_expect (ELFW(ST_VISIBILITY) (refsym->st_other), 0) == 0) in DL_FIXUP_VALUE_TYPE()
463 if (ELFW(ST_VISIBILITY) (sym->st_other) == STV_PROTECTED) in do_lookup_x()805 && ELFW(ST_VISIBILITY) ((*ref)->st_other) == STV_PROTECTED); in _dl_lookup_symbol_x()
1085 newsym->hidden = (ELFW(ST_VISIBILITY) (sym->st_other) in read_symbols()1143 newsym->hidden = (ELFW(ST_VISIBILITY) (symtab->st_other) in read_symbols()
525 unsigned char st_other; /* Symbol visibility */ member533 unsigned char st_other; /* Symbol visibility */ member
453 && (STO_PPC64_LOCAL_MASK & refsym->st_other) == 0 in ppc64_local_entry_offset()454 && (STO_PPC64_LOCAL_MASK & sym->st_other) != 0) in ppc64_local_entry_offset()473 return PPC64_LOCAL_ENTRY_OFFSET (sym->st_other); in ppc64_local_entry_offset()
137 return (ELFW(ST_VISIBILITY) (sym->st_other) == STV_HIDDEN in dl_symbol_visibility_binds_local_p()138 || ELFW(ST_VISIBILITY) (sym->st_other) == STV_INTERNAL); in dl_symbol_visibility_binds_local_p()
323 if (__glibc_unlikely (sym->st_other & STO_AARCH64_VARIANT_PCS)) in elf_machine_lazy_rel()
7380 (ElfXX_Sym): Update description of st_other field.