elf_create_section
null = elf_create_section(elf, NULL, 0, 0, SHT_NULL, 0, 0);
shstrtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0);
strtab = elf_create_section(elf, NULL, 0, 0, SHT_STRTAB, 1, 0);
symtab = elf_create_section(elf, ".symtab", 0x18, 0x18, SHT_SYMTAB, 0x8, 0);
rsec = elf_create_section(elf, rsec_name, nr_relocs * elf_rela_size(elf),
sec = elf_create_section(elf, name, nr * entsize, entsize,
struct section *elf_create_section(struct elf *elf, const char *name,
klp_relocs = elf_create_section(e->out, KLP_RELOCS_SEC, 0,
str_sec = elf_create_section(e->out, KLP_STRINGS_SEC, 0, 0,
out_sec = elf_create_section(e->out, ".modinfo", 0,
out_sec = elf_create_section(elf, patched_sec->name, 0,
klp_rsec = elf_create_section(elf, rsec_name, 0,
orc_sec = elf_create_section(file->elf, ".orc_unwind",