Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h916 struct is_desc { /* input section descriptor */ struct
917 const char *is_name; /* original section name */
918 const char *is_sym_name; /* NULL, or name string to use for */
920 Shdr *is_shdr; /* the elf section header */
921 Ifl_desc *is_file; /* infile desc for this section */
922 Os_desc *is_osdesc; /* new output section for this */
924 Elf_Data *is_indata; /* input sections raw data */
925 Is_desc *is_symshndx; /* related SHT_SYM_SHNDX section */
926 Is_desc *is_comdatkeep; /* If COMDAT section is discarded, */
928 Word is_scnndx; /* original section index in file */
[all …]