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