Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c831 cexp_ident_add(Mapfile *mf, const char *name) in cexp_ident_add() function
904 if (cexp_ident_add(NULL, (ld_targ.t_m.m_class == ELFCLASS32) ? in cexp_ident_init()
912 if (cexp_ident_add(NULL, MSG_ORIG(MSG_STR_UX86)) == 0) in cexp_ident_init()
918 if (cexp_ident_add(NULL, MSG_ORIG(MSG_STR_USPARC)) == 0) in cexp_ident_init()
924 if (cexp_ident_add(NULL, MSG_ORIG(MSG_STR_TRUE)) == 0) in cexp_ident_init()
1440 if (pass && !cexp_ident_add(&arg_mf, arg_mf.mf_next)) in cdir_process()