Lines Matching defs:found
256 * it contained a symbol definition we need, but was found not to
265 * but found not to contain a symbol we need, each entry with the same offset
281 * members are found in the archive. As such, the symbols for a
444 * found - Address of variable to set to TRUE if any objects are extracted
448 * Returns FALSE on fatal error. On success, *found will be TRUE
454 Ofl_desc *ofl, Boolean *found, Rej_desc *rej)
702 *found = again = TRUE;
721 * found - Address of variable to set to TRUE if any objects are extracted
725 * Returns FALSE on fatal error. On success, *found will be TRUE
731 Boolean *found, Rej_desc *rej)
798 *found = TRUE;
830 Boolean found = FALSE;
853 if (!ar_extract_all(name, fd, adp, ofl, &found, &rej))
856 if (!ar_extract_bysym(name, fd, adp, ofl, &found, &rej))
861 * If no objects have been found in the archive test for any rejections
865 if ((found == 0) && rej.rej_type) {