MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / read_offset

Function read_offset

Dependencies/tracy/libbacktrace/dwarf.cpp:906–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 bytes. */
905
906static uint64_t
907read_offset (struct dwarf_buf *buf, int is_dwarf64)
908{
909 if (is_dwarf64)
910 return read_uint64 (buf);
911 else
912 return read_uint32 (buf);
913}
914
915/* Read an address from BUF and advance the appropriate number of
916 bytes. */

Callers 5

read_attributeFunction · 0.85
resolve_stringFunction · 0.85
add_ranges_from_rnglistsFunction · 0.85
build_address_mapFunction · 0.85
read_line_headerFunction · 0.85

Calls 2

read_uint64Function · 0.85
read_uint32Function · 0.85

Tested by

no test coverage detected