Searched refs:gnu_debuglink_crc (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 113 uint32_t &gnu_debuglink_crc) { in GetDebugLinkContents() argument 134 data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetDebugLinkContents() 157 uint32_t gnu_debuglink_crc; in GetCoffUUID() local 162 if (!GetDebugLinkContents(coff_obj, gnu_debuglink_file, gnu_debuglink_crc)) { in GetCoffUUID() 171 gnu_debuglink_crc = llvm::crc32(0, llvm::arrayRefFromStringRef(raw_data)); in GetCoffUUID() 174 llvm::support::ulittle32_t data(gnu_debuglink_crc); in GetCoffUUID() 1093 uint32_t gnu_debuglink_crc; in GetDebugLink() local 1094 if (GetDebugLinkContents(*m_binary, gnu_debuglink_file, gnu_debuglink_crc)) in GetDebugLink()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 602 uint32_t gnu_debuglink_crc = 0; in GetModuleSpecifications() local 608 gnu_debuglink_file, gnu_debuglink_crc, in GetModuleSpecifications() 623 if (!gnu_debuglink_crc) { in GetModuleSpecifications() 640 gnu_debuglink_crc = calc_crc32(0, data); in GetModuleSpecifications() 644 if (gnu_debuglink_crc) { in GetModuleSpecifications() 646 u32le data(gnu_debuglink_crc); in GetModuleSpecifications() 1351 uint32_t &gnu_debuglink_crc, in GetSectionHeaderInfo() argument 1552 data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1); in GetSectionHeaderInfo()
|
| H A D | ObjectFileELF.h | 272 uint32_t &gnu_debuglink_crc,
|