Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c54 int *secxlate = NULL; in ctf_write_elf() local
130 secxlate = ctf_alloc(sizeof (int) * nshdr); in ctf_write_elf()
147 secxlate[srcidx] = -1; in ctf_write_elf()
149 secxlate[srcidx] = dstidx++; in ctf_write_elf()
165 if (secxlate[srcidx] == -1) { in ctf_write_elf()
191 shdr.sh_link = secxlate[shdr.sh_link]; in ctf_write_elf()
194 shdr.sh_info = secxlate[shdr.sh_info]; in ctf_write_elf()
235 symtab_idx = secxlate[srcidx]; in ctf_write_elf()
254 if ((newscn = secxlate[sym.st_shndx]) != in ctf_write_elf()
353 dehdr.e_shstrndx = secxlate[sehdr.e_shstrndx]; in ctf_write_elf()
[all …]
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c459 int *secxlate; in write_file() local
493 secxlate = xmalloc(sizeof (int) * sehdr.e_shnum); in write_file()
507 secxlate[srcidx] = -1; in write_file()
514 secxlate[srcidx] = -1; in write_file()
516 secxlate[srcidx] = dstidx++; in write_file()
529 if (secxlate[srcidx] == -1) { in write_file()
551 shdr.sh_link = secxlate[shdr.sh_link]; in write_file()
554 shdr.sh_info = secxlate[shdr.sh_info]; in write_file()
586 symtab_idx = secxlate[srcidx]; in write_file()
600 if ((newscn = secxlate[sym.st_shndx]) != in write_file()
[all …]