Searched refs:ABI_N32_P (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-mips.c90 #define ABI_N32_P(abfd) \ macro
1383 if (ABI_N32_P (abfd))
H A Delfn32-mips.c91 #define ABI_N32_P(abfd) \ macro
2183 if (! ABI_N32_P(abfd))
H A Delfxx-mips.c515 #define ABI_N32_P(abfd) \
523 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
654 (ABI_N32_P (abfd) ? "/usr/lib32/libc.so.1" \
5047 if (ABI_N32_P (abfd))
11098 else if (ABI_N32_P (abfd))
513 #define ABI_N32_P macro
/haiku-buildtools/binutils/bfd/
H A Delf32-mips.c89 #define ABI_N32_P(abfd) \ macro
2291 if (ABI_N32_P (abfd))
H A Delfn32-mips.c90 #define ABI_N32_P(abfd) \ macro
3514 if (!ABI_N32_P (abfd))
H A Delfxx-mips.c791 #define ABI_N32_P(abfd) \
799 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
957 (ABI_N32_P (abfd) ? "/usr/lib32/libc.so.1" \
6867 if (ABI_N32_P (abfd))
9844 else if (ABI_N32_P (output_bfd))
11398 else if (ABI_N32_P (output_bfd))
15996 else if (ABI_N32_P (abfd))
789 #define ABI_N32_P macro

Completed in 593 milliseconds