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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c692 static unsigned int ppc_obj64 = BFD_DEFAULT_TARGET_SIZE == 64;
983 ppc_obj64 = 1;
989 ppc_obj64 = 0;
1146 if (ppc_obj64)
1191 if (ppc_obj64)
1209 return (ppc_obj64 ? "aix5coff64-rs6000" : "aixcoff-rs6000");
1211 return (ppc_obj64 ? "aixcoff64-rs6000" : "aixcoff-rs6000");
1220 ? (ppc_obj64 ? "elf64-powerpc" : "elf32-powerpc")
1221 : (ppc_obj64 ? "elf64-powerpcle" : "elf32-powerpcle"));
1394 ppc_cie_data_alignment = ppc_obj64
687 static unsigned int ppc_obj64 = BFD_DEFAULT_TARGET_SIZE == 64; variable
[all...]

Completed in 129 milliseconds