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

Function section_index

util/cbfstool/elfheaders.c:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697};
698
699static size_t section_index(struct elf_writer *ew,
700 struct elf_writer_section *sec)
701{
702 return sec - &ew->sections[0];
703}
704
705static struct elf_writer_section *last_section(struct elf_writer *ew)
706{

Callers 3

elf_writer_initFunction · 0.85
fixup_symbol_tableFunction · 0.85
rel_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected