MCPcopy 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
739void rmodule_cleanup(struct rmod_context *ctx)
740{
741 free(ctx->emitted_relocs);
742 parsed_elf_destroy(&ctx->pelf);
743}
744
745int rmodule_create(const struct buffer *elfin, struct buffer *elfout)
746{

Callers 2

rmodule_createFunction · 0.85
parse_elf_to_xip_stageFunction · 0.85

Calls 2

parsed_elf_destroyFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected