Searched refs:this_byte_and_next (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c174 #define this_byte_and_next(ieee) (*((ieee)->input_p++))
179 unsigned char c1 = this_byte_and_next (ieee);
180 unsigned char c2 = this_byte_and_next (ieee);
191 string[i] = this_byte_and_next (ieee);
200 length = this_byte_and_next (ieee);
207 length = this_byte_and_next (ieee);
212 length = this_byte_and_next (ieee);
213 length = (length * 256) + this_byte_and_next (ieee);
363 result = (result << 8) | this_byte_and_next (ieee);
1117 section_type[0] = this_byte_and_next (
173 #define this_byte_and_next macro
[all...]

Completed in 159 milliseconds