/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 | 535 unsigned short symtype; member in struct:codeview_symbol::__anon16716 543 unsigned int symtype; member in struct:codeview_symbol::__anon16717 553 unsigned int symtype; member in struct:codeview_symbol::__anon16718 642 unsigned int symtype; member in struct:codeview_symbol::__anon16724 652 unsigned int symtype; member in struct:codeview_symbol::__anon16725 663 unsigned short symtype; member in struct:codeview_symbol::__anon16726 672 unsigned int symtype; member in struct:codeview_symbol::__anon16727 681 unsigned int symtype; member in struct:codeview_symbol::__anon16728 690 unsigned int symtype; member in struct:codeview_symbol::__anon16729 [all...] |
/prebuilts/gcc/linux-x86/host/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). */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/elfutils/src/ |
arlib.c | 231 GElf_Word symtype; local 233 symtype = SHT_SYMTAB; 235 symtype = SHT_DYNSYM; 250 if (shdr->sh_type != symtype)
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
IntelJITEventListener.cpp | 205 object::SymbolRef::Type SymType; 206 if (I->getType(SymType)) continue; 207 if (SymType == object::SymbolRef::ST_Function) {
|
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 154 object::SymbolRef::Type SymType; 155 if (I->getType(SymType)) continue; 156 if (SymType == object::SymbolRef::ST_Function) {
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 88 object::SymbolRef::Type SymType; 90 Check(i->getType(SymType)); 105 if (SymType == object::SymbolRef::ST_Function || 106 SymType == object::SymbolRef::ST_Data || 107 SymType == object::SymbolRef::ST_Unknown) { 130 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
|
RuntimeDyldELF.cpp | 616 SymbolRef::Type SymType; 617 Symbol.getType(SymType); 629 switch (SymType) { 750 if (SymType != SymbolRef::ST_Unknown) { 767 if (SymType == SymbolRef::ST_Unknown || RangeOverflow == true) { 815 if (SymType == SymbolRef::ST_Unknown)
|
/external/icu4c/test/cintltst/ |
cnumtst.c | 148 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; 515 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) { 517 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); 518 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status); 545 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) { 547 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status) [all...] |
/external/zlib/src/contrib/untgz/ |
untgz.c | 45 #define SYMTYPE '2' /* reserved */
|