Searched refs:LoadAddress (Results 1 – 6 of 6) sorted by relevance
59 uint64_t LoadAddress; variable77 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()96 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress()97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress()102 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
139 uint64_t LoadAddress; in getLoadAddress() local140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()141 return (success) ? LoadAddress : 0; in getLoadAddress()
196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress()199 LoadAddress = Address; in setLoadAddress()391 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
127 uint64_t LoadAddress = 0; variable
303 cl::opt<uint64_t> LoadAddress( variable1064 if (opts::pretty::LoadAddress) in dumpPretty()1065 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
1993 // LoadAddress: