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

  /external/llvm/lib/MC/
MCELF.cpp 58 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
68 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
MCELFStreamer.cpp 181 MCELF::SetVisibility(SD, ELF::STV_PROTECTED);
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 50 ELF_STV_Protected = (ELF::STV_PROTECTED << ELF_STV_Shift),
  /external/llvm/include/llvm/Support/
ELF.h 643 STV_PROTECTED = 3 // Visible in other components but not preemptable
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 279 return ELF::STV_PROTECTED;
    [all...]
  /external/elfutils/libelf/
elf.h 480 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 483 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /external/elfutils/src/
readelf.c 667 case STV_PROTECTED:
    [all...]
  /external/valgrind/main/perf/
tinycc.c 486 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]

Completed in 1946 milliseconds