Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dieee.c172 #define this_byte(ieee) *((ieee)->input_p) argument
173 #define this_byte_and_next(ieee) (*((ieee)->input_p++)) argument
176 next_byte (common_header_type * ieee) in next_byte()
184 read_2bytes (common_header_type *ieee) in read_2bytes()
193 bfd_get_string (common_header_type *ieee, char *string, size_t length) in bfd_get_string()
202 read_id (common_header_type *ieee) in read_id()
350 parse_int (common_header_type *ieee, bfd_vma *value_ptr) in parse_int()
379 parse_i (common_header_type *ieee, bfd_boolean *ok) in parse_i()
387 must_parse_int (common_header_type *ieee) in must_parse_int()
507 parse_expression (ieee_data_type *ieee, in parse_expression()
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c2552 int ieee; in md_atof() local