Home | History | Annotate | Download | only in elfcpp

Lines Matching full:elfcpp

7 // This file is part of elfcpp.
39 namespace elfcpp
331 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
335 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
339 abi_n32(elfcpp::Elf_Word e_flags)
340 { return (e_flags & elfcpp::EF_MIPS_ABI2) != 0; }
345 { return ei_class == elfcpp::ELFCLASS64; }
349 is_micromips(elfcpp::Elf_Word e_flags)
350 { return (e_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS) != 0; }
379 } // End namespace elfcpp.