Searched defs:sh_size (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h48 size_t sh_size; member in struct:share
59 size32_t sh_size; member in struct:share32
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h67 Elf32_Size sh_size; /* Size in bytes. */ member in struct:__anon2090
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h110 Elf32_Word sh_size; /* Section size in bytes */ member in struct:__anon2185
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c56 SHDR_CMD_T_SH_SIZE = 9, /* shdr:sh_size */
323 EC_XWORD(shdr->sh_size));
675 Xword sh_size; local
677 sh_size = elfedit_atoui(argstate.argv[1], NULL);
678 if (shdr->sh_size == sh_size) {
683 EC_XWORD(shdr->sh_size));
689 EC_XWORD(shdr->sh_size),
690 EC_XWORD(sh_size));
692 shdr->sh_size
[all...]
H A Dehdr.c532 * value from shdr[0].sh_size
536 os_secarr[0].sec_shdr->sh_size;
1071 Word sh_size; local
1075 sh_size = shnum;
1078 sh_size = 0;
1092 if (shdr0->sh_size == sh_size) {
1096 EC_WORD(shdr0->sh_size));
1101 EC_WORD(shdr0->sh_size), sh_size);
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h95 Elf32_Word sh_size; /* Size in bytes. */ member in struct:__anon409
H A Delf64.h104 Elf64_Xword sh_size; /* Size in bytes. */ member in struct:__anon426
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h385 Elf32_Word sh_size; /* section size */ member in struct:__anon256
399 Elf64_Xword sh_size; /* section size */ member in struct:__anon257
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c8469 size_t sh_size = ISM_SHIFT(ismshift, len); local
8567 ism_map[i].imap_seg = (uintptr_t)addr | sh_size;
8694 size_t sh_size = ISM_SHIFT(ismshift, len); local
8733 sh_size == (size_t)(ism_size(ism_map[i]))) {

Completed in 119 milliseconds