MCPcopy Create free account
hub / github.com/coreboot/coreboot / buffer_offset

Function buffer_offset

util/cbfstool/common.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static inline size_t buffer_offset(const struct buffer *b)
52{
53 return b->offset;
54}
55
56static inline void *buffer_end(const struct buffer *b)
57{

Callers 7

qualcomm_find_hash_mbnv7Function · 0.85
qualcomm_find_hashFunction · 0.85
shrink_bufferFunction · 0.85
absolute_alignFunction · 0.85
set_file_end_offsetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected