MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / GetElfSize

Method GetElfSize

src/include/kernel_elf.hpp:33–33  ·  view source on GitHub ↗

* @brief 获取 elf 文件大小 * @return elf 文件大小 */

Source from the content-addressed store, hash-verified

31 * @return elf 文件大小
32 */
33 [[nodiscard]] auto GetElfSize() const -> size_t { return elf_.size(); }
34
35 /// @name 构造/析构函数
36 /// @{

Callers 2

MemoryInitFunction · 0.80
TESTFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by 1

TESTFunction · 0.64