Searched refs:SHF_STRINGS (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 57 { MSG_ORIG(MSG_SCN_STRTAB), SHT_STRTAB, SHF_STRINGS}, 58 { MSG_ORIG(MSG_SCN_SHSTRTAB), SHT_STRTAB, SHF_STRINGS},
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.c | 442 { 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 D | sections.msg | 222 @ MSG_SHF_STRINGS_CF "SHF_STRINGS" # 0x20
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 493 sp->sh_flags = SHF_STRINGS; in fake_elf64() 566 sp->sh_flags = SHF_ALLOC | SHF_STRINGS; in fake_elf64()
|
H A D | Pgcore.c | 743 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 D | Pcore.c | 1401 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab() 1466 b->shdr[2].sh_flags = SHF_STRINGS; in fake_up_symtab()
|
/titanic_44/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 144 SHT_STRTAB, SHF_STRINGS), 148 SECT_STRTAB(".strtab", SHT_STRTAB, SHF_STRINGS),
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 188 if (((isp->is_shdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != in os_attach_isp() 189 (SHF_MERGE | SHF_STRINGS)) || in os_attach_isp()
|
H A D | sections.c | 502 SET_SEC_INFO(ELF_T_BYTE, 1, SHF_STRINGS, 0) in new_section()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 475 #define SHF_STRINGS 0x20 macro
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 778 ((strsec->sec_shdr->sh_flags & SHF_STRINGS) != 0) && in elfedit_sec_getstr()
|
H A D | elfedit.msg | 97 @ MSG_DEBUG_FNDSTRTABFL "[%d: %s]: string table section (SHF_STRINGS)\n"
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | libld.h | 91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 155 if (sh_flags & SHF_STRINGS) in shtype_to_strtab()
|
H A D | str.msg | 86 or sections with the SHF_STRINGS section flag set are allowed.\n\
|
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1676 v[i + 1].sh_flags = SHF_STRINGS; in process_scns() 1726 v[i].sh_flags = SHF_STRINGS; in process_scns()
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1421 6492726 Merge SHF_MERGE|SHF_STRINGS input sections (D)
|