Searched refs:rej_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldlibs.c228 rej->rej_type = SGS_REJ_STR;
258 rej->rej_type = SGS_REJ_STR;
300 if (_rej.rej_type && (rej.rej_type == 0))
327 if (_rej.rej_type && (rej.rej_type == 0))
341 if (rej.rej_type) {
344 ld_eprintf(ofl, ERR_FATAL, MSG_INTL(reject[rej.rej_type]),
H A Dlibs.c392 if (_rej.rej_type) {
393 if (rej->rej_type == 0) {
394 rej->rej_type = _rej.rej_type;
865 if ((found == 0) && rej.rej_type) {
868 ld_eprintf(ofl, ERR_WARNING, MSG_INTL(reject[rej.rej_type]),
H A Dfiles.c62 rej->rej_type = SGS_REJ_MACH;
67 rej->rej_type = SGS_REJ_DATA;
72 rej->rej_type = SGS_REJ_VERSION;
94 if (rej->rej_type == 0) {
3096 _rej.rej_type = SGS_REJ_ARCHIVE;
3100 if (rej->rej_type == 0) {
3184 _rej.rej_type = SGS_REJ_CLASS;
3187 _rej.rej_type = SGS_REJ_STR;
3193 if (rej->rej_type == 0) {
3358 _rej.rej_type
[all...]
H A Dargs.c2062 if (rej.rej_type) {
2066 MSG_INTL(reject[rej.rej_type]),
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c668 if (rej2->rej_type && (rej1->rej_type == 0)) {
669 rej1->rej_type = rej2->rej_type;
862 if (rej && (rej->rej_type == 0)) {
876 MSG_INTL(ldd_reject[rej->rej_type]),
1123 if (rej->rej_type) {
1126 eprintf(lml, ERR_FATAL, MSG_INTL(err_reject[rej->rej_type]),
1207 rej->rej_type = SGS_REJ_STR;
1302 rej->rej_type
[all...]
H A Dcap.c129 rej->rej_type = SGS_REJ_HWCAP_1;
153 rej->rej_type = SGS_REJ_HWCAP_2;
180 rej->rej_type = SGS_REJ_SFCAP_1;
213 rej->rej_type = SGS_REJ_PLATCAP;
244 rej->rej_type = SGS_REJ_MACHCAP;
347 rej->rej_type = SGS_REJ_UNKCAP;
534 _rej.rej_type = SGS_REJ_STR;
H A Dobject.c282 (void) printf(MSG_INTL(ldd_reject[rej.rej_type]),
H A Dsetup.c476 MSG_INTL(err_reject[rej.rej_type]), argvname,
842 (void) printf(MSG_INTL(ldd_warn[rej.rej_type]),
847 MSG_INTL(err_reject[rej.rej_type]),
H A Delf.c257 rej->rej_type = SGS_REJ_CLASS;
262 rej->rej_type = SGS_REJ_DATA;
268 rej->rej_type = SGS_REJ_TYPE;
277 rej->rej_type = SGS_REJ_VERSION;
300 (void) printf(MSG_INTL(ldd_warn[rej->rej_type]), name,
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h169 ushort_t rej_type; /* SGS_REJ_ value */ member in struct:__anon1665
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c63 rej->rej_type = SGS_REJ_MACH;
68 rej->rej_type = SGS_REJ_MISFLAG;
73 rej->rej_type = SGS_REJ_BADFLAG;
78 rej->rej_type = SGS_REJ_BADFLAG;
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c67 rej->rej_type = SGS_REJ_HAL;
72 rej->rej_type = SGS_REJ_US3;
83 rej->rej_type = SGS_REJ_BADFLAG;
88 rej->rej_type = SGS_REJ_BADFLAG;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c700 dbg_print(lml, MSG_INTL(reject[rej->rej_type]), rej->rej_name ?
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c58 rej->rej_type = SGS_REJ_BADFLAG;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c929 ushort_t type = rej->rej_type;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c61 rej->rej_type = SGS_REJ_BADFLAG;

Completed in 119 milliseconds