HomeSort by relevance Sort by last modified time
    Searched refs:what_kind (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
open.c 94 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) function
123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
152 error = what_kind (*fdp, &elf, &kind, &close_fd);
  /toolchain/binutils/binutils-2.27/gas/config/
atof-vax.c 194 int what_kind, /* 'd', 'f', 'g', 'h' */
213 if (what_kind_of_float (what_kind, &precision, &exponent_bits))
233 else if (flonum_gen2vax (what_kind, &f, words))
atof-ieee.c 163 int what_kind, /* 'd', 'f', 'x', 'p'. */
193 switch (what_kind)
tc-tic4x.c 549 tic4x_atof (char *str, char what_kind, LITTLENUM_TYPE *words)
577 switch (what_kind)
    [all...]

Completed in 144 milliseconds