Home
last modified time | relevance | path

Searched refs:SymbolStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp135 uint64_t SymbolStart = ImageBase + Export.Offset; in addCoffExportSymbols() local
137 Symbols.push_back({SymbolStart, SymbolSize, Export.Name, 0}); in addCoffExportSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7577 uint64_t SymbolStart = Start; in DisassembleMachO() local
7592 if (FirstSymbol && !FirstSymbolAtSectionStart && Index == SymbolStart) in DisassembleMachO()