Lines Matching defs:size

73   Elf32_Half	e_ehsize;		/* ELF header size in bytes */
74 Elf32_Half e_phentsize; /* Program header table entry size */
76 Elf32_Half e_shentsize; /* Section header table entry size */
91 Elf64_Half e_ehsize; /* ELF header size in bytes */
92 Elf64_Half e_phentsize; /* Program header table entry size */
94 Elf64_Half e_shentsize; /* Section header table entry size */
390 Elf32_Word sh_size; /* Section size in bytes */
394 Elf32_Word sh_entsize; /* Entry size if section holds table */
404 Elf64_Xword sh_size; /* Section size in bytes */
408 Elf64_Xword sh_entsize; /* Entry size if section holds table */
495 Elf32_Word ch_size; /* Uncompressed data size. */
503 Elf64_Xword ch_size; /* Uncompressed data size. */
524 Elf32_Word st_size; /* Symbol size */
537 Elf64_Xword st_size; /* Symbol size */
691 Elf32_Word p_filesz; /* Segment size in file */
692 Elf32_Word p_memsz; /* Segment size in memory */
704 Elf64_Xword p_filesz; /* Segment size in file */
705 Elf64_Xword p_memsz; /* Segment size in memory */
768 size might increase */
881 #define DT_RELASZ 8 /* Total size of Rela relocs */
891 #define DT_RELSZ 18 /* Total size of Rel relocs */
906 #define DT_PREINIT_ARRAYSZ 33 /* size in bytes of DT_PREINIT_ARRAY */
908 #define DT_RELRSZ 35 /* Total size of RELR relative relocations */
933 #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */
1188 #define AT_PAGESZ 6 /* System page size */
1209 #define AT_DCACHEBSIZE 19 /* Data cache block size. */
1210 #define AT_ICACHEBSIZE 20 /* Instruction cache block size. */
1211 #define AT_UCACHEBSIZE 21 /* Unified cache block size. */
1234 log2 of line size; mask those to get cache size. */
1241 *GEOMETRY are comprised of cache line size in bytes in the bottom 16 bits
1333 /* Stack size. */
1422 #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size))
1426 #define ELF64_M_INFO(sym, size) ELF32_M_INFO (sym, size)
1535 #define R_386_SIZE32 38 /* 32-bit symbol size */
1820 unsigned char size; /* Size of descriptor, including header. */
2018 #define RHF_NOTPOT (1 << 1) /* Hash size not power of 2 */
2076 /* The size of general purpose registers. */
2078 /* The size of co-processor 1 registers. */
2080 /* The size of co-processor 2 registers. */
2093 /* Values for the register size bytes of an abi flags structure. */