Function weakRef [src]

Prototype

pub fn weakRef(sym: nlist_64) bool

Parameters

sym: nlist_64

Source

pub fn weakRef(sym: nlist_64) bool { return sym.n_desc & N_WEAK_REF != 0; }