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 */
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 */
928 Word is_scnndx; /* original section index in file */
929 Word is_ordndx; /* index for section. Used to decide */
932 Word is_keyident; /* key for SHF_{ORDERED|LINK_ORDER} */
[all …]