elf_create_section_symbol
sym = elf_create_section_symbol(elf, insn_sec);
struct symbol *elf_create_section_symbol(struct elf *elf, struct section *sec);
if (!sec->sym && !elf_create_section_symbol(elf, sec))
if (!sec->sym && !elf_create_section_symbol(e->out, sec))
funcs_sym = elf_create_section_symbol(e->out, funcs_sec);
str_sym = elf_create_section_symbol(e->out, str_sec);
out_sym = elf_create_section_symbol(elf, out_sec);