mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 22:49:11 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -60,60 +60,60 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long SG_BIG_BUFF;
|
||||
hidden extern const long SG_DEFAULT_RETRIES;
|
||||
hidden extern const long SG_DEFAULT_TIMEOUT;
|
||||
hidden extern const long SG_DEF_COMMAND_Q;
|
||||
hidden extern const long SG_DEF_FORCE_LOW_DMA;
|
||||
hidden extern const long SG_DEF_FORCE_PACK_ID;
|
||||
hidden extern const long SG_DEF_KEEP_ORPHAN;
|
||||
hidden extern const long SG_DEF_RESERVED_SIZE;
|
||||
hidden extern const long SG_DEF_UNDERRUN_FLAG;
|
||||
hidden extern const long SG_DXFER_FROM_DEV;
|
||||
hidden extern const long SG_DXFER_NONE;
|
||||
hidden extern const long SG_DXFER_TO_DEV;
|
||||
hidden extern const long SG_DXFER_TO_FROM_DEV;
|
||||
hidden extern const long SG_EMULATED_HOST;
|
||||
hidden extern const long SG_FLAG_DIRECT_IO;
|
||||
hidden extern const long SG_FLAG_LUN_INHIBIT;
|
||||
hidden extern const long SG_FLAG_NO_DXFER;
|
||||
hidden extern const long SG_GET_COMMAND_Q;
|
||||
hidden extern const long SG_GET_KEEP_ORPHAN;
|
||||
hidden extern const long SG_GET_LOW_DMA;
|
||||
hidden extern const long SG_GET_NUM_WAITING;
|
||||
hidden extern const long SG_GET_PACK_ID;
|
||||
hidden extern const long SG_GET_REQUEST_TABLE;
|
||||
hidden extern const long SG_GET_RESERVED_SIZE;
|
||||
hidden extern const long SG_GET_SCSI_ID;
|
||||
hidden extern const long SG_GET_SG_TABLESIZE;
|
||||
hidden extern const long SG_GET_TIMEOUT;
|
||||
hidden extern const long SG_GET_TRANSFORM;
|
||||
hidden extern const long SG_GET_VERSION_NUM;
|
||||
hidden extern const long SG_INFO_CHECK;
|
||||
hidden extern const long SG_INFO_DIRECT_IO;
|
||||
hidden extern const long SG_INFO_DIRECT_IO_MASK;
|
||||
hidden extern const long SG_INFO_INDIRECT_IO;
|
||||
hidden extern const long SG_INFO_MIXED_IO;
|
||||
hidden extern const long SG_INFO_OK;
|
||||
hidden extern const long SG_INFO_OK_MASK;
|
||||
hidden extern const long SG_IO;
|
||||
hidden extern const long SG_MAX_QUEUE;
|
||||
hidden extern const long SG_MAX_SENSE;
|
||||
hidden extern const long SG_NEXT_CMD_LEN;
|
||||
hidden extern const long SG_SCATTER_SZ;
|
||||
hidden extern const long SG_SCSI_RESET;
|
||||
hidden extern const long SG_SCSI_RESET_BUS;
|
||||
hidden extern const long SG_SCSI_RESET_DEVICE;
|
||||
hidden extern const long SG_SCSI_RESET_HOST;
|
||||
hidden extern const long SG_SCSI_RESET_NOTHING;
|
||||
hidden extern const long SG_SET_COMMAND_Q;
|
||||
hidden extern const long SG_SET_DEBUG;
|
||||
hidden extern const long SG_SET_FORCE_LOW_DMA;
|
||||
hidden extern const long SG_SET_FORCE_PACK_ID;
|
||||
hidden extern const long SG_SET_KEEP_ORPHAN;
|
||||
hidden extern const long SG_SET_RESERVED_SIZE;
|
||||
hidden extern const long SG_SET_TIMEOUT;
|
||||
hidden extern const long SG_SET_TRANSFORM;
|
||||
extern const long SG_BIG_BUFF;
|
||||
extern const long SG_DEFAULT_RETRIES;
|
||||
extern const long SG_DEFAULT_TIMEOUT;
|
||||
extern const long SG_DEF_COMMAND_Q;
|
||||
extern const long SG_DEF_FORCE_LOW_DMA;
|
||||
extern const long SG_DEF_FORCE_PACK_ID;
|
||||
extern const long SG_DEF_KEEP_ORPHAN;
|
||||
extern const long SG_DEF_RESERVED_SIZE;
|
||||
extern const long SG_DEF_UNDERRUN_FLAG;
|
||||
extern const long SG_DXFER_FROM_DEV;
|
||||
extern const long SG_DXFER_NONE;
|
||||
extern const long SG_DXFER_TO_DEV;
|
||||
extern const long SG_DXFER_TO_FROM_DEV;
|
||||
extern const long SG_EMULATED_HOST;
|
||||
extern const long SG_FLAG_DIRECT_IO;
|
||||
extern const long SG_FLAG_LUN_INHIBIT;
|
||||
extern const long SG_FLAG_NO_DXFER;
|
||||
extern const long SG_GET_COMMAND_Q;
|
||||
extern const long SG_GET_KEEP_ORPHAN;
|
||||
extern const long SG_GET_LOW_DMA;
|
||||
extern const long SG_GET_NUM_WAITING;
|
||||
extern const long SG_GET_PACK_ID;
|
||||
extern const long SG_GET_REQUEST_TABLE;
|
||||
extern const long SG_GET_RESERVED_SIZE;
|
||||
extern const long SG_GET_SCSI_ID;
|
||||
extern const long SG_GET_SG_TABLESIZE;
|
||||
extern const long SG_GET_TIMEOUT;
|
||||
extern const long SG_GET_TRANSFORM;
|
||||
extern const long SG_GET_VERSION_NUM;
|
||||
extern const long SG_INFO_CHECK;
|
||||
extern const long SG_INFO_DIRECT_IO;
|
||||
extern const long SG_INFO_DIRECT_IO_MASK;
|
||||
extern const long SG_INFO_INDIRECT_IO;
|
||||
extern const long SG_INFO_MIXED_IO;
|
||||
extern const long SG_INFO_OK;
|
||||
extern const long SG_INFO_OK_MASK;
|
||||
extern const long SG_IO;
|
||||
extern const long SG_MAX_QUEUE;
|
||||
extern const long SG_MAX_SENSE;
|
||||
extern const long SG_NEXT_CMD_LEN;
|
||||
extern const long SG_SCATTER_SZ;
|
||||
extern const long SG_SCSI_RESET;
|
||||
extern const long SG_SCSI_RESET_BUS;
|
||||
extern const long SG_SCSI_RESET_DEVICE;
|
||||
extern const long SG_SCSI_RESET_HOST;
|
||||
extern const long SG_SCSI_RESET_NOTHING;
|
||||
extern const long SG_SET_COMMAND_Q;
|
||||
extern const long SG_SET_DEBUG;
|
||||
extern const long SG_SET_FORCE_LOW_DMA;
|
||||
extern const long SG_SET_FORCE_PACK_ID;
|
||||
extern const long SG_SET_KEEP_ORPHAN;
|
||||
extern const long SG_SET_RESERVED_SIZE;
|
||||
extern const long SG_SET_TIMEOUT;
|
||||
extern const long SG_SET_TRANSFORM;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue