Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ elf_file_close
Function
elf_file_close
components/lwp/lwp_elf.c:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
static int elf_file_close(int fd)
201
{
202
return close(fd);
203
}
204
205
/**
206
* @brief Get the length of an ELF file.
Callers
2
elf_load_segment
Function · 0.85
elf_load_deinit
Function · 0.85
Calls
1
close
Function · 0.50
Tested by
no test coverage detected