Home
last modified time | relevance | path

Searched refs:N_GETFLAG (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/usr.bin/ldd/
Dsods.c291 } 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()
Dldd.c295 if ((N_GETFLAG(hdr.aout) & EX_DPMASK) != EX_DYNAMIC in is_executable()
/freebsd-9-stable/sys/sys/
Dimgact_aout.h41 #define N_GETFLAG(ex) \ macro