HomeSort by relevance Sort by last modified time
    Searched refs:STV_PROTECTED (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/MC/
MCELF.cpp 57 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
67 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
MCELFStreamer.cpp 182 MCELF::SetVisibility(SD, ELF::STV_PROTECTED);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 50 ELF_STV_Protected = (ELF::STV_PROTECTED << ELF_STV_Shift),
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-3.s 3 ; check STV_HIDDEN and STV_PROTECTED with function and object
  /external/llvm/lib/MC/
MCSymbolELF.cpp 149 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
158 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
MCELFStreamer.cpp 277 Symbol->setVisibility(ELF::STV_PROTECTED);
  /bionic/libc/include/
elf.h 200 #define STV_PROTECTED 3
  /bionic/linker/
linker_mips.cpp 180 } else if (st_visibility == STV_PROTECTED) {
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 694 #define STV_PROTECTED 3 /* Treat as STB_LOCAL inside current component */
    [all...]
mips.h 820 #define STO_PROTECTED STV_PROTECTED
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 367 visibility = STV_PROTECTED;
475 return vis == STV_DEFAULT || vis == STV_PROTECTED;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 449 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 449 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 161 case elfcpp::STV_PROTECTED:
symtab.h 572 || this->visibility_ == elfcpp::STV_PROTECTED)
    [all...]
plugin.cc 1113 vis = elfcpp::STV_PROTECTED;
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 299 Visibility == ELF::STV_PROTECTED));
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 473 ECase(STV_PROTECTED)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 277 return ELF::STV_PROTECTED;
    [all...]
  /external/syslinux/com32/tools/
relocs.c 162 SYM_VISIBILITY(STV_PROTECTED),
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m32c.c 982 case STV_PROTECTED:
983 st_other_str = "STV_PROTECTED";
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 587 STV_PROTECTED = 3
    [all...]

Completed in 1433 milliseconds

1 2 3