HomeSort by relevance Sort by last modified time
    Searched full:symtype (Results 1 - 22 of 22) 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 535 unsigned short symtype; member in struct:codeview_symbol::__anon29578
543 unsigned int symtype; member in struct:codeview_symbol::__anon29579
553 unsigned int symtype; member in struct:codeview_symbol::__anon29580
642 unsigned int symtype; member in struct:codeview_symbol::__anon29586
652 unsigned int symtype; member in struct:codeview_symbol::__anon29587
663 unsigned short symtype; member in struct:codeview_symbol::__anon29588
672 unsigned int symtype; member in struct:codeview_symbol::__anon29589
681 unsigned int symtype; member in struct:codeview_symbol::__anon29590
690 unsigned int symtype; member in struct:codeview_symbol::__anon29591
    [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/llvm/lib/MC/
MCObjectSymbolizer.cpp 144 SymbolRef::Type SymType; SI->getType(SymType);
146 || SymName.empty() || SymType != SymbolRef::ST_Function)
  /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 92 object::SymbolRef::Type SymType;
94 Check(i->getType(SymType));
110 if (SymType == object::SymbolRef::ST_Function ||
111 SymType == object::SymbolRef::ST_Data ||
112 SymType == object::SymbolRef::ST_Unknown) {
135 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
RuntimeDyldELF.cpp 807 SymbolRef::Type SymType = SymbolRef::ST_Unknown;
810 Symbol->getType(SymType);
824 switch (SymType) {
    [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/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/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 */
  /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 901 milliseconds