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

Function dumpsys_write_aux_headers

freebsd/mips/include/dump.h:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static inline int
63dumpsys_write_aux_headers(struct dumperinfo *di)
64{
65
66 return (dumpsys_gen_write_aux_headers(di));
67}
68
69static inline int
70dumpsys(struct dumperinfo *di)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected