Home | History | Annotate | Download | only in coregrind

Lines Matching defs:mandatory

218    16 Nov 2007: Comments re .mandatory field: The initial motivation
239 const HChar** mandatory; /* non-NULL ==> abort V and print the
661 didn't get matched. If any such are mandatory we must abort the
666 if (sp->mark && (!sp->done) && sp->mandatory)
674 vg_assert(sp->mandatory);
679 "%swhich is mandatory for this platform-tool combination\n", v);
698 for (strp = sp->mandatory; *strp; strp++)
984 act.becPrio = 0; /* mandatory when becTag == 0 */
1000 const HChar** mandatory )
1019 spec->mandatory = mandatory;
1069 const HChar** mandatory;
1074 mandatory = NULL;
1076 /* for glibc-2.12 and later, this is mandatory - can't sanely
1078 mandatory = complain_about_stripped_glibc_ldso;
1082 (Addr)&VG_(x86_linux_REDIR_FOR_index), mandatory);
1085 (Addr)&VG_(x86_linux_REDIR_FOR_strlen), mandatory);
1111 /* for glibc-2.10 and later, this is mandatory - can't sanely
1123 /* this is mandatory - can't sanely continue without it */
1132 NULL /* not mandatory - so why bother at all? */
1138 NULL /* not mandatory - so why bother at all? */
1148 /* this is mandatory - can't sanely continue without it */
1158 NULL /* not mandatory - so why bother at all? */