Searched defs:st_other (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h125 unsigned char st_other; member in struct:__anon2186
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c55 SYM_CMD_T_ST_OTHER = 4, /* sym:st_other */
353 if (sym1->st_other != sym2->st_other)
490 EC_WORD(sym->st_other));
560 value = ELF_ST_VISIBILITY(sym->st_other);
982 uchar_t st_other = sym->st_other; local
987 * defined bits of the st_other field related to symbol
992 old_vis = st_other & MSK_SYM_VISIBILITY;
1008 st_other
1285 uchar_t st_other = local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h200 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon418
211 /* Macro for accessing the fields of st_other. */
H A Delf64.h205 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon435
218 /* Macro for accessing the fields of st_other. */
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h512 unsigned char st_other; member in struct:__anon258
520 unsigned char st_other; member in struct:__anon259
568 * Macros to decompose values for S.st_other
570 * visibility = ELF32_ST_VISIBILITY(S.st_other)

Completed in 72 milliseconds