Lines Matching refs:sec_index
54 static struct section *new_data_section(struct elfcopy *ecp, int sec_index,
208 int _ifd, first, sec_index, in_symtab, symtab_created; in create_elf_from_srec() local
251 sec_index = 1; in create_elf_from_srec()
284 s = new_data_section(ecp, sec_index, off, in create_elf_from_srec()
290 sec_index++; in create_elf_from_srec()
478 int _ifd, first, sec_index; in create_elf_from_ihex() local
520 sec_index = 1; in create_elf_from_ihex()
542 s = new_data_section(ecp, sec_index, off, in create_elf_from_ihex()
548 sec_index++; in create_elf_from_ihex()
637 new_data_section(struct elfcopy *ecp, int sec_index, uint64_t off, in new_data_section() argument
644 snprintf(name, _SEC_NAMESZ, ".sec%d", sec_index); in new_data_section()