Handbook
Glossary
dylib-export? ( symtab-entry -- ? )
Vocabulary
macho
Inputs
symtab-entry
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
kernel
math
;
IN:
macho
:
dylib-export?
( symtab-entry -- ? )
n_type>>
{
[
N_EXT
bitand
zero?
not
]
[
N_TYPE
bitand
N_UNDF
=
not
]
}
1&&
;