Searched refs:st_type (Results 1 – 6 of 6) sorted by relevance
25 ; OBJ-NEXT: 'st_type', 0x1
108 st_type = (st_info & 0xf, 4)110 print " ('st_type', %s)" % common_dump.HexDump(st_type)
192 int st_type; /* EXPR or SUITE ? */ member342 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()
213 uint32_t st_type = ELF_ST_TYPE(sym.st_info); in list_in_scn() local214 if (!(option->use_symbol_type & (1 << st_type))) in list_in_scn()
166 int st_type; /* EXPR or SUITE ? */ member302 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()
2523 .. attribute:: st_type