/titanic_51/usr/src/tools/btxld/ |
H A D | elfh.c | 112 htole32(SHF_EXECINSTR | SHF_ALLOC), /* sh_flags */
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 203 { "SHF_EXECINSTR", SHF_EXECINSTR, SHF_EXECINSTR }, 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) 251 #define M_ID_TEXT 0x12 /* SHF_ALLOC + SHF_EXECINSTR */
|
/titanic_51/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 201 #define M_PLT_SHF_FLAGS (SHF_ALLOC | SHF_EXECINSTR) 267 #define M_ID_PLT 0x11 /* SHF_ALLOC + SHF_EXECINSTR */
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.c | 440 { SHF_EXECINSTR, ALL, MSG_SHF_EXECINSTR_CF }, in conv_sec_flags_strings() 456 { SHF_EXECINSTR, ALL, MSG_SHF_EXECINSTR_NF }, in conv_sec_flags_strings()
|
H A D | sections.msg | 218 @ MSG_SHF_EXECINSTR_CF "SHF_EXECINSTR" # 0x04
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1194 (sp->sh_flags & SHF_EXECINSTR)) { in iload32() 1221 if (sp->sh_flags & SHF_EXECINSTR) in iload32() 1362 (sp->sh_flags & SHF_EXECINSTR)) { 1397 if (sp->sh_flags & SHF_EXECINSTR)
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 727 if (enp->ec_attrmask & SHF_EXECINSTR) { in map_colon() 733 enp->ec_attrmask |= SHF_EXECINSTR; in map_colon() 736 SHF_EXECINSTR; in map_colon()
|
H A D | map_v2.c | 1581 { MSG_ORIG(MSG_MAPKW_EXECUTE), SHF_EXECINSTR }, in at_seg_assign_flags()
|
H A D | sections.c | 3454 shdr->sh_flags |= SHF_EXECINSTR; in ld_make_text()
|
H A D | files.c | 1574 (SHF_ALLOC | SHF_EXECINSTR)) { in process_progbits()
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 204 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
|
H A D | prof.c | 123 #define TS1(s) (((s) > 0) && (scnhdrp[(s)-1].sh_flags & SHF_EXECINSTR))
|
/titanic_51/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 447 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 625 #define SHF_EXECINSTR 0x04 macro
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 686 sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR; in fake_elf64()
|
/titanic_51/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 150 SHT_NOBITS, SHF_ALLOC | SHF_EXECINSTR, 0),
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 467 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
|
/titanic_51/usr/src/cmd/dis/ |
H A D | dis_target.c | 802 (scn->ds_shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))); in dis_section_istext()
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 587 /* Only use the execfill function on SHF_EXECINSTR sections */ in wrt() 588 execfill = (sh->sh_flags & SHF_EXECINSTR) ? in wrt() 625 * the output section is executable (SHF_EXECINSTR) in wrt()
|
/titanic_51/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 684 if (p->p_shdr.sh_flags & SHF_EXECINSTR) in print_shdr()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 116 if (shp->sh_flags & SHF_EXECINSTR) in gelf_sect_init()
|