Home | History | Annotate | Download | only in Object

Lines Matching full:imagebase

175   // The section VirtualAddress does not include ImageBase, and we want to
272 // The section VirtualAddress does not include ImageBase, and we want to
423 return PE32Header->ImageBase;
425 return PE32PlusHeader->ImageBase;
432 uint64_t ImageBase = getImageBase();
433 uint64_t Rva = Addr - ImageBase;