MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / dwarf_buf_error

Function dwarf_buf_error

Source/ThirdParty/tracy/libbacktrace/dwarf.cpp:749–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747/* Report an error for a DWARF buffer. */
748
749static void
750dwarf_buf_error (struct dwarf_buf *buf, const char *msg, int errnum)
751{
752 char b[200];
753
754 snprintf (b, sizeof b, "%s in %s at %d",
755 msg, buf->name, (int) (buf->buf - buf->start));
756 buf->error_callback (buf->data, b, errnum);
757}
758
759/* Require at least COUNT bytes in BUF. Return 1 if all is well, 0 on
760 error. */

Callers 14

requireFunction · 0.85
read_addressFunction · 0.85
read_uleb128Function · 0.85
read_sleb128Function · 0.85
read_attributeFunction · 0.85
resolve_stringFunction · 0.85
add_ranges_from_rnglistsFunction · 0.85
build_address_mapFunction · 0.85
read_v2_pathsFunction · 0.85
read_lnctFunction · 0.85
read_line_headerFunction · 0.85
read_line_programFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected