Home
last modified time | relevance | path

Searched refs:STV_PROTECTED (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
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()
Delf.h629 #define STV_PROTECTED 3 /* Not preemptible, not exported */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.107411 * elf/dl-reloc.c (RESOLV): Add test for STV_PROTECTED flag set and
DChangeLog.119614 do_lookup. Support STV_PROTECTED.