HomeSort by: relevance | last modified time | path
    Searched refs:STO_PPC64_LOCAL_BIT (Results 1 - 14 of 14) 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/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 284 return 1 << ELF::STO_PPC64_LOCAL_BIT;
290 return (int)Log2(Offset) << (int)ELF::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;
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 7916 > 1 << STO_PPC64_LOCAL_BIT)))
14103 > 1 << STO_PPC64_LOCAL_BIT)))
14126 == 1 << STO_PPC64_LOCAL_BIT))
16641 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 7916 > 1 << STO_PPC64_LOCAL_BIT)))
14101 > 1 << STO_PPC64_LOCAL_BIT)))
14124 == 1 << STO_PPC64_LOCAL_BIT))
16635 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 7909 > 1 << STO_PPC64_LOCAL_BIT)))
14084 > 1 << STO_PPC64_LOCAL_BIT)))
14107 == 1 << STO_PPC64_LOCAL_BIT))
16605 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 7908 > 1 << STO_PPC64_LOCAL_BIT)))
14086 > 1 << STO_PPC64_LOCAL_BIT)))
14109 == 1 << STO_PPC64_LOCAL_BIT))
16619 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 2495 encoded = exp.X_add_number << STO_PPC64_LOCAL_BIT;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 2531 encoded = exp.X_add_number << STO_PPC64_LOCAL_BIT;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 14486 other >>= STO_PPC64_LOCAL_BIT;
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 13978 other >>= STO_PPC64_LOCAL_BIT;

Completed in 78 milliseconds