Function pext [src]

Prototype

pub fn pext(sym: nlist_64) bool

Parameters

sym: nlist_64

Source

pub fn pext(sym: nlist_64) bool { return N_PEXT & sym.n_type != 0; }