Home | History | Annotate | Download | only in perlasm

Lines Matching full:sleb128

518 	consts		=> 0x11,	# sleb128
522 breg0 => 0x70, # add 0-31 to opcole, sleb128
524 fbreg => 0x91, # sleb128
525 bregx => 0x92, # uleb128, sleb128
545 sub sleb128 {
587 return ($DW_OP_complex{consts}, sleb128($val));
597 return (($DW_OP_complex{breg0} + $reg), sleb128($off));
614 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));