/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 204 EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, 207 EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE, SHF_ALLOC, text, 0), 228 EC_DESC_INIT(MSG_ORIG(MSG_SCN_TDATA), 0, SHF_ALLOC + SHF_WRITE, 229 SHF_ALLOC + SHF_WRITE, bss, 0), 231 EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE, 232 SHF_ALLOC + SHF_WRITE, bss, 0), 235 EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, 236 SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, data, 0), 238 EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, 239 SHF_ALLOC + SHF_WRITE [all...] |
H A D | sections.c | 547 SET_SEC_INFO(ELF_T_BYTE, 0, SHF_ALLOC | SHF_WRITE, 0) in new_section() 553 SET_SEC_INFO(ELF_T_ADDR, sizeof (Addr), SHF_ALLOC | SHF_WRITE, in new_section() 593 SHF_ALLOC | SHF_WRITE, sizeof (Move)); in new_section() 978 * new_section() does not set SHF_WRITE. If we're building an object in make_dynamic() 983 shdr->sh_flags |= SHF_WRITE; in make_dynamic() 1334 shdr->sh_flags |= SHF_WRITE; in ld_make_got() 2624 shdr->sh_flags |= SHF_WRITE; in ld_make_parexpn_data() 3422 shdr->sh_flags |= SHF_WRITE; in ld_make_data()
|
H A D | map.c | 715 if (enp->ec_attrmask & SHF_WRITE) { in map_colon() 721 enp->ec_attrmask |= SHF_WRITE; in map_colon() 723 enp->ec_attrbits |= SHF_WRITE; in map_colon()
|
H A D | place.c | 819 shflags |= SHF_WRITE; in ld_place_section()
|
/titanic_51/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 158 (!(shdr.sh_flags & SHF_WRITE)) && in process() 163 (shdr.sh_flags & SHF_WRITE) && in process() 167 } else if ((shdr.sh_flags & SHF_WRITE) && in process()
|
/titanic_51/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_isa.c | 105 pp = (shp->sh_flags & SHF_WRITE)? dp : tp; in get_progbits_size()
|
/titanic_51/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_isa.c | 105 pp = (shp->sh_flags & SHF_WRITE)? dp : tp; in get_progbits_size()
|
/titanic_51/usr/src/tools/btxld/ |
H A D | elfh.c | 124 htole32(SHF_ALLOC | SHF_WRITE), /* sh_flags */
|
/titanic_51/usr/src/uts/sparc/krtld/ |
H A D | kobj_isa.c | 121 pp = (shp->sh_flags & SHF_WRITE)? dp : tp; in get_progbits_size()
|
H A D | kobj_reloc.c | 194 !(shp->sh_flags & SHF_WRITE)) in do_relocate()
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 201 { "SHF_WRITE", SHF_WRITE, SHF_WRITE }, in dump_shdr()
|
/titanic_51/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 185 #define M_PLT_SHF_FLAGS (SHF_ALLOC | SHF_WRITE | SHF_EXECINSTR) 255 #define M_ID_GOTDATA 0x02 /* SHF_ALLOC + SHF_WRITE */
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.c | 438 { SHF_WRITE, ALL, MSG_SHF_WRITE_CF }, in conv_sec_flags_strings() 454 { SHF_WRITE, ALL, MSG_SHF_WRITE_NF }, in conv_sec_flags_strings()
|
H A D | sections.msg | 214 @ MSG_SHF_WRITE_CF "SHF_WRITE" # 0x01
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 590 sp->sh_flags = SHF_WRITE | SHF_ALLOC; in fake_elf64() 686 sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR; in fake_elf64()
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1180 spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext; in iload32() 1193 !(sp->sh_flags & SHF_WRITE) && in iload32() 1338 spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext; 1361 !(sp->sh_flags & SHF_WRITE) &&
|
/titanic_51/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 152 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0), 154 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 623 #define SHF_WRITE 0x01 /* sh_flags */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 465 #define SHF_WRITE 0x1 /* Section contains writable data. */ macro
|
/titanic_51/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 610 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in rt_dldump()
|
/titanic_51/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 916 (shp->sh_flags & SHF_WRITE) != 0) { in init_xen_module()
|
/titanic_51/usr/src/uts/common/krtld/ |
H A D | kobj.c | 922 if (shp->sh_flags & SHF_WRITE) { in load_linker() 2397 if ((shp->sh_flags & SHF_WRITE) == 0) in get_progbits() 2416 if (shp->sh_flags & SHF_WRITE) { in get_progbits() 2425 if ((shp->sh_flags & SHF_WRITE) == 0) in get_progbits()
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 145 * get_data() sets SHF_WRITE if the program header containing the 945 sec->shdr->sh_flags |= SHF_WRITE; in get_data()
|
/titanic_51/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 676 if (p->p_shdr.sh_flags & SHF_WRITE) in print_shdr()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 118 if (shp->sh_flags & SHF_WRITE) in gelf_sect_init()
|