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

  /toolchain/binutils/binutils-2.25/include/elf/
ppc64.h 203 #define STO_PPC64_LOCAL_BIT 5
204 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
229 >> STO_PPC64_LOCAL_BIT)
232 ppc64_encode_local_entry (val) << STO_PPC64_LOCAL_BIT
  /toolchain/binutils/binutils-2.25/elfcpp/
powerpc.h 248 STO_PPC64_LOCAL_BIT = 5,
  /external/llvm/include/llvm/Support/
ELF.h 390 STO_PPC64_LOCAL_BIT = 5,
391 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
395 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
407 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 389 STO_PPC64_LOCAL_BIT = 5,
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
400 return Val << STO_PPC64_LOCAL_BIT;
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 748 #define STO_PPC64_LOCAL_BIT 5
749 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
753 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
    [all...]

Completed in 1105 milliseconds