Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/ldd/
Dsods.c293 } 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()
Dldd.c314 if ((N_GETFLAG(hdr.aout) & EX_DPMASK) != EX_DYNAMIC in is_executable()
/freebsd-12-stable/sys/sys/
Dimgact_aout.h148 #define EX_DYNAMIC 0x20 /* contains run-time link-edit info */ macro