Lines Matching full:imagebase
39 var imageBase uint64
42 imageBase = uint64(oh.ImageBase)
44 imageBase = oh.ImageBase
88 sym.Addr += imageBase + uint64(sect.VirtualAddress)
106 var imageBase uint64
109 imageBase = uint64(oh.ImageBase)
111 imageBase = oh.ImageBase
116 textStart = imageBase + uint64(sect.VirtualAddress)
137 var imageBase uint64
140 imageBase = uint64(oh.ImageBase)
142 imageBase = oh.ImageBase
150 textStart = imageBase + uint64(sect.VirtualAddress)