Home
last modified time | relevance | path

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

12

/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c150 SHT_NOBITS, SHF_ALLOC | SHF_EXECINSTR, 0),
152 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
154 SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
390 if (sect_valid(cp, mp) && cp->sect_type != SHT_NOBITS) { in data_offset()
700 if (sect_valid(sp, mp) && sp->sect_type != SHT_NOBITS && in objfs_data_read()
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c268 if (sh->sh_type == SHT_NOBITS) { in _elf_upd_lib()
412 if ((sh->sh_type != SHT_NOBITS) && in _elf_upd_usr()
420 if ((sh->sh_type != SHT_NOBITS) && in _elf_upd_usr()
597 if ((sh->sh_type == SHT_NOBITS) || in wrt()
916 if ((sh->sh_type == SHT_NOBITS) || (sh->sh_type == SHT_NULL)) in _elfxx_swap_wrimage()
H A Dclscook.c187 if (sh->sh_type != SHT_NOBITS) in _elf_cookscn()
/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dutils.c72 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
139 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
165 if (shdr.sh_type == SHT_NOBITS) { in apply_action()
H A Dfile.c466 if (shdr->sh_type == SHT_NOBITS) in traverse_file()
/titanic_44/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.c445 if (osp->os_shdr->sh_type != SHT_NOBITS) { in update_osym()
3801 if (tlsshdr->sh_type != SHT_NOBITS) in ld_update_outfile()
3907 nobits = ((hshdr->sh_type == SHT_NOBITS) && in ld_update_outfile()
3920 if (shdr->sh_type != SHT_NOBITS) { in ld_update_outfile()
H A Dmap.c664 enp->ec_type = SHT_NOBITS; in map_colon()
H A Dresolve.c1156 if (isp && (isp->is_shdr->sh_type == SHT_NOBITS)) {
H A Dsections.c541 case SHT_NOBITS: in new_section()
756 if (new_section(ofl, SHT_NOBITS, NULL, 0, in ld_make_bss()
/titanic_44/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()
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c183 if (shdr->sh_type == SHT_NOBITS) { in dboot_elfload64()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg58 @ MSG_SHT_NOBITS "[ SHT_NOBITS ]" # 8
60 @ MSG_SHT_NOBITS_CF "SHT_NOBITS"
/titanic_44/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c182 { "SHT_NOBITS", 0xffffffff, SHT_NOBITS }, in dump_shdr()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h415 #define SHT_NOBITS 8 macro
/titanic_44/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()
/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c1200 if (sp->sh_type == SHT_NOBITS) { in iload32()
1372 if (sp->sh_type == SHT_NOBITS) {
/titanic_44/usr/src/tools/ctf/cvt/
H A Doutput.c614 if (shdr.sh_type != SHT_NOBITS) in write_file()
/titanic_44/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c707 if (shdr->sh_type == SHT_NOBITS) { in rt_dldump()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1806 if ((shdr->sh_type == SHT_NOBITS) || in interp()
3507 (cache[shndx].c_shdr)->sh_type == SHT_NOBITS))) { in move()
4572 (_cache->c_shdr->sh_type != SHT_NOBITS)) in shdr_cache()
H A Delfdump.msg96 SHN_COMMON or defined in SHT_NOBITS section\n"
/titanic_44/usr/src/cmd/sgs/dump/common/
H A Ddump.c1483 (shdr.sh_type == SHT_NOBITS)) { in print_section()

12