| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSymbolELF.cpp | 152 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility() 161 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in getVisibility()
|
| H A D | MCELFStreamer.cpp | 267 Symbol->setVisibility(ELF::STV_PROTECTED); in EmitSymbolAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Symbols.cpp | 233 if (Visibility != STV_DEFAULT && Visibility != STV_PROTECTED) in computeBinding()
|
| H A D | Writer.cpp | 1890 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 D | InputFiles.cpp | 1138 return STV_PROTECTED; in mapVisibility()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | mips.h | 722 #define STO_PROTECTED STV_PROTECTED
|
| H A D | common.h | 535 #define STV_PROTECTED 3 /* Treat as STB_LOCAL inside current component */ macro
|
| H A D | ChangeLog-9103 | 1094 (STV_PROTECTED): Value for symbol visibility.
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1063 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 841 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf64-x86-64.c | 2268 && 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 D | elflink.c | 1075 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 D | elf32-i386.c | 2471 && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) in elf_i386_relocate_section()
|
| H A D | elf.c | 1488 case STV_PROTECTED: fprintf (file, " .protected"); break; in bfd_elf_print_symbol()
|
| H A D | ChangeLog-0203 | 10831 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 584 ECase(STV_PROTECTED); in enumeration()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 101 {"protected", obj_elf_visibility, STV_PROTECTED},
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 341 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1335 _ELF_DEFINE_STV(STV_PROTECTED, 3, \
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2107 case ELF::STV_PROTECTED: in printSymbolTable()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1104 {"PROTECTED", "PROTECTED", ELF::STV_PROTECTED}}; 1387 LLVM_READOBJ_ENUM_ENT(ELF, STV_PROTECTED)
|
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | rtld.c | 4156 ELF_ST_VISIBILITY(req1.sym_out->st_other) == STV_PROTECTED)) { in symlook_default()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 1065 case STV_PROTECTED: return "PROTECTED"; in st_vis()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 6919 case STV_PROTECTED: return "PROTECTED"; in get_symbol_visibility()
|