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

  /src/external/gpl3/binutils/dist/include/elf/
ppc64.h 257 #define STO_PPC64_LOCAL_BIT 5
258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
283 >> STO_PPC64_LOCAL_BIT)
286 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
  /src/external/gpl3/binutils.old/dist/include/elf/
ppc64.h 257 #define STO_PPC64_LOCAL_BIT 5
258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
283 >> STO_PPC64_LOCAL_BIT)
286 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
  /src/external/gpl3/gdb.old/dist/include/elf/
ppc64.h 257 #define STO_PPC64_LOCAL_BIT 5
258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
283 >> STO_PPC64_LOCAL_BIT)
286 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
  /src/external/gpl3/gdb/dist/include/elf/
ppc64.h 257 #define STO_PPC64_LOCAL_BIT 5
258 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
283 >> STO_PPC64_LOCAL_BIT)
286 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 405 STO_PPC64_LOCAL_BIT = 5,
406 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
409 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;

Completed in 78 milliseconds