OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STV_PROTECTED
(Results
1 - 25
of
79
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp
147
Visibility == ELF::STV_HIDDEN || Visibility == ELF::
STV_PROTECTED
);
MCELFStreamer.cpp
283
Symbol->setVisibility(ELF::
STV_PROTECTED
);
/src/external/gpl3/binutils/dist/ld/
plugin.c
446
visibility =
STV_PROTECTED
;
669
return vis == STV_DEFAULT || vis ==
STV_PROTECTED
;
/src/external/gpl3/binutils.old/dist/ld/
plugin.c
447
visibility =
STV_PROTECTED
;
670
return vis == STV_DEFAULT || vis ==
STV_PROTECTED
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d
444
enum
STV_PROTECTED
= 3;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d
444
enum
STV_PROTECTED
= 3;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d
476
enum
STV_PROTECTED
= 3;
/src/external/gpl3/binutils/dist/bfd/
elfxx-x86.h
224
may be -1 if this symbol was marked to become local.
STV_PROTECTED
232
|| ELF_ST_VISIBILITY ((H)->other) ==
STV_PROTECTED
) \
/src/external/gpl3/binutils/dist/include/elf/
mips.h
882
#define STO_PROTECTED
STV_PROTECTED
common.h
1172
#define
STV_PROTECTED
3 /* Treat as STB_LOCAL inside current component */
/src/external/gpl3/binutils.old/dist/include/elf/
mips.h
882
#define STO_PROTECTED
STV_PROTECTED
/src/external/gpl3/gdb.old/dist/include/elf/
mips.h
882
#define STO_PROTECTED
STV_PROTECTED
/src/external/gpl3/gdb/dist/bfd/
elfxx-x86.h
227
may be -1 if this symbol was marked to become local.
STV_PROTECTED
235
|| ELF_ST_VISIBILITY ((H)->other) ==
STV_PROTECTED
) \
/src/external/gpl3/gdb/dist/include/elf/
mips.h
882
#define STO_PROTECTED
STV_PROTECTED
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d
431
enum
STV_PROTECTED
= 3;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d
436
enum
STV_PROTECTED
= 3;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp
527
[&SI] { SI.Visibility = ELF::
STV_PROTECTED
; })
566
.Case("protected", ELF::
STV_PROTECTED
)
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
538
#define
STV_PROTECTED
3 /* visible, not preemptible */
/src/sys/sys/
exec_elf.h
625
#define
STV_PROTECTED
3 /* visible, not preemptible */
/src/tools/arm-elf2aout/sys/
exec_elf.h
540
#define
STV_PROTECTED
3 /* visible, not preemptible */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
540
#define
STV_PROTECTED
3 /* visible, not preemptible */
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h
1165
STV_PROTECTED
= 3 // Visible in other components but not preemptable
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp
615
case ELF::
STV_PROTECTED
:
/src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp
512
if (!(Visibility == STV_DEFAULT || Visibility ==
STV_PROTECTED
))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp
844
KernelCodeSymbol->setVisibility(ELF::
STV_PROTECTED
);
Completed in 45 milliseconds
1
2
3
4
Indexes created Tue Sep 08 00:25:21 UTC 2026