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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dieee.c308 #define this_byte(ieee) *((ieee)->input_p)
496 int value = this_byte (ieee);
680 switch (this_byte (&(ieee->h)))
764 BFD_ASSERT (this_byte (&(ieee->h)) < (int) ieee_variable_A_enum
765 || this_byte (&(ieee->h)) > (int) ieee_variable_Z_enum);
888 switch (this_byte (&(ieee->h)))
1272 switch (this_byte (&(ieee->h)))
1291 section_type[1] = this_byte (&(ieee->h));
1297 section_type[2] = this_byte (&(ieee->h));
1321 section_type[1] = this_byte (
307 #define this_byte macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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)))
1106 switch (this_byte (&(ieee->h)))
1126 section_type[1] = this_byte (&(ieee->h));
1133 section_type[2] = this_byte (&(ieee->h));
1159 section_type[1] = this_byte (
171 #define this_byte macro
[all...]

Completed in 115 milliseconds