Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c56 { MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS},
57 { MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS},
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c502 { SHF_STRINGS, ALL, MSG_SHF_STRINGS_CF }, in conv_sec_flags_strings()
518 { SHF_STRINGS, ALL, MSG_SHF_STRINGS_NF }, in conv_sec_flags_strings()
H A Dsections.msg272 @ MSG_SHF_STRINGS_CF "SHF_STRINGS" # 0x20
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c495 sp->sh_flags = SHF_STRINGS; in fake_elf64()
568 sp->sh_flags = SHF_ALLOC | SHF_STRINGS; in fake_elf64()
H A DPgcore.c729 if (write_shdr(pgc, shstrtab_data[strname], SHT_STRTAB, SHF_STRINGS, in dump_symtab()
1052 shdr.sh_flags = SHF_STRINGS; in write_shstrtab()
1072 shdr.sh_flags = SHF_STRINGS; in write_shstrtab()
H A DPcore.c1554 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab()
1619 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c142 SHT_STRTAB, SHF_STRINGS),
146 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c189 if (((isp->is_shdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != in os_attach_isp()
190 (SHF_MERGE | SHF_STRINGS)) || in os_attach_isp()
H A Dsections.c505 SET_SEC_INFO(ELF_T_BYTE, 1, SHF_STRINGS, 0) in new_section()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h643 #define SHF_STRINGS 0x20 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h469 #define SHF_STRINGS 0x20 /* Section contains strings. */ macro
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c778 ((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"
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h92 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c155 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\
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1912 v[idx].sh_flags = SHF_STRINGS; in elf_process_obj_scns()
2055 v[idx].sh_flags = SHF_STRINGS; in elf_process_scns()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1421 6492726 Merge SHF_MERGE|SHF_STRINGS input sections (D)