Searched refs:rej_str (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 130 rej->rej_str = conv_cap_val_hw1(mval, in hwcap1_check() 154 rej->rej_str = conv_cap_val_hw2(mval, in hwcap2_check() 181 rej->rej_str = conv_cap_val_sf1(SF1_SUNW_ADDR32, in sfcap1_check() 214 rej->rej_str = stravl_insert(str, 0, 0, 0); in platcap_check() 245 rej->rej_str = stravl_insert(str, 0, 0, 0); in machcap_check() 536 _rej.rej_str = strerror(errno); in cap_dir()
|
H A D | analyze.c | 674 if ((rej2->rej_str) && ((rej1->rej_str = in rejection_inherit() 675 stravl_insert(rej2->rej_str, 0, 0, 0)) == NULL)) in rejection_inherit() 676 rej1->rej_str = MSG_ORIG(MSG_EMG_ENOMEM); in rejection_inherit() 1208 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() 1688 rej->rej_str = strerror(err); in map_obj() 1708 rej->rej_str = strerror(errno); in map_obj() 2459 _rej.rej_str = MSG_INTL(MSG_GEN_NOOPEN); in load_path() 2493 _rej.rej_str = strerror(ENOENT); in load_path()
|
H A D | setup.c | 843 NAME(mlmp), rej.rej_str); in setup() 848 NAME(mlmp), rej.rej_str); in setup()
|
H A D | object.c | 283 ofl->ofl_name, rej.rej_str); in elf_obj_fini()
|
H A D | elf.c | 301 rej->rej_str); in elf_verify()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 229 rej->rej_str = strerror(errno); in find_lib_name() 259 rej->rej_str = strerror(errno); in find_lib_name()
|
H A D | files.c | 3188 _rej.rej_str = elf_errmsg(-1); in ld_process_ifl()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 172 const char *rej_str; /* associated with error */ member
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 960 if (rej->rej_str) in conv_reject_desc() 961 return ((const char *)rej->rej_str); in conv_reject_desc()
|