/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 228 rej->rej_type = SGS_REJ_STR; in find_lib_name() 258 rej->rej_type = SGS_REJ_STR; in find_lib_name() 300 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 327 if (_rej.rej_type && (rej.rej_type == 0)) in ld_find_library() 341 if (rej.rej_type) { in ld_find_library() 344 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(reject[rej.rej_type]), in ld_find_library()
|
H A D | libs.c | 392 if (_rej.rej_type) { in ar_input() 393 if (rej->rej_type == 0) { in ar_input() 394 rej->rej_type = _rej.rej_type; in ar_input() 865 if ((found == 0) && rej.rej_type) { in ld_process_archive() 868 ld_eprintf(ofl, ERR_WARNING, MSG_INTL(reject[rej.rej_type]), in ld_process_archive()
|
H A D | files.c | 62 rej->rej_type = SGS_REJ_MACH; in ifl_verify() 67 rej->rej_type = SGS_REJ_DATA; in ifl_verify() 72 rej->rej_type = SGS_REJ_VERSION; in ifl_verify() 94 if (rej->rej_type == 0) { in ifl_setup() 3096 _rej.rej_type = SGS_REJ_ARCHIVE; in ld_process_ifl() 3100 if (rej->rej_type == 0) { in ld_process_ifl() 3184 _rej.rej_type = SGS_REJ_CLASS; in ld_process_ifl() 3187 _rej.rej_type = SGS_REJ_STR; in ld_process_ifl() 3193 if (rej->rej_type == 0) { in ld_process_ifl() 3358 _rej.rej_type = SGS_REJ_UNKFILE; in ld_process_ifl() [all …]
|
H A D | args.c | 2033 if (rej.rej_type) { in process_files_com() 2037 MSG_INTL(reject[rej.rej_type]), in process_files_com()
|
/titanic_44/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 | 476 MSG_INTL(err_reject[rej.rej_type]), argvname, in setup() 842 (void) printf(MSG_INTL(ldd_warn[rej.rej_type]), in setup() 847 MSG_INTL(err_reject[rej.rej_type]), in setup()
|
H A D | elf.c | 257 rej->rej_type = SGS_REJ_CLASS; in elf_verify() 262 rej->rej_type = SGS_REJ_DATA; in elf_verify() 268 rej->rej_type = SGS_REJ_TYPE; in elf_verify() 277 rej->rej_type = SGS_REJ_VERSION; in elf_verify() 300 (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()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 63 rej->rej_type = SGS_REJ_MACH; in elf_mach_flags_check() 68 rej->rej_type = SGS_REJ_MISFLAG; in elf_mach_flags_check() 73 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check() 78 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 169 ushort_t rej_type; /* SGS_REJ_ value */ member
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 67 rej->rej_type = SGS_REJ_HAL; in elf_mach_flags_check() 72 rej->rej_type = SGS_REJ_US3; in elf_mach_flags_check() 83 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check() 88 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 58 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 61 rej->rej_type = SGS_REJ_BADFLAG; in elf_mach_flags_check()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 929 ushort_t type = rej->rej_type; in conv_reject_desc()
|