Home
last modified time | relevance | path

Searched refs:crc_value (Results 1 - 3 of 3) sorted by relevance

/third_party/libabigail/src/
H A Dabg-symtab-reader.cc316 uint32_t crc_value; in load_() local
318 sym, crc_value)); in load_()
319 ABG_ASSERT(crc_values.emplace(name.substr(6), crc_value).second); in load_()
H A Dabg-elf-helpers.h166 get_crc_for_symbol(Elf* elf_handle, GElf_Sym* crc_symbol, uint32_t& crc_value);
H A Dabg-elf-helpers.cc916 /// @param crc_value the CRC found for @p crc_symbol.
920 get_crc_for_symbol(Elf* elf_handle, GElf_Sym* crc_symbol, uint32_t& crc_value) in get_crc_for_symbol() argument
926 crc_value = crc_symbol_value; in get_crc_for_symbol()
951 crc_value = *reinterpret_cast<uint32_t*>( in get_crc_for_symbol()

Completed in 4 milliseconds