OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_WEAK_DEF
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
nlist.d
275
* The
N_WEAK_DEF
bit of the n_desc field indicates to the static and dynamic
280
N_WEAK_DEF
= 0x0080,
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
418
NDesc |= MachO::
N_WEAK_DEF
;
567
if ((NDesc & MachO::
N_WEAK_DEF
) == MachO::
N_WEAK_DEF
)
573
(NDesc & MachO::
N_WEAK_DEF
) == MachO::
N_WEAK_DEF
) {
574
if ((NDesc & (MachO::N_WEAK_REF | MachO::
N_WEAK_DEF
)) ==
575
(MachO::N_WEAK_REF | MachO::
N_WEAK_DEF
))
1303
S.NDesc |= MachO::
N_WEAK_DEF
;
1569
// Odd that we are using
N_WEAK_DEF
on an undefined symbol but that is
1572
W.NDesc = MachO::
N_WEAK_DEF
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp
64
if ((Desc & MachO::
N_WEAK_DEF
) || (Desc & MachO::N_WEAK_REF))
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
340
N_WEAK_DEF
= 0x0080u,
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
1875
if (MachOFlags & (MachO::N_WEAK_REF | MachO::
N_WEAK_DEF
))
Completed in 25 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026