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

  /src/external/gpl3/gdb/dist/gdb/
nds32-tdep.h 54 int elf_abi = 0; member in struct:nds32_gdbarch_tdep
nds32-tdep.c 512 nds32_abi_use_fpr (int elf_abi)
514 return elf_abi == E_NDS_ABI_V2FP_PLUS;
521 nds32_abi_split (int elf_abi)
523 return elf_abi == E_NDS_ABI_AABI;
616 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1178 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1229 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1435 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1436 int abi_split = nds32_abi_split (tdep->elf_abi);
1662 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1950 int elf_abi = E_NDS_ABI_AABI; local
    [all...]
ppc-tdep.h 217 enum powerpc_elf_abi elf_abi {}; /* ELF ABI version. */ enum in struct:ppc_gdbarch_tdep
rs6000-tdep.c 7608 enum powerpc_elf_abi elf_abi = POWERPC_ELF_AUTO;
8167 elf_abi = POWERPC_ELF_V1;
8170 elf_abi = POWERPC_ELF_V2;
8236 if (elf_abi == POWERPC_ELF_AUTO)
8239 elf_abi = POWERPC_ELF_V2;
8241 elf_abi = POWERPC_ELF_V1;
8287 if (tdep && tdep->elf_abi != elf_abi)
8312 tdep->elf_abi = elf_abi;
7604 enum powerpc_elf_abi elf_abi = POWERPC_ELF_AUTO; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
nds32-tdep.h 54 int elf_abi = 0; member in struct:nds32_gdbarch_tdep
nds32-tdep.c 512 nds32_abi_use_fpr (int elf_abi)
514 return elf_abi == E_NDS_ABI_V2FP_PLUS;
521 nds32_abi_split (int elf_abi)
523 return elf_abi == E_NDS_ABI_AABI;
616 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1178 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1229 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1435 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1436 int abi_split = nds32_abi_split (tdep->elf_abi);
1662 int abi_use_fpr = nds32_abi_use_fpr (tdep->elf_abi);
1950 int elf_abi = E_NDS_ABI_AABI; local
    [all...]
ppc-tdep.h 217 enum powerpc_elf_abi elf_abi {}; /* ELF ABI version. */ enum in struct:ppc_gdbarch_tdep
rs6000-tdep.c 7609 enum powerpc_elf_abi elf_abi = POWERPC_ELF_AUTO;
8168 elf_abi = POWERPC_ELF_V1;
8171 elf_abi = POWERPC_ELF_V2;
8237 if (elf_abi == POWERPC_ELF_AUTO)
8240 elf_abi = POWERPC_ELF_V2;
8242 elf_abi = POWERPC_ELF_V1;
8288 if (tdep && tdep->elf_abi != elf_abi)
8313 tdep->elf_abi = elf_abi;
7605 enum powerpc_elf_abi elf_abi = POWERPC_ELF_AUTO; local
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
loongarch.h 217 int elf_abi; member in struct:loongarch_ASEs_option::opt_abi
219 #define ase_abi abi.elf_abi
  /src/external/gpl3/binutils/dist/include/opcode/
loongarch.h 291 int elf_abi; member in struct:loongarch_ASEs_option::opt_abi
293 #define ase_abi abi.elf_abi
  /src/external/gpl3/binutils.old/dist/include/opcode/
loongarch.h 283 int elf_abi; member in struct:loongarch_ASEs_option::opt_abi
285 #define ase_abi abi.elf_abi
  /src/external/gpl3/gdb/dist/include/opcode/
loongarch.h 283 int elf_abi; member in struct:loongarch_ASEs_option::opt_abi
285 #define ase_abi abi.elf_abi

Completed in 41 milliseconds