Searched defs:third (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 83 * size of first, second, third number and total size 88 GElf_Xword third; local 106 * that are allocatable, writable, and not of type NOBITS; the third number 132 first = second = third = totsize = 0; 170 third += shdr.sh_size; 189 totsize = first + second + third; 191 first, second, third, totsize); 209 * segments whose type is PT_LOAD; the third number is the memory size
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 220 unsigned char *third = data; local 232 third += 8; 233 next_code = (third >= data_end)? ULONG_MAX : 235 (uint64_t)(*((uint32_t *)third)); 243 third += 16; 244 next_code = (third >= data_end)? ULONG_MAX : 246 (uint64_t)(*((uint64_t *)third)); 254 third += 8; 255 next_code = (third >= data_end)? ULONG_MAX : 257 (uint64_t)(int64_t)(*((int32_t *)third)); [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | kcpc.c | 1824 * "pcbe.first.second.third.fourth" and ending with the least specific, 1830 kcpc_pcbe_tryload(const char *prefix, uint_t first, uint_t second, uint_t third) argument 1836 s[2] = third;
|
Completed in 82 milliseconds