| /onnv-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | ldlibs.c | 219 rej->rej_type = SGS_REJ_STR; in find_lib_name() 249 rej->rej_type = SGS_REJ_STR; in find_lib_name() 285 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 299 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 312 if (rej.rej_type) { in ld_find_library() 315 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(reject[rej.rej_type]), in ld_find_library()
|
| H A D | libs.c | 387 if (_rej.rej_type) { in ar_input() 388 if (rej->rej_type == 0) { in ar_input() 389 rej->rej_type = _rej.rej_type; in ar_input() 860 if ((found == 0) && rej.rej_type) { in ld_process_archive() 863 ld_eprintf(ofl, ERR_WARNING, MSG_INTL(reject[rej.rej_type]), in ld_process_archive()
|
| H A D | files.c | 61 rej->rej_type = SGS_REJ_MACH; in ifl_verify() 66 rej->rej_type = SGS_REJ_DATA; in ifl_verify() 71 rej->rej_type = SGS_REJ_VERSION; in ifl_verify() 93 if (rej->rej_type == 0) { in ifl_setup() 3077 _rej.rej_type = SGS_REJ_ARCHIVE; in ld_process_ifl() 3081 if (rej->rej_type == 0) { in ld_process_ifl() 3165 _rej.rej_type = SGS_REJ_CLASS; in ld_process_ifl() 3168 _rej.rej_type = SGS_REJ_STR; in ld_process_ifl() 3174 if (rej->rej_type == 0) { in ld_process_ifl() 3339 _rej.rej_type = SGS_REJ_UNKFILE; in ld_process_ifl() [all …]
|
| H A D | args.c | 1959 if (rej.rej_type) { in process_files_com() 1963 MSG_INTL(reject[rej.rej_type]), in process_files_com()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| H A D | analyze.c | 668 if (rej2->rej_type && (rej1->rej_type == 0)) { in rejection_inherit() 669 rej1->rej_type = rej2->rej_type; in rejection_inherit() 862 if (rej && (rej->rej_type == 0)) { in trace_so() 876 MSG_INTL(ldd_reject[rej->rej_type]), in trace_so() 1123 if (rej->rej_type) { in file_notfound() 1126 eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]), in file_notfound() 1207 rej->rej_type = SGS_REJ_STR; in file_open() 1302 rej->rej_type = SGS_REJ_STR; in file_open() 1325 rej->rej_type = SGS_REJ_STR; in file_open() 1339 if (rej->rej_type) { in file_open() [all …]
|
| H A D | cap.c | 129 rej->rej_type = SGS_REJ_HWCAP_1; in hwcap1_check() 153 rej->rej_type = SGS_REJ_HWCAP_2; in hwcap2_check() 180 rej->rej_type = SGS_REJ_SFCAP_1; in sfcap1_check() 213 rej->rej_type = SGS_REJ_PLATCAP; in platcap_check() 244 rej->rej_type = SGS_REJ_MACHCAP; in machcap_check() 347 rej->rej_type = SGS_REJ_UNKCAP; in cap_check() 534 _rej.rej_type = SGS_REJ_STR; in cap_dir()
|
| H A D | setup.c | 471 MSG_INTL(err_reject[rej.rej_type]), argvname, in setup() 837 (void) printf(MSG_INTL(ldd_warn[rej.rej_type]), in setup() 842 MSG_INTL(err_reject[rej.rej_type]), in setup()
|
| H A D | elf.c | 254 rej->rej_type = SGS_REJ_CLASS; in elf_verify() 259 rej->rej_type = SGS_REJ_DATA; in elf_verify() 265 rej->rej_type = SGS_REJ_TYPE; in elf_verify() 274 rej->rej_type = SGS_REJ_VERSION; in elf_verify() 297 (void) printf(MSG_INTL(ldd_warn[rej->rej_type]), name, in elf_verify()
|
| H A D | object.c | 282 (void) printf(MSG_INTL(ldd_reject[rej.rej_type]), in elf_obj_fini()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | sparc_elf.c | 62 rej->rej_type = SGS_REJ_MACH; in elf_mach_flags_check() 67 rej->rej_type = SGS_REJ_MISFLAG; in elf_mach_flags_check() 72 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check() 77 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
| /onnv-gate/usr/src/cmd/sgs/include/ |
| H A D | sgs.h | 169 ushort_t rej_type; /* SGS_REJ_ value */ member
|
| /onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
| H A D | sparc_elf.c | 66 rej->rej_type = SGS_REJ_HAL; in elf_mach_flags_check() 71 rej->rej_type = SGS_REJ_US3; in elf_mach_flags_check() 82 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check() 87 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/amd64/ |
| H A D | amd64_elf.c | 57 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
| /onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | files.c | 700 dbg_print(lml, MSG_INTL(reject[rej->rej_type]), rej->rej_name ? in Dbg_file_rejected()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/i386/ |
| H A D | i386_elf.c | 60 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
| /onnv-gate/usr/src/cmd/sgs/libconv/common/ |
| H A D | elf.c | 929 ushort_t type = rej->rej_type; in conv_reject_desc()
|