HomeSort by relevance Sort by last modified time
    Searched refs:STV_PROTECTED (Results 1 - 10 of 10) 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 215 MCELF::SetVisibility(SD, ELF::STV_PROTECTED);
  /external/llvm/include/llvm/MC/
MCELFSymbolFlags.h 51 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...]
  /external/llvm/lib/Object/
ELFYAML.cpp 377 ECase(STV_PROTECTED)
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 492 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /external/elfutils/0.153/src/
readelf.c 874 case STV_PROTECTED:
    [all...]

Completed in 1002 milliseconds