Searched refs:byte_get_signed (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 143 byte_get_signed (unsigned char *field, int size) in byte_get_signed() function 611 printf ("DW_OP_const1s: %ld", (long) byte_get_signed (data++, 1)); in decode_location_expression() 618 printf ("DW_OP_const2s: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 626 printf ("DW_OP_const4s: %ld", (long) byte_get_signed (data, 4)); in decode_location_expression() 716 printf ("DW_OP_bra: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 738 printf ("DW_OP_skip: %ld", (long) byte_get_signed (data, 2)); in decode_location_expression() 2889 return byte_get_signed (data, size); in get_encoded_value()
|
H A D | ChangeLog-2005 | 1125 (byte_get_signed, byte_get_big_endian): Likewise.
|
H A D | ChangeLog-0203 | 631 * readelf.c (byte_get_signed): New.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 349 byte_get_signed (unsigned char *field, int size) in byte_get_signed() function 8668 return byte_get_signed (data, size); in get_encoded_value()
|
H A D | ChangeLog-0203 | 631 * readelf.c (byte_get_signed): New.
|