Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c141 rej->rej_str = conv_cap_val_hw1(mval, in hwcap1_check()
165 rej->rej_str = conv_cap_val_hw2(mval, in hwcap2_check()
189 rej->rej_str = conv_cap_val_hw3(mval, in hwcap3_check()
216 rej->rej_str = conv_cap_val_sf1(SF1_SUNW_ADDR32, in sfcap1_check()
249 rej->rej_str = stravl_insert(str, 0, 0, 0); in platcap_check()
280 rej->rej_str = stravl_insert(str, 0, 0, 0); in machcap_check()
577 _rej.rej_str = strerror(errno); in cap_dir()
H A Danalyze.c673 if ((rej2->rej_str) && ((rej1->rej_str = in rejection_inherit()
674 stravl_insert(rej2->rej_str, 0, 0, 0)) == NULL)) in rejection_inherit()
675 rej1->rej_str = MSG_ORIG(MSG_EMG_ENOMEM); in rejection_inherit()
1207 rej->rej_str = strerror(EISDIR); in file_open()
1303 rej->rej_str = strerror(errno); in file_open()
1326 rej->rej_str = strerror(errno); in file_open()
1685 rej->rej_str = strerror(err); in map_obj()
1705 rej->rej_str = strerror(errno); in map_obj()
2449 _rej.rej_str = MSG_INTL(MSG_GEN_NOOPEN); in load_path()
2483 _rej.rej_str = strerror(ENOENT); in load_path()
H A Dsetup.c783 NAME(mlmp), rej.rej_str); in setup()
788 NAME(mlmp), rej.rej_str); in setup()
H A Dobject.c281 ofl->ofl_name, rej.rej_str); in elf_obj_fini()
H A Delf.c275 rej->rej_str); in elf_verify()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c229 rej->rej_str = strerror(errno); in find_lib_name()
259 rej->rej_str = strerror(errno); in find_lib_name()
H A Dfiles.c3230 _rej.rej_str = elf_errmsg(-1); in ld_process_ifl()
3247 _rej.rej_str = elf_errmsg(-1); in ld_process_ifl()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h174 const char *rej_str; /* associated with error */ member
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c1224 if (rej->rej_str) in conv_reject_desc()
1225 return ((const char *)rej->rej_str); in conv_reject_desc()