Searched defs:ieee (Results 1 – 2 of 2) sorted by relevance
172 #define this_byte(ieee) *((ieee)->input_p) argument173 #define next_byte(ieee) ((ieee)->input_p++) argument174 #define this_byte_and_next(ieee) (*((ieee)->input_p++)) argument177 read_2bytes (common_header_type *ieee) in read_2bytes()186 bfd_get_string (common_header_type *ieee, char *string, size_t length) in bfd_get_string()195 read_id (common_header_type *ieee) in read_id()343 parse_int (common_header_type *ieee, bfd_vma *value_ptr) in parse_int()372 parse_i (common_header_type *ieee, bfd_boolean *ok) in parse_i()380 must_parse_int (common_header_type *ieee) in must_parse_int()500 parse_expression (ieee_data_type *ieee, in parse_expression()[all …]
2554 int ieee; in md_atof() local