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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 222 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
263 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
264 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK;
PPCAsmBackend.cpp 177 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0)
PPCELFObjectWriter.cpp 481 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0;
  /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.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/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;
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 2511 elfsym->internal_elf_sym.st_other &= ~STO_PPC64_LOCAL_MASK;
6743 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0)
6780 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 2547 elfsym->internal_elf_sym.st_other &= ~STO_PPC64_LOCAL_MASK;
6785 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0)
6822 if ((STO_PPC64_LOCAL_MASK & elfsym->internal_elf_sym.st_other) != 0)
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 4292 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4334 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
5806 && (STO_PPC64_LOCAL_MASK & h->other) == 0
7915 & STO_PPC64_LOCAL_MASK)
14102 & STO_PPC64_LOCAL_MASK)
14125 & STO_PPC64_LOCAL_MASK)
16641 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 4300 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4342 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
5814 && (STO_PPC64_LOCAL_MASK & h->other) == 0
7915 & STO_PPC64_LOCAL_MASK)
14100 & STO_PPC64_LOCAL_MASK)
14123 & STO_PPC64_LOCAL_MASK)
16635 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 4299 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4341 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
5808 && (STO_PPC64_LOCAL_MASK & h->other) == 0
7908 & STO_PPC64_LOCAL_MASK)
14083 & STO_PPC64_LOCAL_MASK)
14106 & STO_PPC64_LOCAL_MASK)
16605 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 4292 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
4334 if ((STO_PPC64_LOCAL_MASK & isym->st_other) != 0)
5806 && (STO_PPC64_LOCAL_MASK & h->other) == 0
7907 & STO_PPC64_LOCAL_MASK)
14085 & STO_PPC64_LOCAL_MASK)
14108 & STO_PPC64_LOCAL_MASK)
16619 & STO_PPC64_LOCAL_MASK) <= 1 << STO_PPC64_LOCAL_BIT)
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 14483 if ((other & ~STO_PPC64_LOCAL_MASK) != 0)
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 13975 if ((other & ~STO_PPC64_LOCAL_MASK) != 0)

Completed in 84 milliseconds