Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c50 int symtab_idx = -1; in ctf_write_elf() local
235 symtab_idx = secxlate[srcidx]; in ctf_write_elf()
279 if (symtab_idx == -1) { in ctf_write_elf()
296 shdr.sh_link = symtab_idx; in ctf_write_elf()
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c455 int symtab_idx = -1; in write_file() local
586 symtab_idx = secxlate[srcidx]; in write_file()
618 if (symtab_idx == -1) { in write_file()
629 shdr.sh_link = symtab_idx; in write_file()