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