Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dieee.c171 #define this_byte(ieee) *((ieee)->input_p) macro
344 int value = this_byte (ieee); in parse_int()
524 switch (this_byte (&(ieee->h))) in parse_expression()
613 BFD_ASSERT (this_byte (&(ieee->h)) < (int) ieee_variable_A_enum in parse_expression()
614 || this_byte (&(ieee->h)) > (int) ieee_variable_Z_enum); in parse_expression()
733 switch (this_byte (&(ieee->h))) in ieee_slurp_external_symbols()
1104 switch (this_byte (&(ieee->h))) in ieee_slurp_sections()
1124 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1131 section_type[2] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1157 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
[all …]