HomeSort by: relevance | last modified time | path
    Searched defs:STO_PPC64_LOCAL_MASK (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
ppc64.h 258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
282 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
  /src/external/gpl3/binutils.old/dist/include/elf/
ppc64.h 258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
282 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
  /src/external/gpl3/gdb/dist/include/elf/
ppc64.h 258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
282 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
  /src/external/gpl3/gdb.old/dist/include/elf/
ppc64.h 258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
282 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 406 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
409 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;

Completed in 30 milliseconds