HomeSort by: relevance | last modified time | path
    Searched defs:elf_fpu_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 8085 int elf_fpu_type = Val_GNU_MIPS_ABI_FP_ANY; local
8231 elf_fpu_type = bfd_elf_get_obj_attr_int (info.abfd, OBJ_ATTR_GNU,
8237 else if (elf_fpu_type != Val_GNU_MIPS_ABI_FP_ANY)
8239 switch (elf_fpu_type)
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 8091 int elf_fpu_type = Val_GNU_MIPS_ABI_FP_ANY; local
8237 elf_fpu_type = bfd_elf_get_obj_attr_int (info.abfd, OBJ_ATTR_GNU,
8243 else if (elf_fpu_type != Val_GNU_MIPS_ABI_FP_ANY)
8245 switch (elf_fpu_type)

Completed in 38 milliseconds