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

Function rom_buffer_pointer

util/cbfstool/fit.c:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80static inline void *rom_buffer_pointer(struct buffer *buffer, int offset)
81{
82 return &buffer->data[offset];
83}
84
85static inline size_t fit_entry_size_bytes(const struct fit_entry *entry)
86{

Callers 4

parse_microcode_blobFunction · 0.85
get_fit_ptrFunction · 0.85
set_fit_pointerFunction · 0.85
fit_get_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected