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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c351 ctfsect.cts_type = SHT_PROGBITS;
466 ctfsect.cts_type = shp->sh_type;
474 symsect.cts_type = shp->sh_type;
481 strsect.cts_type = lhp->sh_type;
491 if (ctfsect.cts_type == SHT_NULL) {
505 if (symsect.cts_type != SHT_NULL &&
506 strsect.cts_type != SHT_NULL) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h75 ulong_t cts_type; /* section type (ELF SHT_... value) */ member in struct:ctf_sect
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.c508 if (sh.sh_type == ctsp->cts_type &&
538 dmp->dm_ctdata.cts_type = SHT_PROGBITS;
546 dmp->dm_symtab.cts_type = SHT_SYMTAB;
555 dmp->dm_strtab.cts_type = SHT_STRTAB;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c67 cts.cts_type = SHT_PROGBITS;
371 cts.cts_type = SHT_PROGBITS;

Completed in 53 milliseconds