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

1 2 3

  /toolchain/binutils/binutils-2.25/gold/
defstd.cc 46 elfcpp::STV_HIDDEN, // visibility
58 elfcpp::STV_HIDDEN, // visibility
70 elfcpp::STV_HIDDEN, // visibility
82 elfcpp::STV_HIDDEN, // visibility
94 elfcpp::STV_HIDDEN, // visibility
106 elfcpp::STV_HIDDEN, // visibility
152 elfcpp::STV_HIDDEN, // visibility
target-reloc.h 158 case elfcpp::STV_HIDDEN:
214 if (sym->visibility() == elfcpp::STV_HIDDEN)
tilegx.cc     [all...]
resolve.cc 279 && (to->visibility() == elfcpp::STV_HIDDEN
    [all...]
x86_64.cc     [all...]
i386.cc 954 elfcpp::STV_HIDDEN, 0,
    [all...]
sparc.cc     [all...]
powerpc.cc     [all...]
aarch64.cc     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-3.s 3 ; check STV_HIDDEN and STV_PROTECTED with function and object
  /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 280 Symbol->setVisibility(ELF::STV_HIDDEN);
  /bionic/libc/include/
elf.h 197 #define STV_HIDDEN 2
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sh64.c     [all...]
elf-m10300.c     [all...]
elflink.c 89 h->other = (h->other & ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN;
422 case STV_HIDDEN:
581 h->other = (h->other & ~ELF_ST_VISIBILITY (-1)) | STV_HIDDEN;
585 /* STV_HIDDEN and STV_INTERNAL symbols must be STB_LOCAL in shared objects
589 && (ELF_ST_VISIBILITY (h->other) == STV_HIDDEN
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 692 #define STV_INTERNAL 1 /* OS specific version of STV_HIDDEN */
693 #define STV_HIDDEN 2 /* Can only be seen inside currect component */
    [all...]
mips.h 819 #define STO_HIDDEN STV_HIDDEN
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 103 {"hidden", obj_elf_visibility, STV_HIDDEN},
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 507 if (ESym->getVisibility() == ELF::STV_HIDDEN)
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 451 ECase(STV_HIDDEN)
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 373 visibility = STV_HIDDEN;
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 701 STV_HIDDEN SymVis = 0x2 /* Not visible. */
708 {0x2, "STV_HIDDEN"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 701 STV_HIDDEN SymVis = 0x2 /* Not visible. */
708 {0x2, "STV_HIDDEN"},
    [all...]

Completed in 752 milliseconds

1 2 3