Searched refs:_rej (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 89 Rej_desc _rej = { 0 }; in ifl_setup() local 91 if (ifl_verify(ehdr, ofl, &_rej) == 0) { in ifl_setup() 92 _rej.rej_name = name; in ifl_setup() 93 DBG_CALL(Dbg_file_rejected(ofl->ofl_lml, &_rej, in ifl_setup() 96 *rej = _rej; in ifl_setup() 97 rej->rej_name = strdup(_rej.rej_name); in ifl_setup() 3114 Rej_desc _rej; in ld_process_ifl() local 3138 _rej.rej_type = SGS_REJ_ARCHIVE; in ld_process_ifl() 3139 _rej.rej_name = name; in ld_process_ifl() 3140 DBG_CALL(Dbg_file_rejected(ofl->ofl_lml, &_rej, in ld_process_ifl() [all …]
|
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 | libs.c | 382 Rej_desc _rej = { 0 }; in ar_input() local 385 (FLG_IF_EXTRACT | FLG_IF_NEEDED), ofl, &_rej, NULL)) { in ar_input() 393 if (_rej.rej_type) { in ar_input() 395 rej->rej_type = _rej.rej_type; in ar_input() 396 rej->rej_info = _rej.rej_info; in ar_input()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 1989 Rej_desc _rej = { 0 }; in load_so() local 1991 if (find_path(lml, clmp, flags, fdp, &_rej, in_nfavl) == 0) { in load_so() 1992 rejection_inherit(rej, &_rej); in load_so() 2017 Rej_desc _rej = { 0 }; in load_so() local 2037 if (find_file(lml, clmp, flags, &fd, &_rej, pdp, in load_so() 2039 rejection_inherit(rej, &_rej); in load_so() 2445 Rej_desc _rej = { 0 }; in load_path() local 2447 _rej.rej_name = name; in load_path() 2448 _rej.rej_type = SGS_REJ_STR; in load_path() 2449 _rej.rej_str = MSG_INTL(MSG_GEN_NOOPEN); in load_path() [all …]
|
H A D | cap.c | 573 Rej_desc _rej = { 0 }; in cap_dir() local 575 _rej.rej_type = SGS_REJ_STR; in cap_dir() 576 _rej.rej_name = dname; in cap_dir() 577 _rej.rej_str = strerror(errno); in cap_dir() 578 DBG_CALL(Dbg_file_rejected(lml, &_rej, M_MACH)); in cap_dir() 579 rejection_inherit(rej, &_rej); in cap_dir() 595 Rej_desc _rej = { 0 }; in cap_dir() local 628 if (find_path(lml, clmp, flags, &fd, &_rej, in_nfavl) == 0) { in cap_dir() 629 rejection_inherit(rej, &_rej); in cap_dir()
|