Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/btxld/
H A Delfh.c111 htole32(SHT_PROGBITS), /* sh_type */
123 htole32(SHT_PROGBITS), /* sh_type */
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c95 outsec.os_type = SHT_PROGBITS; in input()
315 case SHT_PROGBITS: in output()
406 if (shdr->sh_type == SHT_PROGBITS) in output()
485 if (outsec->os_shdr->sh_type == SHT_PROGBITS) { in output()
495 if (outsec->os_shdr->sh_type != SHT_PROGBITS) in output()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Drdb_mach.h43 #define PLTSECTT SHT_PROGBITS
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Drdb_mach.h47 #define PLTSECTT SHT_PROGBITS
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparc/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparcv9/
H A Drdb_mach.h49 #define PLTSECTT SHT_PROGBITS
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c130 { SECT_TYPE_INFO, ".info", 0, 0, SHT_PROGBITS, 0, 0, 0, 0, \
137 { SECT_TYPE_FILENAME, ".filename", 0, 0, SHT_PROGBITS, 0, 0, 0, 0, 1 }
144 SHT_PROGBITS, 0, sizeof (uint64_t)),
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c137 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c119 shdr.sh_type = SHT_PROGBITS; in update_comment()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h57 #ifndef SHT_PROGBITS
58 #define SHT_PROGBITS 1 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg30 @ MSG_SHT_PROGBITS "[ SHT_PROGBITS ]" # 1
32 @ MSG_SHT_PROGBITS_CF "SHT_PROGBITS"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c471 case SHT_PROGBITS: in new_section()
914 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_COMMENT), 0, in make_comment()
1338 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_GOT), 0, in ld_make_got()
1397 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_INTERP), 0, in make_interp()
1957 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_PLT), 0, in make_plt()
2649 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_parexpn_data()
3480 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_data()
3512 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_TEXT), 0, in ld_make_text()
H A Dplace.c1224 (os_shdr->sh_type == SHT_PROGBITS))) && in ld_place_section()
1358 ((shdr = isp_convert_type(isp, SHT_PROGBITS)) == NULL)) in ld_place_section()
1399 if (ifl && (shdr->sh_type == SHT_PROGBITS)) { in ld_place_section()
H A Doutfile.c267 shdr->sh_type = SHT_PROGBITS; in pad_outfile()
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c222 case SHT_PROGBITS: in __elfN()
437 if (shdr[i].sh_type != SHT_PROGBITS) in __elfN()
/illumos-gate/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()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c144 if (shdr.sh_type != SHT_PROGBITS) in mod_binary_path_get()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c173 { "SHT_PROGBITS", 0xffffffff, SHT_PROGBITS }, in dump_shdr()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c161 (shdr.sh_type == SHT_PROGBITS)) { in look_in_sections()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c124 if (shdr.sh_type == SHT_PROGBITS && in ctfmerge_elfopen()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c443 (shdr->sh_type == SHT_PROGBITS)) { in traverse_file()
956 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
1049 dst_shdr.sh_type = SHT_PROGBITS; in build_file()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h561 #define SHT_PROGBITS 1 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c693 sp->sh_type = SHT_PROGBITS; in fake_elf64()

12