Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c159 (!(shdr.sh_type == SHT_NOBITS)) && in process()
164 (!(shdr.sh_type == SHT_NOBITS)) && in process()
168 (shdr.sh_type == SHT_NOBITS) && in process()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c148 SHT_NOBITS, SHF_ALLOC | SHF_EXECINSTR, 0),
150 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
152 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
388 if (sect_valid(cp, mp) && cp->sect_type != SHT_NOBITS) { in data_offset()
698 if (sect_valid(sp, mp) && sp->sect_type != SHT_NOBITS && in objfs_data_read()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c271 if (sh->sh_type == SHT_NOBITS) { in _elf_upd_lib()
414 if ((sh->sh_type != SHT_NOBITS) && in _elf_upd_usr()
422 if ((sh->sh_type != SHT_NOBITS) && in _elf_upd_usr()
598 if ((sh->sh_type == SHT_NOBITS) || in wrt()
914 if ((sh->sh_type == SHT_NOBITS) || (sh->sh_type == SHT_NULL)) in _elfxx_swap_wrimage()
H A Dclscook.c182 if (sh->sh_type != SHT_NOBITS) in _elf_cookscn()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c75 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
142 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
168 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg150 the file to the first byte in the section. For SHT_NOBITS\n\
156 section type is SHT_NOBITS, the section occupies sh_size bytes\n\
157 in the file. A section of type SHT_NOBITS can have a nonzero\n\
304 the file to the first byte in the section. For a SHT_NOBITS\n\
320 section type is SHT_NOBITS, the section occupies sh_size\n\
321 bytes in the file. A section of type SHT_NOBITS can have\n\
H A Dphdr.c310 if ((strsec->sec_shdr->sh_type != SHT_NOBITS) && in locate_interp()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c231 EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE,
235 EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE,
H A Doutfile.c266 if (shdr->sh_type == SHT_NOBITS) in pad_outfile()
643 if (isp->is_shdr->sh_type == SHT_NOBITS) { in ld_create_outfile()
H A Dupdate.c451 if (osp->os_shdr->sh_type != SHT_NOBITS) { in update_osym()
3835 (sdp->sd_isc->is_shdr->sh_type == SHT_NOBITS)) { in check_mapfile_assertions()
3843 (sdp->sd_isc->is_shdr->sh_type != SHT_NOBITS)) { in check_mapfile_assertions()
4099 if (tlsshdr->sh_type != SHT_NOBITS) in ld_update_outfile()
4202 nobits = ((hshdr->sh_type == SHT_NOBITS) && in ld_update_outfile()
4215 if (shdr->sh_type != SHT_NOBITS) { in ld_update_outfile()
H A Dmap.c664 enp->ec_type = SHT_NOBITS; in map_colon()
H A Dsections.c544 case SHT_NOBITS: in new_section()
759 if (new_section(ofl, SHT_NOBITS, NULL, 0, in ld_make_bss()
H A Dresolve.c1156 if (isp && (isp->is_shdr->sh_type == SHT_NOBITS)) {
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c187 if (shdr->sh_type == SHT_NOBITS) { in dboot_elfload64()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h97 #ifndef SHT_NOBITS
98 #define SHT_NOBITS 8 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg58 @ MSG_SHT_NOBITS "[ SHT_NOBITS ]" # 8
60 @ MSG_SHT_NOBITS_CF "SHT_NOBITS"
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c223 case SHT_NOBITS: in __elfN()
302 shdr[i].sh_type == SHT_NOBITS) in __elfN()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c180 { "SHT_NOBITS", 0xffffffff, SHT_NOBITS }, in dump_shdr()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c275 if (shdr.sh_type != SHT_NOBITS) in ctf_write_elf()
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c522 if (shdr.sh_type != SHT_NOBITS && in elfsign_signatures()
737 if (shdr.sh_type == SHT_NOBITS) { in elfsign_adjustoffsets()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h568 #define SHT_NOBITS 8 macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1072 if (sp->sh_type == SHT_NOBITS) { in iload32()
1229 if (sp->sh_type == SHT_NOBITS) { in iload64()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h386 #define SHT_NOBITS 8 /* no space section */ macro
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c707 if (shdr->sh_type == SHT_NOBITS) { in rt_dldump()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1869 if ((shdr->sh_type == SHT_NOBITS) || in interp()
3610 (cache[shndx].c_shdr)->sh_type == SHT_NOBITS))) { in move()
4737 (_cache->c_shdr->sh_type != SHT_NOBITS)) in shdr_cache()

12