Searched refs:calc_gnu_debuglink_crc32 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c571 static UInt calc_gnu_debuglink_crc32(/*OUT*/Bool* ok, int fd, ULong size) function
723 UInt crc32 = calc_gnu_debuglink_crc32(&ok,
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp245 calc_gnu_debuglink_crc32(const void *buf, size_t size) function
358 gnu_debuglink_crc = calc_gnu_debuglink_crc32 (data.GetDataStart(), data.GetByteSize());
475 m_gnu_debuglink_crc = calc_gnu_debuglink_crc32 (m_data.GetDataStart(), m_data.GetByteSize());

Completed in 319 milliseconds