Home
last modified time | relevance | path

Searched refs:st_other (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/dlfcn/
Dmodstatic2.c92 || 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()
Dtststatic2.c83 || ELF32_ST_VISIBILITY (sym->st_other) != STV_DEFAULT) in do_test()
87 (int) ELF32_ST_VISIBILITY (sym->st_other)); in do_test()
/glibc-2.36/sysdeps/mips/
Delf_machine_sym_no_match.h40 return sym->st_shndx == SHN_UNDEF && !(sym->st_other & STO_MIPS_PLT); in elf_machine_sym_no_match()
Ddl-machine.h207 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()
Ddl-trampoline.c139 if (__builtin_expect (ELFW(ST_VISIBILITY) (sym->st_other), 0) == 0) in __dl_runtime_resolve()
/glibc-2.36/elf/
Ddl-runtime.c67 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()
Ddl-lookup.c463 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()
Dsprof.c1085 newsym->hidden = (ELFW(ST_VISIBILITY) (sym->st_other) in read_symbols()
1143 newsym->hidden = (ELFW(ST_VISIBILITY) (symtab->st_other) in read_symbols()
Delf.h525 unsigned char st_other; /* Symbol visibility */ member
533 unsigned char st_other; /* Symbol visibility */ member
/glibc-2.36/sysdeps/powerpc/powerpc64/
Ddl-machine.h453 && (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()
/glibc-2.36/sysdeps/generic/
Dldsodefs.h137 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()
/glibc-2.36/sysdeps/aarch64/
Ddl-machine.h323 if (__glibc_unlikely (sym->st_other & STO_AARCH64_VARIANT_PCS)) in elf_machine_lazy_rel()
/glibc-2.36/ChangeLog.old/
DChangeLog.107380 (ElfXX_Sym): Update description of st_other field.