Lines Matching defs:check
89 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
91 /* For alt debug files always check the build-id from the Dwarf and alt. */
102 /* We need to open an Elf handle on the file so we can check its
130 /* If we have a build ID, check only that. */
133 /* We need to open an Elf handle on the file so we can check its
157 return !check || check_crc (fd, debuglink_crc);
205 /* A leading - or + in the whole path sets whether to check file CRCs. */
235 /* A leading - or + says whether to check file CRCs for this element. */
236 bool check = defcheck;
238 check = *p++ == '+';
239 check = check && cancheck;
326 if (validate (mod, fd, check, debuglink_crc))