mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 11:30:29 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -65,65 +65,65 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long IPV6_2292DSTOPTS;
|
||||
hidden extern const long IPV6_2292HOPLIMIT;
|
||||
hidden extern const long IPV6_2292HOPOPTS;
|
||||
hidden extern const long IPV6_2292PKTINFO;
|
||||
hidden extern const long IPV6_2292PKTOPTIONS;
|
||||
hidden extern const long IPV6_2292RTHDR;
|
||||
hidden extern const long IPV6_ADDRFORM;
|
||||
hidden extern const long IPV6_ADD_MEMBERSHIP;
|
||||
hidden extern const long IPV6_AUTHHDR;
|
||||
hidden extern const long IPV6_AUTOFLOWLABEL;
|
||||
hidden extern const long IPV6_CHECKSUM;
|
||||
hidden extern const long IPV6_DONTFRAG;
|
||||
hidden extern const long IPV6_DROP_MEMBERSHIP;
|
||||
hidden extern const long IPV6_DSTOPTS;
|
||||
hidden extern const long IPV6_HDRINCL;
|
||||
hidden extern const long IPV6_HOPLIMIT;
|
||||
hidden extern const long IPV6_HOPOPTS;
|
||||
hidden extern const long IPV6_IPSEC_POLICY;
|
||||
hidden extern const long IPV6_JOIN_ANYCAST;
|
||||
hidden extern const long IPV6_JOIN_GROUP;
|
||||
hidden extern const long IPV6_LEAVE_ANYCAST;
|
||||
hidden extern const long IPV6_LEAVE_GROUP;
|
||||
hidden extern const long IPV6_MINHOPCOUNT;
|
||||
hidden extern const long IPV6_MTU;
|
||||
hidden extern const long IPV6_MTU_DISCOVER;
|
||||
hidden extern const long IPV6_MULTICAST_HOPS;
|
||||
hidden extern const long IPV6_MULTICAST_IF;
|
||||
hidden extern const long IPV6_MULTICAST_LOOP;
|
||||
hidden extern const long IPV6_NEXTHOP;
|
||||
hidden extern const long IPV6_ORIGDSTADDR;
|
||||
hidden extern const long IPV6_PATHMTU;
|
||||
hidden extern const long IPV6_PKTINFO;
|
||||
hidden extern const long IPV6_PMTUDISC_DO;
|
||||
hidden extern const long IPV6_PMTUDISC_DONT;
|
||||
hidden extern const long IPV6_PMTUDISC_INTERFACE;
|
||||
hidden extern const long IPV6_PMTUDISC_OMIT;
|
||||
hidden extern const long IPV6_PMTUDISC_PROBE;
|
||||
hidden extern const long IPV6_PMTUDISC_WANT;
|
||||
hidden extern const long IPV6_RECVDSTOPTS;
|
||||
hidden extern const long IPV6_RECVERR;
|
||||
hidden extern const long IPV6_RECVHOPLIMIT;
|
||||
hidden extern const long IPV6_RECVHOPOPTS;
|
||||
hidden extern const long IPV6_RECVORIGDSTADDR;
|
||||
hidden extern const long IPV6_RECVPATHMTU;
|
||||
hidden extern const long IPV6_RECVPKTINFO;
|
||||
hidden extern const long IPV6_RECVRTHDR;
|
||||
hidden extern const long IPV6_RECVTCLASS;
|
||||
hidden extern const long IPV6_ROUTER_ALERT;
|
||||
hidden extern const long IPV6_RTHDR;
|
||||
hidden extern const long IPV6_RTHDRDSTOPTS;
|
||||
hidden extern const long IPV6_RTHDR_LOOSE;
|
||||
hidden extern const long IPV6_RTHDR_STRICT;
|
||||
hidden extern const long IPV6_RTHDR_TYPE_0;
|
||||
hidden extern const long IPV6_RXDSTOPTS;
|
||||
hidden extern const long IPV6_RXHOPOPTS;
|
||||
hidden extern const long IPV6_TCLASS;
|
||||
hidden extern const long IPV6_UNICAST_HOPS;
|
||||
hidden extern const long IPV6_V6ONLY;
|
||||
hidden extern const long IPV6_XFRM_POLICY;
|
||||
extern const long IPV6_2292DSTOPTS;
|
||||
extern const long IPV6_2292HOPLIMIT;
|
||||
extern const long IPV6_2292HOPOPTS;
|
||||
extern const long IPV6_2292PKTINFO;
|
||||
extern const long IPV6_2292PKTOPTIONS;
|
||||
extern const long IPV6_2292RTHDR;
|
||||
extern const long IPV6_ADDRFORM;
|
||||
extern const long IPV6_ADD_MEMBERSHIP;
|
||||
extern const long IPV6_AUTHHDR;
|
||||
extern const long IPV6_AUTOFLOWLABEL;
|
||||
extern const long IPV6_CHECKSUM;
|
||||
extern const long IPV6_DONTFRAG;
|
||||
extern const long IPV6_DROP_MEMBERSHIP;
|
||||
extern const long IPV6_DSTOPTS;
|
||||
extern const long IPV6_HDRINCL;
|
||||
extern const long IPV6_HOPLIMIT;
|
||||
extern const long IPV6_HOPOPTS;
|
||||
extern const long IPV6_IPSEC_POLICY;
|
||||
extern const long IPV6_JOIN_ANYCAST;
|
||||
extern const long IPV6_JOIN_GROUP;
|
||||
extern const long IPV6_LEAVE_ANYCAST;
|
||||
extern const long IPV6_LEAVE_GROUP;
|
||||
extern const long IPV6_MINHOPCOUNT;
|
||||
extern const long IPV6_MTU;
|
||||
extern const long IPV6_MTU_DISCOVER;
|
||||
extern const long IPV6_MULTICAST_HOPS;
|
||||
extern const long IPV6_MULTICAST_IF;
|
||||
extern const long IPV6_MULTICAST_LOOP;
|
||||
extern const long IPV6_NEXTHOP;
|
||||
extern const long IPV6_ORIGDSTADDR;
|
||||
extern const long IPV6_PATHMTU;
|
||||
extern const long IPV6_PKTINFO;
|
||||
extern const long IPV6_PMTUDISC_DO;
|
||||
extern const long IPV6_PMTUDISC_DONT;
|
||||
extern const long IPV6_PMTUDISC_INTERFACE;
|
||||
extern const long IPV6_PMTUDISC_OMIT;
|
||||
extern const long IPV6_PMTUDISC_PROBE;
|
||||
extern const long IPV6_PMTUDISC_WANT;
|
||||
extern const long IPV6_RECVDSTOPTS;
|
||||
extern const long IPV6_RECVERR;
|
||||
extern const long IPV6_RECVHOPLIMIT;
|
||||
extern const long IPV6_RECVHOPOPTS;
|
||||
extern const long IPV6_RECVORIGDSTADDR;
|
||||
extern const long IPV6_RECVPATHMTU;
|
||||
extern const long IPV6_RECVPKTINFO;
|
||||
extern const long IPV6_RECVRTHDR;
|
||||
extern const long IPV6_RECVTCLASS;
|
||||
extern const long IPV6_ROUTER_ALERT;
|
||||
extern const long IPV6_RTHDR;
|
||||
extern const long IPV6_RTHDRDSTOPTS;
|
||||
extern const long IPV6_RTHDR_LOOSE;
|
||||
extern const long IPV6_RTHDR_STRICT;
|
||||
extern const long IPV6_RTHDR_TYPE_0;
|
||||
extern const long IPV6_RXDSTOPTS;
|
||||
extern const long IPV6_RXHOPOPTS;
|
||||
extern const long IPV6_TCLASS;
|
||||
extern const long IPV6_UNICAST_HOPS;
|
||||
extern const long IPV6_V6ONLY;
|
||||
extern const long IPV6_XFRM_POLICY;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue