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

Lines Matching defs:e_flags

33   in e_flags, then the odds are good that it will remain internally
1800 decode_ARM_machine_flags (unsigned e_flags, char buf[])
1805 eabi = EF_ARM_EABI_VERSION (e_flags);
1806 e_flags &= ~ EF_ARM_EABIMASK;
1809 if (e_flags & EF_ARM_RELEXEC)
1812 e_flags &= ~ EF_ARM_RELEXEC;
1815 if (e_flags & EF_ARM_HASENTRY)
1818 e_flags &= ~ EF_ARM_HASENTRY;
1826 if (e_flags)
1832 while (e_flags)
1837 flag = e_flags & - e_flags;
1838 e_flags &= ~ flag;
1855 while (e_flags)
1860 flag = e_flags & - e_flags;
1861 e_flags &= ~ flag;
1895 while (e_flags)
1900 flag = e_flags & - e_flags;
1901 e_flags &= ~ flag;
1922 while (e_flags)
1927 flag = e_flags & - e_flags;
1928 e_flags &= ~ flag;
1984 get_machine_flags (unsigned e_flags, unsigned e_machine)
1990 if (e_flags)
1998 decode_ARM_machine_flags (e_flags, buf);
2002 switch (e_flags & EF_FRV_CPU_MASK)
2043 if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
2045 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32)
2047 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
2055 switch (e_flags & EF_M68K_CF_ISA_MASK)
2079 if (e_flags & EF_M68K_CF_FLOAT)
2081 switch (e_flags & EF_M68K_CF_MAC_MASK)
2102 if (e_flags & EF_PPC_EMB)
2105 if (e_flags & EF_PPC_RELOCATABLE)
2108 if (e_flags & EF_PPC_RELOCATABLE_LIB)
2114 switch (e_flags & EF_V850_ARCH)
2133 if ((e_flags & EF_M32R_ARCH) == E_M32R_ARCH)
2139 if (e_flags & EF_MIPS_NOREORDER)
2142 if (e_flags & EF_MIPS_PIC)
2145 if (e_flags & EF_MIPS_CPIC)
2148 if (e_flags & EF_MIPS_UCODE)
2151 if (e_flags & EF_MIPS_ABI2)
2154 if (e_flags & EF_MIPS_OPTIONS_FIRST)
2157 if (e_flags & EF_MIPS_32BITMODE)
2160 switch ((e_flags & EF_MIPS_MACH))
2180 switch ((e_flags & EF_MIPS_ABI))
2195 if (e_flags & EF_MIPS_ARCH_ASE_MDMX)
2198 if (e_flags & EF_MIPS_ARCH_ASE_M16)
2201 switch ((e_flags & EF_MIPS_ARCH))
2218 switch ((e_flags & EF_SH_MACH_MASK))
2247 if (e_flags & EF_SPARC_32PLUS)
2250 if (e_flags & EF_SPARC_SUN_US1)
2253 if (e_flags & EF_SPARC_SUN_US3)
2256 if (e_flags & EF_SPARC_HAL_R1)
2259 if (e_flags & EF_SPARC_LEDATA)
2262 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_TSO)
2265 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_PSO)
2268 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_RMO)
2273 switch (e_flags & EF_PARISC_ARCH)
2287 if (e_flags & EF_PARISC_TRAPNIL)
2289 if (e_flags & EF_PARISC_EXT)
2291 if (e_flags & EF_PARISC_LSB)
2293 if (e_flags & EF_PARISC_WIDE)
2295 if (e_flags & EF_PARISC_NO_KABP)
2297 if (e_flags & EF_PARISC_LAZYSWAP)
2303 if ((e_flags & EF_PICOJAVA_NEWCALLS) == EF_PICOJAVA_NEWCALLS)
2306 if ((e_flags & EF_PICOJAVA_GNUCALLS) == EF_PICOJAVA_GNUCALLS)
2311 if ((e_flags & EF_IA_64_ABI64))
2315 if ((e_flags & EF_IA_64_REDUCEDFP))
2317 if ((e_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
2319 else if ((e_flags & EF_IA_64_CONS_GP))
2321 if ((e_flags & EF_IA_64_ABSOLUTE))
2326 if ((e_flags & EF_VAX_NONPIC))
2328 if ((e_flags & EF_VAX_DFLOAT))
2330 if ((e_flags & EF_VAX_GFLOAT))
3222 (unsigned long) elf_header.e_flags,
3223 get_machine_flags (elf_header.e_flags, elf_header.e_machine));
4071 if ((elf_header.e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64
4078 switch (elf_header.e_flags & EF_H8_MACH)
9231 elf_header.e_flags = BYTE_GET (ehdr32.e_flags);
9263 elf_header.e_flags = BYTE_GET (ehdr64.e_flags);