Searched refs:float_type (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | read.h | 122 extern void float_cons (int float_type);
|
D | read.c | 3431 s_float_space (int float_type) in s_float_space() argument 3472 flen = hex_float (float_type, temp); in s_float_space() 3485 err = md_atof (float_type, temp, &flen); in s_float_space() 4712 hex_float (int float_type, char *bytes) in hex_float() argument 4717 switch (float_type) in hex_float() 4744 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float() 4815 int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument 4854 length = hex_float (float_type, temp); in float_cons() 4863 err = md_atof (float_type, temp, &length); in float_cons()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.h | 193 bfd_boolean (*float_type) (void *, unsigned int); member
|
D | debug.c | 2493 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mcore.c | 282 mcore_float_cons (int float_type) in mcore_float_cons() argument 285 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 287 float_cons (float_type); in mcore_float_cons()
|
D | tc-hppa.c | 8254 pa_float_cons (int float_type) in pa_float_cons() argument 8256 float_cons (float_type); in pa_float_cons()
|