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

  /external/llvm/lib/MC/
MCELF.cpp 59 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
69 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
MCELFStreamer.cpp 214 MCELF::SetVisibility(SD, ELF::STV_PROTECTED);
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 50 ELF_STV_Protected = (ELF::STV_PROTECTED << ELF_STV_Shift),
  /bionic/libc/include/sys/
exec_elf.h 508 #define STV_PROTECTED 3 /* visible, not preemptible */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 483 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 483 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 483 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /external/elfutils/libelf/
elf.h 493 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /external/elfutils/src/
readelf.c 810 case STV_PROTECTED:
    [all...]
  /external/valgrind/main/perf/
tinycc.c 486 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]

Completed in 58 milliseconds