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()
7588 uint64_t SymbolStart = Start; in DisassembleMachO() local7603 if (FirstSymbol && !FirstSymbolAtSectionStart && Index == SymbolStart) in DisassembleMachO()