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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 7600 int wordsize, from_xcoff_exec, from_elf_exec;
7624 from_elf_exec = info.abfd && info.abfd->format == bfd_object &&
7636 else if (from_elf_exec)
8162 if (from_elf_exec)
8177 if (soft_float_flag == AUTO_BOOLEAN_AUTO && from_elf_exec)
8193 if (long_double_abi == POWERPC_LONG_DOUBLE_AUTO && from_elf_exec)
8209 if (vector_abi == POWERPC_VEC_AUTO && from_elf_exec)
7596 int wordsize, from_xcoff_exec, from_elf_exec; local
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 7601 int wordsize, from_xcoff_exec, from_elf_exec;
7625 from_elf_exec = info.abfd && info.abfd->format == bfd_object &&
7637 else if (from_elf_exec)
8163 if (from_elf_exec)
8178 if (soft_float_flag == AUTO_BOOLEAN_AUTO && from_elf_exec)
8194 if (long_double_abi == POWERPC_LONG_DOUBLE_AUTO && from_elf_exec)
8210 if (vector_abi == POWERPC_VEC_AUTO && from_elf_exec)
7597 int wordsize, from_xcoff_exec, from_elf_exec; local

Completed in 35 milliseconds