Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ fdt_end_node
Function
fdt_end_node
tinyemu/riscv_machine.c:410–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
static void fdt_end_node(FDTState *s)
411
{
412
fdt_put32(s, FDT_END_NODE);
413
s->open_node_count--;
414
}
415
416
static int fdt_get_string_offset(FDTState *s, const char *name)
417
{
Callers
1
riscv_build_fdt
Function · 0.85
Calls
1
fdt_put32
Function · 0.85
Tested by
no test coverage detected