HomeSort by relevance Sort by last modified time
    Searched refs:EF_SPARCV9_MM (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
sparc.h 165 EF_SPARCV9_MM = 0x3, // memory model mask
  /external/elfutils/backends/
sparc_symbol.c 66 return ((flags &~ (EF_SPARCV9_MM
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sparc.c 674 new_flags &= ~(EF_SPARCV9_MM | EF_SPARC_ISA_EXTENSIONS);
676 & (EF_SPARCV9_MM | EF_SPARC_ISA_EXTENSIONS));
692 old_mm = (old_flags & EF_SPARCV9_MM);
693 new_mm = (new_flags & EF_SPARCV9_MM);
694 old_flags &= ~EF_SPARCV9_MM;
695 new_flags &= ~EF_SPARCV9_MM;
  /toolchain/binutils/binutils-2.25/include/elf/
sparc.h 41 #define EF_SPARCV9_MM 0x3 /* memory model mask */
  /toolchain/binutils/binutils-2.25/gold/
sparc.cc     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 369 milliseconds