Lines Matching defs:is_desc
907 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 */
920 Word is_ordndx; /* index for section. Used to decide */
923 Word is_keyident; /* key for SHF_{ORDERED|LINK_ORDER} */
926 Word is_flags; /* Various flags */