Searched refs:found_abi (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.h93 enum mips_abi found_abi; member in struct:gdbarch_tdep
H A Dmips-tdep.c8047 enum mips_abi mips_abi, found_abi, wanted_abi; local
8073 found_abi = MIPS_ABI_O32;
8076 found_abi = MIPS_ABI_O64;
8079 found_abi = MIPS_ABI_EABI32;
8082 found_abi = MIPS_ABI_EABI64;
8086 found_abi = MIPS_ABI_N32;
8088 found_abi = MIPS_ABI_UNKNOWN;
8093 if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL)
8094 bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi);
8098 if (found_abi
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.h103 enum mips_abi found_abi {}; enum in struct:mips_gdbarch_tdep
H A Dmips-tdep.c8080 enum mips_abi mips_abi, found_abi, wanted_abi; local
8110 found_abi = MIPS_ABI_O32;
8113 found_abi = MIPS_ABI_O64;
8116 found_abi = MIPS_ABI_EABI32;
8119 found_abi = MIPS_ABI_EABI64;
8123 found_abi = MIPS_ABI_N32;
8125 found_abi = MIPS_ABI_UNKNOWN;
8130 if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL)
8131 bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi);
8135 if (found_abi
[all...]

Completed in 274 milliseconds