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

  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 345 uint32_t gnu_debuglink_crc = 0; local
349 GetSectionHeaderInfo(section_headers, data, header, uuid, gnu_debuglink_file, gnu_debuglink_crc);
353 if (!gnu_debuglink_crc)
358 gnu_debuglink_crc = calc_gnu_debuglink_crc32 (data.GetDataStart(), data.GetByteSize());
360 if (gnu_debuglink_crc)
363 uint32_t uuidt[4] = { gnu_debuglink_crc, 0, 0, 0 };
724 uint32_t &gnu_debuglink_crc)
782 data.GetU32 (&gnu_debuglink_offset, &gnu_debuglink_crc, 1);
    [all...]
ObjectFileELF.h 230 uint32_t &gnu_debuglink_crc);

Completed in 50 milliseconds