Searched refs:SymbolStart (Results 1 – 2 of 2) sorted by relevance
135 uint64_t SymbolStart = ImageBase + Export.Offset; in addCoffExportSymbols() local137 Symbols.push_back({SymbolStart, SymbolSize, Export.Name, 0}); in addCoffExportSymbols()
7577 uint64_t SymbolStart = Start; in DisassembleMachO() local7592 if (FirstSymbol && !FirstSymbolAtSectionStart && Index == SymbolStart) in DisassembleMachO()