Function undf [src]
Prototype
 pub fn undf(sym: nlist_64) bool  Parameters
sym: nlist_64 Source
 pub fn undf(sym: nlist_64) bool {
    const type_ = N_TYPE & sym.n_type;
    return type_ == N_UNDF;
}   pub fn undf(sym: nlist_64) bool  sym: nlist_64  pub fn undf(sym: nlist_64) bool {
    const type_ = N_TYPE & sym.n_type;
    return type_ == N_UNDF;
}