mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Add X_RUNTIME_FUNCTION
This commit is contained in:
@@ -32,6 +32,12 @@ struct Image
|
||||
*/
|
||||
const void* Find(size_t address) const;
|
||||
|
||||
/**
|
||||
* \param name Name of section
|
||||
* \return Section
|
||||
*/
|
||||
const Section* Find(const std::string_view& name) const;
|
||||
|
||||
/**
|
||||
* \brief Parse given data to an image, reallocates with ownership
|
||||
* \param data Pointer to data
|
||||
|
Reference in New Issue
Block a user