Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dieee.c174 #define this_byte_and_next(ieee) (*((ieee)->input_p++)) macro
179 unsigned char c1 = this_byte_and_next (ieee); in read_2bytes()
180 unsigned char c2 = this_byte_and_next (ieee); in read_2bytes()
191 string[i] = this_byte_and_next (ieee); in bfd_get_string()
200 length = this_byte_and_next (ieee); in read_id()
207 length = this_byte_and_next (ieee); in read_id()
212 length = this_byte_and_next (ieee); in read_id()
213 length = (length * 256) + this_byte_and_next (ieee); in read_id()
362 result = (result << 8) | this_byte_and_next (ieee); in parse_int()
1121 section_type[0] = this_byte_and_next (&(ieee->h)); in ieee_slurp_sections()
[all …]