Home
last modified time | relevance | path

Searched refs:extract_floating_by_length (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddoublest.c678 extract_floating_by_length (const void *addr, int len) in extract_floating_by_length() function
690 return extract_floating_by_length (addr, len); in deprecated_extract_floating()
723 return extract_floating_by_length (addr, TYPE_LENGTH (type)); in extract_typed_floating()
H A DChangeLog-200310986 (extract_floating_by_length): Replace extract_floating.
10990 (extract_typed_floating): Call extract_floating_by_length.
H A DChangeLog2564 (extract_floating_by_length): Remove NULL fmt check.