Lines Matching defs:crc
1753 const abg_compat::optional<uint32_t>& crc,
1767 crc_(crc),
1803 /// @param crc the CRC (modversions) value of Linux Kernel symbols
1817 const abg_compat::optional<uint32_t>& crc,
1831 crc,
1860 /// @param crc the CRC (modversions) value of Linux Kernel symbols
1878 const abg_compat::optional<uint32_t>& crc,
1883 is_in_ksymtab, crc, ns, is_suppressed));
2103 /// Getter of the 'crc' property.
2110 /// Setter of the 'crc' property.
2112 /// @param crc the new CRC (modversions) value for Linux Kernel symbols
2114 elf_symbol::set_crc(const abg_compat::optional<uint32_t>& crc)
2115 {priv_->crc_ = crc;}