Searched refs:CUTypesOffset (Results 1 – 1 of 1) sorted by relevance
1665 const uint32_t CUTypesOffset = read32le(Data + 8); in updateGdbIndexSection() local1673 const uint32_t CUListSize = CUTypesOffset - CUListOffset; in updateGdbIndexSection()1693 Data += SymbolTableOffset - CUTypesOffset; in updateGdbIndexSection()1714 write32le(Buffer + 8, CUTypesOffset); in updateGdbIndexSection()1734 memcpy(Buffer, GdbIndexContents.data() + CUTypesOffset, in updateGdbIndexSection()1735 AddressTableOffset - CUTypesOffset); in updateGdbIndexSection()1736 Buffer += AddressTableOffset - CUTypesOffset; in updateGdbIndexSection()