Home
last modified time | relevance | path

Searched refs:SHF_STRINGS (Results 1 – 18 of 18) sorted by relevance

/titanic_51/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c57 { MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS},
58 { MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS},
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dsections.c442 { SHF_STRINGS, ALL, MSG_SHF_STRINGS_CF }, in conv_sec_flags_strings()
458 { SHF_STRINGS, ALL, MSG_SHF_STRINGS_NF }, in conv_sec_flags_strings()
H A Dsections.msg222 @ MSG_SHF_STRINGS_CF "SHF_STRINGS" # 0x20
/titanic_51/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c493 sp->sh_flags = SHF_STRINGS; in fake_elf64()
566 sp->sh_flags = SHF_ALLOC | SHF_STRINGS; in fake_elf64()
H A DPgcore.c743 if (write_shdr(pgc, strname, SHT_STRTAB, SHF_STRINGS, addr, in dump_symtab()
1002 shdr.sh_flags = SHF_STRINGS; in write_shstrtab()
1019 shdr.sh_flags = SHF_STRINGS; in write_shstrtab()
H A DPcore.c1401 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab()
1466 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab()
/titanic_51/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c144 SHT_STRTAB, SHF_STRINGS),
148 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dplace.c181 * - The SHF_MERGE|SHF_STRINGS flags must be set in os_attach_isp()
188 if (((isp->is_shdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != in os_attach_isp()
189 (SHF_MERGE | SHF_STRINGS)) || in os_attach_isp()
220 * The SHF_MERGE|SHF_STRINGS flags tell us that the program that in os_attach_isp()
H A Dsections.c502 SET_SEC_INFO(ELF_T_BYTE, 1, SHF_STRINGS, 0) in new_section()
2811 * If the output section has any SHF_MERGE|SHF_STRINGS input sections,
/titanic_51/usr/src/uts/common/sys/
H A Delf.h627 #define SHF_STRINGS 0x20 macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h469 #define SHF_STRINGS 0x20 /* Section contains strings. */ macro
/titanic_51/usr/src/cmd/sgs/include/
H A Dlibld.h70 * NOTE: SHF_MERGE|SHF_STRINGS:
71 * The compiler is allowed to set the SHF_MERGE|SHF_STRINGS flags in
86 * share the same SHF_MERGE|SHF_STRINGS values can be concatenated,
88 * SHF_MERGE|SHF_STRINGS flags should be ignored when deciding whether
91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)
936 #define FLG_IS_INSTRMRG 0x0080 /* Usable SHF_MERGE|SHF_STRINGS sec */
/titanic_51/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c751 * their SHF_STRINGS flag set are also accepted.
757 * At this time, we can only support SHF_STRINGS sections that
759 * SHF_STRINGS sections that have multi-byte characters or alignment
778 ((strsec->sec_shdr->sh_flags & SHF_STRINGS) != 0) && in elfedit_sec_getstr()
H A Delfedit.msg97 @ MSG_DEBUG_FNDSTRTABFL "[%d: %s]: string table section (SHF_STRINGS)\n"
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c142 SHTOSTR_SHF_STRINGS = 4, /* Not strtab, but SHF_STRINGS set */
150 * non-string table that has it's SHF_STRINGS section flag in shtype_to_strtab()
155 if (sh_flags & SHF_STRINGS) in shtype_to_strtab()
H A Dstr.msg86 or sections with the SHF_STRINGS section flag set are allowed.\n\
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1676 v[i + 1].sh_flags = SHF_STRINGS; in process_scns()
1726 v[i].sh_flags = SHF_STRINGS; in process_scns()
/titanic_51/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1421 6492726 Merge SHF_MERGE|SHF_STRINGS input sections (D)