firstTLVDescriptor

Returns the first TLV descriptor of the given section.

version(Darwin && D_LP64)
pure nothrow @nogc
firstTLVDescriptor
(,
intptr_t slide
)

Parameters

section section_64

the section to get the TLV descriptor from

slide intptr_t

the slide

Return Value

Type: const(tlv_descriptor)*

the TLV descriptor

Meta