Searched defs:first_badreltype (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
H A Drelocate.c463 check_badreltype (bool *first_badreltype, argument
467 if (*first_badreltype)
469 *first_badreltype = false;
584 bool first_badreltype = true; local
601 check_badreltype (&first_badreltype, mod, &result);
631 check_badreltype (&first_badreltype, mod, &result);

Completed in 2181 milliseconds