Searched refs:cts_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lib.c216 ctfsect.cts_type = SHT_PROGBITS;
331 ctfsect.cts_type = shp->sh_type;
339 symsect.cts_type = shp->sh_type;
346 strsect.cts_type = lhp->sh_type;
356 if (ctfsect.cts_type == SHT_NULL) {
370 if (symsect.cts_type != SHT_NULL &&
371 strsect.cts_type != SHT_NULL) {
H A Dctf_create.c63 cts.cts_type = SHT_PROGBITS;
367 cts.cts_type = SHT_PROGBITS;
/macosx-10.10.1/dtrace-147/sys/
H A Dctf_api.h98 ulong_t cts_type; /* section type (ELF SHT_... value) */ member in struct:ctf_sect
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module.c984 if (sh.sh_type == ctsp->cts_type &&
1013 dmp->dm_ctdata.cts_type = SHT_UNKNOWN12;
1021 dmp->dm_symtab.cts_type = SHT_STRTAB;
1032 dmp->dm_strtab.cts_type = SHT_STRTAB;

Completed in 144 milliseconds