Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c146 if (strcmp(sname, CTF_ELF_SCN_NAME) == 0) { in ctf_write_elf()
212 char seclen = strlen(CTF_ELF_SCN_NAME); in ctf_write_elf()
223 CTF_ELF_SCN_NAME); in ctf_write_elf()
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c506 if (strcmp(sname, CTF_ELF_SCN_NAME) == 0) { in write_file()
568 char seclen = strlen(CTF_ELF_SCN_NAME); in write_file()
574 CTF_ELF_SCN_NAME); in write_file()
H A Dctftools.h71 #define CTF_ELF_SCN_NAME ".SUNW_ctf" macro
/titanic_50/usr/src/common/ctf/
H A Dctf_impl.h252 #define CTF_ELF_SCN_NAME ".SUNW_ctf" macro