HomeSort by relevance Sort by last modified time
    Searched refs:STV_PROTECTED (Results 1 - 13 of 13) 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 243 MCELF::SetVisibility(SD, ELF::STV_PROTECTED);
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 50 ELF_STV_Protected = (ELF::STV_PROTECTED << ELF_STV_Shift),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 213 STV_PROTECTED = 3 /* Not preemptable, not exported */
elf-objfmt.c 187 { "protected", 0, elf_global_helper_vis, 0, STV_PROTECTED },
    [all...]
  /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 539 milliseconds