Home
last modified time | relevance | path

Searched refs:value_bitstring (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalue.h349 extern struct value *value_bitstring (char *ptr, int len);
H A Deval.c489 return value_bitstring (&exp->elts[pc + 2].string, tem); in evaluate_subexp_standard()
H A Dvalops.c1108 value_bitstring (char *ptr, int len) in value_bitstring() function
H A DChangeLog-19951367 * valops.c (value_bitstring): TYPE_LENGTH is bytes, not bits.
4531 * valops.c, value.h (value_bitstring): New function.