Lines Matching defs:debuglink_crc
81 check_crc (int fd, GElf_Word debuglink_crc)
85 && file_crc == debuglink_crc);
89 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc)
157 return !check || check_crc (fd, debuglink_crc);
162 const char *debuglink_file, GElf_Word debuglink_crc,
165 bool cancheck = debuglink_crc != (GElf_Word) 0;
326 if (validate (mod, fd, check, debuglink_crc))
354 GElf_Word debuglink_crc,
387 debuglink_file, debuglink_crc,
398 debuglink_file, debuglink_crc,