HomeSort by: relevance | last modified time | path
    Searched defs:sleb128 (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
x86_64-xlate.pl 655 consts => 0x11, # sleb128
659 breg0 => 0x70, # add 0-31 to opcole, sleb128
661 fbreg => 0x91, # sleb128
662 bregx => 0x92, # uleb128, sleb128
683 sub sleb128 {
725 return ($DW_OP_complex{consts}, sleb128($val));
735 return (($DW_OP_complex{breg0} + $reg), sleb128($off));
752 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
682 sub sleb128 { subroutine
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
x86_64-xlate.pl 577 consts => 0x11, # sleb128
581 breg0 => 0x70, # add 0-31 to opcole, sleb128
583 fbreg => 0x91, # sleb128
584 bregx => 0x92, # uleb128, sleb128
605 sub sleb128 {
647 return ($DW_OP_complex{consts}, sleb128($val));
657 return (($DW_OP_complex{breg0} + $reg), sleb128($off));
674 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
604 sub sleb128 { subroutine
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
x86_64-xlate.pl 523 consts => 0x11, # sleb128
527 breg0 => 0x70, # add 0-31 to opcole, sleb128
529 fbreg => 0x91, # sleb128
530 bregx => 0x92, # uleb128, sleb128
551 sub sleb128 {
593 return ($DW_OP_complex{consts}, sleb128($val));
603 return (($DW_OP_complex{breg0} + $reg), sleb128($off));
620 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i));
550 sub sleb128 { subroutine
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 1726 int64_t sleb128;
1846 buf = gdb_read_sleb128 (buf, end, &sleb128);
1849 cie->data_alignment_factor = sleb128;
1717 int64_t sleb128; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 1728 int64_t sleb128;
1848 buf = gdb_read_sleb128 (buf, end, &sleb128);
1851 cie->data_alignment_factor = sleb128;
1719 int64_t sleb128; local

Completed in 28 milliseconds