Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 25 of 42) sorted by relevance

12

/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c96 outsec.os_type = SHT_PROGBITS; in input()
316 case SHT_PROGBITS: in output()
407 if (shdr->sh_type == SHT_PROGBITS) in output()
486 if (outsec->os_shdr->sh_type == SHT_PROGBITS) { in output()
496 if (outsec->os_shdr->sh_type != SHT_PROGBITS) in output()
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Drdb_mach.h43 #define PLTSECTT SHT_PROGBITS
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Drdb_mach.h47 #define PLTSECTT SHT_PROGBITS
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.h109 #define SECTION_TYPE SHT_PROGBITS
/titanic_44/usr/src/uts/common/ctf/
H A Dctf_mod.c130 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c132 { SECT_TYPE_INFO, ".info", 0, 0, SHT_PROGBITS, 0, 0, 0, 0, \
139 { SECT_TYPE_FILENAME, ".filename", 0, 0, SHT_PROGBITS, 0, 0, 0, 0, 1 }
146 SHT_PROGBITS, 0, sizeof (uint64_t)),
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg30 @ MSG_SHT_PROGBITS "[ SHT_PROGBITS ]" # 1
32 @ MSG_SHT_PROGBITS_CF "SHT_PROGBITS"
/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c119 shdr.sh_type = SHT_PROGBITS; in update_comment()
/titanic_44/usr/src/lib/libctf/common/
H A Dctf_lib.c234 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdopen()
372 if (shp->sh_type == SHT_PROGBITS && in ctf_fdopen()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dplace.c1015 (os_shdr->sh_type == SHT_PROGBITS))) && in ld_place_section()
1140 ((shdr = isp_convert_type(isp, SHT_PROGBITS)) == NULL)) in ld_place_section()
1181 if (ifl && (shdr->sh_type == SHT_PROGBITS)) { in ld_place_section()
H A Dsections.c468 case SHT_PROGBITS: in new_section()
911 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_COMMENT), 0, in make_comment()
1328 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_GOT), 0, in ld_make_got()
1387 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_INTERP), 0, in make_interp()
1928 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_PLT), 0, in make_plt()
2620 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_parexpn_data()
3416 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_data()
3448 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_TEXT), 0, in ld_make_text()
H A Doutfile.c267 shdr->sh_type = SHT_PROGBITS; in pad_outfile()
H A DREADME.XLINK275 progbits sections (SHT_PROGBITS). libelf does not understand program
285 GOT and PLT sections are SHT_PROGBITS. You will probably find
/titanic_44/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c609 shdr->sh_type = SHT_PROGBITS; in rt_dldump()
708 shdr->sh_type = SHT_PROGBITS; in rt_dldump()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c144 if (shdr.sh_type != SHT_PROGBITS) in mod_binary_path_get()
/titanic_44/usr/src/cmd/strings/
H A Dstrings.c163 (shdr.sh_type == SHT_PROGBITS)) { in look_in_sections()
/titanic_44/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c175 { "SHT_PROGBITS", 0xffffffff, SHT_PROGBITS }, in dump_shdr()
/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dfile.c440 (shdr->sh_type == SHT_PROGBITS)) { in traverse_file()
948 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
1041 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h408 #define SHT_PROGBITS 1 macro
/titanic_44/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c685 sp->sh_type = SHT_PROGBITS; in fake_elf64()
/titanic_44/usr/src/tools/ctf/cvt/
H A Doutput.c627 shdr.sh_type = SHT_PROGBITS; in write_file()
/titanic_44/usr/src/cmd/dis/
H A Ddis_target.c801 return ((scn->ds_shdr.sh_type == SHT_PROGBITS) && in dis_section_istext()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c911 if ((shdr->sh_type != SHT_PROGBITS) && in unwind()
2954 case SHT_PROGBITS: in dynamic()
3225 TEST_ADDR(SHT_PROGBITS, fini); in dynamic()
3244 TEST_ADDR(SHT_PROGBITS, init); in dynamic()
5046 case SHT_PROGBITS: in regular()

12