Home
last modified time | relevance | path

Searched refs:STV_PROTECTED (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSymbolELF.cpp152 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()
161 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in getVisibility()
H A DMCELFStreamer.cpp267 Symbol->setVisibility(ELF::STV_PROTECTED); in EmitSymbolAttribute()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp233 if (Visibility != STV_DEFAULT && Visibility != STV_PROTECTED) in computeBinding()
H A DWriter.cpp1890 addOptionalRegular(Saver.save("__start_" + S), Sec, 0, STV_PROTECTED); in addStartStopSymbols()
1891 addOptionalRegular(Saver.save("__stop_" + S), Sec, -1, STV_PROTECTED); in addStartStopSymbols()
H A DInputFiles.cpp1138 return STV_PROTECTED; in mapVisibility()
/freebsd-12.1/contrib/binutils/include/elf/
H A Dmips.h722 #define STO_PROTECTED STV_PROTECTED
H A Dcommon.h535 #define STV_PROTECTED 3 /* Treat as STB_LOCAL inside current component */ macro
H A DChangeLog-91031094 (STV_PROTECTED): Value for symbol visibility.
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1063 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h841 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/freebsd-12.1/contrib/binutils/bfd/
H A Delf64-x86-64.c2268 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) in elf64_x86_64_relocate_section()
2346 || ELF_ST_VISIBILITY (h->other) != STV_PROTECTED in elf64_x86_64_relocate_section()
2353 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) in elf64_x86_64_relocate_section()
H A Delflink.c1075 if (ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) in _bfd_elf_merge_symbol()
1103 if (ELF_ST_VISIBILITY (sym->st_other) == STV_PROTECTED) in _bfd_elf_merge_symbol()
2739 case STV_PROTECTED: in _bfd_elf_dynamic_symbol_p()
2812 if (ELF_ST_VISIBILITY (h->other) != STV_PROTECTED) in _bfd_elf_symbol_refs_local_p()
8132 ELF_ST_VISIBILITY (sym.st_other) == STV_PROTECTED in elf_link_output_extsym()
H A Delf32-i386.c2471 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) in elf_i386_relocate_section()
H A Delf.c1488 case STV_PROTECTED: fprintf (file, " .protected"); break; in bfd_elf_print_symbol()
H A DChangeLog-020310831 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp584 ECase(STV_PROTECTED); in enumeration()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c101 {"protected", obj_elf_visibility, STV_PROTECTED},
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h341 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1335 _ELF_DEFINE_STV(STV_PROTECTED, 3, \
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2107 case ELF::STV_PROTECTED: in printSymbolTable()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1104 {"PROTECTED", "PROTECTED", ELF::STV_PROTECTED}};
1387 LLVM_READOBJ_ENUM_ENT(ELF, STV_PROTECTED)
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c4156 ELF_ST_VISIBILITY(req1.sym_out->st_other) == STV_PROTECTED)) { in symlook_default()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1065 case STV_PROTECTED: return "PROTECTED"; in st_vis()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c6919 case STV_PROTECTED: return "PROTECTED"; in get_symbol_visibility()