HomeSort by relevance Sort by last modified time
    Searched refs:ELF_ST_VISIBILITY (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/include/
_machelf.h 60 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY
83 #define ELF_ST_VISIBILITY ELF32_ST_VISIBILITY
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
resolve.c 126 wovis = ovis = ELF_ST_VISIBILITY(osym->st_other);
127 wnvis = nvis = ELF_ST_VISIBILITY(nsym->st_other);
400 if (ELF_ST_VISIBILITY(nsym->st_other) == STV_PROTECTED)
655 uchar_t ovis = ELF_ST_VISIBILITY(osym->st_other);
656 uchar_t nvis = ELF_ST_VISIBILITY(nsym->st_other);
    [all...]
libs.c 437 vis = ELF_ST_VISIBILITY(sym->st_other);
syms.c 442 vis = ELF_ST_VISIBILITY(nsym->st_other);
991 } else if (ELF_ST_VISIBILITY(sym->st_other) !=
1006 if (ELF_ST_VISIBILITY(sym->st_other) == STV_DEFAULT)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
symbols.c 48 uchar_t vis = ELF_ST_VISIBILITY(other);
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
sym.c 399 if (ELF_ST_VISIBILITY(sym1->st_info) !=
400 ELF_ST_VISIBILITY(sym2->st_info))
560 value = ELF_ST_VISIBILITY(sym->st_other);
986 * Use the ELF_ST_VISIBILITY() macro to access the
1009 ELF_ST_VISIBILITY(vis);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
elf.c     [all...]
dlfcns.c 1218 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) {
    [all...]
analyze.c     [all...]

Completed in 840 milliseconds