Home
last modified time | relevance | path

Searched refs:FLG_IF_CMDLINE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c189 if (!(flags & FLG_IF_CMDLINE)) in ld_sup_open()
239 if (!(flags & FLG_IF_CMDLINE)) in ld_sup_file()
H A Dfiles.c3300 if ((flags & FLG_IF_CMDLINE) || in ld_process_ifl()
3301 (ifl->ifl_flags & FLG_IF_CMDLINE)) { in ld_process_ifl()
H A Dargs.c2131 (FLG_IF_CMDLINE | FLG_IF_NEEDED), &rej, NULL); in process_files_com()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h870 #define FLG_IF_CMDLINE 0x00000001 /* full filename specified from the */ macro