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

1 2

  /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),
  /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);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSymbolELF.cpp 152 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
161 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
MCELFStreamer.cpp 267 Symbol->setVisibility(ELF::STV_PROTECTED);
  /development/vndk/tools/header-checker/src/repr/symbol/
so_file_parser.cpp 76 visibility == llvm::ELF::STV_PROTECTED));
  /bionic/linker/
linker_mips.cpp 179 } else if (st_visibility == STV_PROTECTED) {
  /bionic/libc/include/
elf.h 528 #define STV_PROTECTED 3
  /external/u-boot/include/
elf.h 399 #define STV_PROTECTED 3 /* Not preemptible, not exported */
  /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...]
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 336 Visibility == ELF::STV_PROTECTED));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 574 ECase(STV_PROTECTED);
  /external/kmod/port-gnu/
elf.h 516 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/libelf/
elf.h 628 #define STV_PROTECTED 3 /* Not preemptible, not exported */
    [all...]

Completed in 1019 milliseconds

1 2