Searched refs:EX_DYNAMIC (Results 1 – 3 of 3) sorted by relevance
293 } else if (N_GETFLAG(*ex) & EX_DYNAMIC) in dump_file()298 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_file()424 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_segs()432 if (N_GETFLAG(*ex) & EX_DYNAMIC) { in dump_segs()
314 if ((N_GETFLAG(hdr.aout) & EX_DPMASK) != EX_DYNAMIC in is_executable()
148 #define EX_DYNAMIC 0x20 /* contains run-time link-edit info */ macro