Searched refs:hostCodeSectionOffset (Results 1 – 4 of 4) sorted by relevance
38 uintptr_t hostCodeSectionOffset);
180 uintptr_t hostCodeSectionAddr, uintptr_t hostCodeSectionOffset) in CalculateStackMap() argument191 uintptr_t offset = hostAddr - hostCodeSectionAddr + hostCodeSectionOffset; in CalculateStackMap()
76 uintptr_t hostCodeSectionOffset,
78 uintptr_t hostCodeSectionOffset, in Collect() argument83 …lt = parser.CalculateStackMap(std::move(stackMapAddr), hostCodeSectionAddr, hostCodeSectionOffset); in Collect()