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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c172 #define this_byte(ieee) *((ieee)->input_p)
346 int value = this_byte (ieee);
526 switch (this_byte (&(ieee->h)))
615 BFD_ASSERT (this_byte (&(ieee->h)) < (int) ieee_variable_A_enum
616 || this_byte (&(ieee->h)) > (int) ieee_variable_Z_enum);
735 switch (this_byte (&(ieee->h)))
1105 switch (this_byte (&(ieee->h)))
1125 section_type[1] = this_byte (&(ieee->h));
1132 section_type[2] = this_byte (&(ieee->h));
1158 section_type[1] = this_byte (
171 #define this_byte macro
[all...]

Completed in 63 milliseconds