Searched defs:sh_entsize (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h71 Elf32_Size sh_entsize; /* Size of each entry in section. */ member in struct:__anon2090
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h114 Elf32_Word sh_entsize; /* Entry size if section holds table */ member in struct:__anon2185
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c155 Word sh_entsize; member in struct:__anon1429
950 sec->shdr->sh_entsize = tinfo->sh_entsize;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c50 SHDR_CMD_T_SH_ENTSIZE = 3, /* shdr:sh_entsize */
276 EC_XWORD(shdr->sh_entsize));
475 Xword sh_entsize; local
477 sh_entsize = elfedit_atoui(argstate.argv[1], NULL);
478 if (shdr->sh_entsize == sh_entsize) {
483 EC_XWORD(shdr->sh_entsize));
489 EC_XWORD(shdr->sh_entsize),
490 EC_XWORD(sh_entsize));
492 shdr->sh_entsize
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h99 Elf32_Word sh_entsize; /* Size of each entry in section. */ member in struct:__anon409
H A Delf64.h108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member in struct:__anon426
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c433 Word sh_entsize; member in struct:sec_info
453 #define SET_SEC_INFO(d_type, d_align, sh_flags, sh_entsize) \
456 sh_entsize}; \
459 #define SET_SEC_INFO_WORD_ALIGN(d_type, sh_flags, sh_entsize) \
462 sh_entsize}; \
632 size = entcnt * sec_info->sh_entsize;
653 shdr->sh_entsize = sec_info->sh_entsize;
1302 size = cnt * (size_t)shdr->sh_entsize;
1339 shdr->sh_entsize
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h389 Elf32_Word sh_entsize; /* entry size if table */ member in struct:__anon256
403 Elf64_Xword sh_entsize; /* entry size if table */ member in struct:__anon257

Completed in 78 milliseconds