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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dinput.c89 Elf_Scn *ctfscn; local
104 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL ||
105 (ctfdata = elf_getdata(ctfscn, NULL)) == NULL)
H A Ddump.c1129 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf"); local
1133 if (ctfscn == NULL || (dp = elf_getdata(ctfscn, NULL)) == NULL)
1146 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL &&
1153 if (gelf_getshdr(ctfscn, &ctfshdr) != NULL &&

Completed in 66 milliseconds