Lines Matching refs:this_byte

171 #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()
1316 if (this_byte (&(ieee->h)) != Module_Beginning) in ieee_archive_p()
1456 switch (this_byte (&(ieee->h))) in do_one()
1468 location_ptr[current_map->pc++] = this_byte (&(ieee->h)); in do_one()
1481 switch (this_byte (&(ieee->h))) in do_one()
1515 if (this_byte (&(ieee->h)) == (int) ieee_comma) in do_one()
1522 switch (this_byte (&(ieee->h))) in do_one()
1629 location_ptr[current_map->pc++] = this_byte (&(ieee->h)); in do_one()
1681 switch (this_byte (&(ieee->h))) in ieee_slurp_section_data()
1702 switch (this_byte (&(ieee->h))) in ieee_slurp_section_data()
1724 if (this_byte (&(ieee->h)) == ieee_function_either_open_b_enum) in ieee_slurp_section_data()
1892 if (this_byte (&(ieee->h)) != (int) ieee_address_descriptor_enum) in ieee_object_p()
1904 if (this_byte (&(ieee->h)) == (int) ieee_variable_L_enum in ieee_object_p()
1905 || this_byte (&(ieee->h)) == (int) ieee_variable_M_enum) in ieee_object_p()