int32_t 44 include/sys/elf.h typedef int32_t Elf32_Sword; /* Signed large integer */ int32_t 40 include/sys/mount.h typedef struct { int32_t val[2]; } fsid_t; /* file system id type */ int32_t 54 include/sys/stat.h int32_t st_blocks; /* blocks allocated for file */ int32_t 53 include/sys/types.h typedef int32_t off_t; /* file offset */ int32_t 54 include/sys/types.h typedef int32_t pid_t; /* process id */ int32_t 115 include/sys/types.h typedef int32_t fd_mask;