Searched refs:shstrtab (Results 1 – 1 of 1) sorted by relevance
1124 struct section *sec, *shstrtab; in elf_create_section() local1181 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section()1182 if (!shstrtab) in elf_create_section()1183 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section()1184 if (!shstrtab) { in elf_create_section()1188 sec->sh.sh_name = elf_add_string(elf, shstrtab, sec->name); in elf_create_section()
Completed in 5 milliseconds