Function ext [src]
Prototype
pub fn ext(sym: nlist_64) bool Parameters
sym: nlist_64 Source
pub fn ext(sym: nlist_64) bool {
return N_EXT & sym.n_type != 0;
} pub fn ext(sym: nlist_64) bool sym: nlist_64 pub fn ext(sym: nlist_64) bool {
return N_EXT & sym.n_type != 0;
}