Function indr [src]

Prototype

pub fn indr(sym: nlist_64) bool

Parameters

sym: nlist_64

Source

pub fn indr(sym: nlist_64) bool { const type_ = N_TYPE & sym.n_type; return type_ == N_INDR; }