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