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

Function last_section

util/cbfstool/elfheaders.c:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705static struct elf_writer_section *last_section(struct elf_writer *ew)
706{
707 return &ew->sections[ew->num_secs - 1];
708}
709
710static void strtab_init(struct elf_writer *ew, size_t size)
711{

Callers 4

strtab_initFunction · 0.85
symtab_initFunction · 0.85
elf_writer_initFunction · 0.85
rel_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected