Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 – 22 of 22) sorted by relevance

/titanic_51/usr/src/tools/btxld/
H A Delfh.c112 htole32(SHF_EXECINSTR | SHF_ALLOC), /* sh_flags */
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c203 { "SHF_EXECINSTR", SHF_EXECINSTR, SHF_EXECINSTR }, in dump_shdr()
/titanic_51/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h185 #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 Dmachdep_x86.h201 #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 Dsections.c440 { 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 Dsections.msg218 @ MSG_SHF_EXECINSTR_CF "SHF_EXECINSTR" # 0x04
/titanic_51/usr/src/psm/stand/boot/common/
H A Dreadfile.c1194 (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 Dmap.c727 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 Dmap_v2.c1581 { MSG_ORIG(MSG_MAPKW_EXECUTE), SHF_EXECINSTR }, in at_seg_assign_flags()
H A Dsections.c3454 shdr->sh_flags |= SHF_EXECINSTR; in ld_make_text()
H A Dfiles.c1574 (SHF_ALLOC | SHF_EXECINSTR)) { in process_progbits()
/titanic_51/usr/src/cmd/sgs/prof/common/
H A Drdelf.c204 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
H A Dprof.c123 #define TS1(s) (((s) > 0) && (scnhdrp[(s)-1].sh_flags & SHF_EXECINSTR))
/titanic_51/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c447 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h625 #define SHF_EXECINSTR 0x04 macro
/titanic_51/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c686 sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR; in fake_elf64()
/titanic_51/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c150 SHT_NOBITS, SHF_ALLOC | SHF_EXECINSTR, 0),
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h467 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/titanic_51/usr/src/cmd/dis/
H A Ddis_target.c802 (scn->ds_shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))); in dis_section_istext()
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c587 /* 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 Ddump.c684 if (p->p_shdr.sh_flags & SHF_EXECINSTR) in print_shdr()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c116 if (shp->sh_flags & SHF_EXECINSTR) in gelf_sect_init()