HomeSort by: relevance | last modified time | path
    Searched defs:s_type (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/rdist/
lookup.c 48 int s_type; member in struct:syment
144 if (action != INSERT || s->s_type != CONST) {
164 s->s_type = action == INSERT ? VAR : CONST;
  /src/external/bsd/ipf/dist/
snoop.h 19 int s_type; member in struct:snoophdr
  /src/usr.bin/xlint/lint2/
lint2.h 118 unsigned short s_type; member in struct:sym::__anon8402
139 #define s_type s_s.s_type macro
  /src/crypto/external/bsd/openssl/dist/util/
check-format-test-negatives.c 388 struct s_type { struct
393 struct s_type struct
  /src/external/bsd/ekermit/dist/
kermit.h 321 short s_type; /* Packet type sent */ member in struct:k_data
  /src/usr.bin/xlint/lint1/
lint1.h 232 type_t *s_type; member in struct:sym
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 11811 unsigned int s_type;
11840 s_type = h->type;
11872 s_type = ELF_ST_TYPE (sym->st_info);
11878 if ((s_type == STT_RELC || s_type == STT_SRELC)
11896 isymbuf, locsymcount, s_type == STT_SRELC))
11799 unsigned int s_type; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 11791 unsigned int s_type;
11819 s_type = h->type;
11851 s_type = ELF_ST_TYPE (sym->st_info);
11857 if ((s_type == STT_RELC || s_type == STT_SRELC)
11875 isymbuf, locsymcount, s_type == STT_SRELC))
11779 unsigned int s_type; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 11718 unsigned int s_type;
11750 s_type = h->type;
11782 s_type = ELF_ST_TYPE (sym->st_info);
11788 if ((s_type == STT_RELC || s_type == STT_SRELC)
11806 isymbuf, locsymcount, s_type == STT_SRELC))
11706 unsigned int s_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 11693 unsigned int s_type;
11725 s_type = h->type;
11757 s_type = ELF_ST_TYPE (sym->st_info);
11763 if ((s_type == STT_RELC || s_type == STT_SRELC)
11781 isymbuf, locsymcount, s_type == STT_SRELC))
11681 unsigned int s_type; local

Completed in 60 milliseconds