Searched refs:gnu_debuglink_crc (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 345 uint32_t gnu_debuglink_crc = 0; in GetModuleSpecifications() local 349 … GetSectionHeaderInfo(section_headers, data, header, uuid, gnu_debuglink_file, gnu_debuglink_crc); in GetModuleSpecifications() 353 if (!gnu_debuglink_crc) in GetModuleSpecifications() 358 … gnu_debuglink_crc = calc_gnu_debuglink_crc32 (data.GetDataStart(), data.GetByteSize()); in GetModuleSpecifications() 360 if (gnu_debuglink_crc) in GetModuleSpecifications() 363 uint32_t uuidt[4] = { gnu_debuglink_crc, 0, 0, 0 }; in GetModuleSpecifications() 724 uint32_t &gnu_debuglink_crc) in GetSectionHeaderInfo() argument 782 data.GetU32 (&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetSectionHeaderInfo()
|
D | ObjectFileELF.h | 230 uint32_t &gnu_debuglink_crc);
|