Home
last modified time | relevance | path

Searched refs:st_type (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-12-15-elf-lcomm.ll25 ; OBJ-NEXT: 'st_type', 0x1
/external/swiftshader/third_party/LLVM/test/Scripts/
Delf-dump108 st_type = (st_info & 0xf, 4)
110 print " ('st_type', %s)" % common_dump.HexDump(st_type)
/external/python/cpython3/Modules/
Dparsermodule.c192 int st_type; /* EXPR or SUITE ? */ member
342 o->st_type = type; in parser_newstobject()
520 res = (self->st_type == PyST_EXPR) ? Py_True : Py_False; in parser_isexpr()
543 res = (self->st_type == PyST_EXPR) ? Py_False : Py_True; in parser_issuite()
/external/bcc/src/cc/
Dbcc_elf.c213 uint32_t st_type = ELF_ST_TYPE(sym.st_info); in list_in_scn() local
214 if (!(option->use_symbol_type & (1 << st_type))) in list_in_scn()
/external/python/cpython2/Modules/
Dparsermodule.c166 int st_type; /* EXPR or SUITE ? */ member
302 o->st_type = type; in parser_newstobject()
506 res = (self->st_type == PyST_EXPR) ? Py_True : Py_False; in parser_isexpr()
529 res = (self->st_type == PyST_EXPR) ? Py_False : Py_True; in parser_issuite()
/external/python/cpython3/Doc/library/
Dos.rst2523 .. attribute:: st_type