Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dmips-tdep.c136 enum mips_abi found_abi; member
5365 enum mips_abi mips_abi, found_abi, wanted_abi; in mips_gdbarch_init() local
5384 found_abi = MIPS_ABI_O32; in mips_gdbarch_init()
5387 found_abi = MIPS_ABI_O64; in mips_gdbarch_init()
5390 found_abi = MIPS_ABI_EABI32; in mips_gdbarch_init()
5393 found_abi = MIPS_ABI_EABI64; in mips_gdbarch_init()
5397 found_abi = MIPS_ABI_N32; in mips_gdbarch_init()
5399 found_abi = MIPS_ABI_UNKNOWN; in mips_gdbarch_init()
5404 if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL) in mips_gdbarch_init()
5405 bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi); in mips_gdbarch_init()
[all …]