Searched refs:byte_get_signed (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | dwarf.c | 143 byte_get_signed (unsigned char *field, int size) in byte_get_signed() function 612 printf ("DW_OP_const1s: %ld", (long) byte_get_signed (data++, 1)); in decode_location_expression() 619 printf ("DW_OP_const2s: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 627 printf ("DW_OP_const4s: %ld", (long) byte_get_signed (data, 4)); in decode_location_expression() 717 printf ("DW_OP_bra: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 739 printf ("DW_OP_skip: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 2946 return byte_get_signed (data, size); in get_encoded_value()
|
| H A D | ChangeLog-0203 | 631 * readelf.c (byte_get_signed): New.
|