Add X_RUNTIME_FUNCTION

This commit is contained in:
Sajid
2024-09-11 21:21:23 +06:00
parent 6e48ca31ab
commit 9d6c760ab9
4 changed files with 39 additions and 8 deletions

View File

@@ -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