Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c55 int srcidx, dstidx, pad, i; in ctf_write_elf() local
131 for (srcidx = dstidx = 0; srcidx < nshdr; srcidx++) { in ctf_write_elf()
132 Elf_Scn *scn = elf_getscn(src, srcidx); in ctf_write_elf()
147 secxlate[srcidx] = -1; in ctf_write_elf()
149 secxlate[srcidx] = dstidx++; in ctf_write_elf()
156 for (srcidx = 1; srcidx < nshdr; srcidx++) { in ctf_write_elf()
159 sscn = elf_getscn(src, srcidx); in ctf_write_elf()
165 if (secxlate[srcidx] == -1) { in ctf_write_elf()
211 if (srcidx == strndx) { in ctf_write_elf()
235 symtab_idx = secxlate[srcidx]; in ctf_write_elf()