Searched refs:N_GETFLAG (Results 1 – 3 of 3) sorted by relevance
291 } else if (N_GETFLAG(*ex) & EX_DYNAMIC) in dump_file()296 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_file()422 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_segs()430 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_segs()
295 if ((N_GETFLAG(hdr.aout) & EX_DPMASK) != EX_DYNAMIC in is_executable()
41 #define N_GETFLAG(ex) \ macro