Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/btxld/
H A Delfh.c112 htole32(SHF_EXECINSTR | SHF_ALLOC), /* sh_flags */
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c201 { "SHF_EXECINSTR", SHF_EXECINSTR, SHF_EXECINSTR }, in dump_shdr()
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h185 #define M_PLT_SHF_FLAGS (SHF_ALLOC | SHF_WRITE | SHF_EXECINSTR)
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h201 #define M_PLT_SHF_FLAGS (SHF_ALLOC | SHF_EXECINSTR)
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c500 { SHF_EXECINSTR, ALL, MSG_SHF_EXECINSTR_CF }, in conv_sec_flags_strings()
516 { SHF_EXECINSTR, ALL, MSG_SHF_EXECINSTR_NF }, in conv_sec_flags_strings()
H A Dsections.msg268 @ MSG_SHF_EXECINSTR_CF "SHF_EXECINSTR" # 0x04
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1066 (sp->sh_flags & SHF_EXECINSTR)) { in iload32()
1093 if (sp->sh_flags & SHF_EXECINSTR) in iload32()
1219 (sp->sh_flags & SHF_EXECINSTR)) { in iload64()
1254 if (sp->sh_flags & SHF_EXECINSTR) in iload64()
/illumos-gate/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 Dsections.c3518 shdr->sh_flags |= SHF_EXECINSTR; in ld_make_text()
H A Dmap_v2.c1657 { MSG_ORIG(MSG_MAPKW_EXECUTE), SHF_EXECINSTR }, in at_seg_assign_flags()
H A Dfiles.c1615 (SHF_ALLOC | SHF_EXECINSTR)) { in process_progbits()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c447 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h641 #define SHF_EXECINSTR 0x04 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c694 sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR; in fake_elf64()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c148 SHT_NOBITS, SHF_ALLOC | SHF_EXECINSTR, 0),
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h467 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c589 execfill = (sh->sh_flags & SHF_EXECINSTR) ? in wrt()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c817 (scn->ds_shdr.sh_flags == (SHF_ALLOC | SHF_EXECINSTR))); in dis_section_istext()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c689 if (p->p_shdr.sh_flags & SHF_EXECINSTR) in print_shdr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c116 if (shp->sh_flags & SHF_EXECINSTR) in gelf_sect_init()