foundTLSRange

Returns true if the correct TLS range was found.

If the given info is located in the same image as the given tlsSymbol this will return true.

version(Darwin && D_LP64)
pure nothrow @nogc
bool
foundTLSRange
(,
const void* tlsSymbol
)

Parameters

info dyld_tlv_info

the TLV info containing the TLV base address

tlsSymbol void*

the TLS symbol to search for

Return Value

Type: bool

true if the correct TLS range was found

Meta