Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dinput.c89 Elf_Scn *ctfscn; in read_file() local
104 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL || in read_file()
105 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL) in read_file()