Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:check

93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
95 /* If we have a build ID, check only that. */
98 /* We need to open an Elf handle on the file so we can check its
116 return !check || check_crc (fd, debuglink_crc);
157 /* A leading - or + in the whole path sets whether to check file CRCs. */
177 /* A leading - or + says whether to check file CRCs for this element. */
178 bool check = defcheck;
180 check = *p++ == '+';
181 check = check && cancheck;
225 if (validate (mod, fd, check, debuglink_crc))