Home
last modified time | relevance | path

Searched defs:is_desc (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h907 struct is_desc { /* input section descriptor */ struct
908 const char *is_name; /* original section name */
909 const char *is_sym_name; /* NULL, or name string to use for */
911 Shdr *is_shdr; /* the elf section header */
912 Ifl_desc *is_file; /* infile desc for this section */
913 Os_desc *is_osdesc; /* new output section for this */
915 Elf_Data *is_indata; /* input sections raw data */
916 Is_desc *is_symshndx; /* related SHT_SYM_SHNDX section */
917 Is_desc *is_comdatkeep; /* If COMDAT section is discarded, */
919 Word is_scnndx; /* original section index in file */
[all …]