Home
last modified time | relevance | path

Searched defs:ieee (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dieee.c172 #define this_byte(ieee) *((ieee)->input_p) argument
173 #define next_byte(ieee) ((ieee)->input_p++) argument
174 #define this_byte_and_next(ieee) (*((ieee)->input_p++)) argument
177 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 …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c2554 int ieee; in md_atof() local