HomeSort by relevance Sort by last modified time
    Searched full:calc_gnu_debuglink_crc32 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/auxprogs/
valgrind-di-server.c 571 static UInt calc_gnu_debuglink_crc32(/*OUT*/Bool* ok, int fd, ULong size) function
723 UInt crc32 = calc_gnu_debuglink_crc32(&ok,
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 245 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());
    [all...]

Completed in 1788 milliseconds