Home
last modified time | relevance | path

Searched refs:srcidx (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c469 int srcidx, dstidx; in write_file() local
502 for (srcidx = dstidx = 0; srcidx < sehdr.e_shnum; srcidx++) { in write_file()
503 Elf_Scn *scn = elf_getscn(src, srcidx); in write_file()
515 secxlate[srcidx] = -1; in write_file()
521 secxlate[srcidx] = -1; in write_file()
528 secxlate[srcidx] = -1; in write_file()
530 secxlate[srcidx] = dstidx++; in write_file()
536 for (srcidx = 1; srcidx < sehdr.e_shnum; srcidx++) { in write_file()
539 sscn = elf_getscn(src, srcidx); in write_file()
542 if (secxlate[srcidx] == -1) { in write_file()
[all …]