HomeSort by relevance Sort by last modified time
    Searched full:symtype (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 96 SymType *type; /* type of element */
126 SymType *type;
131 SymType *type; /* *type */
136 SymType *idxtype;
137 SymType *type;
155 SymType *type; /* type */
168 Bool ML_(st_isstruct)(SymType *ty)
173 Bool ML_(st_isunion)(SymType *ty)
178 Bool ML_(st_isenum)(SymType *ty)
183 static inline SymType *alloc(SymType *st
    [all...]
readpdb.c 558 unsigned short symtype; member in struct:codeview_symbol::__anon12370
566 unsigned int symtype; member in struct:codeview_symbol::__anon12371
576 unsigned int symtype; member in struct:codeview_symbol::__anon12372
665 unsigned int symtype; member in struct:codeview_symbol::__anon12378
675 unsigned int symtype; member in struct:codeview_symbol::__anon12379
686 unsigned short symtype; member in struct:codeview_symbol::__anon12380
695 unsigned int symtype; member in struct:codeview_symbol::__anon12381
704 unsigned int symtype; member in struct:codeview_symbol::__anon12382
713 unsigned int symtype; member in struct:codeview_symbol::__anon12383
    [all...]
readxcoff.c 632 if (0) VG_(printf)("symtype is %d\n", CSECT_SMTYP(aux));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tar.h 38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0.
92 #define SYMTYPE '2' /* Symbolic link (hard if not supported). */
  /external/icu4c/test/cintltst/
cnumtst.c 165 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL;
534 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
536 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
537 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status);
564 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
566 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status)
    [all...]
  /external/zlib/contrib/untgz/
untgz.c 45 #define SYMTYPE '2' /* reserved */
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 353 unsigned SymType = getGlobalELFType(GV);
357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV));
    [all...]

Completed in 428 milliseconds