Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ rmodule_cleanup
Function
rmodule_cleanup
util/cbfstool/rmodule.c:739–743 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
737
}
738
739
void rmodule_cleanup(struct rmod_context *ctx)
740
{
741
free(ctx->emitted_relocs);
742
parsed_elf_destroy(&ctx->pelf);
743
}
744
745
int rmodule_create(const struct buffer *elfin, struct buffer *elfout)
746
{
Callers
2
rmodule_create
Function · 0.85
parse_elf_to_xip_stage
Function · 0.85
Calls
2
parsed_elf_destroy
Function · 0.85
free
Function · 0.50
Tested by
no test coverage detected