Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/tools/btxld/
H A Delfh.c111 htole32(SHT_PROGBITS), /* sh_type */
123 htole32(SHT_PROGBITS), /* sh_type */
/titanic_51/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_51/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Drdb_mach.h43 #define PLTSECTT SHT_PROGBITS
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Drdb_mach.h47 #define PLTSECTT SHT_PROGBITS
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/titanic_51/usr/src/lib/libdwarf/common/
H A Dpro_section.h109 #define SECTION_TYPE SHT_PROGBITS
/titanic_51/usr/src/uts/common/ctf/
H A Dctf_mod.c137 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
/titanic_51/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_51/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg30 @ MSG_SHT_PROGBITS "[ SHT_PROGBITS ]" # 1
32 @ MSG_SHT_PROGBITS_CF "SHT_PROGBITS"
/titanic_51/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c119 shdr.sh_type = SHT_PROGBITS; in update_comment()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dplace.c1093 * is SHT_PROGBITS. in ld_place_section()
1103 (os_shdr->sh_type == SHT_PROGBITS))) && in ld_place_section()
1228 ((shdr = isp_convert_type(isp, SHT_PROGBITS)) == NULL)) in ld_place_section()
1251 * of type SHT_PROGBITS to be correctly merged with .eh_frame in ld_place_section()
1269 if (ifl && (shdr->sh_type == SHT_PROGBITS)) { in ld_place_section()
H A Dsections.c468 case SHT_PROGBITS: in new_section()
470 * SHT_PROGBITS sections contain are used for many 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()
/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c222 case SHT_PROGBITS: in __elfN()
437 if (shdr[i].sh_type != SHT_PROGBITS) in __elfN()
/titanic_51/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_51/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c144 if (shdr.sh_type != SHT_PROGBITS) in mod_binary_path_get()
/titanic_51/usr/src/cmd/strings/
H A Dstrings.c163 (shdr.sh_type == SHT_PROGBITS)) { in look_in_sections()
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c175 { "SHT_PROGBITS", 0xffffffff, SHT_PROGBITS }, in dump_shdr()
/titanic_51/usr/src/lib/libctf/common/
H A Dctf_lib.c462 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdcreate_int()
600 if (shp->sh_type == SHT_PROGBITS && in ctf_fdcreate_int()
H A Dctf_elfwrite.c294 shdr.sh_type = SHT_PROGBITS; in ctf_write_elf()
/titanic_51/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_51/usr/src/cmd/ctfmerge/
H A Dctfmerge.c160 if (shdr.sh_type == SHT_PROGBITS && in ctfmerge_elfopen()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h560 #define SHT_PROGBITS 1 macro
/titanic_51/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c685 sp->sh_type = SHT_PROGBITS; in fake_elf64()

12