Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h891 #define FLG_IF_MAPFILE 0x00002000 /* file is a mapfile */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c176 ifl->ifl_flags = (FLG_IF_MAPFILE | FLG_IF_NEEDED | FLG_IF_FILEREF); in ld_map_ifl()
H A Dsyms.c642 if ((ifl == NULL) || ((ifl->ifl_flags & FLG_IF_MAPFILE) == 0)) in ld_sym_enter()