Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmips-tdep.c4626 enum mips_abi *abip = (enum mips_abi *) obj; in mips_find_abi_section() local
4629 if (*abip != MIPS_ABI_UNKNOWN) in mips_find_abi_section()
4636 *abip = MIPS_ABI_O32; in mips_find_abi_section()
4638 *abip = MIPS_ABI_N32; in mips_find_abi_section()
4640 *abip = MIPS_ABI_N64; in mips_find_abi_section()
4642 *abip = MIPS_ABI_O64; in mips_find_abi_section()
4644 *abip = MIPS_ABI_EABI32; in mips_find_abi_section()
4646 *abip = MIPS_ABI_EABI64; in mips_find_abi_section()