MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if

Function if

freebsd/kern/link_elf_obj.c:1007–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 }
1006#ifdef VIMAGE
1007 else if (ef->progtab[pb].name != NULL &&
1008 !strcmp(ef->progtab[pb].name, VNET_SETNAME)) {
1009 ef->progtab[pb].addr =
1010 vnet_data_alloc(shdr[i].sh_size);
1011 if (ef->progtab[pb].addr == NULL) {
1012 printf("%s: vnet module space is out "
1013 "of space; cannot allocate %#jx "
1014 "for %s\n", __func__,
1015 (uintmax_t)shdr[i].sh_size,
1016 filename);
1017 }
1018 }
1019#endif
1020 else
1021 ef->progtab[pb].addr =

Callers

nothing calls this directly

Calls 2

vnet_data_allocFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected