Handbook
Glossary
prebound_dylib_command
Vocabulary
macho
Definition
USING:
alien.c-types
classes.struct
;
IN:
macho
STRUCT:
prebound_dylib_command
{
cmd
uint
initial:
0
}
{
cmdsize
uint
initial:
0
}
{
name
lc_str
initial:
S{
lc_str
{
offset 0
}
{
ptr
f
}
}
}
{
nmodules
uint
initial:
0
}
{
linked_modules
lc_str
initial:
S{
lc_str
{
offset 0
}
{
ptr
f
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
macho
;
M:
prebound_dylib_command
clone
clone-underlying
\
prebound_dylib_command
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
macho
;
M:
prebound_dylib_command
struct-slot-values
{
[
cmd>>
]
[
cmdsize>>
]
[
name>>
]
[
nmodules>>
]
[
linked_modules>>
]
}
cleave>array
;
inline