• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/binutils/

Lines Matching +defs:other +defs:buf

389   char buf[40];
390 char *bufp = buf;
406 nc += bufp - buf;
408 while (bufp > buf)
416 char buf[32];
417 char *bufp = buf;
429 nc = bufp - buf;
431 while (bufp > buf)
1800 decode_ARM_machine_flags (unsigned e_flags, char buf[])
1811 strcat (buf, ", relocatable executable");
1817 strcat (buf, ", has entry point");
1825 strcat (buf, ", <unrecognized EABI>");
1831 strcat (buf, ", Version1 EABI");
1843 strcat (buf, ", sorted symbol tables");
1854 strcat (buf, ", Version2 EABI");
1866 strcat (buf, ", sorted symbol tables");
1870 strcat (buf, ", dynamic symbols use segment index");
1874 strcat (buf, ", mapping symbols precede others");
1885 strcat (buf, ", Version3 EABI");
1889 strcat (buf, ", Version4 EABI");
1893 strcat (buf, ", Version5 EABI");
1906 strcat (buf, ", BE8");
1910 strcat (buf, ", LE8");
1921 strcat (buf, ", GNU EABI");
1933 strcat (buf, ", interworking enabled");
1937 strcat (buf, ", uses APCS/26");
1941 strcat (buf, ", uses APCS/float");
1945 strcat (buf, ", position independent");
1949 strcat (buf, ", 8 bit structure alignment");
1953 strcat (buf, ", uses new ABI");
1957 strcat (buf, ", uses old ABI");
1961 strcat (buf, ", software FP");
1965 strcat (buf, ", VFP");
1969 strcat (buf, ", Maverick FP");
1980 strcat (buf,", <unknown>");
1986 static char buf[1024];
1988 buf[0] = '\0';
1998 decode_ARM_machine_flags (e_flags, buf);
2008 strcat (buf, ", fr???");
2012 strcat (buf, ", fr300");
2016 strcat (buf, ", fr400");
2019 strcat (buf, ", fr405");
2023 strcat (buf, ", fr450");
2027 strcat (buf, ", fr500");
2030 strcat (buf, ", fr550");
2034 strcat (buf, ", simple");
2037 strcat (buf, ", tomcat");
2044 strcat (buf, ", m68000");
2046 strcat (buf, ", cpu32");
2048 strcat (buf, ", fido_a");
2075 strcat (buf, ", cf, isa ");
2076 strcat (buf, isa);
2078 strcat (buf, additional);
2080 strcat (buf, ", float");
2095 strcat (buf, ", ");
2096 strcat (buf, mac);
2103 strcat (buf, ", emb");
2106 strcat (buf, ", relocatable");
2109 strcat (buf, ", relocatable-lib");
2117 strcat (buf, ", v850e1");
2120 strcat (buf, ", v850e");
2123 strcat (buf, ", v850");
2126 strcat (buf, ", unknown v850 architecture variant");
2134 strcat (buf, ", m32r");
2140 strcat (buf, ", noreorder");
2143 strcat (buf, ", pic");
2146 strcat (buf, ", cpic");
2149 strcat (buf, ", ugen_reserved");
2152 strcat (buf, ", abi2");
2155 strcat (buf, ", odk first");
2158 strcat (buf, ", 32bitmode");
2162 case E_MIPS_MACH_3900: strcat (buf, ", 3900"); break;
2163 case E_MIPS_MACH_4010: strcat (buf, ", 4010"); break;
2164 case E_MIPS_MACH_4100: strcat (buf, ", 4100"); break;
2165 case E_MIPS_MACH_4111: strcat (buf, ", 4111"); break;
2166 case E_MIPS_MACH_4120: strcat (buf, ", 4120"); break;
2167 case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
2168 case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
2169 case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
2170 case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
2171 case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
2177 default: strcat (buf, ", unknown CPU"); break;
2182 case E_MIPS_ABI_O32: strcat (buf, ", o32"); break;
2183 case E_MIPS_ABI_O64: strcat (buf, ", o64"); break;
2184 case E_MIPS_ABI_EABI32: strcat (buf, ", eabi32"); break;
2185 case E_MIPS_ABI_EABI64: strcat (buf, ", eabi64"); break;
2192 default: strcat (buf, ", unknown ABI"); break;
2196 strcat (buf, ", mdmx");
2199 strcat (buf, ", mips16");
2203 case E_MIPS_ARCH_1: strcat (buf, ", mips1"); break;
2204 case E_MIPS_ARCH_2: strcat (buf, ", mips2"); break;
2205 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break;
2206 case E_MIPS_ARCH_4: strcat (buf, ", mips4"); break;
2207 case E_MIPS_ARCH_5: strcat (buf, ", mips5"); break;
2208 case E_MIPS_ARCH_32: strcat (buf, ", mips32"); break;
2209 case E_MIPS_ARCH_32R2: strcat (buf, ", mips32r2"); break;
2210 case E_MIPS_ARCH_64: strcat (buf, ", mips64"); break;
2211 case E_MIPS_ARCH_64R2: strcat (buf, ", mips64r2"); break;
2212 default: strcat (buf, ", unknown ISA"); break;
2220 case EF_SH1: strcat (buf, ", sh1"); break;
2221 case EF_SH2: strcat (buf, ", sh2"); break;
2222 case EF_SH3: strcat (buf, ", sh3"); break;
2223 case EF_SH_DSP: strcat (buf, ", sh-dsp"); break;
2224 case EF_SH3_DSP: strcat (buf, ", sh3-dsp"); break;
2225 case EF_SH4AL_DSP: strcat (buf, ", sh4al-dsp"); break;
2226 case EF_SH3E: strcat (buf, ", sh3e"); break;
2227 case EF_SH4: strcat (buf, ", sh4"); break;
2228 case EF_SH5: strcat (buf, ", sh5"); break;
2229 case EF_SH2E: strcat (buf, ", sh2e"); break;
2230 case EF_SH4A: strcat (buf, ", sh4a"); break;
2231 case EF_SH2A: strcat (buf, ", sh2a"); break;
2232 case EF_SH4_NOFPU: strcat (buf, ", sh4-nofpu"); break;
2233 case EF_SH4A_NOFPU: strcat (buf, ", sh4a-nofpu"); break;
2234 case EF_SH2A_NOFPU: strcat (buf, ", sh2a-nofpu"); break;
2235 case EF_SH3_NOMMU: strcat (buf, ", sh3-nommu"); break;
2236 case EF_SH4_NOMMU_NOFPU: strcat (buf, ", sh4-nommu-nofpu"); break;
2237 case EF_SH2A_SH4_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh4-nommu-nofpu"); break;
2238 case EF_SH2A_SH3_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh3-nommu"); break;
2239 case EF_SH2A_SH4: strcat (buf, ", sh2a-or-sh4"); break;
2240 case EF_SH2A_SH3E: strcat (buf, ", sh2a-or-sh3e"); break;
2241 default: strcat (buf, ", unknown ISA"); break;
2248 strcat (buf, ", v8+");
2251 strcat (buf, ", ultrasparcI");
2254 strcat (buf, ", ultrasparcIII");
2257 strcat (buf, ", halr1");
2260 strcat (buf, ", ledata");
2263 strcat (buf, ", tso");
2266 strcat (buf, ", pso");
2269 strcat (buf, ", rmo");
2276 strcpy (buf, ", PA-RISC 1.0");
2279 strcpy (buf, ", PA-RISC 1.1");
2282 strcpy (buf, ", PA-RISC 2.0");
2288 strcat (buf, ", trapnil");
2290 strcat (buf, ", ext");
2292 strcat (buf, ", lsb");
2294 strcat (buf, ", wide");
2296 strcat (buf, ", no kabp");
2298 strcat (buf, ", lazyswap");
2304 strcat (buf, ", new calling convention");
2307 strcat (buf, ", gnu calling convention");
2312 strcat (buf, ", 64-bit");
2314 strcat (buf, ", 32-bit");
2316 strcat (buf, ", reduced fp model");
2318 strcat (buf, ", no function descriptors, constant gp");
2320 strcat (buf, ", constant gp");
2322 strcat (buf, ", absolute");
2327 strcat (buf, ", non-PIC");
2329 strcat (buf, ", D-Float");
2331 strcat (buf, ", G-Float");
2336 return buf;
6923 get_mips_symbol_other (unsigned int other)
6925 switch (other)
6934 get_symbol_other (unsigned int other)
6939 if (other == 0)
6945 result = get_mips_symbol_other (other);
6953 snprintf (buff, sizeof buff, _("<other>: %x"), other);
7128 /* Check to see if any other bits in the st_other field are set.
7200 /* Check to see if any other bits in the st_other field are set.
7785 /* FIXME: We need to extend this switch statement to cope with other
7918 char buf [64];
7929 snprintf (buf, sizeof (buf), _("%s section data"), section->name);
7933 sec->sh_size, buf);
8949 /* As of Jan 2002 there are no other machine-independent notes
8981 /* On all other arch's, PT_GETREGS == mach+1 and