Searched refs:OutputAddress (Results 1 – 3 of 3) sorted by relevance
85 uint64_t OutputAddress{0}; // Section address for the rewritten binary.402 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress()412 void setOutputAddress(uint64_t Address) { OutputAddress = Address; } in setOutputAddress()
230 uint64_t OutputAddress{0};1049 uint64_t getOutputAddress() const { return OutputAddress; } in getOutputAddress()1715 OutputAddress = Address; in setOutputAddress()
3592 const uint64_t OutputAddress = InjectedFunction->getOutputAddress(); in mapCodeSections() local3593 if (!OutputAddress) in mapCodeSections()3599 FunctionSection->setOutputAddress(OutputAddress); in mapCodeSections()3601 OutputAddress); in mapCodeSections()4640 const uint64_t OutputAddress = in updateELFSymbolTable() local4643 NewSymbol.st_value = OutputAddress; in updateELFSymbolTable()4647 OutputAddress >= Function->cold().getAddress() && in updateELFSymbolTable()4648 OutputAddress < Function->cold().getImageSize() in updateELFSymbolTable()