Searched refs:_rej (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 296 Rej_desc _rej = { 0 }; in ld_find_library() local 298 if ((open_ret = find_lib_name(path, name, ofl, &_rej, in ld_find_library() 300 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 301 rej = _rej; in ld_find_library() 323 Rej_desc _rej = { 0 }; in ld_find_library() local 325 if ((open_ret = find_lib_name(path, name, ofl, &_rej, in ld_find_library() 327 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 328 rej = _rej; in ld_find_library()
|
H A D | files.c | 88 Rej_desc _rej = { 0 }; in ifl_setup() local 90 if (ifl_verify(ehdr, ofl, &_rej) == 0) { in ifl_setup() 91 _rej.rej_name = name; in ifl_setup() 92 DBG_CALL(Dbg_file_rejected(ofl->ofl_lml, &_rej, in ifl_setup() 95 *rej = _rej; in ifl_setup() 96 rej->rej_name = strdup(_rej.rej_name); in ifl_setup() 3072 Rej_desc _rej; in ld_process_ifl() local 3096 _rej.rej_type = SGS_REJ_ARCHIVE; in ld_process_ifl() 3097 _rej.rej_name = name; in ld_process_ifl() 3098 DBG_CALL(Dbg_file_rejected(ofl->ofl_lml, &_rej, in ld_process_ifl() [all …]
|
H A D | libs.c | 381 Rej_desc _rej = { 0 }; in ar_input() local 384 (FLG_IF_EXTRACT | FLG_IF_NEEDED), ofl, &_rej, NULL)) { in ar_input() 392 if (_rej.rej_type) { in ar_input() 394 rej->rej_type = _rej.rej_type; in ar_input() 395 rej->rej_info = _rej.rej_info; in ar_input()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 532 Rej_desc _rej = { 0 }; in cap_dir() local 534 _rej.rej_type = SGS_REJ_STR; in cap_dir() 535 _rej.rej_name = dname; in cap_dir() 536 _rej.rej_str = strerror(errno); in cap_dir() 537 DBG_CALL(Dbg_file_rejected(lml, &_rej, M_MACH)); in cap_dir() 538 rejection_inherit(rej, &_rej); in cap_dir() 554 Rej_desc _rej = { 0 }; in cap_dir() local 587 if (find_path(lml, clmp, flags, &fd, &_rej, in_nfavl) == 0) { in cap_dir() 588 rejection_inherit(rej, &_rej); in cap_dir()
|
H A D | analyze.c | 1999 Rej_desc _rej = { 0 }; in load_so() local 2001 if (find_path(lml, clmp, flags, fdp, &_rej, in_nfavl) == 0) { in load_so() 2002 rejection_inherit(rej, &_rej); in load_so() 2027 Rej_desc _rej = { 0 }; in load_so() local 2047 if (find_file(lml, clmp, flags, &fd, &_rej, pdp, in load_so() 2049 rejection_inherit(rej, &_rej); in load_so() 2455 Rej_desc _rej = { 0 }; in load_path() local 2457 _rej.rej_name = name; in load_path() 2458 _rej.rej_type = SGS_REJ_STR; in load_path() 2459 _rej.rej_str = MSG_INTL(MSG_GEN_NOOPEN); in load_path() [all …]
|