MCPcopy 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
200static 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_segmentFunction · 0.85
elf_load_deinitFunction · 0.85

Calls 1

closeFunction · 0.50

Tested by

no test coverage detected