Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ usage
Function
usage
util/cbfstool/rmodtool.c:21–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
static void usage(char *name)
22
{
23
printf(
24
"rmodtool: utility for creating rmodules\n\n"
25
"USAGE: %s [-h] [-v] <-i|--inelf name> <-o|--outelf name>\n"
,
26
name
27
);
28
}
29
30
int main(int argc, char *argv[])
31
{
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected