Handbook
Glossary
Elf64_Shdr-array
Vocabulary
specialized-arrays
.
instances
.
elf
.
Elf64_Shdr
Definition
USING:
alien
sequences.private
;
IN:
specialized-arrays.instances.elf.Elf64_Shdr
TUPLE:
Elf64_Shdr-array
{
underlying
c-ptr
read-only
initial:
f
}
{
length
array-capacity
read-only
initial:
0
}
;
final
Methods
USING:
prettyprint.custom
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
>pprint-sequence
;
USING:
accessors
kernel
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
clone
[
underlying>>
clone
]
[
length>>
]
bi
<direct-Elf64_Shdr-array>
;
inline
USING:
kernel
specialized-arrays.instances.elf.Elf64_Shdr
specialized-arrays.private
;
M:
Elf64_Shdr-array
direct-like
drop
<direct-Elf64_Shdr-array>
;
inline
USING:
alien
alien.c-types
elf
kernel
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
element-size
drop
\
Elf64_Shdr
heap-size
;
inline
USING:
classes
kernel
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
equal?
over
Elf64_Shdr-array
instance?
[
sequence=
]
[
2drop
f
]
if
;
USING:
accessors
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
length
length>>
;
inline
USING:
alien.data
classes
elf
kernel
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
like
drop
dup
Elf64_Shdr-array
instance?
[
\
Elf64_Shdr
>c-array
]
unless
;
inline
USING:
kernel
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
new-sequence
drop
(Elf64_Shdr-array)
;
inline
USING:
accessors
alien
alien.c-types
elf
kernel
specialized-arrays.instances.elf.Elf64_Shdr
specialized-arrays.private
;
M:
Elf64_Shdr-array
nth-c-ptr
underlying>>
\
Elf64_Shdr
array-accessor
drop
swap
<displaced-alien>
;
inline
USING:
accessors
alien.c-types
elf
kernel
math
sequences.private
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
nth-unsafe
[
integer>fixnum
]
dip
underlying>>
\
Elf64_Shdr
alien-element
;
inline
USING:
kernel
prettyprint.custom
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
pprint-delims
drop
\
Elf64_Shdr-array{
\
}
;
USING:
accessors
alien.c-types
byte-arrays
elf
kernel
math
sequences.private
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
resize
[
[
\
Elf64_Shdr
heap-size
*
]
[
underlying>>
]
bi*
resize-byte-array
]
[
drop
]
2bi
<direct-Elf64_Shdr-array>
;
inline
USING:
accessors
alien.c-types
elf
kernel
math
sequences.private
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
set-nth-unsafe
[
integer>fixnum
]
dip
underlying>>
\
Elf64_Shdr
set-alien-element
;
inline
USING:
elf
kernel
specialized-arrays
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
underlying-type
drop
\
Elf64_Shdr
;
USING:
alien.c-types
elf
math
math.vectors
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
v*high
[
*
\
Elf64_Shdr
heap-size
neg
shift
]
2map
;
inline
USING:
alien.c-types
elf
math
math.vectors
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
vs*
[
*
\
Elf64_Shdr
c-type-clamp
]
2map
;
inline
USING:
alien.c-types
elf
math
math.vectors
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
vs+
[
+
\
Elf64_Shdr
c-type-clamp
]
2map
;
inline
USING:
alien.c-types
elf
math
math.vectors
sequences
specialized-arrays.instances.elf.Elf64_Shdr
;
M:
Elf64_Shdr-array
vs-
[
-
\
Elf64_Shdr
c-type-clamp
]
2map
;
inline