/prebuilts/gdb/darwin-x86/lib/python2.7/ |
opcode.py | 35 def jrel_op(name, op): function 129 jrel_op('FOR_ITER', 93) 148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip 158 jrel_op('SETUP_LOOP', 120) # Distance to target address 159 jrel_op('SETUP_EXCEPT', 121) # "" 160 jrel_op('SETUP_FINALLY', 122) # "" 185 jrel_op('SETUP_WITH', 143) 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
opcode.py | 35 def jrel_op(name, op): function 129 jrel_op('FOR_ITER', 93) 148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip 158 jrel_op('SETUP_LOOP', 120) # Distance to target address 159 jrel_op('SETUP_EXCEPT', 121) # "" 160 jrel_op('SETUP_FINALLY', 122) # "" 185 jrel_op('SETUP_WITH', 143) 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
opcode.py | 35 def jrel_op(name, op): function 129 jrel_op('FOR_ITER', 93) 148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip 158 jrel_op('SETUP_LOOP', 120) # Distance to target address 159 jrel_op('SETUP_EXCEPT', 121) # "" 160 jrel_op('SETUP_FINALLY', 122) # "" 185 jrel_op('SETUP_WITH', 143) 192 del def_op, name_op, jrel_op, jabs_op
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
opcode.py | 35 def jrel_op(name, op): function 129 jrel_op('FOR_ITER', 93) 148 jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip 158 jrel_op('SETUP_LOOP', 120) # Distance to target address 159 jrel_op('SETUP_EXCEPT', 121) # "" 160 jrel_op('SETUP_FINALLY', 122) # "" 185 jrel_op('SETUP_WITH', 143) 192 del def_op, name_op, jrel_op, jabs_op
|