Home
last modified time | relevance | path

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

/illumos-gate/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()
372 if (secxlate != NULL) in ctf_write_elf()
[all …]