HomeSort by relevance Sort by last modified time
    Searched full:symtype (Results 1 - 25 of 25) 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 536 unsigned short symtype; member in struct:codeview_symbol::__anon36200
544 unsigned int symtype; member in struct:codeview_symbol::__anon36201
554 unsigned int symtype; member in struct:codeview_symbol::__anon36202
643 unsigned int symtype; member in struct:codeview_symbol::__anon36208
653 unsigned int symtype; member in struct:codeview_symbol::__anon36209
664 unsigned short symtype; member in struct:codeview_symbol::__anon36210
673 unsigned int symtype; member in struct:codeview_symbol::__anon36211
682 unsigned int symtype; member in struct:codeview_symbol::__anon36212
691 unsigned int symtype; member in struct:codeview_symbol::__anon36213
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 176 object::SymbolRef::Type SymType;
177 if (I->getType(SymType)) continue;
178 if (SymType == object::SymbolRef::ST_Function) {
206 object::SymbolRef::Type SymType;
207 if (I->getType(SymType)) continue;
208 if (SymType == object::SymbolRef::ST_Function) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/0.153/src/
arlib.c 232 GElf_Word symtype; local
234 symtype = SHT_SYMTAB;
236 symtype = SHT_DYNSYM;
251 if (shdr->sh_type != symtype)
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 204 object::SymbolRef::Type SymType;
205 if (I->getType(SymType)) continue;
206 if (SymType == object::SymbolRef::ST_Function) {
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 164 SymbolRef::Type SymType;
165 Symbol.getType(SymType);
167 SymName.empty() || SymType != SymbolRef::ST_Function)
MCObjectDisassembler.cpp 186 SymbolRef::Type SymType;
187 Symbol.getType(SymType);
188 if (SymType == SymbolRef::ST_Function) {
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 202 object::SymbolRef::Type SymType;
203 if (I->getType(SymType)) continue;
204 if (SymType == object::SymbolRef::ST_Function) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 137 object::SymbolRef::Type SymType;
139 Check(I->getType(SymType));
156 if (SymType == object::SymbolRef::ST_Function ||
157 SymType == object::SymbolRef::ST_Data ||
158 SymType == object::SymbolRef::ST_Unknown) {
177 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
RuntimeDyldELF.cpp     [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 391 SYM_TYPE SymType;
415 SYM_TYPE SymType;
445 SYM_TYPE SymType;
458 SYM_TYPE SymType;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 391 SYM_TYPE SymType;
415 SYM_TYPE SymType;
445 SYM_TYPE SymType;
458 SYM_TYPE SymType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
patchapi.h 66 typedef WINBOOL (CALLBACK PATCH_SYMLOAD_CALLBACK)(ULONG WhichFile,LPCSTR SymbolFileName,ULONG SymType,ULONG SymbolFileCheckSum,ULONG SymbolFileTimeDate,ULONG ImageFileCheckSum,ULONG ImageFileTimeDate,PVOID CallbackContext);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 152 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
155 self._test_fileobj_link("./ustar/linktest2/symtype", "ustar/linktest1/regtype")
310 tar.extract("ustar/symtype", TEMPDIR)
311 self.addCleanup(os.remove, os.path.join(TEMPDIR, "ustar/symtype"))
312 with open(os.path.join(TEMPDIR, "ustar/symtype"), "rb") as f:
506 tarinfo = self.tar.getmember("ustar/symtype")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 152 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
155 self._test_fileobj_link("./ustar/linktest2/symtype", "ustar/linktest1/regtype")
310 tar.extract("ustar/symtype", TEMPDIR)
311 self.addCleanup(os.remove, os.path.join(TEMPDIR, "ustar/symtype"))
312 with open(os.path.join(TEMPDIR, "ustar/symtype"), "rb") as f:
506 tarinfo = self.tar.getmember("ustar/symtype")
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 130 switch (module_info.SymType) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 130 switch (module_info.SymType) {
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 161 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL;
531 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
533 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
534 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status);
561 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
563 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 397 SYM_TYPE SymType;
423 SYM_TYPE SymType;
455 SYM_TYPE SymType;
468 SYM_TYPE SymType;
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 45 #define SYMTYPE '2' /* reserved */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 80 SYMTYPE = "2" # symbolic link
105 SYMTYPE, DIRTYPE, FIFOTYPE,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 80 SYMTYPE = "2" # symbolic link
105 SYMTYPE, DIRTYPE, FIFOTYPE,
    [all...]

Completed in 2170 milliseconds