Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c468 int *secxlate; in write_file() local
501 secxlate = xmalloc(sizeof (int) * sehdr.e_shnum); 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()
542 if (secxlate[srcidx] == -1) { in write_file()
564 shdr.sh_link = secxlate[shdr.sh_link]; in write_file()
567 shdr.sh_info = secxlate[shdr.sh_info]; in write_file()
619 symtab_idx = secxlate[srcidx]; in write_file()
[all …]