Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h209 #define EM_PPC_OLD 17 macro
H A DChangeLog-91031808 (EM_PPC_OLD): Define this to be the old value of EM_PPC.
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c7789 #ifdef EM_PPC_OLD
7790 #define ELF_MACHINE_ALT2 EM_PPC_OLD
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c1701 case EM_PPC_OLD: return "Power PC (old)"; in get_machine_name()